summaryrefslogtreecommitdiffstats
path: root/ios/web/web_state
Commit message (Expand)AuthorAgeFilesLines
* [ios] Removed RequestTracker dependency from WebLoadParams.HEADmastereugenebut2016-03-263-51/+1
* [ios] Removed PageZoomState::IsLegacyFormat as unneeded.eugenebut2016-03-252-4/+1
* Track link click state to external appLauncher.mrefaat2016-03-251-30/+29
* [ios] Fixed crash in SSLError callback.eugenebut2016-03-243-4/+26
* [ios] Removed unused UIWebView code.eugenebut2016-03-244-76/+0
* [ios] Cleaned up old dialogs suppression API.eugenebut2016-03-223-36/+9
* [ios] Removed -[CRWWebController childWindowClosed].eugenebut2016-03-182-7/+0
* [ios] Improved name of dialogs suppression API.eugenebut2016-03-183-21/+21
* [ios] Refactored dialogs suppression.eugenebut2016-03-176-87/+90
* [ios] Removed UIWebView JS evaluation code.eugenebut2016-03-172-34/+7
* Removing CRWUISimpleWebViewControllershreyasv2016-03-163-238/+0
* Removing StaticFileWebView vending methods.shreyasv2016-03-153-100/+6
* [ios] Implemented more tests for dialogs suppression.eugenebut2016-03-151-11/+221
* Change scoped_ptr to a type alias for std::unique_ptr for OS_MACOSXdcheng2016-03-122-2/+2
* [ios] Removed quickback feature support.eugenebut2016-03-113-46/+0
* Calling handlers with an NSErrorshreyasv2016-03-112-2/+30
* [ios] Disabled LoadsCorrectHTML on device.eugenebut2016-03-101-1/+1
* [ios] Removed __gCrWeb.common.isFocusable JS API as unused.eugenebut2016-03-101-13/+0
* Handle directly cancelled errors in webView:didFailProvisionalNavigationjyquinn2016-03-091-3/+5
* [ios] Cleaned up usage of CR_TEST_REQUIRES_WK_WEB_VIEW.eugenebut2016-03-099-85/+1
* [ios] Corrected Closure annotation for getEmbedChild_ function.eugenebut2016-03-081-2/+2
* Removing CRWDebugWebViewshreyasv2016-03-074-204/+1
* [ios] Removed UIWebView scripts.eugenebut2016-03-0412-605/+28
* [ios] Removed CRWWebControllerScripting protocol.eugenebut2016-03-044-26/+16
* Marked CRWJSPOSTRequestLoaderTest.LoadsCorrectHTML as flaky on device.eugenebut2016-03-041-3/+7
* Created PageViewportState.kkhorimoto2016-03-033-51/+201
* Deprecating UIWebView vending methods.shreyasv2016-03-031-4/+13
* Use WebTestWithWebController instead of WebTestWithWKWebViewWebControllereugenebut2016-02-265-23/+19
* [ios] Implemented window.close via native WKWebView API.eugenebut2016-02-263-16/+4
* CREDENTIAL: Convert federations from URLs to origins throughout.mkwst2016-02-263-5/+10
* [ios] Removed CRWUIWebViewWebController.eugenebut2016-02-252-1653/+0
* Add ability to select whether content views add padding with insets.gchatz2016-02-242-4/+35
* Cancel JS click event handler in |CancelAllTouches|shreyasv2016-02-232-22/+34
* [ios] Removed extra include from crw_web_controller.eugenebut2016-02-221-1/+0
* [ios] Removed extra include from crw_web_controller_unittest.eugenebut2016-02-191-1/+0
* Credential: Rename 'suppressUI' to 'unmediated'.mkwst2016-02-193-7/+7
* Remove unused and deprecated APIlpromero2016-02-191-1/+0
* [ios] Removed WEB_TEST_F from web unit tests.eugenebut2016-02-177-1161/+289
* Convert C++ files to Objective-C++ files to remove hack.sdefresne2016-02-164-6/+3
* Remove call to ui::test::uiview_utils::CancelAlerts().sdefresne2016-02-161-3/+0
* Set CRWWebViewContentView's size before resetting scroll proxy.kkhorimoto2016-02-104-24/+32
* [iOS] Translate all iOS errors to //net errorsblundell2016-02-082-16/+15
* Delete base/prefs and update callers to use components.brettw2016-02-031-1/+1
* Revert of Delete base/prefs and update callers to use components. (patchset #...msw2016-02-031-1/+1
* Delete base/prefs and update callers to use components.brettw2016-02-031-1/+1
* [ios] Support for NTLM authentication method.eugenebut2016-02-031-0/+2
* Manually fetch favicons after hash changes.kkhorimoto2016-02-014-4/+12
* Add WKWebView-backed CRWWebViewContentViews in |-layoutSubviews|.kkhorimoto2016-01-284-59/+39
* WebViewProxy now propagates first responder status to the webview.lpromero2016-01-272-0/+8
* Call stopLoading when opening native applicationjyquinn2016-01-211-1/+1