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

Issue 2387263004: Manually remove many instances of a comma quirk arising from the reformat. (Closed)

Created:
4 years, 2 months ago by jbroman
Modified:
4 years, 2 months ago
Reviewers:
haraken, Nico, dmazzoni
CC:
jbroman, aboxhall, aboxhall+watch_chromium.org, Mads Ager (chromium), ajuma+watch_chromium.org, darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-bindings_chromium.org, blink-reviews-css, blink-reviews-dom_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, chromium-reviews, danakj+watch_chromium.org, dglazkov+blink, dmazzoni, dmazzoni+watch_chromium.org, dominicc+watchlist_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, dtseng+watch_chromium.org, eae+blinkwatch, Eric Willigers, f(malita), fs, gavinp+loader_chromium.org, gyuyoung2, hongchan, Nate Chapin, jchaffraix+rendering, je_julie, Justin Novosad, kenneth.christiansen, kinuko+watch, kouhei+heap_chromium.org, kouhei+svg_chromium.org, leviw+renderwatch, loading-reviews_chromium.org, loading-reviews+parser_chromium.org, mcasas+watch+mediastream_chromium.org, mlamouri+watch-blink_chromium.org, nektar+watch_chromium.org, nektarios, oilpan-reviews, pdr+renderingwatchlist_chromium.org, pdr+svgwatchlist_chromium.org, pdr+graphicswatchlist_chromium.org, rjwright, rwlbuis, Raymond Toy, Stephen Chennney, shans, sof, szager+layoutwatch_chromium.org, timvolodine, tommyw+watchlist_chromium.org, tyoshino+watch_chromium.org, yhirano+watch_chromium.org, Yoav Weiss, yuzo+watch_chromium.org, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Manually remove many instances of a comma quirk arising from the reformat. This removes many of the lines consisting only of a comma after the Blink reformat. About half remain, though, because they are the result of trailing elements of an initializer or argument list being within preprocessor guards (most commonly ENABLE(ASSERT)), and there does not seem to be a nice way of formatting those in Chromium style. BUG=563793 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/906bce9979d00f93f0137851faeac638e100beb4 Cr-Commit-Position: refs/heads/master@{#423166}

Patch Set 1 #

Total comments: 7

Patch Set 2 : merge with master; thakis nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -175 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/animation/AnimationTimeline.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp View 1 1 chunk +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/MainThreadTaskRunner.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/StyleEngine.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/Editor.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/KeyboardEvent.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLInputElement.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutPart.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/TextAutosizer.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp View 1 chunk +5 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp View 1 chunk +7 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp View 1 chunk +5 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/loader/DocumentWriter.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/Page.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayer.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGElement.cpp View 1 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp View 1 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp View 1 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp View 1 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/device_light/DeviceLightEvent.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/sensor/SensorReadingEvent.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OscillatorNode.cpp View 1 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/Timer.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DownSampler.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/FFTConvolver.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/SincResampler.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/Font.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp View 3 chunks +12 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/ScriptRunIterator.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/ThreadState.cpp View 1 2 chunks +5 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 25 (16 generated)
jbroman
WDYT (trybots-willing, of course)
4 years, 2 months ago (2016-10-04 21:21:22 UTC) #6
haraken
LGTM
4 years, 2 months ago (2016-10-05 01:03:00 UTC) #9
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/2387263004/1
4 years, 2 months ago (2016-10-05 01:09:56 UTC) #11
Nico
Nice, thanks! lgtm. I have one comment (the 2nd); dunno if you want to do ...
4 years, 2 months ago (2016-10-05 01:20:09 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/2387263004/20001
4 years, 2 months ago (2016-10-05 13:38:57 UTC) #17
jbroman
https://codereview.chromium.org/2387263004/diff/1/third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp File third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp (right): https://codereview.chromium.org/2387263004/diff/1/third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp#newcode78 third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp:78: false), // Doesn't matter when we have m_frame and ...
4 years, 2 months ago (2016-10-05 13:42:01 UTC) #19
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-05 15:25:23 UTC) #21
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/906bce9979d00f93f0137851faeac638e100beb4 Cr-Commit-Position: refs/heads/master@{#423166}
4 years, 2 months ago (2016-10-05 15:28:00 UTC) #23
dmazzoni
4 years, 2 months ago (2016-10-06 06:11:51 UTC) #25
Message was sent while issue was closed.
lgtm for modules/accessibility

Powered by Google App Engine
This is Rietveld 408576698