summaryrefslogtreecommitdiffstats
path: root/ios/web
Commit message (Expand)AuthorAgeFilesLines
* Added tests for separation of browsing data between BrowserStatesshreyasv2015-11-1511-82/+453
* iOS: Change WebTestWithWebController::LoadHtml() to load HTML as UTF8.thestig2015-11-152-14/+32
* Always set the state object for history navigations.kkhorimoto2015-11-141-3/+2
* Disables JavaScript window.scrollTo() calls during user scroll.pkl2015-11-132-0/+35
* Eliminate CRWWebControllerContainerView forking.kkhorimoto2015-11-134-34/+133
* Force scrollView.decelerationRate during scrollViewWillBeginDragging.justincohen2015-11-131-0/+4
* Consolidate pending state in WKWebView, and include MIME typestuartmorgan2015-11-133-114/+146
* Fix //ios/web target after http://crrev.com/1357773002.sdefresne2015-11-131-15/+8
* Make all inclusions of web_test.h be via a #importshreyasv2015-11-1314-14/+14
* [iOS] Fix double free in CookieNotificationBridgedroger2015-11-121-3/+4
* [TODO Fixit] Replace TODO(kkhorimoto) instances to include bug numbers.kkhorimoto2015-11-1210-26/+17
* [ios] Update net::SSLInfo before presenting WKWebView SSL interstitial.eugenebut2015-11-113-2/+6
* [ios] Do not copy JS evaluation handlers before passing to WKWebView.eugenebut2015-11-101-14/+8
* Revert "URLRequestJob: change ReadRawData contract"xunjieli2015-11-091-12/+24
* Improve MIME type handling with WKWebViewstuartmorgan2015-11-067-26/+36
* URLRequestJob: change ReadRawData contractxunjieli2015-11-061-24/+12
* [WKWebView] report CertVerifier and SecTrust verification mismatch.eugenebut2015-11-061-46/+156
* [ios] UMA metric to report cache hit/miss for WKWebView cert verification.eugenebut2015-11-061-3/+4
* [ios] Signal load cancelled after presenting SSL interstitial.eugenebut2015-11-051-1/+2
* ios: Stop using __weak.Nico Weber2015-11-043-3/+3
* [ios] Updated -[CRWCertVerificationController shutDown] comments.eugenebut2015-11-041-3/+2
* Change iOS JavaScript prompt methods to match JavaScript APIgchatz2015-11-042-7/+7
* Fix URL change type detection in WKWebViewstuartmorgan2015-11-043-32/+85
* [iOS] Fix NSS and threads initialization.droger2015-11-042-14/+8
* [iOS] ios/web no longer depends on content::BrowserThread.sdefresne2015-11-0214-465/+59
* Remove the Block External URLs experimental flag and finch experimentlod2015-10-313-8/+1
* Improve page transition type heuristic in WebControllerstuartmorgan2015-10-301-14/+55
* [ios] Removed DCHECK which prevents WKProcessPool manual creation.eugenebut2015-10-301-79/+0
* WKWebView: Implemented recoverable SSL interstitials.eugenebut2015-10-3015-306/+548
* Always call didReceiveAuthenticationChallenge: completion handler.eugenebut2015-10-303-20/+43
* Make HttpCache constructors take scoped_ptrs.mmenke2015-10-291-3/+4
* [iOS] Add APIs to WebStateObserver & GlobalWebStateObserverblundell2015-10-2911-18/+244
* Use scoped_nsobject for fromEntry in CRWWebController goDeltajyquinn2015-10-281-1/+4
* Fix WKWebView back/forward mapping with WebUIstuartmorgan2015-10-281-0/+6
* [iOS] WebMainParts::PreCreateThread() returns void.sdefresne2015-10-284-20/+5
* [iOS] Prepare ios/web/ startup for usage by Chrome on iOS.sdefresne2015-10-282-10/+15
* [ios] Add WebState::IsBeingDestroyed()blundell2015-10-276-1/+21
* Remove fixed TODOs for Xcode 7 static cast issue.justincohen2015-10-261-3/+0
* Add marq as ios/web/ OWNER for EU coverage.marq2015-10-221-0/+1
* Clean up TODO(marq) in upstream code.marq2015-10-225-16/+4
* [iOS TODO fixit] cleaned up defined(__IPHONE_9_0) macro.eugenebut2015-10-222-20/+0
* Remove obsolete TODOs.justincohen2015-10-222-5/+0
* Updated TODO(shreyasv)shreyasv2015-10-227-26/+10
* Clean up TODO(jyquinn) in ios/webjyquinn2015-10-224-12/+8
* [iOS][GN] Port ios_web_unittests to build with gnsdefresne2015-10-224-2/+687
* Removed stale TODO for isStaticFileRequest.pkl2015-10-201-4/+1
* WKWebView: fixed compilation on net-stack bot.eugenebut2015-10-191-3/+4
* Removed stale TODO for bug that applied to UIWebView only.pkl2015-10-191-3/+1
* WKWebView(iOS9): correctly update SSL status for current navigation itemeugenebut2015-10-168-39/+447
* WKWebView: adopted CRWWKScriptMessageRouter in Web Controller.eugenebut2015-10-1510-42/+439