- bccce86 Separate PermissionsData::CanExecuteScriptOnPage into two functions by [email protected] · 11 years ago
- a6910e7 Remove PermissionsData::ForExtension() completely by [email protected] · 11 years ago
- d695bb1 Refactor PermissionsData pt1 by [email protected] · 11 years ago
- 3c22078 Introduce ScriptInjection in extensions/renderer to inject UserScripts by [email protected] · 11 years ago
- ae26b28 Allow content script insertion on about:-URLs. by [email protected] · 11 years ago
- b6cd472 Move renderer ExtensionHelper into //extensions by [email protected] · 11 years ago[Renamed (96%) from chrome/renderer/extensions/user_script_scheduler.cc]
- e689367 Pull chrome stuff out of (and move) extensions::Dispatcher. by [email protected] · 11 years ago
- fb5c474 Move DOMActivityLogger and associated code from //chrome to //extensions by [email protected] · 11 years ago
- 701a94e Move extensions bindings code out of //chrome by [email protected] · 11 years ago
- f55c90ee6 Move most of ChromeV8Context to a base ScriptContext by [email protected] · 11 years ago
- 6f451a4 Fix a bug in the API webview.executeScript. After this fix, if the webview (who calls the executeScript API) is navigated to another source, the executeScript API won't be injected and executed in the new source. by [email protected] · 11 years ago
- cdb7c03d CHECK that the frames that UserScriptScheduler gets are non-NULL. We're seeing by [email protected] · 11 years ago
- 149412fe Make css injected on a per-document basis so we can use PermissionsData checks by [email protected] · 11 years ago
- fb820c0 Move extension_messages.h to extensions/common. by [email protected] · 11 years ago
- 0df4943 Pass user gestures with chrome.tabs.executeScript. by [email protected] · 11 years ago
- b5a7699 Switch from WebDocument::insertUserStyleSheet() to insertStyleSheet(). by [email protected] · 12 years ago
- e4452d3 Move Extension and PermissionsData to extensions/common. by [email protected] · 12 years ago
- a1221aea Rename WebKit namespace to blink (part 4) by [email protected] · 12 years ago
- e1bbdbc Switch to new API for injecting styles into a WebView by [email protected] · 12 years ago
- a7074d1 <webview>: Support showing injected scripts in DevTools by [email protected] · 12 years ago
- 9f07b042 [Activity log] DOMActivityLogger::log now takes URL/title arguments by [email protected] · 12 years ago
- 0c3c973 Move the rest of extension_manifest_constants to top-level extensions/ by [email protected] · 12 years ago
- dc3d06e Remove more calls to HandleScope default ctor. by [email protected] · 12 years ago
- 88c6f5c Don't serialize extension user script injection results unless the extension by [email protected] · 12 years ago
- 6827510 Use a direct include of the message_loop header in chrome/app, chrome/common, chrome/nacl/, chrome/renderer/, chrome/service/. by [email protected] · 12 years ago
- 2255a933 Update Blink include paths by [email protected] · 12 years ago
- e48cf4f Update refernces to Blink's Platform API (chrome) by [email protected] · 12 years ago
- 1deace2 Disallow extensions on the Chrome signin page. by [email protected] · 12 years ago
- 13c68b6 Move RuntimeData and related permissions out of Extension class by [email protected] · 12 years ago
- bb024fe chrome: Use base::MessageLoop. (Part 1) by [email protected] · 12 years ago
- e41f4f6 Get rid of calls to v8::Persistent v8::Context::New(). by [email protected] · 12 years ago
- 9c00909 chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
- 007b3f8 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
- 69d7f89 Revert "Rewrite std::string("") to std::string(), Linux edition." by [email protected] · 12 years ago
- e59558b7 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
- b6e7b54 Attaching a DOM Activity Logger to all extension scripts by [email protected] · 12 years ago
- 2e0e0bc Replaced deprecated v8 API calls by their non-deprecated equivalents. by [email protected] · 13 years ago
- 44703cc7 <webview>: Implement ExecuteScript by [email protected] · 13 years ago
- 61abbb72d Update some #includes in chrome/renderer/extensions/ for headers in the new Platform directory by [email protected] · 13 years ago
- e9f541a Move extension_error_utils.* and url_pattern_set.* into by [email protected] · 13 years ago
- 09ae70d4 Make TabHelper::ContentScriptObserver also notify when tabs.executeScript is by [email protected] · 13 years ago
- e0658bc Make V8ValueConverter.FromV8Value be more consistent with JSON.stringify: don't by [email protected] · 13 years ago
- dcd4d20 Revert 157025 - Make V8ValueConverter.FromV8Value be more consistent with JSON.stringify: don't by [email protected] · 13 years ago
- e9fa1cfc Make V8ValueConverter.FromV8Value be more consistent with JSON.stringify: don't by [email protected] · 13 years ago
- 78bdfd66 Added check to prevent extensions from injecting scrips into pages hosted in iframe context of other extensions (other than itself). by [email protected] · 13 years ago
- 8fe74bf Move c/r/extensions/* into extensions namespace by [email protected] · 13 years ago
- 7f3b91e Formalise a CHECK for the NULL NavigationEntry in ScriptBadgeController, and by [email protected] · 13 years ago
- cab8cd98 chrome.tabs.executeScript() Callback Parameter by [email protected] · 13 years ago
- 20f97c9 Move UserScript and related into extensions namespace by [email protected] · 13 years ago
- 74d5446 Revert 144055 - Uses the result of injected js as an optional parameter to an optional callback. by [email protected] · 13 years ago
- 771baf0 Uses the result of injected js as an optional parameter to an optional callback. by [email protected] · 13 years ago
- fc5e65d6b Implement the activeTab permission, so that extensions with the permission by [email protected] · 13 years ago
- 28a69d3 Make ScriptBadgeExecutor only show extension script badges after they're by [email protected] · 13 years ago
- 1c321ee5 Move Extension into extensions namespace by [email protected] · 13 years ago
- e7d6ec8 Adding run_at to chrome.tabs.executeScript/insertCss. by [email protected] · 13 years ago[Renamed (68%) from chrome/renderer/extensions/user_script_idle_scheduler.cc]
- a52c0e9 Put manifest string constant declarations into separate header by [email protected] · 13 years ago
- 9f76c1e Extract minimal RenderViewHost interface for embedders, leaving by [email protected] · 13 years ago
- 02798a98 Convert use of int ms to TimeDelta in files owned by brettw. by [email protected] · 14 years ago
- 4f67d17 Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw. by [email protected] · 14 years ago
- 14b95f1 Convert use of int ms to TimeDelta in files owned by brettw. by [email protected] · 14 years ago
- 75bff52 Update includes to new header locations. by [email protected] · 14 years ago
- 80c3df8 base::Bind migrations in chrome/renderer by [email protected] · 14 years ago
- a2ef54c Make RenderView inherit from content::RenderView, and add missing functions to the interface. In a future change I'll rename RenderView to RenderViewImpl. by [email protected] · 14 years ago
- c2a4159 Revert r99696 and r99705 due to crashes. by [email protected] · 14 years ago
- ae5281b Rename ExtensionDispatcher to ExtensionRendererContext because: 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
- 01cf589c Switch from WebDocument::insertStyleText to ::insertUserStyleSheet for programatic CSS injection. by [email protected] · 14 years ago
- fc4101d9 Update chrome/renderer/extensions to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVE by [email protected] · 14 years ago
- 641d9f9 Use WebFrame::setIsolatedWorldSecurityOrigin to allow cross-origin XHRs in content scripts. by [email protected] · 14 years ago
- 5edfa8b Move extension_groups.h to the extensions subdir of renderer. by [email protected] · 14 years ago
- 8d97ade Move a bunch of Chrome specific code out of RenderThread, in preparation of moving it to content. by [email protected] · 14 years ago
- 1c34a9f4 Fix crash when a Frame gets reparented from one RenderView to another because of adoptNode. The problem was that the UserScriptIdleScheduler was relying on the FrameDetached notification from its _original_ RenderView, to know when it should delete itself since the frame_ object was gone. But when the frame gets reparented, the FrameDetached only gets sent to observers of the _new_ RenderView. by [email protected] · 14 years ago
- 4b96a99 Cleanup in handling of JavaScript URLs in tabs API by [email protected] · 14 years ago
- 44ad10e6 Move UserScriptSlave and UserScriptIdleScheduler to the extensions subdirectory. by [email protected] · 14 years ago[Renamed (97%) from chrome/renderer/user_script_idle_scheduler.cc]
- 553602e1 Move dispatching and sending of the last extension specific messages out of TabContents and RenderView.I added a TabContents::Registrar helper class for allowing classing to temporarily observe a TabContents. This allows them to easily and safetly filter IPC messages. I used this for ExecuteCodeInTabFunction. by [email protected] · 14 years ago
- 946a003 Make UserScriptIdleScheduler not tied to NavigationState, as part of removing the extension dependencies from content. by [email protected] · 14 years ago
- 6091604 Move a bunch of remaining files from chrome\renderer to content\renderer. by [email protected] · 14 years ago
- 601858c0 FBTF: Move more ctors/dtors from headers to implementation. by [email protected] · 15 years ago
- f6c2459d Don't re-run content scripts on fragment navigations. by [email protected] · 15 years ago
- b6ad7ba Make sure chrome.tab.executeScript runs in fragment-navigated frames. by [email protected] · 16 years ago
- 4056cc7 Fix a bug where content scripts would get run twice in some cases. by [email protected] · 16 years ago
- fa7b6b54 Re-commit "Add new user script injection point: document_idle." by [email protected] · 16 years ago
- 4a1a2bc3 Revert r30784 by [email protected] · 16 years ago
- 5442daf Add new user script injection point "document_idle" and make it the default. by [email protected] · 16 years ago