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

Issue 4130012: Move URLs out of *.pak files and put them into code. (Closed)

Created:
10 years, 1 month ago by tfarina
Modified:
9 years, 7 months ago
CC:
chromium-reviews, finnur+watch_chromium.org, stuartmorgan+watch_chromium.org, ben+cc_chromium.org, jam, darin-cc_chromium.org, pam+watch_chromium.org, jshin+watch_chromium.org
Visibility:
Public.

Description

Move URLs out of *.pak files and put them into code. BUG=28174 TEST=trybots Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=64820

Patch Set 1 : #

Patch Set 2 : fix #

Total comments: 4

Patch Set 3 : tony review #

Total comments: 2

Patch Set 4 : address review #

Total comments: 2

Patch Set 5 : remove the Show call #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -18 lines) Patch
M chrome/app/resources/locale_settings.grd View 1 2 2 chunks +0 lines, -10 lines 0 comments Download
chrome/browser/browser.cc View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/plugin_installer.cc View 1 2 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/views/clear_server_data.cc View 1 2 3 4 1 chunk +1 line, -3 lines 2 comments Download

Messages

Total messages: 18 (0 generated)
tfarina
Hi Tony, could you review this to me? With this, we left on the .grd ...
10 years, 1 month ago (2010-10-30 01:16:04 UTC) #1
tony
http://codereview.chromium.org/4130012/diff/7001/8001 File chrome/app/resources/locale_settings.grd (left): http://codereview.chromium.org/4130012/diff/7001/8001#oldcode598 chrome/app/resources/locale_settings.grd:598: </message> This needs to stay because there are localized ...
10 years, 1 month ago (2010-11-01 16:59:02 UTC) #2
tfarina
PTAL! http://codereview.chromium.org/4130012/diff/7001/8001 File chrome/app/resources/locale_settings.grd (left): http://codereview.chromium.org/4130012/diff/7001/8001#oldcode598 chrome/app/resources/locale_settings.grd:598: </message> On 2010/11/01 16:59:02, tony wrote: > This ...
10 years, 1 month ago (2010-11-01 23:29:47 UTC) #3
tony
http://codereview.chromium.org/4130012/diff/14001/15006 File chrome/common/chrome_constants.h (right): http://codereview.chromium.org/4130012/diff/14001/15006#newcode101 chrome/common/chrome_constants.h:101: extern const char kPrivacyDashboardUrl[]; I think it would be ...
10 years, 1 month ago (2010-11-01 23:36:27 UTC) #4
Evan Stade
http://codereview.chromium.org/4130012/diff/14001/15006 File chrome/common/chrome_constants.h (right): http://codereview.chromium.org/4130012/diff/14001/15006#newcode1 chrome/common/chrome_constants.h:1: // Copyright (c) 2006-2008 The Chromium Authors. All rights ...
10 years, 1 month ago (2010-11-01 23:36:54 UTC) #5
Evan Stade
On 2010/11/01 23:36:27, tony wrote: > http://codereview.chromium.org/4130012/diff/14001/15006 > File chrome/common/chrome_constants.h (right): > > http://codereview.chromium.org/4130012/diff/14001/15006#newcode101 > ...
10 years, 1 month ago (2010-11-01 23:40:10 UTC) #6
tony
On 2010/11/01 23:40:10, Evan Stade wrote: > On 2010/11/01 23:36:27, tony wrote: > > http://codereview.chromium.org/4130012/diff/14001/15006 ...
10 years, 1 month ago (2010-11-01 23:48:16 UTC) #7
tfarina
Ready for another look.
10 years, 1 month ago (2010-11-02 00:01:36 UTC) #8
tony
LGTM http://codereview.chromium.org/4130012/diff/22001/23004 File chrome/browser/views/clear_server_data.cc (right): http://codereview.chromium.org/4130012/diff/22001/23004#newcode254 chrome/browser/views/clear_server_data.cc:254: browser->window()->Show(); Do you still need to call Show() ...
10 years, 1 month ago (2010-11-02 00:04:01 UTC) #9
tfarina
http://codereview.chromium.org/4130012/diff/22001/23004 File chrome/browser/views/clear_server_data.cc (right): http://codereview.chromium.org/4130012/diff/22001/23004#newcode254 chrome/browser/views/clear_server_data.cc:254: browser->window()->Show(); On 2010/11/02 00:04:02, tony wrote: > Do you ...
10 years, 1 month ago (2010-11-02 00:11:25 UTC) #10
tony
Does manually testing the patch show a difference in behavior? On 2010/11/02 00:11:25, tfarina wrote: ...
10 years, 1 month ago (2010-11-02 00:16:56 UTC) #11
Evan Stade
indeed it is confusing that we have both Activate and Show. I wonder if we ...
10 years, 1 month ago (2010-11-02 00:27:25 UTC) #12
tfarina
On 2010/11/02 00:16:56, tony wrote: > Does manually testing the patch show a difference in ...
10 years, 1 month ago (2010-11-02 00:29:24 UTC) #13
tfarina
On 2010/11/02 00:16:56, tony wrote: > Does manually testing the patch show a difference in ...
10 years, 1 month ago (2010-11-02 00:32:14 UTC) #14
tony
On 2010/11/02 00:29:24, tfarina wrote: > On 2010/11/02 00:16:56, tony wrote: > > Does manually ...
10 years, 1 month ago (2010-11-02 00:35:54 UTC) #15
tfarina
On 2010/11/02 00:35:54, tony wrote: > On 2010/11/02 00:29:24, tfarina wrote: > > On 2010/11/02 ...
10 years, 1 month ago (2010-11-02 00:41:09 UTC) #16
tfarina
http://codereview.chromium.org/4130012/diff/32001/33004 File chrome/browser/views/clear_server_data.cc (right): http://codereview.chromium.org/4130012/diff/32001/33004#newcode253 chrome/browser/views/clear_server_data.cc:253: browser->OpenPrivacyDashboardTabAndActivate(); Removed the call to Show. OK to commit?
10 years, 1 month ago (2010-11-02 02:30:04 UTC) #17
tony
10 years, 1 month ago (2010-11-02 18:40:27 UTC) #18
LG

http://codereview.chromium.org/4130012/diff/32001/33004
File chrome/browser/views/clear_server_data.cc (right):

http://codereview.chromium.org/4130012/diff/32001/33004#newcode253
chrome/browser/views/clear_server_data.cc:253:
browser->OpenPrivacyDashboardTabAndActivate();
On 2010/11/02 02:30:05, tfarina wrote:
> Removed the call to Show. OK to commit?

I can't even seem to find where this view is shown.  Seems fine w/o it.

It would be great if you could investigate whether we should be using Activate()
for the flash storage link too.  Maybe it should also be moved into a function
in browser.h/cc (or a more generic method that takes a URL to open and
activate).

Powered by Google App Engine
This is Rietveld 408576698