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

Issue 2710933002: grit: add support for inlining img srcset (Closed)

Created:
3 years, 10 months ago by Alexander Alekseev
Modified:
3 years, 10 months ago
Reviewers:
Nico
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

grit: add support for inlining img srcset This CL adds support for inlining srcset attributes of img tags. R=thakis@chromium.org BUG=690725 Review-Url: https://codereview.chromium.org/2710933002 Cr-Commit-Position: refs/heads/master@{#452297} Committed: https://chromium.googlesource.com/chromium/src/+/841b84cb8f7eeb783b22af63a2c9f317d5b24691

Patch Set 1 #

Total comments: 19

Patch Set 2 : Update after review. #

Total comments: 2

Patch Set 3 : Update after review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -19 lines) Patch
M tools/grit/grit/format/html_inline.py View 1 2 6 chunks +149 lines, -19 lines 0 comments Download
M tools/grit/grit/format/html_inline_unittest.py View 1 chunk +54 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 19 (12 generated)
Alexander Alekseev
Please review. We need this to insert set of icons into ChromeOS OOBE code.
3 years, 10 months ago (2017-02-22 10:26:32 UTC) #1
Nico
https://codereview.chromium.org/2710933002/diff/1/tools/grit/grit/format/html_inline.py File tools/grit/grit/format/html_inline.py (right): https://codereview.chromium.org/2710933002/diff/1/tools/grit/grit/format/html_inline.py#newcode53 tools/grit/grit/format/html_inline.py:53: _SRCSET_RE = lazy_re.compile( i always find it useful to ...
3 years, 10 months ago (2017-02-22 21:11:22 UTC) #6
Alexander Alekseev
https://codereview.chromium.org/2710933002/diff/1/tools/grit/grit/format/html_inline.py File tools/grit/grit/format/html_inline.py (right): https://codereview.chromium.org/2710933002/diff/1/tools/grit/grit/format/html_inline.py#newcode53 tools/grit/grit/format/html_inline.py:53: _SRCSET_RE = lazy_re.compile( On 2017/02/22 21:11:22, Nico wrote: > ...
3 years, 10 months ago (2017-02-22 22:20:21 UTC) #7
Nico
lgtm https://codereview.chromium.org/2710933002/diff/1/tools/grit/grit/format/html_inline.py File tools/grit/grit/format/html_inline.py (right): https://codereview.chromium.org/2710933002/diff/1/tools/grit/grit/format/html_inline.py#newcode57 tools/grit/grit/format/html_inline.py:57: r'\s*(?P<url>[^,]\S+)\s+(?P<dsc>[\deE.-]+[wx])\s*', On 2017/02/22 22:20:20, Alexander Alekseev wrote: > ...
3 years, 10 months ago (2017-02-22 22:44:42 UTC) #12
Alexander Alekseev
https://codereview.chromium.org/2710933002/diff/20001/tools/grit/grit/format/html_inline.py File tools/grit/grit/format/html_inline.py (right): https://codereview.chromium.org/2710933002/diff/20001/tools/grit/grit/format/html_inline.py#newcode64 tools/grit/grit/format/html_inline.py:64: # that form both of them. On 2017/02/22 22:44:42, ...
3 years, 10 months ago (2017-02-22 23:39:40 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2710933002/40001
3 years, 10 months ago (2017-02-22 23:40:45 UTC) #16
commit-bot: I haz the power
3 years, 10 months ago (2017-02-23 00:17:14 UTC) #19
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/841b84cb8f7eeb783b22af63a2c9...

Powered by Google App Engine
This is Rietveld 408576698