|
|
Change EventTarget callback APIs for add/RemoveEventListenerInternal.
It will be necessary to know what RegisteredEventListener was added or
removed with the AddEventListenerOptions IDL definition coming.
Change the way the API callbacks occur to pass the registeredEventListener
in.
No functional change is intended with this change.
BUG= 602735
Committed: https://crrev.com/908fce48e7365aebede69d3275ad88817b8cf8b4
Cr-Commit-Position: refs/heads/master@{#392055}
Total comments: 15
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+194 lines, -170 lines) |
Patch |
 |
M |
third_party/WebKit/Source/core/animation/Animation.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/Animation.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/dom/Node.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/dom/Node.cpp
|
View
|
1
2
3
|
1 chunk |
+6 lines, -14 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/events/EventListenerMap.h
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/events/EventListenerMap.cpp
|
View
|
1
2
3
4
5
|
4 chunks |
+30 lines, -19 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/events/EventTarget.h
|
View
|
1
2
3
4
|
2 chunks |
+12 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/events/EventTarget.cpp
|
View
|
1
2
|
6 chunks |
+43 lines, -30 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/events/RegisteredEventListener.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+47 lines, -16 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
View
|
1
2
3
4
5
6
|
3 chunks |
+7 lines, -16 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/svg/SVGElement.h
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/svg/SVGElement.cpp
|
View
|
1
2
|
2 chunks |
+9 lines, -12 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
|
View
|
1
2
3
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/mediastream/MediaDevices.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/mediastream/MediaDevices.cpp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp
|
View
|
1
2
|
1 chunk |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationAvailability.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationAvailability.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
View
|
1
2
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationRequest.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/webmidi/MIDIInput.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/webmidi/MIDIInput.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 34 (14 generated)
|