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

Issue 275007: Update page action manifest parsing to match the new format. (Closed)

Created:
11 years, 2 months ago by Matt Perry
Modified:
9 years, 7 months ago
Reviewers:
Aaron Boodman
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Update page action manifest parsing to match the new format. Preserves backwards compatability with the old manifest format. BUG=24635 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=28912

Patch Set 1 #

Total comments: 8

Patch Set 2 : unit tests #

Patch Set 3 : cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -141 lines) Patch
M chrome/browser/extensions/extension_browser_actions_api.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_browser_event_router.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_file_util.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_page_actions_module.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/extensions/extension_process_manager.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extensions_service.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M chrome/browser/gtk/location_bar_view_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/location_bar_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/extension.h View 4 chunks +3 lines, -8 lines 0 comments Download
M chrome/common/extensions/extension.cc View 1 2 7 chunks +83 lines, -73 lines 0 comments Download
M chrome/common/extensions/extension_action.h View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/common/extensions/extension_constants.h View 2 chunks +5 lines, -1 line 0 comments Download
M chrome/common/extensions/extension_constants.cc View 2 chunks +9 lines, -4 lines 0 comments Download
M chrome/common/extensions/extension_unittest.cc View 7 chunks +41 lines, -24 lines 0 comments Download
M chrome/renderer/resources/extension_process_bindings.js View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Matt Perry
11 years, 2 months ago (2009-10-13 20:17:49 UTC) #1
Aaron Boodman
Yeah, it's messy. Thanks for putting up with it. http://codereview.chromium.org/275007/diff/1/10 File chrome/common/extensions/extension.cc (right): http://codereview.chromium.org/275007/diff/1/10#newcode304 Line ...
11 years, 2 months ago (2009-10-13 21:17:07 UTC) #2
Matt Perry
http://codereview.chromium.org/275007/diff/1/10 File chrome/common/extensions/extension.cc (right): http://codereview.chromium.org/275007/diff/1/10#newcode304 Line 304: // TODO(EXTENSIONS_DEPRECATED): icons list is obsolete. On 2009/10/13 ...
11 years, 2 months ago (2009-10-13 21:23:16 UTC) #3
Aaron Boodman
11 years, 2 months ago (2009-10-13 21:48:23 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698