summaryrefslogtreecommitdiffstats
path: root/extensions/browser/guest_view
Commit message (Expand)AuthorAgeFilesLines
* Plumb GuestView Detach APIfsamuel2014-12-034-9/+53
* GuestView: Assign Owner WebContents on Creationfsamuel2014-12-0214-125/+140
* Remove WebViewKey in rules registry. This is the first step of "Implement dec...hanxi2014-12-013-0/+49
* GuestView: Decouple owner_web_contents from attachmentfsamuel2014-11-2810-52/+64
* Enable --enable-mime-handler-view by defaultraymes2014-11-251-4/+0
* Pass whether a browser plugin guest is full page to its delegate on attach.sammc2014-11-244-7/+15
* Simplify GuestView CreateWebContents APIfsamuel2014-11-2110-29/+9
* Add raymes to mime_handler_view OWNERSraymes2014-11-201-0/+1
* OOP PDF: Change the save toolbar button to match the save menu behavior.sammc2014-11-194-0/+21
* Add WebContents source to methods in WebContentsDelegatemathiash2014-11-192-3/+4
* Move more WebContentsObserver methods from RVH to RFH.creis2014-11-131-4/+11
* <extensionoptions>: Check that we do not navigate away from an extension page.fsamuel2014-11-122-0/+17
* Pass the size to the RenderView on creation.mkosiba2014-11-121-6/+0
* GuestView lifetime tied to Opener lifetime until Attachedfsamuel2014-11-074-25/+51
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Simplify web_view.jsfsamuel2014-11-061-9/+15
* Got rid of the internal copies of webview attributes.paulmeyer2014-11-041-2/+2
* Revert of WebView Guest should use ZOOM_MODE_ISOLATED. (patchset #2 id:100001...wjmaclean2014-10-312-5/+0
* Adding app_view tests to app_shell_browsertests.lfg2014-10-312-6/+109
* Extract ProcessManager from ExtensionSystem.reillyg2014-10-282-7/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-274-18/+15
* Add the ability to load multiple apps into app_shell.lfg2014-10-241-2/+3
* Sets the default background color of inline signin and user manager to greyguohui2014-10-231-3/+18
* Fix webrequest api for webview in webuiguohui2014-10-235-9/+15
* Fix context menu positioning in MimeHandlerViewGuest.lazyboy2014-10-224-0/+30
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-2111-207/+185
* First stage of launch for embedded options pages. With this patch, extensionskalman2014-10-182-18/+0
* Don't try to create extensionoptions for extensions that don't exist.kalman2014-10-171-0/+7
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-151-2/+2
* Revert of Sets the default background color of inline signin and user manager...kbr2014-10-151-18/+3
* Sets the default background color of inline signin and user manager to greyguohui2014-10-151-3/+18
* Adding more webview browser tests to app_shell_browsertests.hanxi2014-10-141-0/+33
* WebView Guest should use ZOOM_MODE_ISOLATED.wjmaclean2014-10-142-0/+5
* Disable two linux tests again due to flaky timeout on Linuxkustermann2014-10-141-1/+7
* Attempt to fix flaky ChromeOS test timeouts.kustermann2014-10-141-7/+1
* Replace OVERRIDE with their C++11 counterparts in extensionsmohan.reddy2014-10-141-1/+1
* Implement find in page support for top level BrowserPlugins.raymes2014-10-134-4/+48
* Disable WebViewAPITest.AcceptTouchEvents on Linux.reillyg2014-10-131-1/+7
* Adding more webview browser tests to app_shell_browsertests.hanxi2014-10-112-4/+144
* Enabling two tests that were disabled in app_shell_browsertests.lfg2014-10-101-8/+2
* Adding webview tests to app_shell_browsertest.lfg2014-10-102-0/+31
* Remove the RenderProcessHost observer and attach the WebContentsObserver earl...lfg2014-10-105-63/+41
* <webview>: Add additional WebRequest API test coverage.fsamuel2014-10-101-0/+35
* Revert of Remove the RenderProcessHost observer and attach the WebContentsObs...danakj2014-10-095-41/+63
* Remove the RenderProcessHost observer and attach the WebContentsObserver earl...lfg2014-10-095-63/+41
* Added optional callbacks to webview.go(), webview.back(), and webview.forward().paulmeyer2014-10-092-4/+9
* Move WebViewDPITest to app_shell_browsertest.hanxi2014-10-092-4/+28
* Fix null ptr dereference in webview.lfg2014-10-081-0/+5
* <appview>: Remove --enable-app-view. <appview> will now work without flags on...fsamuel2014-10-081-5/+0
* Makes sure that all the guest WebContents are destroyed when exiting the tests.lfg2014-10-084-25/+47