| Commit message (Expand) | Author | Age | Files | Lines |
* | Move renderer ExtensionHelper into //extensions | jamescook@chromium.org | 2014-05-01 | 1 | -128/+0 |
* | Convert Chrome usages of WebFrame to WebLocalFrame. | dcheng@chromium.org | 2014-04-08 | 1 | -6/+6 |
* | Rename WebKit namespace to blink (part 4) | abarth@chromium.org | 2013-11-07 | 1 | -11/+11 |
* | 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/+5 |
* | Go back to JSON serialization of extension messages. base::Value pickling was | kalman@chromium.org | 2013-06-21 | 1 | -1/+1 |
* | Replace all occurrences of CallChromeHiddenMethod (and friends) with | kalman@chromium.org | 2013-06-05 | 1 | -0/+1 |
* | 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 |
* | Update refernces to Blink's Platform API (chrome) | abarth@chromium.org | 2013-05-30 | 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 |
* | Move resource fetchers to renderer-specific location | jamesr@chromium.org | 2013-05-14 | 1 | -13/+0 |
* | Fix a couple of bugs relating to sending Tab info with chrome.runtime.connect... | kalman@chromium.org | 2013-04-25 | 1 | -5/+7 |
* | Move the ViewType enum to extensions\common. | jam@chromium.org | 2013-04-01 | 1 | -5/+5 |
* | Don't throw exceptions when v8 objects/contexts are missing, and catch | kalman@chromium.org | 2013-03-17 | 1 | -8/+1 |
* | Remove support for crx-less hosted apps. | sammc@chromium.org | 2013-03-15 | 1 | -17/+0 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-09 | 1 | -1/+5 |
* | Set correct error message when disconnecting messaging port. | sergeyu@chromium.org | 2013-03-08 | 1 | -1/+2 |
* | Revert 186643 - Caused a 10% regression on SunSpider benchmark | tonyg@chromium.org | 2013-03-07 | 1 | -5/+1 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-07 | 1 | -1/+5 |
* | Revert 185709 | koz@chromium.org | 2013-03-03 | 1 | -5/+1 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-02 | 1 | -1/+5 |
* | Revert 184837 | abodenha@chromium.org | 2013-02-27 | 1 | -5/+1 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-02-27 | 1 | -1/+5 |
* | Update some #includes in chrome/renderer/extensions/ for headers in the new P... | pilgrim@chromium.org | 2013-01-10 | 1 | -1/+1 |
* | Dispatch an onClose event to app windows when they are closed. | jeremya@chromium.org | 2012-10-18 | 1 | -0/+1 |
* | Draggable region support for frameless app window on Windows. | jianli@chromium.org | 2012-08-08 | 1 | -0/+1 |
* | Move c/r/extensions/* into extensions namespace | rdevlin.cronin@chromium.org | 2012-08-07 | 1 | -4/+7 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Revert 145642 - Cleanup: make ExtensionRequestSender manage its IPC responses... | cmp@chromium.org | 2012-07-09 | 1 | -0/+3 |
* | Cleanup: make ExtensionRequestSender manage its IPC responses directly, rather | kalman@chromium.org | 2012-07-09 | 1 | -3/+0 |
* | Allow platform apps to open links in the browser. | mihaip@chromium.org | 2012-06-15 | 1 | -2/+6 |
* | Implement the activeTab permission, so that extensions with the permission | kalman@chromium.org | 2012-06-13 | 1 | -0/+5 |
* | Get rid of the RenderViewType concept in content, since it was only used by C... | jam@chromium.org | 2012-05-23 | 1 | -5/+5 |
* | Use Value objects instead of JSON strings in extension API response IPCs. | asargent@chromium.org | 2012-04-20 | 1 | -1/+1 |
* | Fix bug where transient pages would miss events dispatched while it was | mpcomplete@chromium.org | 2012-04-19 | 1 | -0/+12 |
* | Report failures when opening an extension port to the caller. | mpcomplete@chromium.org | 2012-04-02 | 1 | -0/+6 |
* | Update extension events, routing, and delivery to use user gesture. | gbillock@chromium.org | 2012-03-02 | 1 | -1/+2 |
* | Stop using weak v8 references to keep track of inline install callbacks. | mihaip@chromium.org | 2012-02-11 | 1 | -6/+0 |
* | Coverity: pass string by const-ref | tbreisacher@chromium.org | 2012-01-26 | 1 | -2/+2 |
* | Coverity: Fixing pass by value. | dpapad@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Update includes to new header locations. | abarth@chromium.org | 2011-12-03 | 1 | -1/+1 |
* | Move view_types.h to view_type.h, since that's the standard name for enums. | jam@chromium.org | 2011-12-01 | 1 | -1/+1 |
* | Add OVERRIDE to chrome/renderer. | avi@chromium.org | 2011-11-21 | 1 | -7/+7 |
* | Move view_types to content\public\common. Also update the enum values to matc... | jam@chromium.org | 2011-10-12 | 1 | -4/+4 |
* | Add a per-context "Handler" concept to ChromeV8Extension and | aa@chromium.org | 2011-10-12 | 1 | -8/+0 |