summaryrefslogtreecommitdiffstats
path: root/extensions/common/guest_view
Commit message (Expand)AuthorAgeFilesLines
* Add wjmaclean@chromium.org to various guest_view/web_view OWNERS.wjmaclean2015-09-091-0/+1
* Move GuestView layer in browser to componentsfsamuel2015-05-053-130/+0
* GuestView: Decouple extension IPCs from soon-to-be component IPCsfsamuel2015-04-212-31/+47
* Implement <webview>.addContentScript/removeContentScript API [1].hanxi2015-04-161-0/+5
* Added the network error code to <webview> loadabort message and event.paulmeyer2015-04-142-0/+2
* <webview>: Make contentWindow available prior to attachment (on display:none).fsamuel2015-03-102-0/+4
* Fix for MIME handler bug. The bug resulted from a previous bugfix (https://co...paulmeyer2015-03-032-0/+2
* All guestview sizing now utilizes the new sizing infrastructure from https://...paulmeyer2015-02-241-0/+6
* GuestViewManager mapped <owner WebContents, element instance ID> => guest ins...fsamuel2015-02-132-2/+14
* Remove extra whitespace in guest_view_messages.hfsamuel2015-02-031-1/+0
* Move GuestView IPCs into their own messages file.fsamuel2015-02-031-0/+57
* Implemented explicit resizing from guestview.paulmeyer2015-01-232-0/+4
* Added the infrastructure for surfaceProxy.onResize() and SurfaceView.onResize...paulmeyer2015-01-222-2/+20
* Revert of Implemented explicit resizing from guestview. (patchset #6 id:12000...fsamuel2015-01-142-10/+2
* Implemented explicit resizing from guestview.paulmeyer2015-01-132-2/+10
* Added a missing OWNERS file for guest_view/.paulmeyer2015-01-091-0/+2
* Refactored SetUpAutoSize() out of WebViewGuest and ExtensionOptionsGuest into...paulmeyer2015-01-092-1/+14
* Rename ChromeBrowserPluginDelegate to GuestViewContainerfsamuel2014-09-162-0/+52