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

Issue 2855003: Load net-internals from the newly created resources.pak file. (Closed)

Created:
10 years, 6 months ago by Elliot Glaysher
Modified:
9 years, 7 months ago
Reviewers:
tony
CC:
chromium-reviews, ben+cc_chromium.org, brettw-cc_chromium.org
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Load net-internals from the newly created resources.pak file. This patch also forces the loading of the optional DataPack for const correctness reasons BUG=35793, 42770 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50057

Patch Set 1 #

Patch Set 2 : lint #

Total comments: 2

Patch Set 3 : Remove net_internals_resources from gyp file #

Patch Set 4 : Work with mac bundles #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -91 lines) Patch
M app/resource_bundle.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M app/resource_bundle.cc View 1 3 chunks +19 lines, -9 lines 0 comments Download
M base/data_pack.h View 1 chunk +2 lines, -2 lines 0 comments Download
M base/data_pack.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/dom_ui/net_internals_ui.cc View 1 2 3 2 chunks +43 lines, -35 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 3 chunks +2 lines, -35 lines 0 comments Download
M chrome/chrome_installer.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_paths.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_paths.cc View 1 2 3 2 chunks +5 lines, -5 lines 1 comment Download

Messages

Total messages: 7 (0 generated)
Elliot Glaysher
10 years, 6 months ago (2010-06-15 22:31:12 UTC) #1
tony
LGTM! Thanks for const-ifying stuff! http://codereview.chromium.org/2855003/diff/2001/3001 File app/resource_bundle.cc (right): http://codereview.chromium.org/2855003/diff/2001/3001#newcode211 app/resource_bundle.cc:211: // Always preload the ...
10 years, 6 months ago (2010-06-15 23:40:26 UTC) #2
tony
Oh, one more thing, we can now remove the net_internals_resources target in gyp. This can ...
10 years, 6 months ago (2010-06-16 00:57:29 UTC) #3
Elliot Glaysher
On 2010/06/16 00:57:29, tony wrote: > Oh, one more thing, we can now remove the ...
10 years, 6 months ago (2010-06-16 01:05:41 UTC) #4
tony
Yup, that's right. LGTM!
10 years, 6 months ago (2010-06-16 01:11:44 UTC) #5
Elliot Glaysher
On 2010/06/16 01:11:44, tony wrote: > Yup, that's right. LGTM! OK, I modified this to ...
10 years, 6 months ago (2010-06-16 19:31:33 UTC) #6
tony
10 years, 6 months ago (2010-06-17 00:16:21 UTC) #7
LGTM

http://codereview.chromium.org/2855003/diff/12001/13008
File chrome/common/chrome_paths.cc (right):

http://codereview.chromium.org/2855003/diff/12001/13008#newcode250
chrome/common/chrome_paths.cc:250: cur =
cur.Append(FILE_PATH_LITERAL("Resources"));
Ah yes, this looks right.

Powered by Google App Engine
This is Rietveld 408576698