|
Move JavaScriptDialogManager, JavascriptAppModalDialogViews to components/app_modal_dialogs.
(I first tried to move cocoa/android impl, but it turns out to be more difficult than I originally thought so I left them as they are)
Introduced JavaScriptDialogManagerClient for embedder to implement extensions related behaviors.
BUG= 410499
TBR=blundell@chromium.org
Committed: https://crrev.com/758abebc6360e6c4bad50acd851a0c41c85695ac
Cr-Commit-Position: refs/heads/master@{#303004}
Total comments: 18
Total comments: 14
Total comments: 17
Total comments: 87
Total comments: 6
Total comments: 4
Total comments: 5
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+797 lines, -703 lines) |
Patch |
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/DEPS
|
View
|
1
2
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/chrome_web_contents_delegate_android.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_browser_main.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/chrome_extension_host_delegate.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/android/javascript_app_modal_dialog_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+32 lines, -14 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_modal_dialogs/chrome_javascript_native_dialog_factory.h
|
View
|
1
2
5
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/app_modal_dialogs/javascript_dialog_manager.h
|
View
|
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/app_modal_dialogs/javascript_dialog_manager.cc
|
View
|
|
1 chunk |
+0 lines, -322 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/javascript_app_modal_dialog_cocoa.mm
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+25 lines, -8 lines |
1 comment
|
Download
|
 |
M |
chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/views/chrome_javascript_native_dialog_factory_views.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/views/javascript_app_modal_dialog_views.h
|
View
|
|
1 chunk |
+0 lines, -69 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/views/javascript_app_modal_dialog_views.cc
|
View
|
|
1 chunk |
+0 lines, -188 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/views/javascript_app_modal_dialog_views_x11.h
|
View
|
1
2
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/views/javascript_app_modal_dialog_views_x11.cc
|
View
|
1
2
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_ui.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
6 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/BUILD.gn
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/app_modal_dialogs.gypi
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+16 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/app_modal_dialogs/BUILD.gn
|
View
|
1
2
|
1 chunk |
+15 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/app_modal_dialogs/DEPS
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/app_modal_dialogs/javascript_app_modal_dialog.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A |
components/app_modal_dialogs/javascript_dialog_extensions_client.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/app_modal_dialogs/javascript_dialog_manager.h
|
View
|
1
2
3
4
5
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/app_modal_dialogs/javascript_dialog_manager.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/app_modal_dialogs/javascript_dialog_manager_impl.h
|
View
|
1
2
|
1 chunk |
+75 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/app_modal_dialogs/javascript_dialog_manager_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+233 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/app_modal_dialogs/javascript_native_dialog_factory.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/app_modal_dialogs/native_app_modal_dialog.h
|
View
|
1
2
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
A |
components/app_modal_dialogs/views/DEPS
|
View
|
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/app_modal_dialogs/views/javascript_app_modal_dialog_views.h
|
View
|
|
4 chunks |
+3 lines, -13 lines |
0 comments
|
Download
|
 |
A + |
components/app_modal_dialogs/views/javascript_app_modal_dialog_views.cc
|
View
|
1
2
|
5 chunks |
+1 line, -36 lines |
0 comments
|
Download
|
 |
M |
extensions/components/extensions_components.gyp
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
extensions/components/javascript_dialog_extensions_client.gypi
|
View
|
1
2
|
2 chunks |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
extensions/components/javascript_dialog_extensions_client/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
A |
extensions/components/javascript_dialog_extensions_client/DEPS
|
View
|
1
2
5
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
extensions/components/javascript_dialog_extensions_client/javascript_dialog_extension_client_impl.h
|
View
|
1
2
5
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
extensions/components/javascript_dialog_extensions_client/javascript_dialog_extension_client_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
Total messages: 63 (26 generated)
|