1. bcd9580f Remove ChromeV8Extension & most of ChromeV8Context by [email protected] · 11 years ago[Renamed (63%) from chrome/renderer/extensions/chrome_v8_context_set.cc]
  2. c02cb801 Change DCHECK_IS_ON() to DCHECK_IS_ON by [email protected] · 11 years ago
  3. 95c6b301 Remove usage of deprecated V8 APIs from c/r/extensions by [email protected] · 12 years ago
  4. e4452d3 Move Extension and PermissionsData to extensions/common. by [email protected] · 12 years ago
  5. 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
  6. ad6aa8f9 Improvements to fatal JavaScript extension errors: (1) include the extension by [email protected] · 12 years ago
  7. 2255a933 Update Blink include paths by [email protected] · 12 years ago
  8. dd21890 Check that ChromeV8Contexts are valid before running ChromeV8ContextSet::ForEach by [email protected] · 12 years ago
  9. 68e63ea1 Replace all occurrences of CallChromeHiddenMethod (and friends) with by [email protected] · 12 years ago
  10. e48cf4f Update refernces to Blink's Platform API (chrome) by [email protected] · 12 years ago
  11. 1ada567 Move the event URL security check out of the renderer and into the browser. by [email protected] · 12 years ago
  12. bb024fe chrome: Use base::MessageLoop. (Part 1) by [email protected] · 12 years ago
  13. 280055f Remove invalid ChromeV8Contexts on extension unload. by [email protected] · 12 years ago
  14. 4f1633f Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
  15. 630b9deb Revert 186643 - Caused a 10% regression on SunSpider benchmark by [email protected] · 12 years ago
  16. 1e73bb0 Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
  17. e3e77872 Revert 185709 by [email protected] · 12 years ago
  18. d0ad38b Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
  19. 6be5988b Revert 184837 by [email protected] · 12 years ago
  20. d7db1b9 Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
  21. bd82ccea Enable certain sanity checks in extension code whenever DCHECK is on, not just debug builds. by [email protected] · 13 years ago
  22. 8c9311c Stop sending events and messages to content script contexts after their by [email protected] · 13 years ago
  23. 61abbb72d Update some #includes in chrome/renderer/extensions/ for headers in the new Platform directory by [email protected] · 13 years ago
  24. 303aaaa Cleanup: Fix a bunch of lint errors in chrome. by [email protected] · 13 years ago
  25. 885c0e9 Establish /extensions directory and move URLPattern there. by [email protected] · 13 years ago
  26. 8fe74bf Move c/r/extensions/* into extensions namespace by [email protected] · 13 years ago
  27. 5d30f92bf Correct const accessors in base/values.(h|cc), Part II (ListValue) by [email protected] · 13 years ago
  28. 452b36f Make eventArgumentMassagers asynchronous so custom bindings don't need to override chrome.Event.prototype.dispatch. by [email protected] · 13 years ago
  29. 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
  30. de4b8b7 Make eventArgumentMassagers asynchronous so custom bindings don't need to override chrome.Event.prototype.dispatch. by [email protected] · 13 years ago
  31. 1c321ee5 Move Extension into extensions namespace by [email protected] · 13 years ago
  32. a76226d Remove unneeded extension_messages_browsertest.cc + cleanup. by [email protected] · 13 years ago
  33. 75bff52 Update includes to new header locations. by [email protected] · 14 years ago
  34. 2df5db74 Add a per-context "Handler" concept to ChromeV8Extension and by [email protected] · 14 years ago
  35. 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
  36. e305d38 Fix memory leak in V8ContextSet unit test. by [email protected] · 14 years ago
  37. 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
  38. 2a80aee Move kExtensionScheme from content to chrome by [email protected] · 14 years ago
  39. 52647690 Create content::RenderThread interface and make code in chrome use that. by [email protected] · 14 years ago
  40. 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]
  41. 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
  42. 2ee1e3a Factor the static data and its management out of by [email protected] · 14 years ago