Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Issue 156513002: Make checkbox in bookmark app creation dialog sticky across app creations. (Closed)

Created:
6 years, 10 months ago by calamity
Modified:
6 years, 10 months ago
Reviewers:
Yoyo Zhou, benwells, sky
CC:
chromium-reviews, tfarina, extensions-reviews_chromium.org, chromium-apps-reviews_chromium.org, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Make checkbox in bookmark app creation dialog sticky across app creations. This CL makes the "Open as tab" checkbox in the bookmark app creation dialog sticky by adding a profile pref tracking the last launch type set. BUG=318607 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250354

Patch Set 1 #

Patch Set 2 : register pref in launch_util.cc #

Total comments: 3

Patch Set 3 : move RegisterProfilePrefs into launch_util namespace #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -3 lines) Patch
M chrome/browser/extensions/launch_util.h View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/extensions/launch_util.cc View 1 2 2 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc View 3 chunks +11 lines, -3 lines 0 comments Download
M extensions/browser/pref_names.h View 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/pref_names.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
calamity
6 years, 10 months ago (2014-02-06 07:15:45 UTC) #1
benwells
lgtm
6 years, 10 months ago (2014-02-06 07:21:22 UTC) #2
calamity
+sky for chrome/browser/ui/ OWNERS.
6 years, 10 months ago (2014-02-06 07:31:57 UTC) #3
sky
LGTM
6 years, 10 months ago (2014-02-06 17:27:10 UTC) #4
calamity
The CQ bit was checked by [email protected]
6 years, 10 months ago (2014-02-06 23:50:52 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/156513002/1
6 years, 10 months ago (2014-02-06 23:51:08 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by [email protected]
6 years, 10 months ago (2014-02-07 00:19:17 UTC) #7
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=223062
6 years, 10 months ago (2014-02-07 00:19:17 UTC) #8
calamity
benwells@, could you PTAL? Moved the pref registration to launch_util.cc. Thanks.
6 years, 10 months ago (2014-02-07 05:17:17 UTC) #9
benwells
https://codereview.chromium.org/156513002/diff/340001/chrome/browser/prefs/browser_prefs.cc File chrome/browser/prefs/browser_prefs.cc (right): https://codereview.chromium.org/156513002/diff/340001/chrome/browser/prefs/browser_prefs.cc#newcode347 chrome/browser/prefs/browser_prefs.cc:347: extensions::RegisterProfilePrefs(registry); This doesn't feel right. If we have this ...
6 years, 10 months ago (2014-02-07 06:27:17 UTC) #10
Yoyo Zhou
https://codereview.chromium.org/156513002/diff/340001/chrome/browser/prefs/browser_prefs.cc File chrome/browser/prefs/browser_prefs.cc (right): https://codereview.chromium.org/156513002/diff/340001/chrome/browser/prefs/browser_prefs.cc#newcode347 chrome/browser/prefs/browser_prefs.cc:347: extensions::RegisterProfilePrefs(registry); On 2014/02/07 06:27:17, benwells wrote: > This doesn't ...
6 years, 10 months ago (2014-02-07 18:59:45 UTC) #11
calamity
https://codereview.chromium.org/156513002/diff/340001/chrome/browser/prefs/browser_prefs.cc File chrome/browser/prefs/browser_prefs.cc (right): https://codereview.chromium.org/156513002/diff/340001/chrome/browser/prefs/browser_prefs.cc#newcode347 chrome/browser/prefs/browser_prefs.cc:347: extensions::RegisterProfilePrefs(registry); On 2014/02/07 18:59:45, Yoyo Zhou wrote: > On ...
6 years, 10 months ago (2014-02-10 10:06:50 UTC) #12
Yoyo Zhou
LGTM
6 years, 10 months ago (2014-02-10 19:50:47 UTC) #13
Yoyo Zhou
The CQ bit was checked by [email protected]
6 years, 10 months ago (2014-02-10 19:50:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/156513002/410001
6 years, 10 months ago (2014-02-10 19:53:02 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by [email protected]
6 years, 10 months ago (2014-02-10 19:53:13 UTC) #16
commit-bot: I haz the power
Failed to apply patch for chrome/browser/prefs/browser_prefs.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 10 months ago (2014-02-10 19:53:15 UTC) #17
calamity
The CQ bit was checked by [email protected]
6 years, 10 months ago (2014-02-11 02:48:23 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/156513002/570001
6 years, 10 months ago (2014-02-11 02:48:47 UTC) #19
commit-bot: I haz the power
6 years, 10 months ago (2014-02-11 04:59:13 UTC) #20
Message was sent while issue was closed.
Change committed as 250354

Powered by Google App Engine
This is Rietveld 408576698