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

Issue 9181005: Allow resizing a panel using chrome.windows.update() extension API. (Closed)

Created:
8 years, 11 months ago by jennb
Modified:
8 years, 11 months ago
Reviewers:
jianli
CC:
chromium-reviews, jennb, Dmitry Titov, prasadt, dcheng, mihaip+watch_chromium.org, Aaron Boodman, jianli
Visibility:
Public.

Description

Allow resizing a panel using chrome.windows.update() extension API. BUG=108222 TEST=new extension api test added Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117269

Patch Set 1 #

Total comments: 6

Patch Set 2 : fix tests #

Patch Set 3 : fix tests, take 2 #

Patch Set 4 : Add forgotten test file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -17 lines) Patch
M chrome/browser/extensions/extension_tabs_apitest.cc View 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/ui/panels/panel.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/panels/panel_manager.cc View 1 chunk +3 lines, -2 lines 0 comments Download
A chrome/test/data/extensions/api_test/window_update/resize/blank.html View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/test/data/extensions/api_test/window_update/resize/manifest.json View 1 chunk +10 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/window_update/resize/test.html View 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/window_update/resize/test.js View 1 2 1 chunk +69 lines, -0 lines 0 comments Download
M chrome/test/data/extensions/api_test/window_update/show_state/test.js View 1 2 2 chunks +8 lines, -12 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jennb
Got time to review this? Thx.
8 years, 11 months ago (2012-01-10 23:53:38 UTC) #1
jianli
http://codereview.chromium.org/9181005/diff/1/chrome/browser/ui/panels/panel.cc File chrome/browser/ui/panels/panel.cc (right): http://codereview.chromium.org/9181005/diff/1/chrome/browser/ui/panels/panel.cc#newcode179 chrome/browser/ui/panels/panel.cc:179: manager()->ResizePanel(this, bounds.size()); For detached panel case, do we want ...
8 years, 11 months ago (2012-01-11 00:29:12 UTC) #2
jennb
http://codereview.chromium.org/9181005/diff/1/chrome/browser/ui/panels/panel.cc File chrome/browser/ui/panels/panel.cc (right): http://codereview.chromium.org/9181005/diff/1/chrome/browser/ui/panels/panel.cc#newcode179 chrome/browser/ui/panels/panel.cc:179: manager()->ResizePanel(this, bounds.size()); On 2012/01/11 00:29:13, jianli wrote: > For ...
8 years, 11 months ago (2012-01-11 00:36:26 UTC) #3
jianli
lgtm
8 years, 11 months ago (2012-01-11 01:27:25 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jennb@chromium.org/9181005/9001
8 years, 11 months ago (2012-01-11 18:01:56 UTC) #5
commit-bot: I haz the power
8 years, 11 months ago (2012-01-11 20:07:53 UTC) #6
Change committed as 117269

Powered by Google App Engine
This is Rietveld 408576698