summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/script_context.h
Commit message (Expand)AuthorAgeFilesLines
* Reland: Move Extension ScriptContext creation into ScriptContextSet.kalman2015-04-151-5/+23
* Reland: Move the event attach/detach logic on unload from event.js to event_b...kalman2015-04-151-5/+17
* Revert of Move the event attach/detach logic on unload from event.js to (patc...mlamouri2015-04-141-17/+5
* Move the event attach/detach logic on unload from event.js tokalman2015-04-131-5/+17
* Revert 4 patches that deal with Extension ScriptContexts that have been submi...kalman2015-04-041-23/+5
* Move Extension ScriptContext creation into ScriptContextSet.kalman2015-03-171-5/+23
* Revert of Move Extension ScriptContext creation into ScriptContextSet. (patch...kalman2015-03-161-23/+5
* Move Extension ScriptContext creation into ScriptContextSet.kalman2015-03-161-5/+23
* Revert of Move Extension ScriptContext creation into ScriptContextSet. (patch...kalman2015-03-141-23/+5
* Move Extension ScriptContext creation into ScriptContextSet.kalman2015-03-131-5/+23
* Rename v8::UniquePersistent to v8::Global in Extensions code.kalman2015-03-121-1/+1
* Replace extensions::ScopedPersistent with v8::UniquePersistent.kalman2015-03-091-3/+2
* Revert of Debugging patch to help track down skipped cleanup of ScriptContext...dcheng2015-01-201-6/+0
* Debugging patch to help track down skipped cleanup of ScriptContexts.dcheng2015-01-171-0/+6
* Revert of Debugging patch to help track down skipped cleanup of ScriptContext...kouhei2015-01-161-6/+0
* Debugging patch to help track down skipped cleanup of ScriptContexts.dcheng2015-01-161-0/+6
* Split out the extensions gin::Runner implementation into a separate class.sammc2015-01-131-10/+5
* Implement clipboardRead/Write content capabilitiesrockot2014-12-121-0/+13
* extensions: Use on-demand cache for ScriptContext::GetURL().Sadrul Habib Chowdhury2014-12-031-0/+3
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-211-14/+14
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-031-5/+5
* Respect the clipboardRead and clipboardWrite permissions in content scripts.mek2014-09-091-1/+22
* Remove BrowserPlugin's -internal-attach methodfsamuel@chromium.org2014-08-221-0/+5
* Allow restricting WebUI-enabled extension APIs to URL patterns.kalman@chromium.org2014-07-301-0/+1
* Add support for using AMD modules from extensions modules.sammc@chromium.org2014-07-091-1/+11
* Make MessagingBindings use ScriptContextSet::ForEach. This is a long-standingkalman@chromium.org2014-06-121-2/+2
* Allow content script insertion on about:-URLs.rob@robwu.nl2014-05-151-0/+7
* Pull chrome stuff out of (and move) extensions::Dispatcher.rockot@chromium.org2014-05-011-1/+1
* Move most of ChromeV8Context to a base ScriptContextrockot@chromium.org2014-04-121-0/+145