| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement events for cast.streaming.rtpStream API | hclam@chromium.org | 2014-02-12 | 1 | -0/+2 |
* | Pass a Feature* to IsAnyFeatureAvailableToContext instead of a string name. | jyasskin@chromium.org | 2013-12-18 | 1 | -2/+2 |
* | Pass pepper apps API calls through the existing js apps API bindings. | sammc@chromium.org | 2013-12-11 | 1 | -0/+8 |
* | Rename WebKit namespace to blink (part 4) | abarth@chromium.org | 2013-11-07 | 1 | -4/+4 |
* | Remove unsafe access hacks from ScopedPersistent. | marja@chromium.org | 2013-09-10 | 1 | -2/+2 |
* | Revert 222102 "Remove unsafe access hacks from ScopedPersistent." | rouslan@chromium.org | 2013-09-10 | 1 | -2/+2 |
* | Remove unsafe access hacks from ScopedPersistent. | marja@chromium.org | 2013-09-09 | 1 | -2/+2 |
* | Remove more calls to HandleScope default ctor. | marja@chromium.org | 2013-09-06 | 1 | -0/+6 |
* | Move Feature and Manifest to top-level extensions. | yoz@chromium.org | 2013-08-22 | 1 | -1/+1 |
* | Eagerly run a small amount of extensions code to prevent things overwriting | kalman@chromium.org | 2013-06-15 | 1 | -0/+11 |
* | Don't make chrome.runtime visible in web pages other than those that | kalman@chromium.org | 2013-06-14 | 1 | -1/+1 |
* | Lazily load API schemas from resource files and convert all APIs to features | cduvall@chromium.org | 2013-06-14 | 1 | -0/+3 |
* | Check that ChromeV8Contexts are valid before running ChromeV8ContextSet::ForEach | kalman@chromium.org | 2013-06-06 | 1 | -2/+6 |
* | Delete chromeHidden! This involves (a) moving all the remaining modules | kalman@chromium.org | 2013-06-06 | 1 | -17/+1 |
* | Replace all occurrences of CallChromeHiddenMethod (and friends) with | kalman@chromium.org | 2013-06-05 | 1 | -10/+10 |
* | Allow API functions and events to have entries in _api_features.json | cduvall@chromium.org | 2013-05-09 | 1 | -6/+4 |
* | Cleanup: remove the chromeHidden.onLoad event, it's not used anymore. | kalman@chromium.org | 2013-04-30 | 1 | -3/+1 |
* | Prevent chrome.app JSON schema from loading on every page | cduvall@chromium.org | 2013-04-25 | 1 | -0/+7 |
* | Revert 195143 "Prevent chrome.app JSON schema from loading on ev..." | mek@chromium.org | 2013-04-19 | 1 | -7/+0 |
* | Prevent chrome.app JSON schema from loading on every page | cduvall@chromium.org | 2013-04-19 | 1 | -0/+7 |
* | Apps V2 in Pepper: Host side implementation of ExntensionsCommon - Part 1. | yzshen@chromium.org | 2013-03-29 | 1 | -2/+12 |
* | Lazily load extension API schemas | cduvall@chromium.org | 2013-03-23 | 1 | -8/+1 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-09 | 1 | -4/+8 |
* | Add a ScopedPersistent class to chrome/renderer/extensions for automatically | kalman@chromium.org | 2013-03-09 | 1 | -9/+4 |
* | Revert 186643 - Caused a 10% regression on SunSpider benchmark | tonyg@chromium.org | 2013-03-07 | 1 | -8/+4 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-07 | 1 | -4/+8 |
* | Revert 185709 | koz@chromium.org | 2013-03-03 | 1 | -8/+4 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-02 | 1 | -4/+8 |
* | Revert 184837 | abodenha@chromium.org | 2013-02-27 | 1 | -8/+4 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-02-27 | 1 | -4/+8 |
* | HTML titlebars for v2 apps. | jeremya@chromium.org | 2012-09-05 | 1 | -0/+2 |
* | Move ModuleSystem and NativeHandler to extensions/ | aa@chromium.org | 2012-08-28 | 1 | -1/+1 |
* | Move c/r/extensions/* into extensions namespace | rdevlin.cronin@chromium.org | 2012-08-07 | 1 | -7/+8 |
* | Make miscellaneous_bindings.js not depend on onLoad(). | koz@chromium.org | 2012-07-31 | 1 | -0/+3 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Expose the extension/app's id on chrome.runtime.id and, and make this | kalman@chromium.org | 2012-07-05 | 1 | -3/+1 |
* | Move all the feature related stuff into extensions/features | mitchellwrosen@chromium.org | 2012-06-11 | 1 | -1/+1 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -3/+7 |
* | Fix top renderer crash. Extension can go away before Context. Duh. | aa@chromium.org | 2012-04-13 | 1 | -2/+2 |
* | Remove unneeded extension_messages_browsertest.cc + cleanup. | aa@chromium.org | 2012-04-11 | 1 | -7/+19 |
* | Convert app_bindings.js to the schema_generated_bindings.js infrastructure. | kalman@chromium.org | 2012-03-21 | 1 | -12/+4 |
* | Revert 127391 - Convert app_bindings.js to the schema_generated_bindings.js i... | kalman@chromium.org | 2012-03-18 | 1 | -4/+12 |
* | Convert app_bindings.js to the schema_generated_bindings.js infrastructure. | kalman@chromium.org | 2012-03-18 | 1 | -12/+4 |
* | Implement a module system for the extension bindings JS. | koz@chromium.org | 2012-03-16 | 1 | -0/+8 |
* | Revert 126317 and 126306 because of a performance regression on page loading. | koz@chromium.org | 2012-03-13 | 1 | -8/+0 |
* | Implement a module system for the extension bindings JS. | koz@chromium.org | 2012-03-13 | 1 | -0/+8 |
* | Revert 125801 - Implement a module system for the extension bindings JS. | akalin@chromium.org | 2012-03-09 | 1 | -8/+0 |
* | Revert 125811 - Convert app_bindings.js to the schema_generated_bindings.js i... | akalin@chromium.org | 2012-03-09 | 1 | -4/+12 |
* | Convert app_bindings.js to the schema_generated_bindings.js infrastructure. | kalman@chromium.org | 2012-03-09 | 1 | -12/+4 |
* | Implement a module system for the extension bindings JS. | koz@chromium.org | 2012-03-09 | 1 | -0/+8 |