- bcd9580f Remove ChromeV8Extension & most of ChromeV8Context by [email protected] · 11 years ago[Renamed (63%) from chrome/renderer/extensions/chrome_v8_context_set.cc]
- c02cb801 Change DCHECK_IS_ON() to DCHECK_IS_ON by [email protected] · 11 years ago
- 95c6b301 Remove usage of deprecated V8 APIs from c/r/extensions by [email protected] · 12 years ago
- e4452d3 Move Extension and PermissionsData to extensions/common. by [email protected] · 12 years ago
- 6827510 Use a direct include of the message_loop header in chrome/app, chrome/common, chrome/nacl/, chrome/renderer/, chrome/service/. by [email protected] · 12 years ago
- ad6aa8f9 Improvements to fatal JavaScript extension errors: (1) include the extension by [email protected] · 12 years ago
- 2255a933 Update Blink include paths by [email protected] · 12 years ago
- dd21890 Check that ChromeV8Contexts are valid before running ChromeV8ContextSet::ForEach by [email protected] · 12 years ago
- 68e63ea1 Replace all occurrences of CallChromeHiddenMethod (and friends) with by [email protected] · 12 years ago
- e48cf4f Update refernces to Blink's Platform API (chrome) by [email protected] · 12 years ago
- 1ada567 Move the event URL security check out of the renderer and into the browser. by [email protected] · 12 years ago
- bb024fe chrome: Use base::MessageLoop. (Part 1) by [email protected] · 12 years ago
- 280055f Remove invalid ChromeV8Contexts on extension unload. 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
- 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
- bd82ccea Enable certain sanity checks in extension code whenever DCHECK is on, not just debug builds. by [email protected] · 13 years ago
- 8c9311c Stop sending events and messages to content script contexts after their by [email protected] · 13 years ago
- 61abbb72d Update some #includes in chrome/renderer/extensions/ for headers in the new Platform directory by [email protected] · 13 years ago
- 303aaaa Cleanup: Fix a bunch of lint errors in chrome. by [email protected] · 13 years ago
- 885c0e9 Establish /extensions directory and move URLPattern there. by [email protected] · 13 years ago
- 8fe74bf Move c/r/extensions/* into extensions namespace by [email protected] · 13 years ago
- 5d30f92bf Correct const accessors in base/values.(h|cc), Part II (ListValue) by [email protected] · 13 years ago
- 452b36f Make eventArgumentMassagers asynchronous so custom bindings don't need to override chrome.Event.prototype.dispatch. by [email protected] · 13 years ago
- d8e564f3 Revert 146038 as it might have broken chromeos browser_tests - Make eventArgumentMassagers asynchronous so custom bindings don't need to override chrome.Event.prototype.dispatch. by [email protected] · 13 years ago
- de4b8b7 Make eventArgumentMassagers asynchronous so custom bindings don't need to override chrome.Event.prototype.dispatch. by [email protected] · 13 years ago
- 1c321ee5 Move Extension into extensions namespace by [email protected] · 13 years ago
- a76226d Remove unneeded extension_messages_browsertest.cc + cleanup. by [email protected] · 13 years ago
- 75bff52 Update includes to new header locations. by [email protected] · 14 years ago
- 2df5db74 Add a per-context "Handler" concept to ChromeV8Extension and by [email protected] · 14 years ago
- 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
- e305d38 Fix memory leak in V8ContextSet unit test. by [email protected] · 14 years ago
- 38024409 Cleanup usage of RenderThread for code that runs under tests. Before RenderThread::current() couldn't be used since it didn't exist in tests. The new API version, content::RenderThread::Get() works in tests, so this code isn't necessary anymore. by [email protected] · 14 years ago
- 2a80aee Move kExtensionScheme from content to chrome by [email protected] · 14 years ago
- 52647690 Create content::RenderThread interface and make code in chrome use that. by [email protected] · 14 years ago
- 27131e7 I realized that ExtensionBindingsContext is really just the by [email protected] · 14 years ago[Renamed (80%) from chrome/renderer/extensions/extension_bindings_context_set.cc]
- 8d86f13d Make V8ValueConverter be an interface and move it to content\public\renderer and put in the content namespace. by [email protected] · 14 years ago
- 2ee1e3a Factor the static data and its management out of by [email protected] · 14 years ago