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

Issue 11475028: Add new instant extended specific pref. (Closed)

Created:
8 years ago by MAD
Modified:
8 years ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, melevin, samarth, sreeram, gideonwald, dominich, arv (Not doing code reviews), David Black, Jered
Visibility:
Public.

Description

Add new instant extended specific pref. Since we don't want to trip the regular instant pref via sync, and we want to set instant on by default when the instant extended flag is set, and we want it to sync, so we created a new pref, specifically for instant extended. BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=172004

Patch Set 1 : #

Total comments: 9

Patch Set 2 : Sync'd to ToT. #

Patch Set 3 : Addressed CR comments... #

Total comments: 6

Patch Set 4 : Addressed last OWNERS comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -9 lines) Patch
M chrome/app/generated_resources.grd View 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/browser_options.html View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_instant_controller.cc View 1 2 3 chunks +10 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 2 chunks +10 lines, -2 lines 0 comments Download
M chrome/common/pref_names.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
MAD
Are you OK with this? Feel free to redirect to other reviewers... Thanks! BYE MAD
8 years ago (2012-12-07 19:01:23 UTC) #1
dhollowa
Ya, LGTM. Thanks. Adding estade@ for js/options review. https://codereview.chromium.org/11475028/diff/4002/chrome/browser/ui/webui/options/browser_options_handler.cc File chrome/browser/ui/webui/options/browser_options_handler.cc (right): https://codereview.chromium.org/11475028/diff/4002/chrome/browser/ui/webui/options/browser_options_handler.cc#newcode399 chrome/browser/ui/webui/options/browser_options_handler.cc:399: Profile::FromWebUI(web_ui()))) ...
8 years ago (2012-12-07 19:50:37 UTC) #2
MAD
Thanks... But not sure about your nit... I was going to add estade@ for the ...
8 years ago (2012-12-07 19:56:50 UTC) #3
dhollowa
https://codereview.chromium.org/11475028/diff/4002/chrome/browser/ui/webui/options/browser_options_handler.cc File chrome/browser/ui/webui/options/browser_options_handler.cc (right): https://codereview.chromium.org/11475028/diff/4002/chrome/browser/ui/webui/options/browser_options_handler.cc#newcode399 chrome/browser/ui/webui/options/browser_options_handler.cc:399: Profile::FromWebUI(web_ui()))) { On 2012/12/07 19:56:51, MAD wrote: > On ...
8 years ago (2012-12-07 20:05:12 UTC) #4
MAD
On 2012/12/07 20:05:12, dhollowa wrote: > https://codereview.chromium.org/11475028/diff/4002/chrome/browser/ui/webui/options/browser_options_handler.cc > File chrome/browser/ui/webui/options/browser_options_handler.cc (right): > > https://codereview.chromium.org/11475028/diff/4002/chrome/browser/ui/webui/options/browser_options_handler.cc#newcode399 > ...
8 years ago (2012-12-07 20:26:14 UTC) #5
Peter Kasting
https://codereview.chromium.org/11475028/diff/4002/chrome/browser/ui/webui/options/browser_options_handler.cc File chrome/browser/ui/webui/options/browser_options_handler.cc (right): https://codereview.chromium.org/11475028/diff/4002/chrome/browser/ui/webui/options/browser_options_handler.cc#newcode399 chrome/browser/ui/webui/options/browser_options_handler.cc:399: Profile::FromWebUI(web_ui()))) { On 2012/12/07 20:05:13, dhollowa wrote: > On ...
8 years ago (2012-12-07 21:50:08 UTC) #6
dhollowa
https://codereview.chromium.org/11475028/diff/4002/chrome/browser/ui/webui/options/browser_options_handler.cc File chrome/browser/ui/webui/options/browser_options_handler.cc (right): https://codereview.chromium.org/11475028/diff/4002/chrome/browser/ui/webui/options/browser_options_handler.cc#newcode399 chrome/browser/ui/webui/options/browser_options_handler.cc:399: Profile::FromWebUI(web_ui()))) { On 2012/12/07 21:50:08, Peter Kasting wrote: > ...
8 years ago (2012-12-07 21:56:12 UTC) #7
Peter Kasting
On 2012/12/07 21:56:12, dhollowa wrote: > https://codereview.chromium.org/11475028/diff/4002/chrome/browser/ui/webui/options/browser_options_handler.cc > File chrome/browser/ui/webui/options/browser_options_handler.cc (right): > > https://codereview.chromium.org/11475028/diff/4002/chrome/browser/ui/webui/options/browser_options_handler.cc#newcode399 > ...
8 years ago (2012-12-07 22:01:50 UTC) #8
MAD
On 2012/12/07 21:56:12, dhollowa wrote: > https://codereview.chromium.org/11475028/diff/4002/chrome/browser/ui/webui/options/browser_options_handler.cc > File chrome/browser/ui/webui/options/browser_options_handler.cc (right): > > https://codereview.chromium.org/11475028/diff/4002/chrome/browser/ui/webui/options/browser_options_handler.cc#newcode399 > ...
8 years ago (2012-12-07 22:02:25 UTC) #9
Evan Stade
https://codereview.chromium.org/11475028/diff/4002/chrome/browser/resources/options/browser_options.html File chrome/browser/resources/options/browser_options.html (right): https://codereview.chromium.org/11475028/diff/4002/chrome/browser/resources/options/browser_options.html#newcode149 chrome/browser/resources/options/browser_options.html:149: pref="instant.enabled" dialog-pref> I think you could do i18n-values="pref:someVariableName" and ...
8 years ago (2012-12-07 22:06:23 UTC) #10
MAD
Thanks evan, I didn't know about this, I'll try tomorrow... And Gideon suggested I added ...
8 years ago (2012-12-07 22:42:41 UTC) #11
sky
The non webui stuff LGTM (with the following change). https://codereview.chromium.org/11475028/diff/4002/chrome/browser/ui/browser_instant_controller.cc File chrome/browser/ui/browser_instant_controller.cc (right): https://codereview.chromium.org/11475028/diff/4002/chrome/browser/ui/browser_instant_controller.cc#newcode30 chrome/browser/ui/browser_instant_controller.cc:30: ...
8 years ago (2012-12-07 23:31:31 UTC) #12
Peter Kasting
-me as reviewer due to sky's review.
8 years ago (2012-12-07 23:34:15 UTC) #13
MAD
Cool, thanks all! Comments addressed!.Only missing webui OWNERS lgtm... BYE MAD https://codereview.chromium.org/11475028/diff/4002/chrome/browser/resources/options/browser_options.html File chrome/browser/resources/options/browser_options.html (right): ...
8 years ago (2012-12-08 15:53:10 UTC) #14
Evan Stade
lgtm if you re-add the <span> https://codereview.chromium.org/11475028/diff/7010/chrome/browser/resources/options/browser_options.html File chrome/browser/resources/options/browser_options.html (left): https://codereview.chromium.org/11475028/diff/7010/chrome/browser/resources/options/browser_options.html#oldcode150 chrome/browser/resources/options/browser_options.html:150: <span> why did ...
8 years ago (2012-12-08 23:45:21 UTC) #15
MAD
OK, thanks! Fixed the span removal, was a mishap... Answered the nits too... Coding style ...
8 years ago (2012-12-09 00:27:10 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/11475028/20001
8 years ago (2012-12-09 00:27:42 UTC) #17
commit-bot: I haz the power
8 years ago (2012-12-09 09:14:24 UTC) #18
Message was sent while issue was closed.
Change committed as 172004

Powered by Google App Engine
This is Rietveld 408576698