1. 2d124c0 Switch to standard integer types in extensions/. by avi · 10 years ago
  2. e59eca160 Convert Pass()→std::move() in //extensions by dcheng · 10 years ago
  3. 83a4b3a [Extensions] Don't allow built-in extensions code to be overridden BUG=546677 by rdevlin.cronin · 10 years ago
  4. 6a4854f extensions: Use V8 Maybe APIs in ModuleSystem by bashi · 10 years ago
  5. f85316f extensions/renderer: Use v8::Local instead of v8::Handle. by tfarina · 10 years ago
  6. 9168b2f Standardize usage of virtual/override/final in extensions/ by dcheng · 11 years ago
  7. 0eac4e1b replace OVERRIDE and FINAL with override and final in extensions/ by mostynb · 11 years ago
  8. 582f6e9 Move ModuleSystemTest and the tests that use it into extensions/. by [email protected] · 11 years ago[Renamed (96%) from chrome/renderer/extensions/module_system_unittest.cc]
  9. d9f51dad Add support for using AMD modules from extensions modules. by [email protected] · 11 years ago
  10. f55c90ee6 Move most of ChromeV8Context to a base ScriptContext by [email protected] · 11 years ago
  11. 2a35687 utils.expose: Make sure public interfaces are named by [email protected] · 11 years ago
  12. d8c5fbb Convert remaining function callbacks in chrome by [email protected] · 12 years ago
  13. 68e63ea1 Replace all occurrences of CallChromeHiddenMethod (and friends) with by [email protected] · 12 years ago
  14. 9a59844 Extensions: pass ChromeV8Context around instead of v8::Handle. by [email protected] · 12 years ago
  15. 95ee77da Be less forgiving in ModuleSystem of programmer error. Add by [email protected] · 12 years ago
  16. 4f1633f Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
  17. 630b9deb Revert 186643 - Caused a 10% regression on SunSpider benchmark by [email protected] · 12 years ago
  18. 1e73bb0 Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
  19. e3e77872 Revert 185709 by [email protected] · 12 years ago
  20. d0ad38b Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
  21. 6be5988b Revert 184837 by [email protected] · 12 years ago
  22. d7db1b9 Set up V8 bindings for extension/app APIs when they're first used, not on by [email protected] · 12 years ago
  23. b0c739f Make all of Chrome's extension/apps JS use strict mode. by [email protected] · 12 years ago
  24. be9826e6 Linux/ChromeOS Chromium style checker cleanup, chrome/ edition part 1. by [email protected] · 13 years ago
  25. 2e0e0bc Replaced deprecated v8 API calls by their non-deprecated equivalents. by [email protected] · 13 years ago
  26. 14411494 Add ExceptionHandler to ModuleSystem, remove heap allocated v8::TryCatch. by [email protected] · 13 years ago
  27. 3c6babd Move ModuleSystem and NativeHandler to extensions/ by [email protected] · 13 years ago[Renamed (98%) from chrome/renderer/module_system_unittest.cc]
  28. 11844fa Add unit tests for event.js by [email protected] · 13 years ago
  29. 1164b86 Extract ModuleSystemTest into its own file. by [email protected] · 13 years ago
  30. 4505607 Revert "Extract ModuleSystemTest into its own file." by [email protected] · 13 years ago
  31. 635e2c12 Extract ModuleSystemTest into its own file. by [email protected] · 13 years ago
  32. bad9a5f Make lazy field access handle the case where ModuleSystem has been deleted. by [email protected] · 13 years ago
  33. b6aad81c Make app and webstore bindings lazily evaluated so they don't execute JS on every page load. by [email protected] · 13 years ago
  34. 561ddce Implement lazy JS module initialisation. by [email protected] · 13 years ago
  35. 07ed1d6 Fix a memory leak in ModuleSystemTest. by [email protected] · 13 years ago
  36. cc045771 Introduce a mechanism for creating objects in JS that are lazily evaluated. by [email protected] · 13 years ago
  37. ecde191 Implement a module system for the extension bindings JS. by [email protected] · 13 years ago
  38. 9e03ce2 Revert 126317 and 126306 because of a performance regression on page loading. by [email protected] · 13 years ago
  39. b7d3c0a Delete ModuleSystem's reference to require_. by [email protected] · 13 years ago
  40. 9fb990b Implement a module system for the extension bindings JS. by [email protected] · 13 years ago
  41. 65f8fbbd Revert 125801 - Implement a module system for the extension bindings JS. by [email protected] · 13 years ago
  42. 7b0c3f5 Implement a module system for the extension bindings JS. by [email protected] · 13 years ago
  43. f26bc03 Revert 125132 - Implement a module system for the extension bindings JS. by [email protected] · 13 years ago
  44. ffd0dea Implement a module system for the extension bindings JS. by [email protected] · 13 years ago
  45. 58e1045 Introduce a module system for JS based on a require() method with similar by [email protected] · 13 years ago