summaryrefslogtreecommitdiffstats
path: root/extensions/browser/guest_view
Commit message (Expand)AuthorAgeFilesLines
* Remove a debugging CHECK from MimeHandlerViewGuest.sammc2016-03-141-12/+6
* Remove the ability of webpages to specify strings for the onbeforeunload dialog.avi2016-03-112-2/+0
* Replace web_cache_messages.h with Mojo service.leon.han2016-03-111-1/+1
* extensions: Add out-of-line copy ctors for complex classes.vmpstr2016-02-274-0/+8
* Remove user gesture bit from PermissionContext code.mlamouri2016-02-173-4/+1
* Make extensions use a correct same-origin check.palmer2016-02-032-4/+5
* Remove linked_ptr usage in //base.dcheng2016-02-028-84/+73
* Extension cleanup (mostly includes)treib2016-02-021-0/+1
* Implement webview.captureVisibleRegion()wjmaclean2016-02-011-0/+3
* Remove the code added to make extensions compile on Aura Android.mfomitchev2016-01-281-3/+0
* Revert of Implement webview.captureVisibleRegion() (patchset #9 id:160001 of ...tsergeant2016-01-211-3/+0
* Implement webview.captureVisibleRegion()wjmaclean2016-01-211-0/+3
* Remove unused transferred_global_request_id parameter.creis2016-01-142-9/+6
* [Media Router] Replace old MR extension ID with "new" extension ID.imcheng2016-01-121-1/+1
* Add a missing switch-case break in WebView UMAtzik2015-12-291-0/+1
* Switch to standard integer types in extensions/browser/.avi2015-12-2322-29/+57
* Handle HTTP headers case-insensitively on the test servertzik2015-12-211-2/+1
* Convert Pass()→std::move() in //extensionsdcheng2015-12-1810-32/+48
* Only send MimeHandlerViewGuestOnLoadCompleted messages when the guest is atta...raymes2015-12-171-3/+12
* Make Lucas a GuestView OWNERfsamuel2015-12-091-0/+1
* Track all extension frames in ProcessManager, inspect extensionoptionsrob2015-12-061-1/+4
* Fix ExtensionApiTest.ContentScriptExtensionIframe for --isolate-extensions.alexmos2015-12-021-6/+9
* Fix LoadDataWithBaseURL reloadboliu2015-11-241-2/+4
* Migrating tests to use EmbeddedTestServer (misc)svaldez2015-11-191-1/+1
* Aura on Android: build gn target extensions/browser.moshayedi2015-11-171-0/+3
* [Reland] [ExtensionView] Add extension id whitelisting for ExtensionView.apacible2015-11-134-1/+73
* Prevent guest views from issuing a search for empty text.thestig2015-11-121-0/+7
* Revert of [ExtensionView] Add extension id whitelisting for ExtensionView. (p...tommi2015-11-114-73/+1
* [ExtensionView] Add extension id whitelisting for ExtensionView.apacible2015-11-114-1/+73
* MimeHandlerViewGuest: Ignore title changes due to navigations.sammc2015-11-101-0/+5
* SSL and add handlers in EmbeddedTestServersvaldez2015-10-281-6/+2
* Revert of SSL in EmbeddedTestServer (patchset #55 id:1070001 of https://coder...stevenjb2015-10-271-2/+6
* Add MimeHandlerViewGuest::NavigationStateChanged to handle title changesthestig2015-10-272-0/+21
* SSL and add handlers in EmbeddedTestServersvaldez2015-10-271-6/+2
* Give the main frame a RenderWidget.dcheng2015-10-262-4/+6
* This patch reduces the public method footprint of GuestViewBase and derived t...paulmeyer2015-10-216-203/+165
* Separate RenderViewHost from RenderWidgetHost, part 1: public interface.avi2015-10-151-6/+15
* PDFs viewed inside a <webview> should navigate the same as PDFs in tabs.wjmaclean2015-09-291-11/+14
* Removed a stale TODO in web_view_content_script_manager.h for work that has a...paulmeyer2015-09-211-2/+0
* Cleanup: Pass std::string as const reference from extensions/ki.stfu2015-09-211-3/+2
* Revert of Don't refer browser-initiated navigations to web-safe URLs to deleg...wjmaclean2015-09-161-12/+11
* Add missing histogram values for <webview>'s WebRequest API events.lazyboy2015-09-103-6/+25
* Move Singleton and related structs to namespace baseolli.raula2015-09-103-3/+3
* Add wjmaclean@chromium.org to various guest_view/web_view OWNERS.wjmaclean2015-09-091-1/+2
* This patch allows the webview.partitions.accessible_resources entry in chrome...paulmeyer2015-09-093-12/+34
* Fixing the Position of Context Menu for BrowserPlugin (<webview>)ekaramad2015-09-033-0/+9
* Add new termination status for failed child process launch.wfh2015-09-021-0/+2
* This patch allows WebViewRendererState to be accessible from both the UI and ...paulmeyer2015-08-272-15/+34
* This patch fixes the bug where find results were not showing up in the find b...paulmeyer2015-08-244-35/+13
* This patch removes all the unnecessary content:: prefixes on WebContents refe...paulmeyer2015-08-245-61/+46