summaryrefslogtreecommitdiffstats
path: root/ios/web
Commit message (Expand)AuthorAgeFilesLines
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-5/+5
* Don't record PageDisplayStates if the user hasn't interacted.kkhorimoto2015-07-161-2/+6
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-5/+5
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-5/+5
* Correct iOS build for latest Xcode beta.justincohen2015-07-151-0/+5
* Remove "page id" variable.avi2015-07-154-20/+0
* Correct iOS build for latest Xcode beta.justincohen2015-07-151-0/+5
* Move ReplaceStringPlaceholders to base namespace.brettw2015-07-151-1/+1
* WKWebView: Show certificate information for SSL locks on iOS9.eugenebut2015-07-131-13/+44
* WKWebView: Do not DCHECK on invalid CertVerifierBlockAdapter::Params.eugenebut2015-07-133-4/+24
* CL for Objective-C readabilityshreyasv2015-07-103-234/+278
* WKWebView: Added convenience API for SecTrustRef.eugenebut2015-07-093-19/+92
* WKWebView: wired up webViewWebContentProcessDidTerminate: callback.eugenebut2015-07-081-1/+7
* Translate cancellation errors early for WKWebView with net stack.kkhorimoto2015-07-081-0/+14
* WKWebView: Implemented adapter to simplify CertVerifier usage in Obj-C.eugenebut2015-07-085-0/+360
* Updated comments since ChromeWebTest will be renamed.eugenebut2015-07-071-2/+2
* WKWebView: Test CreateCertFromChain for empty and nil inputs.eugenebut2015-07-072-0/+11
* Objective-C readability review.jyquinn2015-07-071-12/+16
* Updated error translation logic.kkhorimoto2015-07-066-45/+82
* Fix web_ui_manager_ ivar in CRWWKWebViewWebControllerjyquinn2015-07-011-3/+3
* WKWebView: Made CreateCertFromChain public.eugenebut2015-07-016-37/+50
* Making callbacks be received in the right ordershreyasv2015-06-292-18/+29
* Correcting a DCHECK.shreyasv2015-06-261-1/+1
* Mark BrowsingDataStoreTest.MakeActiveAndInactiveOperations as flaky.lpromero2015-06-261-1/+2
* Call -loadCurrentURL to proceed with SSL warning in Request Tracker callback.eugenebut2015-06-251-1/+9
* Remove NetworkDelegate::OnCanThrottleRequestxunjieli2015-06-242-6/+0
* Expose WKWebView creation in ios/web/public.bzanotti2015-06-2418-91/+109
* Fix compilation with iOS 9.0 SDKsdefresne2015-06-227-4/+53
* [ios/web] Pass best-guess transition information with push statejyquinn2015-06-204-16/+38
* Created CRWContentView.kkhorimoto2015-06-1932-252/+690
* Updated UIResultFromWKResult conversion function to support null.eugenebut2015-06-182-0/+8
* Simplify external protocol blocking logicjyquinn2015-06-182-12/+25
* Don't send JS->ObjC messages while doing URL verificationstuartmorgan2015-06-173-17/+27
* Corrected URL change reporting caused by window.history.pushState.eugenebut2015-06-176-25/+29
* Fixed unittest by not assigning nil to non-nil propertiesshreyasv2015-06-161-8/+9
* Added CreateHTMLForZoomState and WaitForZoomRendering.kkhorimoto2015-06-161-44/+69
* Move EndsWith to base namespace.brettw2015-06-121-5/+5
* Renamed PageScrollState to PageDisplayState.kkhorimoto2015-06-1215-326/+434
* Record whether the user has zoomed using UIScrollViewDelegate callbacks.kkhorimoto2015-06-126-30/+25
* Use |-restoreStateFromHistory| in PageScrollState unittests.kkhorimoto2015-06-111-19/+22
* Fixed PageScrollState application.kkhorimoto2015-06-103-3/+15
* Disable App Transport Security for iOSstuartmorgan2015-06-101-0/+5
* Correct iOS build for latest Xcode beta.justincohen2015-06-1015-34/+64
* Moved crw_native_content/crw_native_content_provider to ui subdirectory.eugenebut2015-06-096-18/+17
* Upstreaming: fix use-after-free and mirror enum change in content//jif2015-06-093-1/+11
* Ignore NSURLErrorCancelled errors for app specific URLsjyquinn2015-06-084-7/+32
* Ignore external protocol requests from frames without user actionjyquinn2015-06-082-19/+59
* Fixed zoom scale rotation bugs.kkhorimoto2015-06-082-6/+56
* Cleaning up CRWBrowsingDataModeshreyasv2015-06-054-41/+41
* Close new child window if its only navigation was opening a Native app.eugenebut2015-06-051-1/+2