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

Issue 2835009: Split options page code/html into its own set of files (Closed)

Created:
10 years, 6 months ago by zel
Modified:
9 years, 6 months ago
CC:
chromium-reviews, arv (Not doing code reviews), pam+watch_chromium.org, ben+cc_chromium.org, csilv
Visibility:
Public.

Description

Split options page code/html into its own set of files. Changed grit to support generic <!--include file="..."--> tag in html files to support the scenario above. TEST=make sure chrome:options page still shows correctly BUG=chromium-os:4429 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51203

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 14

Patch Set 6 : '' #

Total comments: 11

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Total comments: 32

Patch Set 11 : '' #

Patch Set 12 : '' #

Total comments: 52

Patch Set 13 : '' #

Patch Set 14 : '' #

Patch Set 15 : '' #

Total comments: 18

Patch Set 16 : '' #

Total comments: 4

Patch Set 17 : '' #

Patch Set 18 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+691 lines, -223 lines) Patch
M chrome/browser/chromeos/dom_ui/system_options_handler.h View 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/dom_ui/system_options_handler.cc View 7 8 9 10 11 12 13 14 15 16 17 1 chunk +15 lines, -12 lines 0 comments Download
M chrome/browser/dom_ui/core_options_handler.h View 9 10 11 12 13 14 15 16 17 4 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/core_options_handler.cc View 9 10 11 12 13 14 15 16 17 7 chunks +56 lines, -23 lines 0 comments Download
M chrome/browser/dom_ui/options_ui.cc View 7 8 9 10 11 12 13 14 15 16 17 2 chunks +2 lines, -2 lines 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 16 17 2 chunks +86 lines, -184 lines 0 comments Download
chrome/browser/resources/options/chromeos_system_options.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +68 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/chromeos_system_options.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/options_page.js View 7 8 9 10 11 12 13 14 15 16 1 chunk +99 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/pref_ui.js View 12 13 14 15 1 chunk +160 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/preferences.js View 12 13 14 15 1 chunk +147 lines, -0 lines 0 comments Download
M tools/grit/grit/format/html_inline.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
zel
With a small grit modification, I have managed to put chromeos specific assets into its ...
10 years, 6 months ago (2010-06-18 00:01:34 UTC) #1
James Hawkins
LGTM
10 years, 6 months ago (2010-06-18 00:04:12 UTC) #2
zel
I have added changed for arv's comments on http://codereview.chromium.org/2781005
10 years, 6 months ago (2010-06-18 02:08:14 UTC) #3
arv (Not doing code reviews)
http://codereview.chromium.org/2835009/diff/10001/11001 File chrome/browser/resources/options.html (right): http://codereview.chromium.org/2835009/diff/10001/11001#newcode60 chrome/browser/resources/options.html:60: float: left; To do RTL add another rule after ...
10 years, 6 months ago (2010-06-18 02:26:53 UTC) #4
zel
http://codereview.chromium.org/2835009/diff/10001/11001 File chrome/browser/resources/options.html (right): http://codereview.chromium.org/2835009/diff/10001/11001#newcode60 chrome/browser/resources/options.html:60: float: left; On 2010/06/18 02:26:54, arv wrote: > To ...
10 years, 6 months ago (2010-06-18 05:34:42 UTC) #5
Jói
LGTM
10 years, 6 months ago (2010-06-18 12:15:28 UTC) #6
arv (Not doing code reviews)
To be honest, I think this is going the wrong way. This will be hard ...
10 years, 6 months ago (2010-06-18 17:59:28 UTC) #7
zel
adding few more people as FYI
10 years, 6 months ago (2010-06-22 18:18:05 UTC) #8
zel
arv, please have a second look. i have address number of smaller issues and further ...
10 years, 6 months ago (2010-06-25 08:48:59 UTC) #9
arv (Not doing code reviews)
This is getting better. I want us to set the record straight since this the ...
10 years, 5 months ago (2010-06-25 17:53:37 UTC) #10
zel
arv, here is another take on this one http://codereview.chromium.org/2835009/diff/30001/31003 File chrome/browser/dom_ui/core_options_handler.cc (right): http://codereview.chromium.org/2835009/diff/30001/31003#newcode132 chrome/browser/dom_ui/core_options_handler.cc:132: // ...
10 years, 5 months ago (2010-06-29 10:47:33 UTC) #11
arv (Not doing code reviews)
This is getting better. There are still a few things that can be simplified and ...
10 years, 5 months ago (2010-06-29 18:22:52 UTC) #12
zel
http://codereview.chromium.org/2835009/diff/12002/34007 File chrome/browser/resources/options.html (right): http://codereview.chromium.org/2835009/diff/12002/34007#newcode7 chrome/browser/resources/options.html:7: <script src="shared/js/cr.js"></script> On 2010/06/29 18:22:52, arv wrote: > These ...
10 years, 5 months ago (2010-06-29 22:33:27 UTC) #13
arv (Not doing code reviews)
http://codereview.chromium.org/2835009/diff/53001/4011 File chrome/browser/resources/options/options_page.js (right): http://codereview.chromium.org/2835009/diff/53001/4011#newcode12 chrome/browser/resources/options/options_page.js:12: * containing the options view and the name of ...
10 years, 5 months ago (2010-06-29 23:14:17 UTC) #14
zel
http://codereview.chromium.org/2835009/diff/53001/4011 File chrome/browser/resources/options/options_page.js (right): http://codereview.chromium.org/2835009/diff/53001/4011#newcode12 chrome/browser/resources/options/options_page.js:12: * containing the options view and the name of ...
10 years, 5 months ago (2010-06-30 00:02:18 UTC) #15
arv (Not doing code reviews)
lgtm http://codereview.chromium.org/2835009/diff/51013/36011 File chrome/browser/resources/options/options_page.js (right): http://codereview.chromium.org/2835009/diff/51013/36011#newcode57 chrome/browser/resources/options/options_page.js:57: } missing semicolon http://codereview.chromium.org/2835009/diff/51013/36013 File chrome/browser/resources/options/preferences.js (right): http://codereview.chromium.org/2835009/diff/51013/36013#newcode88 ...
10 years, 5 months ago (2010-06-30 00:09:30 UTC) #16
zel
http://codereview.chromium.org/2835009/diff/51013/36011 File chrome/browser/resources/options/options_page.js (right): http://codereview.chromium.org/2835009/diff/51013/36011#newcode57 chrome/browser/resources/options/options_page.js:57: } On 2010/06/30 00:09:30, arv wrote: > missing semicolon ...
10 years, 5 months ago (2010-06-30 00:44:01 UTC) #17
arv (Not doing code reviews)
On Tue, Jun 29, 2010 at 17:44, <zelidrag@chromium.org> wrote: > > http://codereview.chromium.org/2835009/diff/51013/36011 > File chrome/browser/resources/options/options_page.js ...
10 years, 5 months ago (2010-06-30 00:50:15 UTC) #18
Nikita (slow)
10 years, 5 months ago (2010-06-30 11:51:37 UTC) #19

Powered by Google App Engine
This is Rietveld 408576698