Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(69)

Issue 1145993002: Refactor root element background painting (Closed)

Created:
4 years, 11 months ago by trchen
Modified:
4 years, 10 months ago
Reviewers:
chrishtr, Xianzhu
CC:
blink-reviews, blink-reviews-dom_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-rendering, blink-reviews-style_chromium.org, dglazkov+blink, dshwang, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, rwlbuis, sof, slimming-paint-reviews_chromium.org, zoltan1
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Refactor root element background painting Base background is the default color on the canvas when the document is transparent. Logically it should be the embedder to paint the base background, but instead we make Blink to paint it to perform culling optimization and pre-blending with the root background color to reduce pixel count. Before this CL, the <html> element is responsible for painting root background and base background. This is incorrect, because in CSS, the root background should be painted to the whole canvas, and technically the root background doesn't belong to the root stacking context. This CL does the following improvement: 1. Background for transformed root element now correctly expands to the whole canvas. This also fixed the issue with fixed-positioned root element because fixed-position blocks are now painted using transformation code path. 2. The root element no longer paints background. Hacks that involved root element special rules are no longer needed. Now the LayoutView paints both base and root background, and the invalidation is done by normal style update. 3. Correct the style invalidation with <body> background. This involves another CSS quirk that <html> with no background should steal <body>'s background. 4. Frames no longer incorrectly paint base background. The main frame which owns the frame set will paint base background. Backgrounds specified on the main frame will be correctly revealed by transparent frames. Design document: https://goo.gl/KGhYpU BUG=458601, 475115, 481769, 499000 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196973

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 2

Patch Set 3 : rebase & fix unit tests, try again #

Patch Set 4 : rebase... #

Patch Set 5 : update test expectation #

Patch Set 6 : rebase #

Patch Set 7 : try again #

Patch Set 8 : rebase & revise expectation #

Total comments: 12

Patch Set 9 : revise for xianzhu's comment #

Total comments: 24

Patch Set 10 : revise #

Patch Set 11 : make invalidation more robust. also improve incremental invalidation for some common cases #

Total comments: 2

Patch Set 12 : fix DocumentLifecycle error #

Total comments: 1

Patch Set 13 : revert to patchset 10 #

Total comments: 14

Patch Set 14 : fix under invalidation (override LayoutView::visualOverflowRect), revise LayoutBoxModelObject::styl… #

Total comments: 6

Patch Set 15 : revise as suggested. also add extra comments for LayoutView::visualOverflowRect #

Patch Set 16 : update expectation and fix incremental invalidation #

Patch Set 17 : rebase #

Total comments: 52

Patch Set 18 : add comments, revert irrelevant bug fix, adding back bgCompositeCopy.html, revert TestExpectation #

Patch Set 19 : sample rebaseline for linux #

Patch Set 20 : rebase, adding back TestExpectation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+513 lines, -381 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 4 chunks +138 lines, -8 lines 0 comments Download
M LayoutTests/fast/repaint/view-background-from-body-1.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/transforms/transformed-document-element.html View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/platform/android/svg/transforms/animated-path-inside-transformed-html-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/android/tables/mozilla/bugs/bug2479-2-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/android/virtual/slimmingpaint/svg/transforms/animated-path-inside-transformed-html-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/css1/formatting_model/canvas-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/linux/svg/transforms/animated-path-inside-transformed-html-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/tables/mozilla/bugs/bug2479-2-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/linux/virtual/slimmingpaint/svg/transforms/animated-path-inside-transformed-html-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/css1/formatting_model/canvas-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/mac/virtual/slimmingpaint/svg/transforms/animated-path-inside-transformed-html-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/css1/formatting_model/canvas-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/win-xp/svg/transforms/animated-path-inside-transformed-html-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win-xp/tables/mozilla/bugs/bug2479-2-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/win-xp/virtual/slimmingpaint/svg/transforms/animated-path-inside-transformed-html-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/css1/formatting_model/canvas-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/win/svg/transforms/animated-path-inside-transformed-html-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/win/tables/mozilla/bugs/bug2479-2-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/win/virtual/slimmingpaint/svg/transforms/animated-path-inside-transformed-html-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +31 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutBox.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutBox.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 7 chunks +27 lines, -44 lines 0 comments Download
M Source/core/layout/LayoutBoxModelObject.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/layout/LayoutBoxModelObject.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +42 lines, -0 lines 0 comments Download
M Source/core/layout/LayoutObject.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutObject.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +0 lines, -26 lines 0 comments Download
M Source/core/layout/LayoutView.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +4 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutView.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +26 lines, -22 lines 0 comments Download
M Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -5 lines 0 comments Download
M Source/core/paint/BoxPainter.h View 1 2 3 4 5 6 7 8 9 2 chunks +11 lines, -8 lines 0 comments Download
M Source/core/paint/BoxPainter.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 13 chunks +99 lines, -180 lines 0 comments Download
M Source/core/paint/DisplayItemListPaintTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 5 chunks +6 lines, -8 lines 0 comments Download
M Source/core/paint/FrameSetPainter.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/paint/ViewPainter.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/paint/ViewPainter.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +94 lines, -51 lines 0 comments Download
M Source/core/style/FillLayer.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 59 (14 generated)
trchen
NOT ready for review yet. Lots of tests need manual rebaseline. Invalidation correctness needs to ...
4 years, 11 months ago (2015-05-20 06:07:31 UTC) #2
Xianzhu
Can you summarize the CL in the description? https://codereview.chromium.org/1145993002/diff/20001/Source/core/layout/LayoutBox.cpp File Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/1145993002/diff/20001/Source/core/layout/LayoutBox.cpp#newcode1344 Source/core/layout/LayoutBox.cpp:1344: bool ...
4 years, 11 months ago (2015-05-20 16:14:45 UTC) #3
trchen
I think this is ready for review. Tried a few major websites so far everything ...
4 years, 11 months ago (2015-06-02 21:26:21 UTC) #4
trchen
https://codereview.chromium.org/1145993002/diff/130001/Source/core/layout/LayoutBox.cpp File Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/1145993002/diff/130001/Source/core/layout/LayoutBox.cpp#newcode1335 Source/core/layout/LayoutBox.cpp:1335: bool LayoutBox::paintInvalidationLayerRectsForImage(WrappedImagePtr image, const FillLayer& layers, bool drawingBackground) > ...
4 years, 11 months ago (2015-06-02 21:33:37 UTC) #5
Xianzhu
https://codereview.chromium.org/1145993002/diff/130001/LayoutTests/fast/backgrounds/bgCompositeCopy.html File LayoutTests/fast/backgrounds/bgCompositeCopy.html (left): https://codereview.chromium.org/1145993002/diff/130001/LayoutTests/fast/backgrounds/bgCompositeCopy.html#oldcode14 LayoutTests/fast/backgrounds/bgCompositeCopy.html:14: </body> What happened to this test case? https://codereview.chromium.org/1145993002/diff/130001/Source/core/dom/Document.cpp File ...
4 years, 11 months ago (2015-06-02 23:34:36 UTC) #6
trchen
https://codereview.chromium.org/1145993002/diff/130001/LayoutTests/fast/backgrounds/bgCompositeCopy.html File LayoutTests/fast/backgrounds/bgCompositeCopy.html (left): https://codereview.chromium.org/1145993002/diff/130001/LayoutTests/fast/backgrounds/bgCompositeCopy.html#oldcode14 LayoutTests/fast/backgrounds/bgCompositeCopy.html:14: </body> On 2015/06/02 23:34:35, Xianzhu wrote: > What happened ...
4 years, 11 months ago (2015-06-03 00:06:59 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1145993002/150001
4 years, 11 months ago (2015-06-03 03:31:11 UTC) #9
Xianzhu
https://codereview.chromium.org/1145993002/diff/150001/Source/core/paint/BoxPainter.h File Source/core/paint/BoxPainter.h (right): https://codereview.chromium.org/1145993002/diff/150001/Source/core/paint/BoxPainter.h#newcode28 Source/core/paint/BoxPainter.h:28: bool calculateFillLayerOcclusionCulling(Vector<const FillLayer*, 8> &reversedPaintList, const FillLayer&); Would it ...
4 years, 11 months ago (2015-06-03 04:40:34 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/64929)
4 years, 11 months ago (2015-06-03 08:38:47 UTC) #12
chrishtr
Thanks for attacking the root of the problem. This patch is massive, is there a ...
4 years, 11 months ago (2015-06-03 18:15:16 UTC) #13
trchen
https://codereview.chromium.org/1145993002/diff/150001/Source/core/dom/Document.cpp File Source/core/dom/Document.cpp (right): https://codereview.chromium.org/1145993002/diff/150001/Source/core/dom/Document.cpp#newcode1616 Source/core/dom/Document.cpp:1616: if (isHTMLHtmlElement(documentElement()) && isHTMLBodyElement(body) && !backgroundStyle->hasBackground()) On 2015/06/03 18:15:15, ...
4 years, 11 months ago (2015-06-03 23:15:24 UTC) #14
Xianzhu
https://codereview.chromium.org/1145993002/diff/150001/Source/core/paint/ViewPainter.cpp File Source/core/paint/ViewPainter.cpp (right): https://codereview.chromium.org/1145993002/diff/150001/Source/core/paint/ViewPainter.cpp#newcode69 Source/core/paint/ViewPainter.cpp:69: transform.multiply(rootLayer.renderableTransform(paintInfo.paintBehavior)); On 2015/06/03 23:15:24, trchen wrote: > On 2015/06/03 ...
4 years, 11 months ago (2015-06-03 23:24:19 UTC) #15
trchen
On 2015/06/03 23:24:19, Xianzhu wrote: > https://codereview.chromium.org/1145993002/diff/150001/Source/core/paint/ViewPainter.cpp > File Source/core/paint/ViewPainter.cpp (right): > > https://codereview.chromium.org/1145993002/diff/150001/Source/core/paint/ViewPainter.cpp#newcode69 > ...
4 years, 11 months ago (2015-06-04 22:16:02 UTC) #16
Xianzhu
On 2015/06/04 22:16:02, trchen wrote: > On 2015/06/03 23:24:19, Xianzhu wrote: > > > https://codereview.chromium.org/1145993002/diff/150001/Source/core/paint/ViewPainter.cpp ...
4 years, 11 months ago (2015-06-05 00:17:01 UTC) #17
trchen
On 2015/06/05 00:17:01, Xianzhu wrote: > On 2015/06/04 22:16:02, trchen wrote: > > On 2015/06/03 ...
4 years, 11 months ago (2015-06-05 00:36:48 UTC) #18
Xianzhu
I didn't see how transform/offset change (without layoutView overflow change) of documentElement invalidates the layoutView. ...
4 years, 11 months ago (2015-06-05 00:52:46 UTC) #19
trchen
On 2015/06/05 00:52:46, Xianzhu wrote: > I didn't see how transform/offset change (without layoutView overflow ...
4 years, 11 months ago (2015-06-05 01:30:48 UTC) #20
trchen
Here is the diff from patch set 10 to 11 for your convenience: https://codereview.chromium.org/1164933003
4 years, 11 months ago (2015-06-05 01:37:23 UTC) #21
Xianzhu
https://codereview.chromium.org/1145993002/diff/190001/Source/core/layout/LayoutView.cpp File Source/core/layout/LayoutView.cpp (right): https://codereview.chromium.org/1145993002/diff/190001/Source/core/layout/LayoutView.cpp#newcode301 Source/core/layout/LayoutView.cpp:301: } We don't allow setShouldDoFullPaintInvalidation() during paint invalidation to ...
4 years, 11 months ago (2015-06-05 03:44:51 UTC) #22
trchen
On 2015/06/05 03:44:51, Xianzhu wrote: > https://codereview.chromium.org/1145993002/diff/190001/Source/core/layout/LayoutView.cpp > File Source/core/layout/LayoutView.cpp (right): > > https://codereview.chromium.org/1145993002/diff/190001/Source/core/layout/LayoutView.cpp#newcode301 > ...
4 years, 11 months ago (2015-06-05 04:29:00 UTC) #23
Xianzhu
On 2015/06/05 01:30:48, trchen wrote: > On 2015/06/05 00:52:46, Xianzhu wrote: > > I didn't ...
4 years, 11 months ago (2015-06-05 05:08:04 UTC) #24
Xianzhu
https://codereview.chromium.org/1145993002/diff/210001/Source/core/layout/LayoutView.cpp File Source/core/layout/LayoutView.cpp (right): https://codereview.chromium.org/1145993002/diff/210001/Source/core/layout/LayoutView.cpp#newcode313 Source/core/layout/LayoutView.cpp:313: getBackgroundPositioningFromDocumentElement(m_previousRootBackgroundPositioning); This seems incorrect. m_previousRootBackgroundPositioning and newPosition will be ...
4 years, 11 months ago (2015-06-05 05:08:28 UTC) #25
Xianzhu
On 2015/06/05 05:08:28, Xianzhu wrote: > https://codereview.chromium.org/1145993002/diff/210001/Source/core/layout/LayoutView.cpp > File Source/core/layout/LayoutView.cpp (right): > > https://codereview.chromium.org/1145993002/diff/210001/Source/core/layout/LayoutView.cpp#newcode313 > ...
4 years, 11 months ago (2015-06-05 05:16:12 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1145993002/230001
4 years, 11 months ago (2015-06-05 23:12:03 UTC) #29
chrishtr
I have some more comments..
4 years, 11 months ago (2015-06-05 23:15:58 UTC) #31
chrishtr
Let's meet in person on Monday to iterate. https://codereview.chromium.org/1145993002/diff/230001/Source/core/dom/Document.cpp File Source/core/dom/Document.cpp (right): https://codereview.chromium.org/1145993002/diff/230001/Source/core/dom/Document.cpp#newcode1679 Source/core/dom/Document.cpp:1679: || ...
4 years, 11 months ago (2015-06-05 23:54:19 UTC) #32
trchen
https://codereview.chromium.org/1145993002/diff/230001/Source/core/dom/Document.cpp File Source/core/dom/Document.cpp (right): https://codereview.chromium.org/1145993002/diff/230001/Source/core/dom/Document.cpp#newcode1679 Source/core/dom/Document.cpp:1679: || documentStyle->visitedDependentColor(CSSPropertyBackgroundColor) != backgroundColor On 2015/06/05 23:54:18, chrishtr wrote: ...
4 years, 11 months ago (2015-06-06 05:30:02 UTC) #33
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1145993002/250001
4 years, 11 months ago (2015-06-06 06:32:30 UTC) #36
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/57924)
4 years, 11 months ago (2015-06-06 06:36:37 UTC) #38
chrishtr
https://codereview.chromium.org/1145993002/diff/250001/Source/core/layout/LayoutBoxModelObject.cpp File Source/core/layout/LayoutBoxModelObject.cpp (right): https://codereview.chromium.org/1145993002/diff/250001/Source/core/layout/LayoutBoxModelObject.cpp#newcode254 Source/core/layout/LayoutBoxModelObject.cpp:254: if (isDocumentElement()) { Please add a comment. https://codereview.chromium.org/1145993002/diff/250001/Source/core/layout/LayoutView.cpp File ...
4 years, 10 months ago (2015-06-08 20:30:59 UTC) #39
trchen
https://codereview.chromium.org/1145993002/diff/250001/Source/core/layout/LayoutBoxModelObject.cpp File Source/core/layout/LayoutBoxModelObject.cpp (right): https://codereview.chromium.org/1145993002/diff/250001/Source/core/layout/LayoutBoxModelObject.cpp#newcode254 Source/core/layout/LayoutBoxModelObject.cpp:254: if (isDocumentElement()) { On 2015/06/08 20:30:58, chrishtr wrote: > ...
4 years, 10 months ago (2015-06-08 22:46:55 UTC) #40
chrishtr
Getting close! I took a deeper look this time and understand what's going on better. ...
4 years, 10 months ago (2015-06-09 21:07:54 UTC) #42
trchen
https://codereview.chromium.org/1145993002/diff/330001/LayoutTests/TestExpectations File LayoutTests/TestExpectations (right): https://codereview.chromium.org/1145993002/diff/330001/LayoutTests/TestExpectations#newcode1799 LayoutTests/TestExpectations:1799: # Now the LayoutView paints root element background, so ...
4 years, 10 months ago (2015-06-09 23:36:08 UTC) #43
trchen
New CL uploaded.
4 years, 10 months ago (2015-06-10 00:53:48 UTC) #44
chrishtr
https://codereview.chromium.org/1145993002/diff/330001/LayoutTests/fast/backgrounds/bgCompositeCopy.html File LayoutTests/fast/backgrounds/bgCompositeCopy.html (left): https://codereview.chromium.org/1145993002/diff/330001/LayoutTests/fast/backgrounds/bgCompositeCopy.html#oldcode4 LayoutTests/fast/backgrounds/bgCompositeCopy.html:4: background-image:url(resources/rgba16.png); On 2015/06/09 at 23:36:07, trchen wrote: > On ...
4 years, 10 months ago (2015-06-10 01:03:39 UTC) #45
trchen
https://codereview.chromium.org/1145993002/diff/330001/LayoutTests/fast/backgrounds/bgCompositeCopy.html File LayoutTests/fast/backgrounds/bgCompositeCopy.html (left): https://codereview.chromium.org/1145993002/diff/330001/LayoutTests/fast/backgrounds/bgCompositeCopy.html#oldcode4 LayoutTests/fast/backgrounds/bgCompositeCopy.html:4: background-image:url(resources/rgba16.png); crbug.com/498588 https://codereview.chromium.org/1145993002/diff/330001/LayoutTests/platform/android/tables/mozilla/bugs/bug2479-2-expected.txt File LayoutTests/platform/android/tables/mozilla/bugs/bug2479-2-expected.txt (right): https://codereview.chromium.org/1145993002/diff/330001/LayoutTests/platform/android/tables/mozilla/bugs/bug2479-2-expected.txt#newcode4 LayoutTests/platform/android/tables/mozilla/bugs/bug2479-2-expected.txt:4: LayoutBlockFlow ...
4 years, 10 months ago (2015-06-10 01:41:05 UTC) #46
chrishtr
Alright, seems the only remaining blockers to commiting this patch is filing bugs for the ...
4 years, 10 months ago (2015-06-10 18:28:56 UTC) #47
Xianzhu
Please also file bug for documentElement root transform/offset change if not addressed yet and not ...
4 years, 10 months ago (2015-06-10 18:40:06 UTC) #48
trchen
Patch set 19 is sample rebaseline for Linux.
4 years, 10 months ago (2015-06-10 21:31:54 UTC) #49
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1145993002/390001
4 years, 10 months ago (2015-06-10 22:35:27 UTC) #52
chrishtr
On 2015/06/10 at 21:31:54, trchen wrote: > Patch set 19 is sample rebaseline for Linux. ...
4 years, 10 months ago (2015-06-10 22:41:02 UTC) #53
chrishtr
lgtm
4 years, 10 months ago (2015-06-10 23:01:22 UTC) #54
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/66124)
4 years, 10 months ago (2015-06-11 00:51:55 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1145993002/390001
4 years, 10 months ago (2015-06-11 21:14:03 UTC) #58
commit-bot: I haz the power
4 years, 10 months ago (2015-06-11 21:18:48 UTC) #59
Message was sent while issue was closed.
Committed patchset #20 (id:390001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196973

Powered by Google App Engine
This is Rietveld 408576698