1. 83a4b3a [Extensions] Don't allow built-in extensions code to be overridden BUG=546677 by rdevlin.cronin · 10 years ago
  2. b0c1c50 Reland: Move the event attach/detach logic on unload from event.js to event_bindings.cc. by kalman · 10 years ago
  3. 60a2857d Revert of Move the event attach/detach logic on unload from event.js to (patchset #7 id:130001 of https://codereview.chromium.org/1074273002/) by mlamouri · 10 years ago
  4. d990950 Move the event attach/detach logic on unload from event.js to event_bindings.cc. by kalman · 10 years ago
  5. f9afb37 Standardize usage of virtual/override/final specifiers. by dcheng · 11 years ago
  6. 0eac4e1b replace OVERRIDE and FINAL with override and final in extensions/ by mostynb · 11 years ago
  7. 582f6e9 Move ModuleSystemTest and the tests that use it into extensions/. by [email protected] · 11 years ago[Renamed (98%) from chrome/renderer/extensions/event_unittest.cc]
  8. d9f51dad Add support for using AMD modules from extensions modules. by [email protected] · 11 years ago
  9. 8f857ef8 Reland 274764 - Reland 274558 - Move some resources to extensions_renderer_resources.grd. by [email protected] · 11 years ago
  10. d46bd4d Revert "Reland 274558 - Move some extensions renderer resources to extensions_renderer_resources.grd." by [email protected] · 11 years ago
  11. 43d0610a Reland 274558 - Move some extensions renderer resources to extensions_renderer_resources.grd. by [email protected] · 11 years ago
  12. b155037 Revert 274558 "Move some extensions renderer resources to extens..." by [email protected] · 11 years ago
  13. 70ebc314 Move some extensions renderer resources to extensions_renderer_resources.grd. by [email protected] · 11 years ago
  14. b569b35 Immediately fail extension API tests if the test code throws an exception by [email protected] · 11 years ago
  15. 2a35687 utils.expose: Make sure public interfaces are named by [email protected] · 12 years ago
  16. fe35d54c Remove detach_ as publicly exposed method of Event by [email protected] · 12 years ago
  17. a0ed268 Expand RuntimeErrors for ErrorConsole by [email protected] · 12 years ago
  18. 6876bb9 Lazily load API schemas from resource files and convert all APIs to features by [email protected] · 12 years ago
  19. f8d87d3 Delete chromeHidden! This involves (a) moving all the remaining modules by [email protected] · 12 years ago
  20. 68e63ea1 Replace all occurrences of CallChromeHiddenMethod (and friends) with by [email protected] · 12 years ago
  21. 95ee77da Be less forgiving in ModuleSystem of programmer error. Add by [email protected] · 12 years ago
  22. 4f1633f Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
  23. 630b9deb Revert 186643 - Caused a 10% regression on SunSpider benchmark by [email protected] · 12 years ago
  24. 1e73bb0 Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
  25. e3e77872 Revert 185709 by [email protected] · 12 years ago
  26. d0ad38b Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
  27. 6be5988b Revert 184837 by [email protected] · 12 years ago
  28. d7db1b9 Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
  29. 14411494 Add ExceptionHandler to ModuleSystem, remove heap allocated v8::TryCatch. by [email protected] · 13 years ago
  30. 8fe74bf Move c/r/extensions/* into extensions namespace by [email protected] · 13 years ago
  31. 452b36f Make eventArgumentMassagers asynchronous so custom bindings don't need to override chrome.Event.prototype.dispatch. by [email protected] · 13 years ago
  32. 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
  33. de4b8b7 Make eventArgumentMassagers asynchronous so custom bindings don't need to override chrome.Event.prototype.dispatch. by [email protected] · 13 years ago
  34. d9e559d Filtered events. by [email protected] · 13 years ago
  35. b12b86d Revert 145145 - Filtered events. Check bug 134977 for details by [email protected] · 13 years ago
  36. e7c12dd8 Filtered events. by [email protected] · 13 years ago
  37. 32782824 Revert 143896 - Filtered events. by [email protected] · 13 years ago
  38. 6ca5ff2 Filtered events. by [email protected] · 13 years ago
  39. 4385795 Filtered events. by [email protected] · 13 years ago
  40. 64804d5 Filtered events. by [email protected] · 13 years ago
  41. d3b010ef Allow updateArgumentsPostValidate to support callbacks and added / removed arguments. by [email protected] · 13 years ago
  42. 8351d697 Move declarative API into events API by [email protected] · 13 years ago
  43. ba1b0a3 Revert 137388 - Move declarative API into events API by [email protected] · 13 years ago
  44. ffac9879 Move declarative API into events API by [email protected] · 13 years ago
  45. 11844fa Add unit tests for event.js by [email protected] · 13 years ago