summaryrefslogtreecommitdiffstats
path: root/extensions/browser/guest_view
Commit message (Expand)AuthorAgeFilesLines
...
* This patch removes all files, directories, flags, and code related to Surface...paulmeyer2015-08-185-171/+0
* <webview>: Add better loadabort reason messagesrzhao2015-08-171-6/+14
* Make find-in-page focus in extension options pagerzhao2015-08-122-0/+5
* Added myself as an OWNER of extensions/browser/guest_view/.paulmeyer2015-08-121-0/+1
* Add extension event histogram values for messaging, webRequest, and webview.kalman2015-08-115-8/+150
* This patch allows find-in-page to work on the Chrome signin page.paulmeyer2015-08-105-23/+13
* SAMLEnrollmentTest-s addapted for the webview flow.dzhioev2015-08-041-0/+1
* This patch fixes a rare potential crash that happens if a WebView gets cleane...paulmeyer2015-08-041-2/+2
* New Task Manager - Phase 1.3.3: Implement Guest Task Providingafakhry2015-08-034-13/+15
* Partially componentize //chrome/browser/search/search.{h,cc}sdefresne2015-08-031-1/+1
* <webview>: Fix renderer/ navigation that can cause redirect in unattached guest.lazyboy2015-07-301-12/+15
* Generate all extension schema namespaces as "api" and instead vary the genera...kalman2015-07-233-3/+3
* This patch enables "mailto" links in WebViews.paulmeyer2015-07-221-0/+4
* This patch improves the way that GuestViewManager tracks the destruction of G...paulmeyer2015-07-212-17/+12
* Don't refer browser-initiated navigations to web-safe URLs to delegate.wjmaclean2015-07-171-11/+12
* Remove legacy StartsWithASCII function.brettw2015-07-162-5/+9
* [Extensions OOPI] Update ExtensionApiTest.ContentScriptExtensionIframerdevlin.cronin2015-07-141-0/+4
* This patch allows context menus stored for a WebView to be cleaned up consist...paulmeyer2015-07-093-19/+5
* Changed the layout of permissionrequest events to match the documentation. Ac...paulmeyer2015-07-083-1/+4
* There were two TODO(fsamuel)'s were the guest app must have been killed. This...ekaramad2015-07-072-8/+34
* Remove GuestViewBase::IsDragAndDropEnabledjochen2015-07-074-10/+0
* Replace base::string16 with std::string for frame names.nasko2015-07-024-7/+6
* Add a flag showing whether the current request was ignored by a handlergsennton2015-06-242-2/+4
* Make WebViewGuest::LoadURLWithParams also take a GlobalRequestID param.lazyboy2015-06-232-13/+24
* extensionview: Replace connect API function with load.apacible2015-06-172-21/+16
* [Extensions OOPI] Update extension functions to use RFH pt 3rdevlin.cronin2015-06-162-3/+6
* Renamed RenderProcessHost::IsIsolatedGuest() to RenderProcessHost::IsForGuest...paulmeyer2015-06-162-2/+2
* Moved the cleanup of webview content scripts to happen at the destruction of ...paulmeyer2015-06-123-111/+48
* Move StartsWith[ASCII] to base namespace.brettw2015-06-122-6/+6
* Added a DCHECK and an early exit to prevent the crash in WebViewGuest::CleanU...paulmeyer2015-06-111-0/+9
* [Extensions] Clean up the handling of ExtensionHostMsg_Requestrdevlin.cronin2015-06-1015-216/+13
* This patch implements a way to register callbacks for when a GuestView is des...paulmeyer2015-06-102-27/+37
* Re-enable WebView ChromeVox manual script injection when accessibility statu...dtseng2015-06-092-0/+5
* Added separate UMA stats for processes that were killed by SIGKILL, whichs is...oshima2015-06-041-0/+4
* Extract EventRouter from ExtensionSystem.juncai2015-06-041-5/+4
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* [Extensions OOPI] Make programmatic script injection use frame logicrdevlin.cronin2015-06-021-1/+1
* Webviews can now be garbage collected!!!paulmeyer2015-06-012-34/+34
* Remove RenderViewHost from WebContentsDelegate::CanDownload() signature.rdsmith2015-05-215-13/+5
* Extract LazyBackgroundTaskQueue from ExtensionSystem.juncai2015-05-201-1/+1
* Extract DeclarativeUserScriptManager from ExtensionSystem.juncai2015-05-181-4/+2
* Allow whitelisted content scripts to be injected in WebViews.dmazzoni2015-05-153-24/+0
* Fixed PDF resize issue.paulmeyer2015-05-054-1/+211
* Add callback in UserScriptLoader to notify users when scripts are loaded.hanxi2015-05-054-14/+101
* Verifying that the running app is not being embedded in the <appview>.ekaramad2015-05-051-1/+5
* Move GuestView layer in browser to componentsfsamuel2015-05-0538-2603/+110
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-1/+1
* With this patch, webview caches the zoom factor from calls to setZoom() befor...paulmeyer2015-04-294-1/+17
* Fix window.open issue in Document mode on Android.mariakhomenko2015-04-292-0/+5
* Move clear cache code from chrome/ (ChromeWVGDelegate) to extensions/ (WVGuest)lazyboy2015-04-262-13/+21