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

Issue 2819046: Make the personal stuff page viewable. (Closed)

Created:
10 years, 5 months ago by sargrass
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, James Hawkins, arv (Not doing code reviews), davemoore+watch_chromium.org
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Make the personal stuff page viewable. BUG=48883 TEST=Exercise Personal Stuff page via --enabled-tabbed-options Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52787

Patch Set 1 #

Patch Set 2 : fixed runtime error #

Total comments: 6

Patch Set 3 : "Added and hide the text for sync section. And some trivial fix." #

Total comments: 12

Patch Set 4 : Made the radio button work like radio button. Some small other changes. #

Patch Set 5 : spacing #

Patch Set 6 : made the radio workable. #

Patch Set 7 : Made the Sync section show up content dynamically according to setup #

Patch Set 8 : wired the sync subpage to personal stuff page #

Patch Set 9 : "the problem that the sync title on nav bar doesn't go away is gone." #

Total comments: 14

Patch Set 10 : Fixed syntax #

Total comments: 15

Patch Set 11 : Fixed Style #

Patch Set 12 : Fixed Syntax #

Total comments: 6

Patch Set 13 : Fill in the argument in Sync text. #

Patch Set 14 : Fix radio #

Patch Set 15 : Add themes filter for chromeos #

Patch Set 16 : Fixed an error #

Patch Set 17 : Remove the two old line for sync in gypi #

Unified diffs Side-by-side diffs Delta from patch set Stats (+329 lines, -35 lines) Patch
M chrome/browser/dom_ui/options_ui.cc View 8 9 10 11 12 13 14 15 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/dom_ui/personal_options_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +68 lines, -23 lines 0 comments Download
A + chrome/browser/dom_ui/sync_options_handler.h View 8 9 2 chunks +4 lines, -4 lines 0 comments Download
A + chrome/browser/dom_ui/sync_options_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -1 line 0 comments Download
A chrome/browser/resources/options/personal_options.css View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/personal_options.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +143 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/personal_options.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +47 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/pref_ui.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +52 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
sargrass
10 years, 5 months ago (2010-07-07 21:21:34 UTC) #1
sargrass
+zel, +csilv
10 years, 5 months ago (2010-07-08 20:35:13 UTC) #2
arv (Not doing code reviews)
http://codereview.chromium.org/2819046/diff/3001/4004 File chrome/browser/resources/options/personal_options.html (right): http://codereview.chromium.org/2819046/diff/3001/4004#newcode22 chrome/browser/resources/options/personal_options.html:22: type="radio" value="true"> input[type=radio] and input[type=checkbox] uses the checked attribute ...
10 years, 5 months ago (2010-07-08 20:41:33 UTC) #3
sargrass
http://codereview.chromium.org/2819046/diff/3001/4004 File chrome/browser/resources/options/personal_options.html (right): http://codereview.chromium.org/2819046/diff/3001/4004#newcode22 chrome/browser/resources/options/personal_options.html:22: type="radio" value="true"> I find the radio button now doesn't ...
10 years, 5 months ago (2010-07-08 20:55:27 UTC) #4
zel
http://codereview.chromium.org/2819046/diff/3001/4004 File chrome/browser/resources/options/personal_options.html (right): http://codereview.chromium.org/2819046/diff/3001/4004#newcode31 chrome/browser/resources/options/personal_options.html:31: type="radio" value="false"> These radio buttons must have the same ...
10 years, 5 months ago (2010-07-08 21:39:14 UTC) #5
csilv
http://codereview.chromium.org/2819046/diff/9001/7003 File chrome/browser/resources/options.html (right): http://codereview.chromium.org/2819046/diff/9001/7003#newcode30 chrome/browser/resources/options.html:30: * Window onload handler, sets up the page nit ...
10 years, 5 months ago (2010-07-08 22:01:00 UTC) #6
csilv
+ stuartmorgan Stuart, Chen is adding support for the radio controls to use in the ...
10 years, 5 months ago (2010-07-08 23:02:34 UTC) #7
sargrass
http://codereview.chromium.org/2819046/diff/3001/4004 File chrome/browser/resources/options/personal_options.html (right): http://codereview.chromium.org/2819046/diff/3001/4004#newcode31 chrome/browser/resources/options/personal_options.html:31: type="radio" value="false"> On 2010/07/08 21:39:14, zel wrote: > These ...
10 years, 5 months ago (2010-07-09 02:07:06 UTC) #8
csilv
http://codereview.chromium.org/2819046/diff/34001/35001 File chrome/browser/dom_ui/options_ui.cc (left): http://codereview.chromium.org/2819046/diff/34001/35001#oldcode49 chrome/browser/dom_ui/options_ui.cc:49: please add this whitespace line back in. http://codereview.chromium.org/2819046/diff/34001/35002 File ...
10 years, 5 months ago (2010-07-14 22:52:06 UTC) #9
sargrass
http://codereview.chromium.org/2819046/diff/34001/35001 File chrome/browser/dom_ui/options_ui.cc (left): http://codereview.chromium.org/2819046/diff/34001/35001#oldcode49 chrome/browser/dom_ui/options_ui.cc:49: On 2010/07/14 22:52:06, csilv wrote: > please add this ...
10 years, 5 months ago (2010-07-14 23:45:02 UTC) #10
csilv
http://codereview.chromium.org/2819046/diff/25002/39002 File chrome/browser/dom_ui/personal_options_handler.cc (right): http://codereview.chromium.org/2819046/diff/25002/39002#newcode21 chrome/browser/dom_ui/personal_options_handler.cc:21: PersonalOptionsHandler::PersonalOptionsHandler(){ style: please insert a space before the opening ...
10 years, 5 months ago (2010-07-14 23:52:04 UTC) #11
sargrass
http://codereview.chromium.org/2819046/diff/25002/39002 File chrome/browser/dom_ui/personal_options_handler.cc (right): http://codereview.chromium.org/2819046/diff/25002/39002#newcode21 chrome/browser/dom_ui/personal_options_handler.cc:21: PersonalOptionsHandler::PersonalOptionsHandler(){ Sorry I midunderstood... On 2010/07/14 23:52:09, csilv wrote: ...
10 years, 5 months ago (2010-07-14 23:56:29 UTC) #12
arv (Not doing code reviews)
Codereview tool is not working :'( 51 /////////////////////////////////////////////////////////////////////////////// 52 // PrefRadio class: 53 54 // ...
10 years, 5 months ago (2010-07-15 00:18:48 UTC) #13
arv (Not doing code reviews)
http://codereview.chromium.org/2819046/diff/25002/39009 File chrome/browser/resources/options/pref_ui.js (right): http://codereview.chromium.org/2819046/diff/25002/39009#newcode72 chrome/browser/resources/options/pref_ui.js:72: String(event.value) == self.value; no need for the string conversion ...
10 years, 5 months ago (2010-07-15 00:22:23 UTC) #14
sargrass
http://codereview.chromium.org/2819046/diff/25002/39009 File chrome/browser/resources/options/pref_ui.js (right): http://codereview.chromium.org/2819046/diff/25002/39009#newcode72 chrome/browser/resources/options/pref_ui.js:72: String(event.value) == self.value; On 2010/07/15 00:22:24, arv wrote: > ...
10 years, 5 months ago (2010-07-15 00:28:25 UTC) #15
csilv
LGTM
10 years, 5 months ago (2010-07-15 00:53:57 UTC) #16
arv (Not doing code reviews)
LGTM erik On Wed, Jul 14, 2010 at 17:28, <sargrass@google.com> wrote: > > http://codereview.chromium.org/2819046/diff/25002/39009 > ...
10 years, 5 months ago (2010-07-15 01:25:15 UTC) #17
stuartmorgan
http://codereview.chromium.org/2819046/diff/46001/47009 File chrome/browser/resources/options/pref_ui.js (right): http://codereview.chromium.org/2819046/diff/46001/47009#newcode72 chrome/browser/resources/options/pref_ui.js:72: event.value == self.value; Why the line break? http://codereview.chromium.org/2819046/diff/46001/47009#newcode78 chrome/browser/resources/options/pref_ui.js:78: ...
10 years, 5 months ago (2010-07-15 23:11:05 UTC) #18
sargrass
http://codereview.chromium.org/2819046/diff/46001/47009 File chrome/browser/resources/options/pref_ui.js (right): http://codereview.chromium.org/2819046/diff/46001/47009#newcode72 chrome/browser/resources/options/pref_ui.js:72: event.value == self.value; On 2010/07/15 23:11:05, stuartmorgan wrote: > ...
10 years, 5 months ago (2010-07-15 23:51:51 UTC) #19
sargrass
http://codereview.chromium.org/2819046/diff/25002/39009 File chrome/browser/resources/options/pref_ui.js (right): http://codereview.chromium.org/2819046/diff/25002/39009#newcode72 chrome/browser/resources/options/pref_ui.js:72: String(event.value) == self.value; On 2010/07/15 00:22:24, arv wrote: > ...
10 years, 5 months ago (2010-07-16 00:38:52 UTC) #20
arv (Not doing code reviews)
On Thu, Jul 15, 2010 at 17:38, <sargrass@google.com> wrote: > > http://codereview.chromium.org/2819046/diff/25002/39009 > File chrome/browser/resources/options/pref_ui.js ...
10 years, 5 months ago (2010-07-16 01:22:02 UTC) #21
stuartmorgan
On 2010/07/16 01:22:02, arv wrote: > Yes, but == does type conversion. Booleans failed. Both ...
10 years, 5 months ago (2010-07-16 01:27:43 UTC) #22
arv (Not doing code reviews)
On Thu, Jul 15, 2010 at 18:27, <stuartmorgan@chromium.org> wrote: > On 2010/07/16 01:22:02, arv wrote: ...
10 years, 5 months ago (2010-07-16 01:32:13 UTC) #23
csilv
10 years, 5 months ago (2010-07-16 23:05:51 UTC) #24
Despite troubles w/ trybots today, the linux try was fine as far as this CL is
concerned.  I'm going to have Chen submit this now... and everything here should
be fine for the other platforms.  Going to have Chen submit this so we can move
forward.

Powered by Google App Engine
This is Rietveld 408576698