Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Issue 16539002: GRIT: Enable variable expansion in filenames during HTML inlining. (Closed)

Created:
7 years, 6 months ago by dconnelly
Modified:
7 years, 6 months ago
Reviewers:
flackr, Jói
CC:
grit-developer_googlegroups.com
Base URL:
https://chromium.googlesource.com/external/grit-i18n.git@master
Visibility:
Public.

Description

GRIT: Enable variable expansion in filenames during HTML inlining. BUG=232048 R=flackr@chromium.org Committed: https://code.google.com/p/grit-i18n/source/detail?r=125

Patch Set 1 #

Total comments: 10

Patch Set 2 : fix for images and enable for multiple scale factors #

Patch Set 3 : fix scale factors files resolution #

Patch Set 4 : GRIT: Enable variable expansion in filenames during HTML inlining. #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -38 lines) Patch
M grit/format/html_inline.py View 1 2 3 4 10 chunks +37 lines, -18 lines 0 comments Download
M grit/format/html_inline_unittest.py View 1 2 3 4 1 chunk +60 lines, -0 lines 0 comments Download
M grit/gather/chrome_html.py View 1 2 3 4 11 chunks +44 lines, -16 lines 0 comments Download
M grit/gather/chrome_html_unittest.py View 1 2 3 4 1 chunk +57 lines, -0 lines 0 comments Download
M grit/gather/interface.py View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M grit/node/structure.py View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M grit/node/structure_unittest.py View 1 2 3 4 2 chunks +7 lines, -4 lines 0 comments Download
M grit/testdata/structure_variables.html View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
dconnelly
Hey guys, sorry this took so long. Additionally I'm not at all sure of the ...
7 years, 6 months ago (2013-06-06 10:28:44 UTC) #1
Jói
This looks fine to me, didn't notice anything off, but flackr@ should give the approval, ...
7 years, 6 months ago (2013-06-06 13:21:37 UTC) #2
flackr
Looks good, just a few comments. https://codereview.chromium.org/16539002/diff/1/grit/format/html_inline.py File grit/format/html_inline.py (right): https://codereview.chromium.org/16539002/diff/1/grit/format/html_inline.py#newcode92 grit/format/html_inline.py:92: filename = filename.replace(DIST_SUBSTR ...
7 years, 6 months ago (2013-06-06 14:07:19 UTC) #3
flackr
https://codereview.chromium.org/16539002/diff/1/grit/gather/chrome_html.py File grit/gather/chrome_html.py (right): https://codereview.chromium.org/16539002/diff/1/grit/gather/chrome_html.py#newcode81 grit/gather/chrome_html.py:81: filename = filename.replace(DIST_SUBSTR, distribution) Should do filename substitution here ...
7 years, 6 months ago (2013-06-06 14:10:26 UTC) #4
dconnelly
https://codereview.chromium.org/16539002/diff/1/grit/format/html_inline.py File grit/format/html_inline.py (right): https://codereview.chromium.org/16539002/diff/1/grit/format/html_inline.py#newcode92 grit/format/html_inline.py:92: filename = filename.replace(DIST_SUBSTR , distribution) On 2013/06/06 14:07:19, flackr ...
7 years, 6 months ago (2013-06-07 09:10:38 UTC) #5
flackr
Looks good, just one last request, thanks! https://codereview.chromium.org/16539002/diff/1/grit/gather/chrome_html.py File grit/gather/chrome_html.py (right): https://codereview.chromium.org/16539002/diff/1/grit/gather/chrome_html.py#newcode81 grit/gather/chrome_html.py:81: filename = ...
7 years, 6 months ago (2013-06-07 14:50:40 UTC) #6
dconnelly
https://codereview.chromium.org/16539002/diff/1/grit/gather/chrome_html.py File grit/gather/chrome_html.py (right): https://codereview.chromium.org/16539002/diff/1/grit/gather/chrome_html.py#newcode81 grit/gather/chrome_html.py:81: filename = filename.replace(DIST_SUBSTR, distribution) On 2013/06/07 14:50:40, flackr wrote: ...
7 years, 6 months ago (2013-06-07 16:00:40 UTC) #7
flackr
LGTM
7 years, 6 months ago (2013-06-07 16:54:29 UTC) #8
Joao da Silva
GRIT: Enable variable expansion in filenames during HTML inlining. BUG=232048
7 years, 6 months ago (2013-06-10 08:19:22 UTC) #9
Joao da Silva
7 years, 6 months ago (2013-06-10 08:22:44 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 manually as r125 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698