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

Issue 42680: Add more of the server-side plumbing for extension APIs. Also (Closed)

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

Description

Add more of the server-side plumbing for extension APIs. Also added getTabsForWindow() to drive it.

Patch Set 1 #

Patch Set 2 : Add copyright headers. #

Patch Set 3 : Update gyp files #

Total comments: 27

Patch Set 4 : Renamamania #

Patch Set 5 : More minor cleanup #

Total comments: 2

Patch Set 6 : Introduce SyncExtensionFunction #

Unified diffs Side-by-side diffs Delta from patch set Stats (+441 lines, -100 lines) Patch
M base/json_reader.h View 1 2 3 4 2 chunks +16 lines, -10 lines 0 comments Download
M chrome/browser/browser.vcproj View 1 2 3 3 chunks +22 lines, -6 lines 0 comments Download
M chrome/browser/extensions/extension_api_handler.h View 1 2 3 1 chunk +0 lines, -29 lines 0 comments Download
M chrome/browser/extensions/extension_api_handler.cc View 1 2 3 1 chunk +0 lines, -45 lines 0 comments Download
A chrome/browser/extensions/extension_function.h View 4 5 1 chunk +81 lines, -0 lines 0 comments Download
A chrome/browser/extensions/extension_function.cc View 4 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/browser/extensions/extension_function_dispatcher.h View 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/extensions/extension_function_dispatcher.cc View 1 chunk +115 lines, -0 lines 0 comments Download
A chrome/browser/extensions/extension_tabs_module.h View 1 2 3 4 5 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/browser/extensions/extension_tabs_module.cc View 1 2 3 4 5 1 chunk +76 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.h View 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome.gyp View 3 4 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/extension_process_bindings.h View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/extension_process_bindings.cc View 1 2 3 4 4 chunks +18 lines, -2 lines 0 comments Download
M chrome/renderer/render_thread.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/render_thread.cc View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/renderer/resources/extension_process_bindings.js View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Aaron Boodman
11 years, 9 months ago (2009-03-27 00:25:05 UTC) #1
Matt Perry
Good stuff. One nitpicky meta comment on naming: it bugs me that we have all ...
11 years, 9 months ago (2009-03-27 01:18:32 UTC) #2
Aaron Boodman
Ready for another look. I renamed the classes to ExtensionFunction, ExtensionFunctionDispatcher, etc. http://codereview.chromium.org/42680/diff/1034/1035 File base/json_reader.h ...
11 years, 9 months ago (2009-03-27 08:55:16 UTC) #3
Matt Perry
Great, I like the new naming! One last suggestion. (the Peer thing is just an ...
11 years, 9 months ago (2009-03-27 20:11:56 UTC) #4
Aaron Boodman
Ok, I introduced SyncExtensionFunction which is a bit more convenient for simple function implementations.
11 years, 9 months ago (2009-03-27 21:02:49 UTC) #5
Matt Perry
11 years, 9 months ago (2009-03-27 21:10:41 UTC) #6
lgtm with scons projects fixed

Powered by Google App Engine
This is Rietveld 408576698