summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/module_system_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Make lazy field access handle the case where ModuleSystem has been deleted.koz@chromium.org2012-04-131-1/+2
* Make app and webstore bindings lazily evaluated so they don't execute JS on e...koz@chromium.org2012-03-271-39/+168
* Implement lazy JS module initialisation.koz@chromium.org2012-03-221-25/+9
* Fix a memory leak in ModuleSystemTest.koz@chromium.org2012-03-211-2/+3
* Introduce a mechanism for creating objects in JS that are lazily evaluated.koz@chromium.org2012-03-211-1/+31
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-161-17/+85
* Revert 126317 and 126306 because of a performance regression on page loading.koz@chromium.org2012-03-131-85/+17
* Delete ModuleSystem's reference to require_.koz@chromium.org2012-03-131-3/+4
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-131-17/+84
* Revert 125801 - Implement a module system for the extension bindings JS.akalin@chromium.org2012-03-091-84/+17
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-091-17/+84
* Revert 125132 - Implement a module system for the extension bindings JS.markusheintz@chromium.org2012-03-061-84/+17
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-061-17/+84
* Introduce a module system for JS based on a require() method with similarkoz@chromium.org2012-02-221-0/+100