summaryrefslogtreecommitdiffstats
path: root/extensions/renderer
Commit message (Expand)AuthorAgeFilesLines
* Move the Extension Port implementation out of messaging.js into its own file ...kalman2015-04-174-71/+75
* Implement <webview>.addContentScript/removeContentScript API [1].hanxi2015-04-163-6/+72
* update chrome to handle temporary WEB_FRAME_USES_V8_LOCAL conditiondcarney2015-04-162-1/+12
* Reland: Move Extension ScriptContext creation into ScriptContextSet.kalman2015-04-159-266/+307
* Reland: Move the event attach/detach logic on unload from event.js to event_b...kalman2015-04-1516-108/+169
* Added the network error code to <webview> loadabort message and event.paulmeyer2015-04-141-5/+6
* Removed the 'contentWindow is not available at this time' error message from ...paulmeyer2015-04-142-8/+1
* Revert of Move the event attach/detach logic on unload from event.js to (patc...mlamouri2015-04-1416-169/+108
* Move the event attach/detach logic on unload from event.js tokalman2015-04-1316-108/+169
* [Extensions] Have the enum properties on the extension API consistentrdevlin.cronin2015-04-102-3/+13
* Check before trying to convert an empty StringPiece to a v8::String.kalman2015-04-091-4/+12
* [Extensions API] Remove inline enumsrdevlin.cronin2015-04-062-6/+6
* [Extensions] Don't pass empty value to V8Converter in OnJSInjectionCompletedkozyatinskiy2015-04-061-1/+1
* Merge custom bindings for context menusrob2015-04-044-102/+151
* Revert 4 patches that deal with Extension ScriptContexts that have been submi...kalman2015-04-0410-493/+318
* [Extensions] Fix crash in ScriptInjection::OnJsInjectionCompletedkozyatinskiy2015-04-031-13/+12
* [Extensions] Fix crash in ScriptContextSetkozyatinskiy2015-04-031-1/+26
* [Extensions] extension sendMessage respect to ActiveDOMObject policykozyatinskiy2015-04-013-68/+176
* This CL exposes zoom modes to the <webview> API.paulmeyer2015-04-011-0/+6
* Forward Blink's didCreateScriptContext event to RenderFrameObserver rather th...kalman2015-03-313-1/+12
* GuestView: Only update contentWindow on attach if not nullfsamuel2015-03-311-3/+4
* Add back the call to extensions::ScriptContext::DispatchOnUnloadEvent.kalman2015-03-301-0/+1
* Improve error message for failing code insertion on about:-URLsrob2015-03-302-2/+16
* GuestView: Lazily push attributes to the browser process on attachfsamuel2015-03-282-2/+22
* Added myself to some guestview-related OWNERS files.paulmeyer2015-03-271-0/+1
* GuestView: Fix JavaScript Task Queuefsamuel2015-03-273-55/+64
* [Extensions] Don't inject scripts into remote frames, null documents.rdevlin.cronin2015-03-272-5/+9
* GuestView: Use computed size if getBoundingClientRect() size is unavailable.fsamuel2015-03-261-2/+10
* Fix some blooeans. No behavior change.thakis2015-03-261-1/+1
* Refactored extensionOptions to use the new guestViewAttributes module.paulmeyer2015-03-2411-74/+84
* GuestView constants are now frozen (and thus actually constant).paulmeyer2015-03-203-5/+5
* Refactored the attributes modules of extension_view and web_view into guest_v...paulmeyer2015-03-198-228/+241
* Cache locally function templates returned by gin::CreateFunctionTemplatemnaganov2015-03-191-3/+10
* <webview>: Implement fullscreen permission for html5 element.requestFullscreen()lazyboy2015-03-195-3/+79
* [Extensions] Skip injecting scripts into remote frames with site isolation tu...kalman2015-03-191-5/+12
* Allow the chrome-extension scheme to be whitelisted as an allowed scheme for ...raymes2015-03-181-0/+1
* Move Extension ScriptContext creation into ScriptContextSet.kalman2015-03-179-287/+312
* Revert of Move Extension ScriptContext creation into ScriptContextSet. (patch...kalman2015-03-169-306/+287
* Move Extension ScriptContext creation into ScriptContextSet.kalman2015-03-169-287/+306
* Moved the contextmenu webview API to stable, and removed the experimental API...paulmeyer2015-03-165-40/+2
* Revert of Move Extension ScriptContext creation into ScriptContextSet. (patch...kalman2015-03-149-304/+289
* Move Extension ScriptContext creation into ScriptContextSet.kalman2015-03-139-289/+304
* Always set allowCredentials for embedded MimeHandlerView requests.raymes2015-03-131-1/+3
* Refactored the way that guestviews are registered when their permissions are ...paulmeyer2015-03-126-90/+72
* Rename v8::UniquePersistent to v8::Global in Extensions code.kalman2015-03-1210-25/+23
* Some cleanup in the extensions renderer dispatcher.paulmeyer2015-03-122-31/+48
* Refactoring: de-couple Extensions from "script injection System" [render side]:4hanxi2015-03-1110-69/+65
* [Extensions] Remove ChromeV8Context and DispatcherDelegate::CreateScriptContext.kalman2015-03-104-81/+2
* Moved extension_options*.js from chrome/ to extensions/ and also into its own...paulmeyer2015-03-104-25/+149
* platform apps: Disables history.pushState/replaceState in platform_app.js.yukishiino2015-03-101-1/+2