- 0d8d697 Resubmit: Block content scripts from executing until user grants permission by [email protected] · 11 years ago
- 815e782b Revert 273866 "Block content scripts from executing until user g..." by [email protected] · 11 years ago
- 2f567b4e Block content scripts from executing until user grants permission by [email protected] · 11 years ago
- 3c22078 Introduce ScriptInjection in extensions/renderer to inject UserScripts by [email protected] · 11 years ago
- e689367 Pull chrome stuff out of (and move) extensions::Dispatcher. by [email protected] · 11 years ago[Renamed (90%) from chrome/renderer/extensions/user_script_slave.h]
- f55c90ee6 Move most of ChromeV8Context to a base ScriptContext by [email protected] · 11 years ago
- a836fad Allow cross-origin XHR in unblessed extension context by [email protected] · 11 years ago
- 289c44b Move c/c/e/extension_set to top-level extensions/ by [email protected] · 12 years ago
- a1221aea Rename WebKit namespace to blink (part 4) by [email protected] · 12 years ago
- 49d9b14 Move UserScript and Extension switches to top-level extensions/. by [email protected] · 12 years ago
- 65654eeb Use a direct include of the shared_memory header in base/, chrome/, components/. by [email protected] · 12 years ago
- 2255a933 Update Blink include paths by [email protected] · 12 years ago
- 4570a25 chrome: Update the include paths of base/string_piece.h to its new location. by [email protected] · 12 years ago
- 20f97c9 Move UserScript and related into extensions namespace by [email protected] · 13 years ago
- 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
- b2ee224 inject platform_apps.js into iframes in platform apps by [email protected] · 13 years ago
- 1c321ee5 Move Extension into extensions namespace by [email protected] · 13 years ago
- 69729ca Consider the origin when computing extension permissions by [email protected] · 14 years ago
- 2ee1e3a Factor the static data and its management out of by [email protected] · 14 years ago
- 8f2ba5a Initialize content scripts the same way extension scripts are. by [email protected] · 14 years ago
- 7df2dce0 Populate ContextInfo::extension_id for all extension-related by [email protected] · 14 years ago
- 7286e3fc some cleanup for base/stl_util by [email protected] · 14 years ago
- 641d9f9 Use WebFrame::setIsolatedWorldSecurityOrigin to allow cross-origin XHRs in content scripts. by [email protected] · 14 years ago
- 44ad10e6 Move UserScriptSlave and UserScriptIdleScheduler to the extensions subdirectory. by [email protected] · 14 years ago[Renamed (91%) from chrome/renderer/user_script_slave.h]
- 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
- ec7db28 Move ExtensionRendereInfo into common and call it ExtensionSet instead. by [email protected] · 15 years ago
- 2a521c5 Refactor away all the duplicate extension data structures in by [email protected] · 15 years ago
- 8bd0fe6 Roll WebKit DEPS past WebKit move. Update gyp files and include paths to reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers. by [email protected] · 15 years ago
- 38e0898 FBTF: More dtor deinlining. (Can almost see the end!) by [email protected] · 15 years ago
- 2449241 FBTF: Remove "obviously" unneeded standard C++ library #includes. by [email protected] · 15 years ago
- 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
- 638d45d Add --allow-scripting-gallery command line switch to allow extensions by [email protected] · 15 years ago
- ee908064 Revert 43684 - Localize CSS files in content scripts (but don't localize JS files). by [email protected] · 15 years ago
- d4da3c59 Localize CSS files in content scripts (but don't localize JS files). by [email protected] · 15 years ago
- b2a74ca Add chrome.extension.inIncognitoTab for content scripts. by [email protected] · 15 years ago
- 55a3569 Initial work on making extensions work in incognito mode. by [email protected] · 16 years ago
- c886596 Fix regression where we stopped running content scripts in extension processes. by [email protected] · 16 years ago
- 11f485728 Fixes almost all of the rest of lint errors in the chrome/ directory (minus the really hard ones which will need actual review instead of rubber-stamping.) by [email protected] · 16 years ago
- 418ed5ab Upstreaming WebKit.gyp by [email protected] · 16 years ago
- 6657afa6 Add first class support for user scripts. by [email protected] · 16 years ago
- 146486ff Make all content scripts from an extension run in the same by [email protected] · 16 years ago
- 912256b3 Try again to land "Implement script API:executeScript" by [email protected] · 16 years ago
- 8a16266e Move StringPiece into the base namespace. It is colliding by [email protected] · 16 years ago
- dd7daa8 Switch to WebFrame from the WebKit API. by [email protected] · 16 years ago
- 80720414 Move scoped_vector.h and stl_util-inl.h to base/ by [email protected] · 16 years ago
- 3cfbd0e by [email protected] · 16 years ago
- 0afe827 Add early-injection capability to user scripts. by [email protected] · 17 years ago
- 39008c0 janitorial: browser_render_process_host header/lint cleanup. (try 2) by [email protected] · 17 years ago
- 4d395d09 Reverting 9594. Review URL: http://codereview.chromium.org/20276 by [email protected] · 17 years ago
- 216974c janitorial: clean up unnecessary includes in src/chrome/renderer. by [email protected] · 17 years ago
- d2a69e2 Integrate URLPattern with Extension user scripts. by [email protected] · 17 years ago
- 0999c45 Move parsing of metadata header into browser process. This is a prerequisite by [email protected] · 17 years ago
- 49fed325 First pass as implementing the greasemonkey API. This patch by [email protected] · 17 years ago
- 0938d3c This is a rename of the term 'Greasemonkey' to 'user script' in Chromium. by [email protected] · 17 years ago[Renamed (73%) from chrome/renderer/greasemonkey_slave.h]
- 176aa48 Add Terminate() to the Process object, have RenderProcessHost use this to avoid some more Windows specific code. by [email protected] · 17 years ago
- e66546f Add support for @include in Greasemonkey scripts. by [email protected] · 17 years ago
- 497321c Show the path to the Greasemonkey script that caused an error in the console. by [email protected] · 17 years ago
- 1e0f7040 Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey flag. Implementation follows the pattern of the visited links system. by [email protected] · 17 years ago