|
Add getCoalescedEvents API to PointerEvent
Adding getCoalescedEvents API to the idl file
of PointerEventInit and getter method to
PointerEvent idl.
Also add the plumbing and creation in EventHandler
layer and PointerEventManager.
BUG= 665937
Committed: https://crrev.com/92109dbbe9d1a2f422aff101e69ab123a70c56d1
Cr-Commit-Position: refs/heads/master@{#434849}
Total comments: 7
Total comments: 16
Total comments: 3
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+506 lines, -144 lines) |
Patch |
 |
M |
third_party/WebKit/LayoutTests/fast/events/constructors/pointer-event-constructor.html
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/fast/events/constructors/pointer-event-constructor-expected.txt
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/events/PointerEvent.h
|
View
|
1
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/events/PointerEvent.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/events/PointerEvent.idl
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/events/PointerEventFactory.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/events/PointerEventFactory.cpp
|
View
|
1
2
3
4
5
|
7 chunks |
+138 lines, -48 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp
|
View
|
1
2
3
|
6 chunks |
+73 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/events/PointerEventInit.idl
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/input/EventHandler.h
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/input/EventHandler.cpp
|
View
|
1
2
3
4
5
6
7
|
11 chunks |
+30 lines, -17 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/input/MouseEventManager.cpp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/input/PointerEventManager.h
|
View
|
|
2 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/input/PointerEventManager.cpp
|
View
|
|
7 chunks |
+27 lines, -34 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/InspectorOverlay.cpp
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/PageWidgetDelegate.h
|
View
|
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
View
|
|
4 chunks |
+14 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebInputEventConversion.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp
|
View
|
1
|
2 chunks |
+81 lines, -0 lines |
0 comments
|
Download
|
Total messages: 59 (35 generated)
|