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

Issue 1896793002: Rename (updateLayout/updateStyle).*.() to updateStyleAndLayout.*.() (Closed)

Created:
4 years, 8 months ago by nainar
Modified:
4 years, 7 months ago
CC:
aboxhall, aboxhall+watch_chromium.org, ajuma+watch-canvas_chromium.org, darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-css, blink-reviews-dom_chromium.org, blink-reviews-html_chromium.org, blink-reviews-style_chromium.org, Rik, chromium-reviews, dglazkov+blink, dmazzoni, dmazzoni+watch_chromium.org, dshwang, dtseng+watch_chromium.org, eae+blinkwatch, Eric Willigers, haraken, je_julie, nektar+watch_chromium.org, nektarios, rjwright, rwlbuis, shans, sof, yuzo+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename (updateLayout/updateStyle).*.() to updateStyleAndLayout.*.() Currently functions in Document and other classes titled (updateLayout/updateStyle).*.() are not just doing Layout Tree Construction but also performing Style Resolution. This patch changes the names of these functions to be more accurate. This rename change was also mentioned in the Design Doc for splitting up Style Resolution and Layout Tree Construction here: bit.ly/24nQ9UQ This change is not developer facing as the trace event for the part of the code the Style resolution and Layout Tree Construction is still called "UpdateLayoutTree" for backwards compatibility. BUG=595137 Committed: https://crrev.com/52328753422fc25a3815bd58f6eaf8e70f6e27ff Cr-Commit-Position: refs/heads/master@{#394644}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 3

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 1

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+317 lines, -317 lines) Patch
M third_party/WebKit/Source/core/animation/EffectInput.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp View 1 2 3 4 5 6 7 8 9 10 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/DragUpdateTest.cpp View 1 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.cpp View 1 2 3 4 5 6 7 8 9 10 16 chunks +24 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Element.cpp View 1 2 3 4 5 6 7 8 9 10 27 chunks +31 lines, -31 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Fullscreen.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Node.cpp View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Range.cpp View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Text.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/DragCaretController.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/EditingUtilities.cpp View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/Editor.cpp View 1 2 3 4 5 6 7 8 6 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/editing/FrameSelection.cpp View 1 2 3 4 5 6 7 8 9 10 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/InputMethodController.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/PlainTextRange.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/SelectionController.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/VisibleSelection.cpp View 1 2 3 4 5 6 7 8 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/editing/VisibleUnits.cpp View 1 2 3 4 5 6 7 8 9 10 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.cpp View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.cpp View 1 2 3 4 5 6 7 8 9 10 7 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp View 1 2 3 4 5 6 7 8 9 10 7 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.cpp View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/commands/InsertIntoTextNodeCommand.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/commands/InsertListCommand.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/commands/InsertParagraphSeparatorCommand.cpp View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/editing/iterators/SearchBuffer.cpp View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp View 1 2 4 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/editing/markers/DocumentMarkerControllerTest.cpp View 1 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/editing/serializers/Serialization.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/MouseRelatedEvent.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 2 3 4 5 6 7 8 9 10 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameViewAutoSizeInfo.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp View 1 2 3 4 5 6 7 8 9 10 10 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrame.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/VisualViewport.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/VisualViewport.cpp View 1 2 3 4 5 6 7 8 9 10 8 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLAreaElement.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLDialogElement.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLFormElement.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLImageElement.cpp View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLLabelElement.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLLegendElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMeterElement.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLSelectElement.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/ImageDocument.cpp View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/PluginDocument.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/forms/ImageInputType.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/input/EventHandler.cpp View 1 2 3 4 5 6 7 8 9 10 7 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/LayoutEditor.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/page/FocusController.cpp View 1 2 3 4 5 6 7 8 9 10 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/page/PrintContext.cpp View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/SnapCoordinatorTest.cpp View 1 2 3 4 5 6 7 8 9 10 15 chunks +18 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGGeometryElement.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGPathElement.cpp View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGSVGElement.cpp View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp View 1 2 3 4 5 6 7 8 9 10 6 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGUseElement.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.cpp View 1 2 3 4 5 6 7 8 9 10 15 chunks +15 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/xml/parser/XMLErrors.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXObjectTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.cpp View 1 2 3 4 5 6 7 8 9 10 6 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DAPITest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/ExternalPopupMenu.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/PopupMenuImpl.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebAXObject.cpp View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebNode.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/mac/WebSubstringUtil.mm View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/tests/WebDocumentTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 42 (16 generated)
nainar
Sending to bring to your attention.
4 years, 8 months ago (2016-04-20 23:57:47 UTC) #3
nainar
@timloh, PTAl? This rename change was also mentioned in the Design Doc for splitting up ...
4 years, 7 months ago (2016-04-26 03:52:39 UTC) #6
Bugs Nash
Also change - Document::updateLayoutIgnorePendingStylesheetsForNode -> Document::updateStyleAndLayoutIgnorePendingStylesheetsForNode - Internals::updateStyleAndReturnAffectedElementCount -> Internals::updateStyleAndLayoutAndReturnAffectedElementCount - There’s also some generated ...
4 years, 7 months ago (2016-04-26 07:25:43 UTC) #8
nainar
@bugsnash, PTAL? Should have all the changes. Also updated the design doc with the functions ...
4 years, 7 months ago (2016-04-29 07:56:04 UTC) #10
Bugs Nash
https://codereview.chromium.org/1896793002/diff/60001/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js File third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js (right): https://codereview.chromium.org/1896793002/diff/60001/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js#newcode5 third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js:5: // We need to make sure the console message ...
4 years, 7 months ago (2016-05-03 05:48:46 UTC) #11
Bugs Nash
On 2016/05/03 at 05:48:46, Bugs Nash wrote: > https://codereview.chromium.org/1896793002/diff/60001/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js > File third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js (right): > > ...
4 years, 7 months ago (2016-05-03 05:50:20 UTC) #12
nainar
Removed the redundant change https://codereview.chromium.org/1896793002/diff/60001/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js File third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js (right): https://codereview.chromium.org/1896793002/diff/60001/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js#newcode5 third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js:5: // We need to make ...
4 years, 7 months ago (2016-05-03 07:15:43 UTC) #13
Timothy Loh
https://codereview.chromium.org/1896793002/diff/80001/third_party/WebKit/Source/core/testing/Internals.idl File third_party/WebKit/Source/core/testing/Internals.idl (right): https://codereview.chromium.org/1896793002/diff/80001/third_party/WebKit/Source/core/testing/Internals.idl#newcode63 third_party/WebKit/Source/core/testing/Internals.idl:63: [RaisesException] unsigned long updateStyleAndLayoutAndReturnAffectedElementCount(); Let's not rename the Internals ...
4 years, 7 months ago (2016-05-04 01:54:58 UTC) #14
nainar
@timloh, PTAL? Thanks! https://codereview.chromium.org/1896793002/diff/80001/third_party/WebKit/Source/core/testing/Internals.idl File third_party/WebKit/Source/core/testing/Internals.idl (right): https://codereview.chromium.org/1896793002/diff/80001/third_party/WebKit/Source/core/testing/Internals.idl#newcode63 third_party/WebKit/Source/core/testing/Internals.idl:63: [RaisesException] unsigned long updateStyleAndLayoutAndReturnAffectedElementCount(); On 2016/05/04 ...
4 years, 7 months ago (2016-05-04 07:29:52 UTC) #15
Timothy Loh
Looks like this change is exposed to developers? The patch description should mention and give ...
4 years, 7 months ago (2016-05-05 05:11:53 UTC) #16
nainar
I have added details of the developer facing changes to the patch description.
4 years, 7 months ago (2016-05-05 05:18:48 UTC) #18
Timothy Loh
lgtm as long as that the bots are only red because you need to rebase
4 years, 7 months ago (2016-05-05 08:32:31 UTC) #19
nainar
Looks ready to commit now - needed a rebase. Also some of the bots were ...
4 years, 7 months ago (2016-05-10 03:14:30 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1896793002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1896793002/140001
4 years, 7 months ago (2016-05-10 03:14:49 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/180202)
4 years, 7 months ago (2016-05-10 03:24:53 UTC) #25
nainar
Looking for owners LGTM: samli: devtools/front_end dmazzoni: modules/accessibility junov: modules/canvas2d tkent: web Thank you!
4 years, 7 months ago (2016-05-10 03:35:42 UTC) #27
tkent
third_party/WebKit lgtm. I'm not sure about devtools/.
4 years, 7 months ago (2016-05-10 03:43:29 UTC) #28
samli
+caseq for devtools timeline change https://codereview.chromium.org/1896793002/diff/140001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js (left): https://codereview.chromium.org/1896793002/diff/140001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js#oldcode61 third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js:61: UpdateLayoutTree: "UpdateLayoutTree", I think ...
4 years, 7 months ago (2016-05-10 03:44:00 UTC) #30
caseq
On 2016/05/10 03:44:00, samli wrote: > +caseq for devtools timeline change > > https://codereview.chromium.org/1896793002/diff/140001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js > ...
4 years, 7 months ago (2016-05-10 04:23:20 UTC) #31
nainar
Made the changes to make sure that the trace event stays the same. There are ...
4 years, 7 months ago (2016-05-11 05:15:58 UTC) #33
Justin Novosad
lgtm for modules/2dcanvas
4 years, 7 months ago (2016-05-16 17:25:00 UTC) #34
dmazzoni
lgtm for accessibility
4 years, 7 months ago (2016-05-17 16:22:36 UTC) #35
nainar
Thanks for the reviews. Rebasing and committing.
4 years, 7 months ago (2016-05-19 02:39:38 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1896793002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1896793002/200001
4 years, 7 months ago (2016-05-19 02:40:28 UTC) #39
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years, 7 months ago (2016-05-19 03:04:17 UTC) #40
commit-bot: I haz the power
4 years, 7 months ago (2016-05-19 03:05:54 UTC) #42
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/52328753422fc25a3815bd58f6eaf8e70f6e27ff
Cr-Commit-Position: refs/heads/master@{#394644}

Powered by Google App Engine
This is Rietveld 408576698