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

Issue 307833002: Move some extensions renderer resources to extensions_renderer_resources.grd. (Closed)

Created:
6 years, 6 months ago by Yoyo Zhou
Modified:
6 years, 6 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, not at google - send to devlin
Visibility:
Public.

Description

Move some extensions renderer resources to extensions_renderer_resources.grd. This breaks the remaining dependency from src/extensions to chrome resources files. BUG=368334 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274558

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : -- #

Patch Set 4 : +1 #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -4177 lines) Patch
M apps/shell/app_shell.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_repack_resources.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/event_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/json_schema_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/messaging_utils_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/safe_builtins_unittest.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
D chrome/renderer/resources/extensions/app_runtime_custom_bindings.js View 1 chunk +0 lines, -56 lines 0 comments Download
D chrome/renderer/resources/extensions/binding.js View 1 chunk +0 lines, -434 lines 0 comments Download
D chrome/renderer/resources/extensions/context_menus_custom_bindings.js View 1 chunk +0 lines, -101 lines 0 comments Download
D chrome/renderer/resources/extensions/entry_id_manager.js View 1 chunk +0 lines, -52 lines 0 comments Download
D chrome/renderer/resources/extensions/event.js View 1 chunk +0 lines, -528 lines 0 comments Download
D chrome/renderer/resources/extensions/extension_custom_bindings.js View 1 chunk +0 lines, -113 lines 0 comments Download
D chrome/renderer/resources/extensions/greasemonkey_api.js View 1 2 3 1 chunk +0 lines, -82 lines 0 comments Download
D chrome/renderer/resources/extensions/i18n_custom_bindings.js View 1 chunk +0 lines, -41 lines 0 comments Download
D chrome/renderer/resources/extensions/image_util.js View 1 chunk +0 lines, -82 lines 0 comments Download
D chrome/renderer/resources/extensions/json_schema.js View 1 chunk +0 lines, -525 lines 0 comments Download
D chrome/renderer/resources/extensions/last_error.js View 1 2 3 4 1 chunk +0 lines, -124 lines 0 comments Download
D chrome/renderer/resources/extensions/messaging.js View 1 chunk +0 lines, -386 lines 0 comments Download
D chrome/renderer/resources/extensions/messaging_utils.js View 1 chunk +0 lines, -53 lines 0 comments Download
D chrome/renderer/resources/extensions/permissions_custom_bindings.js View 1 chunk +0 lines, -97 lines 0 comments Download
D chrome/renderer/resources/extensions/platform_app.css View 1 chunk +0 lines, -35 lines 0 comments Download
D chrome/renderer/resources/extensions/platform_app.js View 1 chunk +0 lines, -207 lines 0 comments Download
D chrome/renderer/resources/extensions/runtime_custom_bindings.js View 1 chunk +0 lines, -205 lines 0 comments Download
D chrome/renderer/resources/extensions/schema_utils.js View 1 chunk +0 lines, -156 lines 0 comments Download
D chrome/renderer/resources/extensions/send_request.js View 1 chunk +0 lines, -178 lines 0 comments Download
D chrome/renderer/resources/extensions/set_icon.js View 1 chunk +0 lines, -131 lines 0 comments Download
D chrome/renderer/resources/extensions/storage_area.js View 1 chunk +0 lines, -40 lines 0 comments Download
D chrome/renderer/resources/extensions/test_custom_bindings.js View 1 chunk +0 lines, -353 lines 0 comments Download
D chrome/renderer/resources/extensions/uncaught_exception_handler.js View 1 chunk +0 lines, -21 lines 0 comments Download
D chrome/renderer/resources/extensions/unload_event.js View 1 chunk +0 lines, -33 lines 0 comments Download
D chrome/renderer/resources/extensions/utils.js View 1 chunk +0 lines, -127 lines 0 comments Download
M chrome/renderer/resources/renderer_resources.grd View 1 2 3 5 chunks +0 lines, -27 lines 0 comments Download
M extensions/DEPS View 2 chunks +1 line, -3 lines 0 comments Download
M extensions/extensions_resources.gyp View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M extensions/renderer/dispatcher.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + extensions/renderer/resources/app_runtime_custom_bindings.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/binding.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/context_menus_custom_bindings.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/entry_id_manager.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/event.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/extension_custom_bindings.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A extensions/renderer/resources/extensions_renderer_resources.grd View 1 2 3 4 1 chunk +45 lines, -0 lines 0 comments Download
A + extensions/renderer/resources/greasemonkey_api.js View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/i18n_custom_bindings.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/image_util.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/json_schema.js View 1 chunk +2 lines, -2 lines 0 comments Download
A + extensions/renderer/resources/last_error.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/messaging.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/messaging_utils.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/permissions_custom_bindings.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/platform_app.css View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/platform_app.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/runtime_custom_bindings.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/schema_utils.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/send_request.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/set_icon.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/storage_area.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/test_custom_bindings.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/uncaught_exception_handler.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/unload_event.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + extensions/renderer/resources/utils.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M extensions/renderer/script_injection.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M tools/gritsettings/resource_ids View 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
Yoyo Zhou
rockot: I moved the remaining resources in dispatcher.cc. (I don't know exactly how you chose ...
6 years, 6 months ago (2014-05-29 02:29:05 UTC) #1
not at google - send to devlin
https://chromiumcodereview.appspot.com/307833002/diff/1/chrome/renderer/resources/renderer_resources.grd File chrome/renderer/resources/renderer_resources.grd (right): https://chromiumcodereview.appspot.com/307833002/diff/1/chrome/renderer/resources/renderer_resources.grd#newcode3 chrome/renderer/resources/renderer_resources.grd:3: without changes to the corresponding grd file. fb9 --> ...
6 years, 6 months ago (2014-05-29 14:53:23 UTC) #2
Ken Rockot(use gerrit already)
On 2014/05/29 02:29:05, Yoyo Zhou wrote: > rockot: I moved the remaining resources in dispatcher.cc. ...
6 years, 6 months ago (2014-05-29 15:33:42 UTC) #3
jam
https://chromiumcodereview.appspot.com/307833002/diff/1/chrome/renderer/resources/renderer_resources.grd File chrome/renderer/resources/renderer_resources.grd (right): https://chromiumcodereview.appspot.com/307833002/diff/1/chrome/renderer/resources/renderer_resources.grd#newcode3 chrome/renderer/resources/renderer_resources.grd:3: without changes to the corresponding grd file. fb9 --> ...
6 years, 6 months ago (2014-05-29 17:32:55 UTC) #4
Yoyo Zhou
https://chromiumcodereview.appspot.com/307833002/diff/1/chrome/renderer/resources/renderer_resources.grd File chrome/renderer/resources/renderer_resources.grd (right): https://chromiumcodereview.appspot.com/307833002/diff/1/chrome/renderer/resources/renderer_resources.grd#newcode3 chrome/renderer/resources/renderer_resources.grd:3: without changes to the corresponding grd file. fb9 --> ...
6 years, 6 months ago (2014-05-29 17:48:15 UTC) #5
Yoyo Zhou
jam, would you like to review for OWNERS for chrome/renderer/resources/renderer_resources.grd?
6 years, 6 months ago (2014-05-29 17:51:13 UTC) #6
Yoyo Zhou
On 2014/05/29 17:51:13, Yoyo Zhou wrote: > jam, would you like to review for OWNERS ...
6 years, 6 months ago (2014-05-30 01:00:20 UTC) #7
jam
On 2014/05/30 01:00:20, Yoyo Zhou wrote: > On 2014/05/29 17:51:13, Yoyo Zhou wrote: > > ...
6 years, 6 months ago (2014-05-30 17:11:00 UTC) #8
jam
On 2014/05/30 01:00:20, Yoyo Zhou wrote: > On 2014/05/29 17:51:13, Yoyo Zhou wrote: > > ...
6 years, 6 months ago (2014-05-30 17:11:00 UTC) #9
Yoyo Zhou
The CQ bit was checked by yoz@chromium.org
6 years, 6 months ago (2014-05-30 19:06:51 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/307833002/40001
6 years, 6 months ago (2014-05-30 19:08:43 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_clang_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-05-31 00:09:53 UTC) #12
Yoyo Zhou
The CQ bit was unchecked by yoz@chromium.org
6 years, 6 months ago (2014-05-31 00:12:31 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-31 00:18:33 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu_triggered_tests/builds/19372) mac_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu_triggered_tests/builds/9459) win_gpu_triggered_tests ...
6 years, 6 months ago (2014-05-31 00:18:35 UTC) #15
Yoyo Zhou
I missed one (greasemonkey API that's used in extensions/renderer/script_injection.cc).
6 years, 6 months ago (2014-05-31 01:53:07 UTC) #16
Yoyo Zhou
The CQ bit was checked by yoz@chromium.org
6 years, 6 months ago (2014-05-31 01:53:14 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/307833002/60001
6 years, 6 months ago (2014-05-31 01:53:44 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 6 months ago (2014-05-31 05:21:56 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-31 05:23:12 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu_triggered_tests/builds/19490) mac_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu_triggered_tests/builds/9555) win_gpu_triggered_tests ...
6 years, 6 months ago (2014-05-31 05:23:13 UTC) #21
Yoyo Zhou
The CQ bit was checked by yoz@chromium.org
6 years, 6 months ago (2014-06-03 00:47:46 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/307833002/80001
6 years, 6 months ago (2014-06-03 00:48:31 UTC) #23
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_clang_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-03 04:48:23 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-03 06:16:07 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_clang_dbg/builds/20541)
6 years, 6 months ago (2014-06-03 06:16:07 UTC) #26
Yoyo Zhou
The CQ bit was checked by yoz@chromium.org
6 years, 6 months ago (2014-06-03 16:35:27 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/307833002/80001
6 years, 6 months ago (2014-06-03 16:36:18 UTC) #28
commit-bot: I haz the power
6 years, 6 months ago (2014-06-03 17:15:56 UTC) #29
Message was sent while issue was closed.
Change committed as 274558

Powered by Google App Engine
This is Rietveld 408576698