- 978464a [Extensions Bindings] Request JS execution from messaging bindings by rdevlin.cronin · 8 years ago
- 8e744a4 [Extensions] Extension Port Ids and Initialization 2.0 by rdevlin.cronin · 9 years ago
- 6942480 [Extensions] Make port creation synchronous in unload handlers by rdevlin.cronin · 9 years ago
- dbbe69e7 [Extensions] Begin making Extension port initialization asynchronous by rdevlin.cronin · 9 years ago
- 4012b3b [Extensions] Clean up MessagingBindings by rdevlin.cronin · 9 years ago
- d1db9f6 Remove port lifetime management from renderer by rob · 9 years ago
- 248d6a8 Add frameId to MessageSender (extension messaging API). by rob · 11 years ago
- 800f987 Make MessagingBindings use ScriptContextSet::ForEach. This is a long-standing by [email protected] · 11 years ago
- e689367 Pull chrome stuff out of (and move) extensions::Dispatcher. by [email protected] · 11 years ago[Renamed (90%) from chrome/renderer/extensions/messaging_bindings.h]
- bcd9580f Remove ChromeV8Extension & most of ChromeV8Context by [email protected] · 11 years ago
- 8865fea Pass user gesture state along with chrome.runtime.sendMessage. by [email protected] · 12 years ago
- 8ad95b7 Introduce a new attribute to externally_connectable, by [email protected] · 12 years ago
- 91eeff80 Revert 227722 "Introduce a new attribute to externally_connectable," by [email protected] · 12 years ago
- 8ea8cd2 Introduce a new attribute to externally_connectable, by [email protected] · 12 years ago
- d710efe Rename miscellaneous_bindings to messaging_bindings. by [email protected] · 12 years ago[Renamed (87%) from chrome/renderer/extensions/miscellaneous_bindings.h]
- 5322973 Go back to JSON serialization of extension messages. base::Value pickling was by [email protected] · 12 years ago
- f8d87d3 Delete chromeHidden! This involves (a) moving all the remaining modules by [email protected] · 12 years ago
- bd86f05e Replace JSON (de)serialization of extension messages with direct Value pickling. by [email protected] · 12 years ago
- 9a59844 Extensions: pass ChromeV8Context around instead of v8::Handle. by [email protected] · 12 years ago
- 0730ffa Revert 203489 "Replace JSON (de)serialization of extension messa..." by [email protected] · 12 years ago
- 704a0f5 Replace JSON (de)serialization of extension messages with direct Value pickling. by [email protected] · 12 years ago
- 686914f Fix a couple of bugs relating to sending Tab info with chrome.runtime.connect and by [email protected] · 12 years ago
- 4f1633f Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
- d6b3961 Set correct error message when disconnecting messaging port. by [email protected] · 12 years ago
- 630b9deb Revert 186643 - Caused a 10% regression on SunSpider benchmark by [email protected] · 12 years ago
- 1e73bb0 Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
- e3e77872 Revert 185709 by [email protected] · 12 years ago
- d0ad38b Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
- 6be5988b Revert 184837 by [email protected] · 12 years ago
- d7db1b9 Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
- 8fe74bf Move c/r/extensions/* into extensions namespace by [email protected] · 13 years ago
- 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
- f9db247 Report failures when opening an extension port to the caller. by [email protected] · 13 years ago
- ecde191 Implement a module system for the extension bindings JS. by [email protected] · 13 years ago
- 9e03ce2 Revert 126317 and 126306 because of a performance regression on page loading. by [email protected] · 13 years ago
- 9fb990b Implement a module system for the extension bindings JS. by [email protected] · 13 years ago
- 65f8fbbd Revert 125801 - Implement a module system for the extension bindings JS. by [email protected] · 13 years ago
- 7b0c3f5 Implement a module system for the extension bindings JS. by [email protected] · 13 years ago
- f26bc03 Revert 125132 - Implement a module system for the extension bindings JS. by [email protected] · 13 years ago
- ffd0dea Implement a module system for the extension bindings JS. by [email protected] · 13 years ago
- 83820d4 Enable extension APIs for content scripts. by [email protected] · 14 years ago[Renamed (63%) from chrome/renderer/extensions/renderer_extension_bindings.h]
- a2ef54c Make RenderView inherit from content::RenderView, and add missing functions to the interface. In a future change I'll rename RenderView to RenderViewImpl. by [email protected] · 14 years ago
- 27131e7 I realized that ExtensionBindingsContext is really just the by [email protected] · 14 years ago
- 2ee1e3a Factor the static data and its management out of by [email protected] · 14 years ago
- 3fda6cd Rename ExtensionBase to ChromeV8Extension and simplify. by [email protected] · 14 years ago
- b2e86ec1 Reland 101111 - Only deliver extension messages to contexts that care. by [email protected] · 14 years ago
- a485f51 Revert 101111 - Only deliver extension messages to contexts that care. This by [email protected] · 14 years ago
- 9966c15b Only deliver extension messages to contexts that care. This by [email protected] · 14 years ago
- 281448fd Declare a few strings as array to const char in chrome/renderer/extensions/* by [email protected] · 14 years ago
- c2a4159 Revert r99696 and r99705 due to crashes. by [email protected] · 14 years ago
- 82fc0f5 Forward declare v8::Extension in chrome/renderer/extensions/*. by [email protected] · 14 years ago
- ae5281b Rename ExtensionDispatcher to ExtensionRendererContext because: by [email protected] · 14 years ago
- 912aee1e0 Reduce static data in ExtensionProcessBindings. Some was not by [email protected] · 14 years ago
- b1cf337 Add V8ValueConverter utility to convert between v8::Value and base::Value. by [email protected] · 14 years ago
- a7ab1b78 Part 2 of extension event refactor. by [email protected] · 15 years ago
- 414785a Ensure global extension events (like bookmarks) are sent to the incognito by [email protected] · 15 years ago
- 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
- a807bbe Reland 44348 Add support for restricting broadcasting events to extensions based on host permissions by [email protected] · 15 years ago
- 9f005fe Revert 44351 - Reland 44348 Add support for restricting broadcasting events to extensions based on host permissions by [email protected] · 15 years ago
- 173e5e8 Reland 44348 Add support for restricting broadcasting events to extensions based on host permissions by [email protected] · 15 years ago
- e3200680 Revert 44348 - Add support for restricting broadcasting events to extensions based on host permissions. by [email protected] · 15 years ago
- 8426c02 Add support for restricting broadcasting events to extensions based on host permissions. by [email protected] · 15 years ago
- d725947 Enforce extension permissions in C++ (instead of Javascript). by [email protected] · 15 years ago
- 7120f13 Changed the extension.connect() API not to broadcast to all tabs. Added a by [email protected] · 16 years ago
- dfcb62a Add a port disconnect event for when one side of an extension message port by [email protected] · 16 years ago
- d20f5c0 Remove executable bit from a bunch of files that shouldn't have it. by [email protected] · 16 years ago
- 4b5d64ff Pass down the opener tab when a message channel is opened to an extension. by [email protected] · 16 years ago
- b68d5ed Initial plumbing for sending events from the browser to extension renderers. Implement onTabMoved. by [email protected] · 16 years ago
- 17bc2fd Miscellaneous API sprucing. by [email protected] · 16 years ago
- 51bcfbe TBR: Revert "Miscellaneous API sprucing." by [email protected] · 16 years ago
- a1dadc4e Miscellaneous API sprucing. by [email protected] · 16 years ago
- a1a0df0 rebase and more minor changes. by [email protected] · 16 years ago
- a40caa97 Add aa's Event class to our javascript bindings and use it in our extension by [email protected] · 16 years ago
- 75e5a87 Add code to support 2-way communication between extensions and renderers. The code is almost fully symmetrical, except that right now a channel can only be opened to an extension (by ID). It should be trivial to open a channel to a tab, once we have a solid tab API. by [email protected] · 16 years ago
- 0aa477bd Initial rev at a message passing API for extensions. So far, only passing by [email protected] · 16 years ago