Sign in
chromium
/
chromium
/
src
/
ea1df789e1afcf57a69769b4c4a1d9ef09d112ed
/
extensions
/
renderer
/
module_system_unittest.cc
2d124c0
Switch to standard integer types in extensions/.
by avi
· 10 years ago
e59eca160
Convert Pass()→std::move() in //extensions
by dcheng
· 10 years ago
83a4b3a
[Extensions] Don't allow built-in extensions code to be overridden BUG=546677
by rdevlin.cronin
· 10 years ago
6a4854f
extensions: Use V8 Maybe APIs in ModuleSystem
by bashi
· 10 years ago
f85316f
extensions/renderer: Use v8::Local instead of v8::Handle.
by tfarina
· 10 years ago
9168b2f
Standardize usage of virtual/override/final in extensions/
by dcheng
· 11 years ago
0eac4e1b
replace OVERRIDE and FINAL with override and final in extensions/
by mostynb
· 11 years ago
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]
d9f51dad
Add support for using AMD modules from extensions modules.
by
[email protected]
· 11 years ago
f55c90ee6
Move most of ChromeV8Context to a base ScriptContext
by
[email protected]
· 11 years ago
2a35687
utils.expose: Make sure public interfaces are named
by
[email protected]
· 11 years ago
d8c5fbb
Convert remaining function callbacks in chrome
by
[email protected]
· 12 years ago
68e63ea1
Replace all occurrences of CallChromeHiddenMethod (and friends) with
by
[email protected]
· 12 years ago
9a59844
Extensions: pass ChromeV8Context around instead of v8::Handle.
by
[email protected]
· 12 years ago
95ee77da
Be less forgiving in ModuleSystem of programmer error. Add
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
b0c739f
Make all of Chrome's extension/apps JS use strict mode.
by
[email protected]
· 12 years ago
be9826e6
Linux/ChromeOS Chromium style checker cleanup, chrome/ edition part 1.
by
[email protected]
· 13 years ago
2e0e0bc
Replaced deprecated v8 API calls by their non-deprecated equivalents.
by
[email protected]
· 13 years ago
14411494
Add ExceptionHandler to ModuleSystem, remove heap allocated v8::TryCatch.
by
[email protected]
· 13 years ago
3c6babd
Move ModuleSystem and NativeHandler to extensions/
by
[email protected]
· 13 years ago
[Renamed (98%) from chrome/renderer/module_system_unittest.cc]
11844fa
Add unit tests for event.js
by
[email protected]
· 13 years ago
1164b86
Extract ModuleSystemTest into its own file.
by
[email protected]
· 13 years ago
4505607
Revert "Extract ModuleSystemTest into its own file."
by
[email protected]
· 13 years ago
635e2c12
Extract ModuleSystemTest into its own file.
by
[email protected]
· 13 years ago
bad9a5f
Make lazy field access handle the case where ModuleSystem has been deleted.
by
[email protected]
· 13 years ago
b6aad81c
Make app and webstore bindings lazily evaluated so they don't execute JS on every page load.
by
[email protected]
· 13 years ago
561ddce
Implement lazy JS module initialisation.
by
[email protected]
· 13 years ago
07ed1d6
Fix a memory leak in ModuleSystemTest.
by
[email protected]
· 13 years ago
cc045771
Introduce a mechanism for creating objects in JS that are lazily evaluated.
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
b7d3c0a
Delete ModuleSystem's reference to require_.
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
58e1045
Introduce a module system for JS based on a require() method with similar
by
[email protected]
· 13 years ago