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

Issue 2388303002: reflow comments in platform/ (Closed)

Created:
4 years, 2 months ago by Nico
Modified:
4 years, 2 months ago
Reviewers:
jbroman
CC:
blink-reviews, blink-reviews-events_chromium.org, chromium-reviews, dcheng, dglazkov+blink, dtapuska+blinkwatch_chromium.org, eae+blinkwatch, kinuko+fileapi, nhiroki, tzik
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

reflow comments in platform/ BUG=563793 Committed: https://crrev.com/29c29f18164bd942cc66b6ffbe78b2901b9a3753 Cr-Commit-Position: refs/heads/master@{#422618}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -165 lines) Patch
M third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/ContentType.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/CrossThreadCopier.h View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/CrossThreadCopier.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/Cursor.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/DateComponents.h View 3 chunks +11 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/DateComponents.cpp View 4 chunks +8 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/Decimal.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/DecimalTest.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/DragImageTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/FileChooser.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/Histogram.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/HostWindow.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/KeyboardCodes.h View 4 chunks +25 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/Language.cpp View 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/LayoutLocaleTest.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/LayoutUnit.h View 6 chunks +15 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/Length.h View 2 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/Length.cpp View 3 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/LengthFunctions.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/LifecycleNotifier.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/LinkHash.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/MIMETypeFromURL.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/MIMETypeFromURL.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/MIMETypeRegistry.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/MIMETypeRegistry.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/PODFreeListArena.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/PODIntervalTreeTest.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/PlatformEvent.h View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/PlatformGestureEvent.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/PlatformMouseEvent.h View 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/PlatformWheelEvent.h View 1 chunk +7 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/SharedBuffer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/SharedBufferChunkReader.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/SharedBufferTest.cpp View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/Supplementable.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/Theme.h View 4 chunks +18 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/Timer.h View 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/Timer.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/TimerTest.cpp View 3 chunks +21 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/platform/TracedValue.h View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/UUID.h View 1 chunk +12 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/UserGestureIndicator.h View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/UserGestureIndicator.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/WebIconSizesParser.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/Widget.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/Widget.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/WindowsKeyboardCodes.h View 2 chunks +21 lines, -9 lines 0 comments Download

Messages

Total messages: 11 (6 generated)
Nico
4 years, 2 months ago (2016-10-03 21:13:39 UTC) #4
jbroman
lgtm
4 years, 2 months ago (2016-10-03 21:22:09 UTC) #5
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/2388303002/1
4 years, 2 months ago (2016-10-03 21:29:15 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-10-04 00:16:36 UTC) #9
commit-bot: I haz the power
4 years, 2 months ago (2016-10-04 00:18:56 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/29c29f18164bd942cc66b6ffbe78b2901b9a3753
Cr-Commit-Position: refs/heads/master@{#422618}

Powered by Google App Engine
This is Rietveld 408576698