|
Add "sidebar" section to extension manifest:
"sidebar": {
"default_url": "",
"default_title": "",
"default_icon": ""
}
Allow extension to access experimental.sidebar API only in presence of this section.
BUG= 51084
TEST=unit_tests, ExtensionManifestTest.Sidebar
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71993
Total comments: 2
Total comments: 19
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+717 lines, -232 lines) |
Patch |
 |
M |
chrome/browser/extensions/extension_sidebar_api.cc
|
View
|
1
|
5 chunks |
+16 lines, -45 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/sidebar/sidebar_browsertest.cc
|
View
|
1
|
1 chunk |
+202 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sidebar/sidebar_container.h
|
View
|
1
2
|
6 chunks |
+30 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sidebar/sidebar_container.cc
|
View
|
1
|
6 chunks |
+58 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sidebar/sidebar_manager.h
|
View
|
1
|
1 chunk |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sidebar/sidebar_manager.cc
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/sidebar/sidebar_test.cc
|
View
|
1
|
1 chunk |
+0 lines, -177 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_common.gypi
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension.h
|
View
|
1
2
|
5 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension.cc
|
View
|
1
|
5 chunks |
+66 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_constants.h
|
View
|
1
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_constants.cc
|
View
|
1
|
3 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_manifests_unittest.cc
|
View
|
1
|
2 chunks |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/extension_sidebar_defaults.h
|
View
|
1
2
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/extension_sidebar_utils.h
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/extension_sidebar_utils.cc
|
View
|
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/sidebar/manifest.json
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/manifest_tests/sidebar.json
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/manifest_tests/sidebar_external_url.json
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/manifest_tests/sidebar_icon_empty.json
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/manifest_tests/sidebar_icon_invalid_type.json
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/manifest_tests/sidebar_no_permissions.json
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/manifest_tests/sidebar_title_invalid_type.json
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/manifest_tests/sidebar_url_invalid.json
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/manifest_tests/sidebar_url_invalid_type.json
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/manifest_tests/sidebar_url_no_permissions.json
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/sidebar/manifest.json
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|