Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Issue 5254007: Addition of 'maxSize' to experimental popup extension API. (Closed)

Created:
10 years, 1 month ago by Jeff Timanus
Modified:
9 years, 7 months ago
Reviewers:
skare, joi, Jói
CC:
chromium-reviews, ben+cc_chromium.org, Erik does not do reviews, Paweł Hajdan Jr., Aaron Boodman, pam+watch_chromium.org, brettw-cc_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

CL adding a 'maxSize' parameter to the experimental popup extension API. Callers can use this optional argument to allow for popups larger than than the default 800x600 size. Note that the implementation makes minimal changes to the existing popup code, and relies on use of the ExtensionPopupObserver to install the max size settings. TEST=ExtensionApiTest.Popup BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=67465

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 9

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -27 lines) Patch
M chrome/browser/extensions/extension_popup_api.cc View 1 2 8 chunks +48 lines, -13 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_popup.h View 1 2 3 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_popup.cc View 1 2 3 6 chunks +21 lines, -4 lines 0 comments Download
M chrome/common/extensions/api/extension_api.json View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
M chrome/renderer/resources/extension_process_bindings.js View 1 2 2 chunks +14 lines, -1 line 0 comments Download
M chrome/test/data/extensions/api_test/popup/popup_main/dom_ui.html View 1 2 5 chunks +53 lines, -0 lines 0 comments Download
M chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup_sizing.html View 1 2 3 4 4 chunks +52 lines, -9 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Jeff Timanus
Please have a look, Joi (and Travis, if you're curious). There is nothing really out ...
10 years, 1 month ago (2010-11-25 06:43:26 UTC) #1
Jói
Overall looks good, I have a couple of questions. A couple of the bots seem ...
10 years ago (2010-11-25 13:50:30 UTC) #2
Jeff Timanus
I double checked the flakiness dashboard, and the WindowOpen test has been failing previously, without ...
10 years ago (2010-11-25 23:35:29 UTC) #3
Jói
I still think you should just remove the hardcoded maximum, or make it very large ...
10 years ago (2010-11-25 23:43:49 UTC) #4
Jói
LGTM one tiny optional nit: http://codereview.chromium.org/5254007/diff/20001/chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup_sizing.html File chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup_sizing.html (right): http://codereview.chromium.org/5254007/diff/20001/chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup_sizing.html#newcode98 chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup_sizing.html:98: // TODO: Fix the ...
10 years ago (2010-11-26 19:01:05 UTC) #5
Jeff Timanus
http://codereview.chromium.org/5254007/diff/20001/chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup_sizing.html File chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup_sizing.html (right): http://codereview.chromium.org/5254007/diff/20001/chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup_sizing.html#newcode98 chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup_sizing.html:98: // TODO: Fix the order of the onload and ...
10 years ago (2010-11-26 19:05:49 UTC) #6
Jeff Timanus
10 years ago (2010-11-26 19:05:49 UTC) #7

          

Powered by Google App Engine
This is Rietveld 408576698