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

Issue 9918006: Split SchemaGeneratedBindings up into smaller, more targetted native handlers. (Closed)

Created:
8 years, 8 months ago by koz (OOO until 15th September)
Modified:
8 years, 8 months ago
CC:
chromium-reviews, Aaron Boodman, darin-cc_chromium.org, mihaip+watch_chromium.org, brettw-cc_chromium.org, aa, benwells
Visibility:
Public.

Description

Split SchemaGeneratedBindings up into smaller, more targetted native handlers. BUG=104100 TEST=existing browser tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=130855

Patch Set 1 #

Patch Set 2 : rm schema_generated_bindings.* #

Total comments: 2

Patch Set 3 : rebase #

Total comments: 16

Patch Set 4 : respond to comments, rebase #

Patch Set 5 : rebase #

Patch Set 6 : fix compile bug #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+347 lines, -302 lines) Patch
M chrome/chrome_renderer.gypi View 1 2 3 4 5 6 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
A chrome/renderer/extensions/api_definitions_natives.h View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/renderer/extensions/api_definitions_natives.cc View 1 2 3 4 5 6 1 chunk +49 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/event_bindings.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/extensions/extension_dispatcher.cc View 1 2 3 4 5 6 5 chunks +21 lines, -12 lines 0 comments Download
M chrome/renderer/extensions/extension_helper.cc View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
D chrome/renderer/extensions/schema_generated_bindings.h View 1 1 chunk +0 lines, -67 lines 0 comments Download
D chrome/renderer/extensions/schema_generated_bindings.cc View 1 2 3 4 5 6 1 chunk +0 lines, -207 lines 0 comments Download
A chrome/renderer/extensions/send_request_natives.h View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
A chrome/renderer/extensions/send_request_natives.cc View 1 2 3 4 5 1 chunk +57 lines, -0 lines 0 comments Download
A chrome/renderer/extensions/set_icon_natives.h View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A chrome/renderer/extensions/set_icon_natives.cc View 1 chunk +100 lines, -0 lines 0 comments Download
M chrome/renderer/resources/extensions/schema_generated_bindings.js View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/resources/extensions/send_request.js View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/renderer/resources/extensions/set_icon.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/chrome_render_view_test.cc View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
koz (OOO until 15th September)
This is based off https://chromiumcodereview.appspot.com/9903010/ It wasn't written at the time that I uploaded the ...
8 years, 8 months ago (2012-03-29 06:41:16 UTC) #1
benwells
more drive by https://chromiumcodereview.appspot.com/9918006/diff/1013/chrome/renderer/extensions/send_request_natives.cc File chrome/renderer/extensions/send_request_natives.cc (right): https://chromiumcodereview.appspot.com/9918006/diff/1013/chrome/renderer/extensions/send_request_natives.cc#newcode8 chrome/renderer/extensions/send_request_natives.cc:8: #include "chrome/renderer/extensions/extension_request_sender.h" Do you need to ...
8 years, 8 months ago (2012-03-29 23:12:30 UTC) #2
koz (OOO until 15th September)
Cheers. https://chromiumcodereview.appspot.com/9918006/diff/1013/chrome/renderer/extensions/send_request_natives.cc File chrome/renderer/extensions/send_request_natives.cc (right): https://chromiumcodereview.appspot.com/9918006/diff/1013/chrome/renderer/extensions/send_request_natives.cc#newcode8 chrome/renderer/extensions/send_request_natives.cc:8: #include "chrome/renderer/extensions/extension_request_sender.h" On 2012/03/29 23:12:30, benwells wrote: > ...
8 years, 8 months ago (2012-03-30 00:08:32 UTC) #3
not at google - send to devlin
lgtm http://codereview.chromium.org/9918006/diff/9001/chrome/renderer/extensions/api_definitions_natives.h File chrome/renderer/extensions/api_definitions_natives.h (right): http://codereview.chromium.org/9918006/diff/9001/chrome/renderer/extensions/api_definitions_natives.h#newcode16 chrome/renderer/extensions/api_definitions_natives.h:16: class ApiDefinitionsNatives : public ChromeV8Extension { docs http://codereview.chromium.org/9918006/diff/9001/chrome/renderer/extensions/api_definitions_natives.h#newcode21 ...
8 years, 8 months ago (2012-03-30 03:23:18 UTC) #4
benwells
lgtm
8 years, 8 months ago (2012-03-30 04:35:07 UTC) #5
koz (OOO until 15th September)
Cheers. http://codereview.chromium.org/9918006/diff/9001/chrome/renderer/extensions/api_definitions_natives.h File chrome/renderer/extensions/api_definitions_natives.h (right): http://codereview.chromium.org/9918006/diff/9001/chrome/renderer/extensions/api_definitions_natives.h#newcode16 chrome/renderer/extensions/api_definitions_natives.h:16: class ApiDefinitionsNatives : public ChromeV8Extension { On 2012/03/30 ...
8 years, 8 months ago (2012-04-03 00:15:27 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/9918006/14004
8 years, 8 months ago (2012-04-04 01:01:58 UTC) #7
commit-bot: I haz the power
Try job failure for 9918006-14004 (retry) on linux_chromeos for step "compile" (clobber build). It's a ...
8 years, 8 months ago (2012-04-04 01:29:33 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/9918006/16004
8 years, 8 months ago (2012-04-04 03:16:27 UTC) #9
commit-bot: I haz the power
Try job failure for 9918006-16004 (retry) on win_rel for steps "browser_tests, unit_tests". It's a second ...
8 years, 8 months ago (2012-04-04 06:27:05 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/9918006/16004
8 years, 8 months ago (2012-04-04 06:30:56 UTC) #11
commit-bot: I haz the power
Try job failure for 9918006-16004 (retry) on win_rel for steps "browser_tests, unit_tests". It's a second ...
8 years, 8 months ago (2012-04-04 09:48:45 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/9918006/16004
8 years, 8 months ago (2012-04-04 23:57:08 UTC) #13
commit-bot: I haz the power
Try job failure for 9918006-16004 (retry) on linux_chromeos for step "compile" (clobber build). It's a ...
8 years, 8 months ago (2012-04-05 00:18:24 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/9918006/27001
8 years, 8 months ago (2012-04-05 05:10:08 UTC) #15
commit-bot: I haz the power
8 years, 8 months ago (2012-04-05 07:19:31 UTC) #16
Change committed as 130855

Powered by Google App Engine
This is Rietveld 408576698