summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/app_bindings.h
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in chrome/renderer/dcheng2014-10-211-1/+1
* Replacing the OVERRIDE with override and in chrome/renderermohan.reddy2014-10-101-1/+1
* Remove ChromeV8Extension & most of ChromeV8Contextrockot@chromium.org2014-04-171-4/+8
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-1/+1
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
* Convert remaining function callbacks in chromedcarney@chromium.org2013-06-141-5/+5
* Remove support for crx-less hosted apps.sammc@chromium.org2013-03-151-1/+0
* Remove chrome/ code to handle App Notificationsdcheng@chromium.org2013-03-101-4/+0
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-091-2/+1
* Revert 186643 - Caused a 10% regression on SunSpider benchmarktonyg@chromium.org2013-03-071-1/+2
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-071-2/+1
* Revert 185709koz@chromium.org2013-03-031-1/+2
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-021-2/+1
* Revert 184837abodenha@chromium.org2013-02-271-1/+2
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-02-271-2/+1
* Move c/r/extensions/* into extensions namespacerdevlin.cronin@chromium.org2012-08-071-2/+6
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Rename IPC::Channel and IPC::Sender in src/chrome.brettw@chromium.org2012-06-151-1/+1
* Add an API for hosted apps to check their install and running states.jstritar@chromium.org2012-04-241-0/+3
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-161-6/+19
* Revert 126317 and 126306 because of a performance regression on page loading.koz@chromium.org2012-03-131-19/+6
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-131-7/+20
* Revert 125801 - Implement a module system for the extension bindings JS.akalin@chromium.org2012-03-091-20/+7
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-091-7/+20
* Revert 125132 - Implement a module system for the extension bindings JS.markusheintz@chromium.org2012-03-061-20/+7
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-061-7/+20
* Cleanup: Remove unneeded forward declarations in chrome/renderer.thestig@chromium.org2011-11-111-4/+0
* Add a per-context "Handler" concept to ChromeV8Extension andaa@chromium.org2011-10-121-0/+39