summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/native_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Make app and webstore bindings lazily evaluated so they don't execute JS on e...koz@chromium.org2012-03-271-2/+5
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-161-0/+9
* Revert 126317 and 126306 because of a performance regression on page loading.koz@chromium.org2012-03-131-9/+0
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-131-0/+9
* Revert 125801 - Implement a module system for the extension bindings JS.akalin@chromium.org2012-03-091-9/+0
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-091-0/+9
* Revert 125132 - Implement a module system for the extension bindings JS.markusheintz@chromium.org2012-03-061-9/+0
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-061-0/+9
* Introduce a module system for JS based on a require() method with similarkoz@chromium.org2012-02-221-0/+36