summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/guest_view
Commit message (Expand)AuthorAgeFilesLines
* Remove V8RecrusionScope, cleanup call sites.dgozman2016-03-161-2/+2
* Revert of Remove V8RecrusionScope, cleanup call sites. (patchset #8 id:140001...dewittj2016-03-151-2/+2
* Remove V8RecrusionScope, cleanup call sites.dgozman2016-03-141-2/+2
* Switch to standard integer types in extensions/.avi2015-12-234-0/+6
* Convert Pass()→std::move() in //extensionsdcheng2015-12-181-6/+6
* Make Lucas a GuestView OWNERfsamuel2015-12-091-0/+1
* Prepare MimeHanderViewContainer for removing swapped out RenderFrame.nasko2015-09-141-3/+14
* Prepare GuestView for removing swapped out RenderFrame.nasko2015-09-141-1/+10
* Add scoped_ptr-safe base::Value to Dictionary/List conversion functions.reillyg2015-09-111-6/+4
* Add wjmaclean@chromium.org to various guest_view/web_view OWNERS.wjmaclean2015-09-091-0/+1
* extensions: Use V8 Maybe version of GetFunction()bashi2015-06-301-3/+10
* Make <webview> use out-of-process iframe architecture.lazyboy2015-06-294-37/+105
* Fix an embedder renderer/ crash on <webview> teardown.lazyboy2015-06-103-3/+9
* This patch implements a way to register callbacks for when a GuestView is des...paulmeyer2015-06-101-7/+15
* Move BrowserPluginDelegate's lifetime mgmt out of content/lazyboy2015-06-095-2/+42
* Move guest view container message routing out of content/.lazyboy2015-06-022-0/+48
* Webviews can now be garbage collected!!!paulmeyer2015-06-012-0/+104
* <webview>: Remove Undocumented Resize DOM eventfsamuel2015-05-284-15/+7
* Move GuestViewContainer to componentsfsamuel2015-05-287-456/+15
* Decouple GuestViewContainer from Extensionsfsamuel2015-05-089-321/+377
* GuestView: Simplify guest IPCSfsamuel2015-05-051-9/+2
* Move GuestView layer in browser to componentsfsamuel2015-05-054-13/+13
* extensions/renderer: Use v8::Local instead of v8::Handle.tfarina2015-04-295-53/+47
* Revert of update chrome to handle temporary WEB_FRAME_USES_V8_LOCAL condition...dcarney2015-04-231-4/+0
* GuestView: Decouple extension IPCs from soon-to-be component IPCsfsamuel2015-04-212-9/+13
* update chrome to handle temporary WEB_FRAME_USES_V8_LOCAL conditiondcarney2015-04-161-0/+4
* GuestView: Fix JavaScript Task Queuefsamuel2015-03-272-45/+50
* Cache locally function templates returned by gin::CreateFunctionTemplatemnaganov2015-03-191-3/+10
* <webview>: Implement fullscreen permission for html5 element.requestFullscreen()lazyboy2015-03-192-0/+25
* Always set allowCredentials for embedded MimeHandlerView requests.raymes2015-03-131-1/+3
* Rename v8::UniquePersistent to v8::Global in Extensions code.kalman2015-03-123-8/+8
* <webview>: Make contentWindow available prior to attachment (on display:none).fsamuel2015-03-102-0/+34
* Replace extensions::ScopedPersistent with v8::UniquePersistent.kalman2015-03-094-21/+18
* Fix for MIME handler bug. The bug resulted from a previous bugfix (https://co...paulmeyer2015-03-031-0/+5
* All guestview sizing now utilizes the new sizing infrastructure from https://...paulmeyer2015-02-243-2/+40
* GuestViewManager mapped <owner WebContents, element instance ID> => guest ins...fsamuel2015-02-133-5/+1
* Move V8ValueConverter from content/renderer to content/child.mek2015-02-132-2/+2
* Move GuestView IPCs into their own messages file.fsamuel2015-02-033-13/+14
* Use the main world script context for mime handler postMessage.sammc2015-01-291-0/+2
* Add a test for mime handler view iframes and make them work on Windows.sammc2015-01-281-74/+0
* Ensure that entries are correctly removed from the MimeHandlerViewContainer mapraymes2015-01-284-3/+18
* OOP PDF: Override printing for MimeHandlerViewContainers.sammc2015-01-242-0/+50
* Implemented explicit resizing from guestview.paulmeyer2015-01-231-3/+2
* Add a mimeHandler extension API.sammc2015-01-231-9/+30
* Added the infrastructure for surfaceProxy.onResize() and SurfaceView.onResize...paulmeyer2015-01-226-10/+82
* GuestViewBase: More C++ 11'ificationfsamuel2015-01-211-4/+3
* Prevent UAF of RenderFrames from GuestViewContainerraymes2015-01-204-2/+56
* Revert of Prevent UAF of RenderFrames from GuestViewContainer (patchset #2 id...raymes2015-01-204-61/+2
* Prevent UAF of RenderFrames from GuestViewContainerraymes2015-01-194-2/+61
* Abort streams when the containing RenderFrameHost navigates or closes.sammc2015-01-162-13/+8