summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/resources
Commit message (Expand)AuthorAgeFilesLines
* [Extensions] Have the enum properties on the extension API consistentrdevlin.cronin2015-04-101-2/+11
* [Extensions API] Remove inline enumsrdevlin.cronin2015-04-061-5/+5
* Merge custom bindings for context menusrob2015-04-043-102/+149
* This CL exposes zoom modes to the <webview> API.paulmeyer2015-04-011-0/+6
* GuestView: Only update contentWindow on attach if not nullfsamuel2015-03-311-3/+4
* 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-271-10/+14
* GuestView: Use computed size if getBoundingClientRect() size is unavailable.fsamuel2015-03-261-2/+10
* Refactored extensionOptions to use the new guestViewAttributes module.paulmeyer2015-03-2410-74/+79
* GuestView constants are now frozen (and thus actually constant).paulmeyer2015-03-202-3/+3
* Refactored the attributes modules of extension_view and web_view into guest_v...paulmeyer2015-03-197-228/+239
* <webview>: Implement fullscreen permission for html5 element.requestFullscreen()lazyboy2015-03-193-3/+54
* Moved the contextmenu webview API to stable, and removed the experimental API...paulmeyer2015-03-164-34/+2
* Refactored the way that guestviews are registered when their permissions are ...paulmeyer2015-03-125-84/+63
* Moved extension_options*.js from chrome/ to extensions/ and also into its own...paulmeyer2015-03-103-0/+120
* platform apps: Disables history.pushState/replaceState in platform_app.js.yukishiino2015-03-101-1/+2
* <webview>: Make contentWindow available prior to attachment (on display:none).fsamuel2015-03-101-4/+5
* Added the 'internal' flag for guestview event info.paulmeyer2015-03-103-3/+22
* Moved the javascript files for each respective guest_view type into subdirect...paulmeyer2015-03-0614-23/+23
* Added the onResize and onContentResize events to GuestViewEvents.paulmeyer2015-03-063-10/+47
* Refactored ExtensionViewEvents to use the new GuestViewEvents.paulmeyer2015-03-061-29/+10
* loadDataWithBaseUrl() has been in web_view_experimental.js for long enough. I...paulmeyer2015-03-062-21/+22
* Moves extensionview *.js and browsertest files into their own folders.apacible2015-03-067-6/+6
* Instead of ArrayBuffer, pass blob with printerProvider.onPrintRequestedtbarzic2015-03-061-5/+41
* Refactored WebViewEvents and ExtensionOptionsEvents into GuestViewEvents.paulmeyer2015-03-055-172/+211
* Revert: Implement declarative content script API for <webview> [js part]:hanxi2015-03-042-5/+0
* [Extensions] Expose enums on extension APIs.rdevlin.cronin2015-03-031-2/+24
* All guestview sizing now utilizes the new sizing infrastructure from https://...paulmeyer2015-02-241-2/+8
* Make sure that extension callbacks are called only oncerob2015-02-245-41/+49
* Decouple WebViewImpl from WebView attributesfsamuel2015-02-242-13/+25
* Implement <webview> droplink eventfsamuel2015-02-241-0/+4
* <webview>: Fix SrcAttribute and Cleanupfsamuel2015-02-233-38/+43
* Removes the MutationObserver from extensionview's src attribute.apacible2015-02-211-26/+0
* Speculative fix for executeScript bug.paulmeyer2015-02-201-1/+1
* Restrict extensionview to chrome-extension:// only.apacible2015-02-186-22/+129
* Fixed guestview sizing bug that resulted in incorrect <webview> sizing on the...paulmeyer2015-02-181-2/+3
* Shorten Closure template notation from Array.<*> to Array<*>.Dan Beam2015-02-145-18/+18
* <webview> + <extensionview>: Generalize setValueIgnoreMutationfsamuel2015-02-132-8/+4
* Enable pinch-zoom on the new login page.wjmaclean2015-02-132-0/+21
* Decouple web_view.js from attribute internalsfsamuel2015-02-132-8/+19
* <webview> + <extensionview>: Create a maybeHandleMutation call into attributesfsamuel2015-02-134-8/+23
* Use the JS stash client from the JS serial service.sammc2015-02-102-14/+55
* Add a JS stash client.sammc2015-02-102-0/+171
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-053-172/+72
* Revert of Remove Client= from device/serial/data_stream.mojom. (patchset #1 i...sammc2015-02-043-62/+30
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-033-30/+62
* This adds the ExtensionView to the family of GuestViews.apacible2015-01-295-0/+225
* Add mojoPrivate.requireAsync method to chrome IDL.kmarshall2015-01-271-0/+4
* <webview>, <appview> and <extensionoptions> can run in a detached state.fsamuel2015-01-235-36/+44