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

Issue 2394653003: reflow comments in core/events,core/fileapi (Closed)

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

Description

reflow comments in core/events,core/fileapi BUG=563793 NOTRY=true Committed: https://crrev.com/a2041d07dcc0d3f799675c8971f6b5dc588c37d9 Cr-Commit-Position: refs/heads/master@{#423416}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+364 lines, -229 lines) Patch
M third_party/WebKit/Source/core/events/AddEventListenerOptionsDefaults.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/ClipboardEvent.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/ErrorEvent.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/Event.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/Event.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventDispatchResult.h View 1 chunk +11 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventDispatcher.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventDispatcher.cpp View 9 chunks +28 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventListenerMap.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventPath.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/EventQueue.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/EventTarget.h View 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventTarget.cpp View 3 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/events/GestureEvent.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/InputEvent.cpp View 5 chunks +20 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/events/KeyboardEvent.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/KeyboardEvent.cpp View 2 chunks +5 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/MessageEvent.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/MessageEvent.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/MouseEvent.h View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/MouseEvent.cpp View 3 chunks +12 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/events/MouseRelatedEvent.h View 3 chunks +11 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/events/MouseRelatedEvent.cpp View 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/PromiseRejectionEvent.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/RegisteredEventListener.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/TextEventInputType.h View 1 chunk +5 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/TouchEvent.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/TouchEvent.cpp View 2 chunks +79 lines, -37 lines 0 comments Download
M third_party/WebKit/Source/core/events/TreeScopeEventContext.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/TreeScopeEventContext.cpp View 2 chunks +5 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/UIEvent.h View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/UIEvent.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/UIEventWithKeyState.h View 1 chunk +5 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/WheelEvent.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/WheelEvent.cpp View 2 chunks +44 lines, -44 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/Blob.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/fileapi/File.h View 5 chunks +21 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/File.cpp View 6 chunks +15 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileError.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReader.cpp View 3 chunks +7 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReaderLoader.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReaderLoader.cpp View 4 chunks +10 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReaderLoaderClient.h View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (15 generated)
Nico
4 years, 2 months ago (2016-10-05 22:03:34 UTC) #4
Nico
On 2016/10/05 22:03:34, Nico wrote: dcheng: ping
4 years, 2 months ago (2016-10-06 01:47:44 UTC) #7
dcheng
lgtm
4 years, 2 months ago (2016-10-06 02:58:59 UTC) #12
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/2394653003/1
4 years, 2 months ago (2016-10-06 02:59:24 UTC) #14
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/2394653003/1
4 years, 2 months ago (2016-10-06 03:04:27 UTC) #18
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-10-06 03:06:26 UTC) #20
commit-bot: I haz the power
4 years, 2 months ago (2016-10-06 03:09:37 UTC) #22
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/a2041d07dcc0d3f799675c8971f6b5dc588c37d9
Cr-Commit-Position: refs/heads/master@{#423416}

Powered by Google App Engine
This is Rietveld 408576698