summaryrefslogtreecommitdiffstats
path: root/ios/web/web_state/ui
Commit message (Expand)AuthorAgeFilesLines
* [ios] Removed RequestTracker dependency from WebLoadParams.HEADmastereugenebut2016-03-261-33/+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-241-3/+7
* [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-175-54/+71
* [ios] Removed UIWebView JS evaluation code.eugenebut2016-03-172-34/+7
* Removing CRWUISimpleWebViewControllershreyasv2016-03-163-238/+0
* [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-121-1/+1
* [ios] Removed quickback feature support.eugenebut2016-03-112-43/+0
* Calling handlers with an NSErrorshreyasv2016-03-112-2/+30
* Handle directly cancelled errors in webView:didFailProvisionalNavigationjyquinn2016-03-091-3/+5
* [ios] Cleaned up usage of CR_TEST_REQUIRES_WK_WEB_VIEW.eugenebut2016-03-095-60/+1
* Removing CRWDebugWebViewshreyasv2016-03-072-174/+0
* [ios] Removed CRWWebControllerScripting protocol.eugenebut2016-03-044-26/+16
* Created PageViewportState.kkhorimoto2016-03-031-51/+36
* Use WebTestWithWebController instead of WebTestWithWKWebViewWebControllereugenebut2016-02-262-19/+15
* [ios] Implemented window.close via native WKWebView API.eugenebut2016-02-262-11/+4
* [ios] Removed CRWUIWebViewWebController.eugenebut2016-02-252-1653/+0
* Add ability to select whether content views add padding with insets.gchatz2016-02-241-4/+22
* Cancel JS click event handler in |CancelAllTouches|shreyasv2016-02-231-22/+24
* [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-191-4/+4
* Remove unused and deprecated APIlpromero2016-02-191-1/+0
* [ios] Removed WEB_TEST_F from web unit tests.eugenebut2016-02-173-981/+171
* 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
* 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-011-0/+5
* Add WKWebView-backed CRWWebViewContentViews in |-layoutSubviews|.kkhorimoto2016-01-283-44/+38
* WebViewProxy now propagates first responder status to the webview.lpromero2016-01-271-0/+4
* Call stopLoading when opening native applicationjyquinn2016-01-211-1/+1
* Ignore renderer-initiated scrolls with no user interaction.kkhorimoto2016-01-201-6/+23
* Close page on native app load if page has no navigation itemsjyquinn2016-01-191-3/+8
* Remove referrer code from window.open/target=_blank pathstuartmorgan2016-01-154-34/+21
* Call stopLoading when opening an externalURLjyquinn2016-01-152-2/+3
* Setting the WebViewContentView's frame after it's added as a subview.shreyasv2016-01-141-0/+10
* Convert Pass()→std::move() for iOS build.dcheng2016-01-144-9/+17
* Take into account status bar when computing the frame of the web controller [...jif2016-01-131-1/+9
* Revert of Take into account the size of the status bar when computing the fra...lod2016-01-131-11/+1
* Take into account the size of the status bar when computing the frame of the ...jif2016-01-121-1/+11
* [ios] Removed CRWWKWebViewCrashDetector class usage.eugenebut2016-01-114-195/+0
* Don't try to store POST data for a nil CWRSessionEntrystuartmorgan2016-01-091-2/+5