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

Issue 849163003: Reland: Move the user agent styles sheets to blink_resources.grd (Part 3) (Closed)

Created:
5 years, 11 months ago by vivekg_samsung
Modified:
5 years, 11 months ago
CC:
aandrey+blink_chromium.org, darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-rendering, caseq+blink_chromium.org, devtools-reviews_chromium.org, dglazkov+blink, Dominik Röttsches, eae+blinkwatch, ed+blinkwatch_opera.com, eustas+blink_chromium.org, jchaffraix+rendering, leviw+renderwatch, loislo+blink_chromium.org, lushnikov+blink_chromium.org, malch+blink_chromium.org, paulirish+reviews_chromium.org, pdr+renderingwatchlist_chromium.org, pfeldman+blink_chromium.org, rwlbuis, sergeyv+blink_chromium.org, vsevik+blink_chromium.org, yurys+blink_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Reland: Move the user agent styles sheets to blink_resources.grd (Part 3) Blink should make use of blink_resources.grd for the inline resources of user agent stylesheets. This removes the dependency upon using make-file-arrays.py which embeds these resources as strings. Also the .rodata section of libblink_web (in component build mode) is reduced by ~33kb. Part 1: https://codereview.chromium.org/436843004/ Part 2: https://codereview.chromium.org/422023008 The chromium dependent patches [1] and [2] have already landed. [1] https://codereview.chromium.org/818563003 [2] https://codereview.chromium.org/819573002 BUG=312586 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188875

Patch Set 1 #

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -338 lines) Patch
D Source/build/make_file_arrays.gni View 1 chunk +0 lines, -49 lines 0 comments Download
D Source/build/scripts/make-file-arrays.py View 1 chunk +0 lines, -160 lines 0 comments Download
M Source/core/BUILD.gn View 3 chunks +0 lines, -44 lines 0 comments Download
M Source/core/core.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/core_generated.gyp View 1 chunk +0 lines, -46 lines 0 comments Download
M Source/core/css/CSSDefaultStyleSheets.cpp View 12 chunks +11 lines, -16 lines 0 comments Download
M Source/core/inspector/InspectorPageAgent.cpp View 1 3 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderThemeChromiumAndroid.cpp View 1 2 chunks +5 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderThemeChromiumDefault.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderThemeChromiumLinux.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderThemeChromiumMac.mm View 1 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderThemeChromiumSkia.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/modules/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M Source/web/tests/WebFrameTest.cpp View 1 3 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
vivekg
Hi jochen@, I have combined both the patches i.e. the migration and the removal of ...
5 years, 11 months ago (2015-01-15 17:18:40 UTC) #2
jochen (gone - plz use gerrit)
do you know why the test times out? is that a unit test or a ...
5 years, 11 months ago (2015-01-16 10:52:12 UTC) #3
vivekg
On 2015/01/16 at 10:52:12, jochen wrote: > do you know why the test times out? ...
5 years, 11 months ago (2015-01-16 10:59:03 UTC) #4
jochen (gone - plz use gerrit)
i don't really know a lot about the android testing framework. i'd recommend to find ...
5 years, 11 months ago (2015-01-16 11:48:57 UTC) #5
vivekg
On 2015/01/16 at 11:48:57, jochen wrote: > i don't really know a lot about the ...
5 years, 11 months ago (2015-01-16 12:29:19 UTC) #6
vivekg
On 2015/01/16 at 12:29:19, vivekg_ wrote: > On 2015/01/16 at 11:48:57, jochen wrote: > > ...
5 years, 11 months ago (2015-01-19 09:01:09 UTC) #7
vivekg
jochen@ the dependent chromium patch got landed and the failing bot, android_dbg_test_recipe, has turned green. ...
5 years, 11 months ago (2015-01-21 16:25:54 UTC) #8
vivekg
Friendly ping. :)
5 years, 11 months ago (2015-01-22 16:52:59 UTC) #9
jochen (gone - plz use gerrit)
lgtm
5 years, 11 months ago (2015-01-23 10:02:37 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/849163003/1
5 years, 11 months ago (2015-01-23 10:04:23 UTC) #12
commit-bot: I haz the power
Failed to apply patch for Source/core/rendering/RenderThemeChromiumAndroid.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
5 years, 11 months ago (2015-01-23 10:04:40 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/849163003/20001
5 years, 11 months ago (2015-01-23 10:27:25 UTC) #16
commit-bot: I haz the power
5 years, 11 months ago (2015-01-23 11:40:57 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=188875

Powered by Google App Engine
This is Rietveld 408576698