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

Issue 2514733003: Move EventHandler timers to per-frame task queues. (Closed)

Created:
4 years, 1 month ago by dcheng
Modified:
4 years ago
CC:
chromium-reviews, blink-reviews, dtapuska+blinkwatch_chromium.org, Navid Zolghadr
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move EventHandler timers to per-frame task queues. BUG=624694 Committed: https://crrev.com/b8252b996657abe9e655c1b78bc15edb03821870 Cr-Commit-Position: refs/heads/master@{#435352}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Add TODOs #

Patch Set 3 : Remove stray brace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -42 lines) Patch
M third_party/WebKit/Source/core/frame/LocalFrame.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/EventHandler.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/input/EventHandler.cpp View 1 2 7 chunks +23 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/input/GestureManager.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/input/GestureManager.cpp View 1 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/input/KeyboardEventManager.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/KeyboardEventManager.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/input/MouseEventManager.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/MouseEventManager.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/input/PointerEventManager.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/PointerEventManager.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/input/ScrollManager.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/ScrollManager.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/TouchEventManager.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/TouchEventManager.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 39 (20 generated)
dcheng
Based on the results of this CL, I'm likely to go back and revise what ...
4 years, 1 month ago (2016-11-18 06:11:37 UTC) #4
haraken
On 2016/11/18 06:11:37, dcheng wrote: > Based on the results of this CL, I'm likely ...
4 years, 1 month ago (2016-11-18 10:11:55 UTC) #8
foolip
On 2016/11/18 10:11:55, haraken wrote: > On 2016/11/18 06:11:37, dcheng wrote: > > Based on ...
4 years, 1 month ago (2016-11-18 10:47:21 UTC) #9
dcheng
On 2016/11/18 10:47:21, foolip wrote: > On 2016/11/18 10:11:55, haraken wrote: > > On 2016/11/18 ...
4 years, 1 month ago (2016-11-18 17:35:13 UTC) #10
Rick Byers
On 2016/11/18 17:35:13, dcheng wrote: > On 2016/11/18 10:47:21, foolip wrote: > > On 2016/11/18 ...
4 years, 1 month ago (2016-11-18 18:00:11 UTC) #13
foolip
> https://codereview.chromium.org/2514733003/diff/1/third_party/WebKit/Source/core/input/EventHandler.cpp#newcode186 > > > > third_party/WebKit/Source/core/input/EventHandler.cpp:186: > > > > TaskRunnerHelper::get(TaskType::UserInteraction, &frame), > > ...
4 years, 1 month ago (2016-11-21 09:41:49 UTC) #14
dcheng
On 2016/11/21 09:41:49, foolip wrote: > > > https://codereview.chromium.org/2514733003/diff/1/third_party/WebKit/Source/core/input/EventHandler.cpp#newcode186 > > > > > third_party/WebKit/Source/core/input/EventHandler.cpp:186: ...
4 years, 1 month ago (2016-11-21 18:16:30 UTC) #15
Sami
On 2016/11/21 18:16:30, dcheng wrote: > On 2016/11/21 09:41:49, foolip wrote: > > > > ...
4 years, 1 month ago (2016-11-21 18:56:41 UTC) #16
dcheng
On 2016/11/21 18:56:41, Sami wrote: > On 2016/11/21 18:16:30, dcheng wrote: > > On 2016/11/21 ...
4 years ago (2016-11-26 00:54:39 UTC) #19
dcheng
ping
4 years ago (2016-11-29 21:07:17 UTC) #26
haraken
On 2016/11/29 21:07:17, dcheng wrote: > ping LGTM
4 years ago (2016-11-30 01:10:17 UTC) #27
foolip
Explicitly deferring to other reviewers, please poke if there's something I should look at.
4 years ago (2016-11-30 13:08:08 UTC) #28
tdresser
As we're migrating towards following the chromium style guide in blink, it seems a bit ...
4 years ago (2016-11-30 13:18:24 UTC) #29
dcheng
On 2016/11/30 13:18:24, tdresser wrote: > As we're migrating towards following the chromium style guide ...
4 years ago (2016-11-30 17:10:31 UTC) #30
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/2514733003/40001
4 years ago (2016-11-30 17:11:09 UTC) #32
tdresser
Thanks for clarification. Style is complicated. :)
4 years ago (2016-11-30 17:35:29 UTC) #33
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-11-30 18:39:04 UTC) #36
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/b8252b996657abe9e655c1b78bc15edb03821870 Cr-Commit-Position: refs/heads/master@{#435352}
4 years ago (2016-11-30 18:42:26 UTC) #38
Ɓukasz Anforowicz
4 years ago (2016-11-30 23:49:13 UTC) #39
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in
https://codereview.chromium.org/2541073004/ by lukasza@chromium.org.

The reason for reverting is: After this CL
http/tests/security/opened-document-security-origin-resets-on-navigation.html
layout test times out when run with --site-per-process flag.  See also
https://crbug.com/670105..

Powered by Google App Engine
This is Rietveld 408576698