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

Issue 11048045: Allow settings dialog to be opened via the app launcher, as a packaged app. (Closed)

Created:
8 years, 2 months ago by tapted
Modified:
8 years, 2 months ago
Reviewers:
jeremya, benwells, sky
CC:
chromium-reviews, Avi (use Gerrit), mihaip-chromium-reviews_chromium.org, creis+watch_chromium.org, jeremya+watch_chromium.org, Aaron Boodman, arv (Not doing code reviews), darin-cc_chromium.org, oshima+watch_chromium.org, ajwong+watch_chromium.org, Mihai Parparita -not on Chrome
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Allow settings dialog to be opened via the app launcher, as a packaged app. This first stage fixes peculiar behaviour when running a launched ShellWindow in a process separate from the background page (e.g. sandboxed pages, and the new settings app, which will use a process running WebUI), as well as installing the app itself; loading the vanillla chrome://settings pages. Next part: theming and pages for the app-host settings UI. BUG=130210 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=161828

Patch Set 1 #

Patch Set 2 : Go back to a flag while packaged apps show up in new tab page and we can't separate them from the a… #

Patch Set 3 : stray GetSiteInstance in DLOG #

Total comments: 8

Patch Set 4 : rebase #

Patch Set 5 : +reviewer comments #

Patch Set 6 : rebase, with icons #

Patch Set 7 : license stanza #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -13 lines) Patch
M chrome/app/theme/theme_resources.grd View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/app_window/app_window_api.cc View 3 chunks +17 lines, -2 lines 0 comments Download
M chrome/browser/extensions/component_loader.cc View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/extensions/image_loading_tracker.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/component_extension_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings_app/manifest.json View 1 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings_app/settings_app.js View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/ui/extensions/shell_window.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/extensions/shell_window.cc View 1 2 3 4 2 chunks +15 lines, -5 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/resources/extensions/app_window_custom_bindings.js View 2 chunks +7 lines, -5 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
tapted
@sky, can you assist with a review for small parts in chrome/browser/ui, chrome/browser/tab_contents, and changes ...
8 years, 2 months ago (2012-10-12 02:44:57 UTC) #1
sky
LGTM https://codereview.chromium.org/11048045/diff/9002/chrome/browser/ui/extensions/shell_window.cc File chrome/browser/ui/extensions/shell_window.cc (right): https://codereview.chromium.org/11048045/diff/9002/chrome/browser/ui/extensions/shell_window.cc#newcode140 chrome/browser/ui/extensions/shell_window.cc:140: == params.creator_process_id) { == on previous line. https://codereview.chromium.org/11048045/diff/9002/chrome/browser/ui/extensions/shell_window.cc#newcode143 ...
8 years, 2 months ago (2012-10-12 16:30:21 UTC) #2
benwells
lgtm with baby nits http://codereview.chromium.org/11048045/diff/9002/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): http://codereview.chromium.org/11048045/diff/9002/chrome/browser/extensions/component_loader.cc#newcode376 chrome/browser/extensions/component_loader.cc:376: if (CommandLine::ForCurrentProcess() nit: indent like ...
8 years, 2 months ago (2012-10-15 02:04:42 UTC) #3
tapted
http://codereview.chromium.org/11048045/diff/9002/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): http://codereview.chromium.org/11048045/diff/9002/chrome/browser/extensions/component_loader.cc#newcode376 chrome/browser/extensions/component_loader.cc:376: if (CommandLine::ForCurrentProcess() On 2012/10/15 02:04:42, benwells wrote: > nit: ...
8 years, 2 months ago (2012-10-15 02:32:39 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tapted@chromium.org/11048045/22004
8 years, 2 months ago (2012-10-15 03:23:26 UTC) #5
commit-bot: I haz the power
Presubmit check for 11048045-22004 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-10-15 03:23:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tapted@chromium.org/11048045/21022
8 years, 2 months ago (2012-10-15 03:43:35 UTC) #7
jeremya
(lgtm)
8 years, 2 months ago (2012-10-15 04:11:16 UTC) #8
commit-bot: I haz the power
8 years, 2 months ago (2012-10-15 05:48:13 UTC) #9
Change committed as 161828

Powered by Google App Engine
This is Rietveld 408576698