summaryrefslogtreecommitdiffstats
path: root/ios/web
Commit message (Expand)AuthorAgeFilesLines
* 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
* ios: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-056-38/+34
* Revert of ios: Remove use of MessageLoopProxy and deprecated MessageLoop APIs...zea2015-06-056-35/+39
* ios: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-056-39/+35
* Audit calls to GURL::SchemeIs(url::kHttp*Scheme).palmer2015-06-051-2/+3
* Corrected a mistake in the comment.shreyasv2015-06-041-1/+1
* Mark CRWWebController PageScrollState unittests as FLAKY.kkhorimoto2015-06-041-3/+5
* Ignore post-close redirect calls in WebControllerstuartmorgan2015-06-031-0/+4
* Credential Management: Rename 'LocalCredential' to 'PasswordCredential' (2/3)mkwst2015-06-034-35/+36
* Replace more ObserverList with base::ObserverList.brettw2015-06-032-2/+2
* SetPageStateWithUserScalableEnabled is flaky.noyau2015-06-031-1/+2
* Revert of Added CGFloat comparison functions. (patchset #7 id:120001 of https...sdefresne2015-06-031-12/+7
* Consult the delegate for makeActive/Inactive operationsshreyasv2015-06-033-32/+69
* iOS: Fix more JS errors found by the closure compiler.thestig2015-06-0312-28/+33
* Implemented BrowsingDataPartition::IsSynchronizedshreyasv2015-06-034-13/+155
* [iOS] Fix static analyzer warning in web controller.justincohen2015-06-021-3/+3
* Splitting removeData into 2 protocol methods.shreyasv2015-06-024-29/+153
* Adding an IsSynchronized method to BrowsingDataPartition.shreyasv2015-06-024-0/+32
* Added a CRWBrowsingDataStoreDelegateshreyasv2015-06-024-0/+81
* Fixing an edge case in CRWBrowsingDataStoreshreyasv2015-06-013-44/+159
* Added CGFloat comparison functions.kkhorimoto2015-06-011-7/+12
* iOS: Check Node.nodeType against Node.FOO_NODE, not document.FOO_NODE.thestig2015-06-011-1/+1
* Modify the CRWBrowsingDataStore API to take a bitmask instead of an NSSetshreyasv2015-05-293-33/+29
* iOS: Make more JS code build with error checking enabled.thestig2015-05-292-3/+3
* Setting QoS for NSOperationQueue only on iOS8+shreyasv2015-05-291-4/+9
* Upstream the iOS web_shell and supporting codestuartmorgan2015-05-2730-0/+2071
* Add an actual WebThread implementationstuartmorgan2015-05-2714-160/+1154
* Fleshed out CRWBrowsingDataStore.shreyasv2015-05-2612-21/+582
* Add iOS web_shell imagesStuart Morgan2015-05-264-0/+0
* Do not abort the load if iframe requested to open an external URL.eugenebut2015-05-266-27/+65
* Created HttpResponseHeadersUtil.kkhorimoto2015-05-262-0/+17
* Adding the basic class outline for modal data partitioningshreyasv2015-05-2614-2/+570
* Move CredentialsEqual to credential.h.dconnelly2015-05-263-11/+14
* iOS: Fix some JS warnings found by the closure compiler.thestig2015-05-262-18/+22
* iOS: Upstream test for __gCrWeb.common.isTextField().thestig2015-05-253-4/+102
* Created CRWRedirectClient.kkhorimoto2015-05-228-3/+213
* Remove kPageChangedNotification from web controllerjyquinn2015-05-222-9/+0
* Handle empty web::Credential serialization.dconnelly2015-05-222-0/+21
* Initialize primitive member of web::Credential.dconnelly2015-05-221-1/+2
* Created a CreateWKWebView method that takes a BrowserState along with other p...shreyasv2015-05-223-0/+10
* iOS: Create a closure compiler rule that runs more checks.thestig2015-05-212-0/+82
* Added web::TranslateErrorForNetLayer.kkhorimoto2015-05-214-2/+182