|
Implement sidebar support for extension action popups
This is an initial patch that provides the non-UI code to allow extensions to
show contents on a sidebar as an alternative to the popup.
BUG= 477424
Total comments: 3
Total comments: 6
Total comments: 88
Total comments: 20
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+372 lines, -47 lines) |
Patch |
|
M |
chrome/browser/extensions/api/developer_private/inspectable_views_finder.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/chrome_extensions_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_action.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_action.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_view_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_view_host_factory.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_view_host_factory.cc
|
View
|
1
2
3
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/extensions/sidebar_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+141 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/extensions/extension_action_view_controller.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
6 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/extensions/extension_action_view_controller.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+114 lines, -40 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/toolbar/toolbar_action_view_controller.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/toolbar/toolbar_actions_bar.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/toolbar/toolbar_actions_bar.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/extensions/api/developer_private.idl
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/extensions/api/extension_action/action_info.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/extensions/api/extension_action/action_info.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/extensions/sidebar/manifest.json
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
A + |
chrome/test/data/extensions/sidebar/simple_page.html
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/extensions/sidebar2/manifest.json
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
extensions/browser/extension_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
extensions/browser/process_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
extensions/common/manifest_constants.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
extensions/common/manifest_constants.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
extensions/common/view_type.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 21 (1 generated)
|