summaryrefslogtreecommitdiffstats
path: root/extensions/browser/api/guest_view
Commit message (Expand)AuthorAgeFilesLines
* Implement webview.captureVisibleRegion()wjmaclean2016-02-013-2/+80
* Revert of Implement webview.captureVisibleRegion() (patchset #9 id:160001 of ...tsergeant2016-01-213-80/+2
* Implement webview.captureVisibleRegion()wjmaclean2016-01-213-2/+80
* Switch to standard integer types in extensions/browser/.avi2015-12-235-5/+11
* Convert Pass()→std::move() in //extensionsdcheng2015-12-182-2/+6
* Fix webview crash on invalid src URLmknowles2015-12-041-2/+4
* [Reland] [ExtensionView] Add extension id whitelisting for ExtensionView.apacible2015-11-131-6/+4
* Revert of [ExtensionView] Add extension id whitelisting for ExtensionView. (p...tommi2015-11-111-4/+6
* [ExtensionView] Add extension id whitelisting for ExtensionView.apacible2015-11-111-6/+4
* This patch reduces the public method footprint of GuestViewBase and derived t...paulmeyer2015-10-211-2/+2
* New Task Manager - Phase 1.3.3: Implement Guest Task Providingafakhry2015-08-031-3/+3
* Generate all extension schema namespaces as "api" and instead vary the genera...kalman2015-07-234-15/+15
* There were two TODO(fsamuel)'s were the guest app must have been killed. This...ekaramad2015-07-071-2/+5
* extensionview: Replace connect API function with load.apacible2015-06-172-13/+77
* [Extensions OOPI] Update extension functions to use RFH pt 3rdevlin.cronin2015-06-161-3/+3
* [Extensions OOPI] Update extension functions to use RFH pt 2rdevlin.cronin2015-06-153-12/+13
* Moved the cleanup of webview content scripts to happen at the destruction of ...paulmeyer2015-06-121-5/+6
* Make "code" property be a part of the "css" and "js" properties of webview.ad...hanxi2015-05-061-33/+37
* Move GuestView layer in browser to componentsfsamuel2015-05-051-8/+10
* Implement <webview>.addContentScript/removeContentScript API [3]hanxi2015-04-271-0/+8
* Implement <webview>.addContentScript/removeContentScript API [2]hanxi2015-04-242-62/+10
* GuestView: Move GuestViewManager extension dependencies to ExtensionsGuestVie...fsamuel2015-04-241-0/+9
* Use GuestViewManager::FromBrowserContextIfAvailable more oftenfsamuel2015-04-171-0/+2
* Implement <webview>.addContentScript/removeContentScript API [1].hanxi2015-04-162-0/+281
* [Extensions API] Remove inline enumsrdevlin.cronin2015-04-061-6/+6
* This CL exposes zoom modes to the <webview> API.paulmeyer2015-04-012-1/+99
* <webview> Implement clear http cache API.lazyboy2015-03-271-35/+39
* Enable <webview>.executeScript outside of Apps and Extensions [2]hanxi2015-03-272-0/+101
* Moved the guestview directories in extensions/browser/api/ into extensions/br...paulmeyer2015-03-136-0/+1097
* <webview>: Make contentWindow available prior to attachment (on display:none).fsamuel2015-03-101-1/+7
* Fix for MIME handler bug. The bug resulted from a previous bugfix (https://co...paulmeyer2015-03-031-0/+4
* [Extensions] Add an ExtensionFunction::GetSenderWebContents() functionrdevlin.cronin2015-02-251-4/+3
* Implemented explicit resizing from guestview.paulmeyer2015-01-232-17/+30
* Revert of Implemented explicit resizing from guestview. (patchset #6 id:12000...fsamuel2015-01-142-30/+17
* Implemented explicit resizing from guestview.paulmeyer2015-01-132-17/+30
* AppView: Fix owner_extension_idfsamuel2014-12-241-6/+0
* GuestView: Decouple owner_web_contents from attachmentfsamuel2014-11-281-6/+5
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-211-6/+6
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-031-3/+3
* GuestView: Move lifetime management out of contentfsamuel2014-10-022-0/+36
* Move guest_view_internal_api to extensions.hanxi2014-08-293-0/+142