| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull chrome stuff out of (and move) extensions::Dispatcher. | rockot@chromium.org | 2014-05-01 | 1 | -323/+0 |
* | Remove ChromeV8Extension & most of ChromeV8Context | rockot@chromium.org | 2014-04-17 | 1 | -11/+10 |
* | Move most of ChromeV8Context to a base ScriptContext | rockot@chromium.org | 2014-04-12 | 1 | -2/+3 |
* | Run ContentMain in a browser_test's browser process. This removes duplication... | jam@chromium.org | 2014-03-18 | 1 | -1/+1 |
* | Allow cross-origin XHR in unblessed extension context | rob@robwu.nl | 2014-03-05 | 1 | -1/+2 |
* | Extensions: Send the tab id to platform apps. | thestig@chromium.org | 2014-02-06 | 1 | -0/+5 |
* | Add a BLESSED_WEB_PAGE extension JS context type to describe the context in | kalman@chromium.org | 2013-12-19 | 1 | -1/+1 |
* | Move c/c/e/extension_set to top-level extensions/ | rdevlin.cronin@chromium.org | 2013-12-17 | 1 | -1/+1 |
* | Remove deprecated V8 API usage (String::New) in chrome/renderer/extensions. | marja@chromium.org | 2013-11-28 | 1 | -1/+2 |
* | Enable permission warnings from ManifestHandlers. | rpaquay@chromium.org | 2013-11-15 | 1 | -5/+3 |
* | Rename WebKit namespace to blink (part 4) | abarth@chromium.org | 2013-11-07 | 1 | -9/+9 |
* | Extension cleanup: Move scripting whitelist to ExtensionsClient. | yoz@chromium.org | 2013-10-26 | 1 | -1/+2 |
* | Pass user gesture state along with chrome.runtime.sendMessage. | mek@chromium.org | 2013-10-23 | 1 | -1/+2 |
* | Introduce a new attribute to externally_connectable, | juanlang@google.com | 2013-10-16 | 1 | -1/+2 |
* | Revert 227722 "Introduce a new attribute to externally_connectable," | robertphillips@google.com | 2013-10-09 | 1 | -2/+1 |
* | Introduce a new attribute to externally_connectable, | juanlang@google.com | 2013-10-09 | 1 | -1/+2 |
* | Use Blink support to watch CSS selectors directly instead of using a Mutation... | jyasskin@chromium.org | 2013-10-04 | 1 | -0/+7 |
* | Move Feature and Manifest to top-level extensions. | yoz@chromium.org | 2013-08-22 | 1 | -1/+1 |
* | Only set up lazy bindings for APIs that an extension has access to up-front, | kalman@chromium.org | 2013-08-14 | 1 | -1/+0 |
* | Enable webview and browser-plugin as custom elements in Chrome Apps | fsamuel@chromium.org | 2013-08-10 | 1 | -4/+5 |
* | Remove ExtensionURLInfo, make security decisions in render process | jamesr@chromium.org | 2013-07-18 | 1 | -3/+8 |
* | Use a direct include of the shared_memory header in base/, chrome/, components/. | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Destroy the V8SchemaRegistry before shutting down WebKit | jochen@chromium.org | 2013-07-10 | 1 | -3/+5 |
* | Cleanup: remove g_hack_extension_group and AllowScriptExtension from | kalman@chromium.org | 2013-07-10 | 1 | -12/+0 |
* | Use a direct include of time headers in chrome/common/, chrome/installer, chr... | avi@chromium.org | 2013-06-28 | 1 | -2/+2 |
* | Go back to JSON serialization of extension messages. base::Value pickling was | kalman@chromium.org | 2013-06-21 | 1 | -1/+1 |
* | Don't make chrome.runtime visible in web pages other than those that | kalman@chromium.org | 2013-06-14 | 1 | -1/+5 |
* | Change the platform app default stylesheet to use the platforms system font a... | mek@chromium.org | 2013-06-13 | 1 | -0/+6 |
* | Regenerate Extensions API bindings when optional permissions change | cduvall@chromium.org | 2013-06-06 | 1 | -2/+8 |
* | Delete chromeHidden! This involves (a) moving all the remaining modules | kalman@chromium.org | 2013-06-06 | 1 | -2/+1 |
* | Replace all occurrences of CallChromeHiddenMethod (and friends) with | kalman@chromium.org | 2013-06-05 | 1 | -0/+14 |
* | Replace JSON (de)serialization of extension messages with direct Value pickling. | kalman@chromium.org | 2013-06-04 | 1 | -1/+1 |
* | Revert 203489 "Replace JSON (de)serialization of extension messa..." | tonyg@chromium.org | 2013-06-03 | 1 | -1/+1 |
* | Replace JSON (de)serialization of extension messages with direct Value pickling. | kalman@chromium.org | 2013-05-31 | 1 | -1/+1 |
* | Move the event URL security check out of the renderer and into the browser. | kalman@chromium.org | 2013-05-30 | 1 | -1/+0 |
* | Disallow content scripts from running in a process containing the webstore. | mpcomplete@google.com | 2013-05-28 | 1 | -0/+3 |
* | Record any renderer extension load failure so that the crash logic on | kalman@chromium.org | 2013-04-26 | 1 | -0/+5 |
* | Prevent chrome.app JSON schema from loading on every page | cduvall@chromium.org | 2013-04-25 | 1 | -2/+1 |
* | Fix a couple of bugs relating to sending Tab info with chrome.runtime.connect... | kalman@chromium.org | 2013-04-25 | 1 | -3/+4 |
* | Revert 195143 "Prevent chrome.app JSON schema from loading on ev..." | mek@chromium.org | 2013-04-19 | 1 | -1/+2 |
* | Prevent chrome.app JSON schema from loading on every page | cduvall@chromium.org | 2013-04-19 | 1 | -2/+1 |
* | Revert 194837 "Prevent chrome.app JSON schema from loading on ev..." | kalman@chromium.org | 2013-04-18 | 1 | -1/+2 |
* | Prevent chrome.app JSON schema from loading on every page | cduvall@chromium.org | 2013-04-18 | 1 | -2/+1 |
* | Apps V2 in Pepper: Host side implementation of ExntensionsCommon - Part 1. | yzshen@chromium.org | 2013-03-29 | 1 | -0/+3 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-09 | 1 | -2/+10 |
* | Set correct error message when disconnecting messaging port. | sergeyu@chromium.org | 2013-03-08 | 1 | -1/+1 |
* | Revert 186643 - Caused a 10% regression on SunSpider benchmark | tonyg@chromium.org | 2013-03-07 | 1 | -10/+2 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-07 | 1 | -2/+10 |
* | Revert 185709 | koz@chromium.org | 2013-03-03 | 1 | -10/+2 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-02 | 1 | -2/+10 |