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

Issue 276074: Fix chrome_url_overides to work with packed extensions. (Closed)

Created:
11 years, 2 months ago by Erik does not do reviews
Modified:
9 years, 7 months ago
Reviewers:
Matt Perry
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix chrome_url_overides to work with packed extensions. The InitFromValue code was modifying the JSON with some local data which was then being re-used by the unpacker and sent up to the browser which caused it to use this temporary local data as if it was the original manifest source. BUG=24398 TEST=pack and install override_igoogle extension Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=29376

Patch Set 1 #

Total comments: 2

Patch Set 2 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -38 lines) Patch
M chrome/browser/extensions/extension_dom_ui.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_dom_ui.cc View 1 5 chunks +18 lines, -27 lines 0 comments Download
M chrome/common/extensions/extension.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/common/extensions/extension.cc View 1 2 chunks +11 lines, -5 lines 0 comments Download
A chrome/test/data/extensions/samples/override_igoogle/manifest.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/samples/override_igoogle/redirect.html View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Erik does not do reviews
11 years, 2 months ago (2009-10-16 22:47:46 UTC) #1
Matt Perry
Mostly LGTM. As for verifying that people don't make this mistake in the future, we ...
11 years, 2 months ago (2009-10-16 22:59:35 UTC) #2
Erik does not do reviews
addressed your feedback
11 years, 2 months ago (2009-10-16 23:29:19 UTC) #3
Matt Perry
11 years, 2 months ago (2009-10-16 23:29:23 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698