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

Issue 1746283002: Rename enums/functions that collide in chromium style in platform/ (Closed)

Created:
4 years, 9 months ago by danakj
Modified:
4 years, 9 months ago
CC:
Mads Ager (chromium), darktears, apavlov+blink_chromium.org, blink-layers+watch_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-css, blink-reviews-events_chromium.org, blink-reviews-html_chromium.org, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-platform-graphics_chromium.org, blink-reviews-style_chromium.org, Rik, caseq+blink_chromium.org, chromium-reviews, danakj+watch_chromium.org, dcheng, devtools-reviews_chromium.org, dglazkov+blink, dshwang, drott+blinkwatch_chromium.org, krit, eae+blinkwatch, Eric Willigers, f(malita), gavinp+loader_chromium.org, hongchan, Nate Chapin, jbroman, jchaffraix+rendering, Justin Novosad, jzern, kinuko+watch, kouhei+heap_chromium.org, kozyatinskiy+blink_chromium.org, leviw+renderwatch, loading-reviews_chromium.org, lushnikov+blink_chromium.org, oilpan-reviews, pdr+renderingwatchlist_chromium.org, pdr+graphicswatchlist_chromium.org, pfeldman+blink_chromium.org, piman+watch_chromium.org, piman, rjwright, rwlbuis, Raymond Toy, Stephen Chennney, sergeyv+blink_chromium.org, shans, skal, slimming-paint-reviews_chromium.org, szager+layoutwatch_chromium.org, Nico, tommyw+watchlist_chromium.org, tyoshino+watch_chromium.org, urvang, vikasa, vmpstr+blinkwatch_chromium.org, Yoav Weiss, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename enums/functions that collide in chromium style in platform/ R=esprehn@chromium.org, pdr BUG=582312 Committed: https://crrev.com/c5117b4cc2638739551a9eeedf5b10e177e2368b Cr-Commit-Position: refs/heads/master@{#378619}

Patch Set 1 #

Total comments: 4

Patch Set 2 : get-names-13-platform: sign #

Patch Set 3 : get-names-13-platform: . #

Patch Set 4 : get-names-13-platform: . #

Patch Set 5 : get-names-13-platform: . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+363 lines, -364 lines) Patch
M third_party/WebKit/Source/build/scripts/make_style_builder.py View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/CompositorAnimations.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/animatable/AnimatableLength.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSProperties.in View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSTimingFunctionValue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/CSSToStyleMap.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/GestureEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/KeyboardEvent.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/events/MouseEvent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/MouseEvent.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/PointerEventFactory.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/events/WheelEvent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/ImageBitmap.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp View 1 2 3 10 chunks +19 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/input/EventHandler.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/EventHandler.cpp View 19 chunks +22 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/core/input/PointerEventManager.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutText.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/FrameFetchContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/FrameLoader.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayer.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/CalculationValue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/DateComponents.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/Decimal.h View 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/Decimal.cpp View 10 chunks +18 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/platform/DecimalTest.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/JSONValues.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/JSONValues.cpp View 9 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/Length.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/Length.cpp View 7 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/PODRedBlackTree.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/PlatformEvent.h View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/PlatformGestureEvent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/PlatformKeyboardEvent.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/PlatformKeyboardEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/PlatformMouseEvent.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/PlatformTouchPoint.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/animation/TimingFunction.h View 7 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/animation/TimingFunction.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Panner.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/WebMediaStreamSource.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/exported/WebURLRequest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/exported/WebURLResponse.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/Font.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontDescription.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontDescription.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/filters/FilterOperation.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/filters/FilterOperation.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/heap/HeapPage.h View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/HeapPage.cpp View 6 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h View 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/TraceTraits.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/heap/Visitor.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/ImageDecoderTest.cpp View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/ImageFrame.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoderTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.cpp View 12 chunks +13 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp View 7 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp View 9 chunks +13 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp View 12 chunks +21 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/Values.h View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamSource.h View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamSource.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/network/ResourceRequest.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/network/ResourceRequest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/network/ResourceRequestTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/network/ResourceResponse.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollableArea.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/scroll/Scrollbar.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/scroll/Scrollbar.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollbarThemeMacOverlayAPI.mm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/text/DateTimeFormatTest.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/text/PlatformLocale.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/text/TextBreakIterator.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/DateTimeChooserImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebImageDecoder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebInputEventConversion.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebInputEventConversion.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/tests/KeyboardTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/tests/WebFrameTest.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 44 (21 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1746283002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1746283002/1
4 years, 9 months ago (2016-02-29 22:17:38 UTC) #2
danakj
4 years, 9 months ago (2016-02-29 22:17:50 UTC) #3
Raymond Toy
https://codereview.chromium.org/1746283002/diff/1/third_party/WebKit/Source/platform/audio/Panner.h File third_party/WebKit/Source/platform/audio/Panner.h (left): https://codereview.chromium.org/1746283002/diff/1/third_party/WebKit/Source/platform/audio/Panner.h#oldcode60 third_party/WebKit/Source/platform/audio/Panner.h:60: PanningModel panningModel() const { return m_panningModel; } DBYC: Does ...
4 years, 9 months ago (2016-02-29 22:28:29 UTC) #5
danakj
https://codereview.chromium.org/1746283002/diff/1/third_party/WebKit/Source/platform/audio/Panner.h File third_party/WebKit/Source/platform/audio/Panner.h (left): https://codereview.chromium.org/1746283002/diff/1/third_party/WebKit/Source/platform/audio/Panner.h#oldcode60 third_party/WebKit/Source/platform/audio/Panner.h:60: PanningModel panningModel() const { return m_panningModel; } On 2016/02/29 ...
4 years, 9 months ago (2016-02-29 22:35:32 UTC) #6
danakj
+haraken for modules/
4 years, 9 months ago (2016-02-29 22:35:53 UTC) #8
jbroman
https://codereview.chromium.org/1746283002/diff/1/third_party/WebKit/Source/platform/fonts/FontDescription.h File third_party/WebKit/Source/platform/fonts/FontDescription.h (right): https://codereview.chromium.org/1746283002/diff/1/third_party/WebKit/Source/platform/fonts/FontDescription.h#newcode164 third_party/WebKit/Source/platform/fonts/FontDescription.h:164: VariantLigatures variantLigatures() const; drive-by: won't VariantLigatures have the same ...
4 years, 9 months ago (2016-02-29 22:40:20 UTC) #9
danakj
https://codereview.chromium.org/1746283002/diff/1/third_party/WebKit/Source/platform/fonts/FontDescription.h File third_party/WebKit/Source/platform/fonts/FontDescription.h (right): https://codereview.chromium.org/1746283002/diff/1/third_party/WebKit/Source/platform/fonts/FontDescription.h#newcode164 third_party/WebKit/Source/platform/fonts/FontDescription.h:164: VariantLigatures variantLigatures() const; On 2016/02/29 22:40:20, jbroman wrote: > ...
4 years, 9 months ago (2016-02-29 22:42:06 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/29018) mac_chromium_gn_rel on ...
4 years, 9 months ago (2016-02-29 22:46:45 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1746283002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1746283002/40001
4 years, 9 months ago (2016-02-29 22:52:54 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/150635) mac_chromium_compile_dbg_ng on ...
4 years, 9 months ago (2016-02-29 23:13:49 UTC) #17
haraken
LGTM
4 years, 9 months ago (2016-02-29 23:15:27 UTC) #18
urvang
lgtm LGTM for WEBPImageDecoder*
4 years, 9 months ago (2016-02-29 23:54:04 UTC) #20
chrishtr
lgtm
4 years, 9 months ago (2016-03-01 01:07:32 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1746283002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1746283002/60001
4 years, 9 months ago (2016-03-01 01:08:48 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/188089)
4 years, 9 months ago (2016-03-01 03:51:49 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1746283002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1746283002/60001
4 years, 9 months ago (2016-03-01 18:43:03 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/188447)
4 years, 9 months ago (2016-03-01 18:51:03 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1746283002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1746283002/80001
4 years, 9 months ago (2016-03-01 20:59:45 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1746283002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1746283002/100001
4 years, 9 months ago (2016-03-01 21:04:00 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/174727)
4 years, 9 months ago (2016-03-01 22:47:42 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1746283002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1746283002/100001
4 years, 9 months ago (2016-03-01 23:08:18 UTC) #41
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 9 months ago (2016-03-02 00:12:32 UTC) #42
commit-bot: I haz the power
4 years, 9 months ago (2016-03-02 00:13:46 UTC) #44
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/c5117b4cc2638739551a9eeedf5b10e177e2368b
Cr-Commit-Position: refs/heads/master@{#378619}

Powered by Google App Engine
This is Rietveld 408576698