summaryrefslogtreecommitdiffstats
path: root/extensions/common/user_script.cc
Commit message (Expand)AuthorAgeFilesLines
* extensions: Add out-of-line copy ctors for complex classes.vmpstr2016-02-271-0/+4
* Switch extension struct members that are sent over IPC to use uint32_t instea...jam2016-02-091-12/+12
* Switch to standard integer types in extensions/.avi2015-12-231-1/+4
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-2/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Move MatchPattern to its own header and the base namespace.brettw2015-07-061-1/+2
* Move EndsWith to base namespace.brettw2015-06-121-2/+2
* Move Pickle to base namespace.brettw2015-06-021-14/+19
* Implement <webview>.addContentScript/removeContentScript API [1].hanxi2015-04-161-15/+0
* Fix tests failures caused by issue 906493004 (https://codereview.chromium.org...hanxi2015-03-051-0/+1
* This CL adds routing info for content scripts from <webview>.hanxi2015-03-031-0/+22
* Revert of Refactoring: de-couple Extensions from "script injection System" [r...cpu2015-03-031-22/+0
* This CL adds routing info for content scripts from <webview>.hanxi2015-03-021-0/+22
* Revert of Revert of Introduce HostID and de-couple Extensions from "script in...hanxi2015-02-051-2/+17
* Revert of Introduce HostID and de-couple Extensions from "script injection Sy...hanxi2015-02-041-17/+2
* Introduce HostID and de-couple Extensions from "script injection System" [bro...hanxi2015-01-271-2/+17
* Remove deprecated methods from Pickle.avi2014-12-281-14/+14
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-281-14/+14
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-2/+2
* Remove deprecated methods from Pickle.Avi Drissman2014-12-221-14/+14
* Use ReadSizeT()/WriteSizeT() in more places.pkasting2014-10-081-12/+12
* Atomic UserScript ID generationmarkdittmer@chromium.org2014-08-221-2/+13
* Declarative content scripts: Browser-side: per-extension shared memory region...markdittmer@chromium.org2014-08-151-0/+7
* Resubmit: Block content scripts from executing until user grants permissionrdevlin.cronin@chromium.org2014-06-031-0/+3
* Allow content script insertion on about:-URLs.rob@robwu.nl2014-05-151-3/+7
* Move UserScript and Extension switches to top-level extensions/.yoz@chromium.org2013-07-191-0/+236