summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/extension_helper.h
Commit message (Expand)AuthorAgeFilesLines
* Move renderer ExtensionHelper into //extensionsjamescook@chromium.org2014-05-011-128/+0
* Convert Chrome usages of WebFrame to WebLocalFrame.dcheng@chromium.org2014-04-081-6/+6
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-11/+11
* Pass user gesture state along with chrome.runtime.sendMessage.mek@chromium.org2013-10-231-1/+2
* Introduce a new attribute to externally_connectable,juanlang@google.com2013-10-161-1/+2
* Revert 227722 "Introduce a new attribute to externally_connectable,"robertphillips@google.com2013-10-091-2/+1
* Introduce a new attribute to externally_connectable,juanlang@google.com2013-10-091-1/+2
* Use Blink support to watch CSS selectors directly instead of using a Mutation...jyasskin@chromium.org2013-10-041-0/+5
* Go back to JSON serialization of extension messages. base::Value pickling waskalman@chromium.org2013-06-211-1/+1
* Replace all occurrences of CallChromeHiddenMethod (and friends) withkalman@chromium.org2013-06-051-0/+1
* Replace JSON (de)serialization of extension messages with direct Value pickling.kalman@chromium.org2013-06-041-1/+1
* Revert 203489 "Replace JSON (de)serialization of extension messa..."tonyg@chromium.org2013-06-031-1/+1
* Replace JSON (de)serialization of extension messages with direct Value pickling.kalman@chromium.org2013-05-311-1/+1
* Update refernces to Blink's Platform API (chrome)abarth@chromium.org2013-05-301-1/+1
* Move the event URL security check out of the renderer and into the browser.kalman@chromium.org2013-05-301-1/+0
* Move resource fetchers to renderer-specific locationjamesr@chromium.org2013-05-141-13/+0
* Fix a couple of bugs relating to sending Tab info with chrome.runtime.connect...kalman@chromium.org2013-04-251-5/+7
* Move the ViewType enum to extensions\common.jam@chromium.org2013-04-011-5/+5
* Don't throw exceptions when v8 objects/contexts are missing, and catchkalman@chromium.org2013-03-171-8/+1
* Remove support for crx-less hosted apps.sammc@chromium.org2013-03-151-17/+0
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-091-1/+5
* Set correct error message when disconnecting messaging port.sergeyu@chromium.org2013-03-081-1/+2
* Revert 186643 - Caused a 10% regression on SunSpider benchmarktonyg@chromium.org2013-03-071-5/+1
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-071-1/+5
* Revert 185709koz@chromium.org2013-03-031-5/+1
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-021-1/+5
* Revert 184837abodenha@chromium.org2013-02-271-5/+1
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-02-271-1/+5
* Update some #includes in chrome/renderer/extensions/ for headers in the new P...pilgrim@chromium.org2013-01-101-1/+1
* Dispatch an onClose event to app windows when they are closed.jeremya@chromium.org2012-10-181-0/+1
* Draggable region support for frameless app window on Windows.jianli@chromium.org2012-08-081-0/+1
* Move c/r/extensions/* into extensions namespacerdevlin.cronin@chromium.org2012-08-071-4/+7
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Revert 145642 - Cleanup: make ExtensionRequestSender manage its IPC responses...cmp@chromium.org2012-07-091-0/+3
* Cleanup: make ExtensionRequestSender manage its IPC responses directly, ratherkalman@chromium.org2012-07-091-3/+0
* Allow platform apps to open links in the browser.mihaip@chromium.org2012-06-151-2/+6
* Implement the activeTab permission, so that extensions with the permissionkalman@chromium.org2012-06-131-0/+5
* Get rid of the RenderViewType concept in content, since it was only used by C...jam@chromium.org2012-05-231-5/+5
* Use Value objects instead of JSON strings in extension API response IPCs.asargent@chromium.org2012-04-201-1/+1
* Fix bug where transient pages would miss events dispatched while it wasmpcomplete@chromium.org2012-04-191-0/+12
* Report failures when opening an extension port to the caller.mpcomplete@chromium.org2012-04-021-0/+6
* Update extension events, routing, and delivery to use user gesture.gbillock@chromium.org2012-03-021-1/+2
* Stop using weak v8 references to keep track of inline install callbacks.mihaip@chromium.org2012-02-111-6/+0
* Coverity: pass string by const-reftbreisacher@chromium.org2012-01-261-2/+2
* Coverity: Fixing pass by value.dpapad@chromium.org2011-12-211-1/+1
* Update includes to new header locations.abarth@chromium.org2011-12-031-1/+1
* Move view_types.h to view_type.h, since that's the standard name for enums.jam@chromium.org2011-12-011-1/+1
* Add OVERRIDE to chrome/renderer.avi@chromium.org2011-11-211-7/+7
* Move view_types to content\public\common. Also update the enum values to matc...jam@chromium.org2011-10-121-4/+4
* Add a per-context "Handler" concept to ChromeV8Extension andaa@chromium.org2011-10-121-8/+0