|
[Extensions OOPI] Update app window bindings for OOPI
Update the app window custom bindings to use render frame logic
instead of render view logic. This involves changes to the custom
bindings themselves, as well as app window creation logic. And, for fun,
a few small cleanups while I was in the area.
BUG= 455776
TBR=dbeam@chromium.org (webui)
Committed: https://crrev.com/c3d6ba1b13ec1f050178e4f97c121b528c07520d
Cr-Commit-Position: refs/heads/master@{#338076}
Total comments: 14
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+173 lines, -284 lines) |
Patch |
 |
M |
chrome/browser/extensions/extension_tab_util.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/options_handlers_helper.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/public/renderer/render_frame.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/api/app_window/app_window_api.cc
|
View
|
1
2
|
5 chunks |
+22 lines, -21 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/app_window/app_window_contents.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/app_window/app_window_contents.cc
|
View
|
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/app_window/app_window_registry.h
|
View
|
|
4 chunks |
+11 lines, -8 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/app_window/app_window_registry.cc
|
View
|
1
|
7 chunks |
+18 lines, -38 lines |
0 comments
|
Download
|
 |
M |
extensions/extensions.gypi
|
View
|
|
5 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/app_window_custom_bindings.h
|
View
|
1
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/app_window_custom_bindings.cc
|
View
|
1
|
4 chunks |
+41 lines, -38 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/dispatcher.cc
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
extensions/renderer/render_frame_observer_natives.h
|
View
|
|
1 chunk |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
extensions/renderer/render_frame_observer_natives.cc
|
View
|
|
2 chunks |
+21 lines, -24 lines |
0 comments
|
Download
|
 |
D |
extensions/renderer/render_view_observer_natives.h
|
View
|
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
D |
extensions/renderer/render_view_observer_natives.cc
|
View
|
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/resources/app_window_custom_bindings.js
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
Total messages: 18 (7 generated)
|