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

Issue 2814009: Move the bookmark manager into resources.pak. (Closed)

Created:
10 years, 6 months ago by tony
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, Erik does not do reviews, Aaron Boodman, arv (Not doing code reviews), pam+watch_chromium.org, kuchhal, John Grabowski
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Move the bookmark manager into resources.pak. This allows for the bookmark manager to work after upgrading in the background on Linux. BUG=42770 TEST=Bookmark manager still works Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50683

Patch Set 1 #

Patch Set 2 : fix output list #

Patch Set 3 : fix tab #

Patch Set 4 : rebase #

Total comments: 2

Patch Set 5 : utf8 check #

Patch Set 6 : release #

Patch Set 7 : const #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -50 lines) Patch
M app/resource_bundle.h View 1 chunk +1 line, -1 line 0 comments Download
M app/resource_bundle_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M app/resource_bundle_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_protocols.cc View 1 2 3 4 5 6 2 chunks +70 lines, -1 line 0 comments Download
A chrome/browser/resources/bookmark_manager_resources.grd View 1 chunk +32 lines, -0 lines 0 comments Download
M chrome/browser/resources/net_internals_resources.grd View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 2 chunks +1 line, -38 lines 0 comments Download
M chrome/chrome_dll.gypi View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M chrome/installer/mini_installer/chrome.release View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/installer/mini_installer/chrome_frame.release View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
tony
http://codereview.chromium.org/2814009/diff/6001/7004 File chrome/chrome.gyp (right): http://codereview.chromium.org/2814009/diff/6001/7004#newcode453 chrome/chrome.gyp:453: '<(grit_out_dir)/grit/<(RULE_INPUT_ROOT)_map.h', If you've had a problem with building twice ...
10 years, 6 months ago (2010-06-16 10:55:51 UTC) #1
arv (Not doing code reviews)
I'm a bit concerned that we have to create these pak files for a lot ...
10 years, 6 months ago (2010-06-16 14:07:44 UTC) #2
feldstein
Looks ok to me but I have the same concern as arv, especially as we ...
10 years, 6 months ago (2010-06-16 18:54:18 UTC) #3
Elliot Glaysher
LGTM.
10 years, 6 months ago (2010-06-16 22:12:02 UTC) #4
tony
On 2010/06/16 14:07:44, arv wrote: > This patch seems to imply that to add a ...
10 years, 6 months ago (2010-06-17 14:43:52 UTC) #5
tony
I updated the patch to add a dcheck for utf8 html data. arv: Do you ...
10 years, 6 months ago (2010-06-21 08:54:41 UTC) #6
arv (Not doing code reviews)
10 years, 6 months ago (2010-06-21 16:41:29 UTC) #7
LGTM

Don't add the default apps at this point. The 3 default ones are going
away anyway. Lets deal with chrome:/resources, net-internals and the
inspector in a later patches.

erik



On Mon, Jun 21, 2010 at 01:54,  <tony@chromium.org> wrote:
> I updated the patch to add a dcheck for utf8 html data.
>
> arv: Do you want me to switch to having a single resources.grd for bundled
> extensions and apps?  It's still probably good to keep inspector and
> net-internals separate (so searching for the resource is a bit faster since
> each
> grd file generates its own map).  Do we plan on adding lots of separate
> extensions/apps or just adding files to an existing set?
>
> On 2010/06/17 14:43:52, tony wrote:
>>
>> On 2010/06/16 14:07:44, arv wrote:
>> > This patch seems to imply that to add a new component extension we would
>
> have
>>
>> to
>> > write a new grd file and update extension_protocols.cc?
>
>> Yes, that's right.  If that's too much of a burden, we could have a single
>> grd
>> file for resources.pak.  Then you would only need to update that one file
>
> (which
>>
>> isn't really any different than updating a gyp file).  That said, I think
>> it's
>
> a
>>
>> lot cleaner to have a separate grd per feature.
>
>
>
> http://codereview.chromium.org/2814009/show
>

Powered by Google App Engine
This is Rietveld 408576698