|
Removing the experimental Chrome extension popup API. This API will not be added to the set of available extension APIs.
I also removed some of the plumbing associated with the popup api:
- Drop-shadow support removed from BrowserBubble. This had only been supported on Windows.
- Removed the ExtensionPopup::PopupChrome type. Only popups from the popup API supported rectangle chrome.
- Removed the activate-on-show parameter from ExtensionPopup. This was only used for the popup API. All popups activate on show, by default.
- Removed the AddRef/Release magic from ExtensionPopup. The API required these semantics because of the complex, asynchronous lifetime management required by the popup API. See ExtensionPopup::Observer::ExtensionPopupClosed.
- Removed unneeded methods from ExtensionPopup::Observer, and ExtensionFunctionDispatcher::Delegate.
BUG=None
TEST=None
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=74835
Total comments: 18
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+81 lines, -1893 lines) |
Patch |
 |
M |
chrome/browser/extensions/extension_function_dispatcher.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_function_dispatcher.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/extension_popup_api.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -52 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/extension_popup_api.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -555 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/extension_popup_apitest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/browser_actions_container.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/browser_bubble.h
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/browser_bubble.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/browser_bubble_gtk.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/browser_bubble_win.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/extensions/extension_popup.h
|
View
|
1
2
3
4
5
|
8 chunks |
+4 lines, -101 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/extensions/extension_popup.cc
|
View
|
1
2
3
4
5
|
8 chunks |
+64 lines, -200 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/extension_api.json
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -109 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/extension_process_bindings.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -74 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extension_process_bindings.js
|
View
|
1
2
3
4
5
|
4 chunks |
+0 lines, -74 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/popup/popup_from_infobar/background.html
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/popup/popup_from_infobar/in-infobar.html
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/popup/popup_from_infobar/in-popup.html
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/popup/popup_from_infobar/manifest.json
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/popup/popup_main/background_page.html
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/popup/popup_main/dom_ui.html
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -307 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup.html
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup_a.html
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup_b.html
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup_dismissal.html
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -67 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup_sizing.html
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -112 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/popup/popup_main/manifest.json
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ui/views/focus/focus_manager.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
views/focus/focus_manager.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|