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

Issue 8883015: Options: Fix to enable "Use current pages" to make new URLs to open when chrome restarts. (Closed)

Created:
9 years ago by NaveenBobbili (Motorola)
Modified:
9 years ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Options: Fix to enable "Use current pages" to make new URLs to open when chrome restarts. Made changes to enable the button only on below conditions 1) If pref is user editable. In this case event.value['disabled'] would be false. 2) If pref is user editable and it does'nt hold a default value. In this case event.value['controlledBy'] would be recommended. 3) Otherwise if controlledBy is empty or null. BUG=106592 TEST=None. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113975

Patch Set 1 #

Total comments: 4

Patch Set 2 : Uploaded patch #

Total comments: 1

Patch Set 3 : Uploaded patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M chrome/browser/resources/options/browser_options.js View 1 2 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
NaveenBobbili (Motorola)
Please review.
9 years ago (2011-12-08 14:19:30 UTC) #1
James Hawkins
I don't see how this fixes the linked bug.
9 years ago (2011-12-08 18:11:23 UTC) #2
NaveenBobbili (Motorola)
On 2011/12/08 18:11:23, James Hawkins wrote: > I don't see how this fixes the linked ...
9 years ago (2011-12-09 01:32:02 UTC) #3
James Hawkins
+joaodasilva
9 years ago (2011-12-10 04:28:21 UTC) #4
Joao da Silva
Thanks for CCing me on this one. There are actually two issues here: 1) Prefs ...
9 years ago (2011-12-10 14:53:30 UTC) #5
NaveenBobbili (Motorola)
Sure. Even I felt that there is more need to check 'disabled' attribute rather ,since ...
9 years ago (2011-12-10 17:36:14 UTC) #6
Joao da Silva
LGTM, but please let James and Bernhard have a saying too. Thanks for fixing this!
9 years ago (2011-12-10 17:41:41 UTC) #7
James Hawkins
lgtm
9 years ago (2011-12-10 17:44:55 UTC) #8
NaveenBobbili (Motorola)
On 2011/12/10 17:44:55, James Hawkins wrote: > lgtm I am committing this change. I will ...
9 years ago (2011-12-11 03:39:06 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qghc36@motorola.com/8883015/5003
9 years ago (2011-12-11 03:39:26 UTC) #10
Bernhard Bauer
LGTM http://codereview.chromium.org/8883015/diff/5003/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): http://codereview.chromium.org/8883015/diff/5003/chrome/browser/resources/options/browser_options.js#newcode27 chrome/browser/resources/options/browser_options.js:27: 'managed': false If someone feels like yak shaving, ...
9 years ago (2011-12-11 04:30:36 UTC) #11
NaveenBobbili (Motorola)
On 2011/12/11 04:30:36, Bernhard Bauer wrote: > LGTM > > http://codereview.chromium.org/8883015/diff/5003/chrome/browser/resources/options/browser_options.js > File chrome/browser/resources/options/browser_options.js (right): ...
9 years ago (2011-12-11 12:42:11 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qghc36@motorola.com/8883015/11001
9 years ago (2011-12-11 12:42:34 UTC) #13
commit-bot: I haz the power
9 years ago (2011-12-12 03:00:18 UTC) #14
Change committed as 113975

Powered by Google App Engine
This is Rietveld 408576698