|
|
Remove ui/events/blink dependency on blink_minimal.
It only needs blink_headers. WebCoalescedInputEvent was not an enum/POD so it shouldn't have been used outside of renderer. Fixed by:
-moving ScopedWebInputEventWithLatencyInfo from content/common to content/renderer (its only user is there anyways)
-hiding blink::WebScopedInputEvent from the public API and creating another version in ui/events/blink/web_input_events_traits. that file already has a duplicate of all the per-specific-type operations
Also update blink_headers to include some headers it was missing, and the OWNERS file which was stale after gyp->gn conversion.
BUG= 248653
Review-Url: https://codereview.chromium.org/2683043004
Cr-Commit-Position: refs/heads/master@{#449631}
Committed: https://chromium.googlesource.com/chromium/src/+/013b74c8a427c4ec9a5465a6060f626db8cacfd5
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+232 lines, -245 lines) |
Patch |
 |
M |
content/browser/devtools/protocol/input_handler.cc
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/gesture_event_queue.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/common/BUILD.gn
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/DEPS
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/input/event_with_latency_info.h
|
View
|
1
|
1 chunk |
+1 line, -23 lines |
0 comments
|
Download
|
 |
D |
content/common/input/event_with_latency_info.cc
|
View
|
1
|
1 chunk |
+0 lines, -56 lines |
0 comments
|
Download
|
 |
M |
content/common/input/input_event.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/input/input_param_traits.h
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/input/input_param_traits.cc
|
View
|
1
|
2 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/renderer/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/input/input_event_filter.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/input/input_event_filter.cc
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/input/input_event_filter_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/input/input_handler_manager.h
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/input/input_handler_manager.cc
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/input/input_handler_manager_client.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/input/input_handler_wrapper.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/input/input_handler_wrapper.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/input/main_thread_event_queue.h
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/input/main_thread_event_queue.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
content/renderer/input/scoped_web_input_event_with_latency_info.h
|
View
|
1
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/renderer/input/scoped_web_input_event_with_latency_info.cc
|
View
|
1
|
1 chunk |
+4 lines, -4 lines |
2 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/BUILD.gn
|
View
|
1
2
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp
|
View
|
1
|
4 chunks |
+29 lines, -31 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/BUILD.gn
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebInputEvent.cpp
|
View
|
1
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/BUILD.gn
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/OWNERS
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebCoalescedInputEvent.h
|
View
|
1
2
3
|
2 chunks |
+10 lines, -9 lines |
2 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebInputEvent.h
|
View
|
1
|
1 chunk |
+45 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/blink/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/blink/DEPS
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/blink/event_with_callback.h
|
View
|
1
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/events/blink/event_with_callback.cc
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/events/blink/input_handler_proxy.h
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/events/blink/input_handler_proxy.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/blink/input_handler_proxy_client.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/blink/input_handler_proxy_unittest.cc
|
View
|
1
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/events/blink/web_input_event_traits.h
|
View
|
1
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/events/blink/web_input_event_traits.cc
|
View
|
1
|
4 chunks |
+22 lines, -5 lines |
0 comments
|
Download
|
Total messages: 41 (28 generated)
|