index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ios
/
web
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added tests for separation of browsing data between BrowserStates
shreyasv
2015-11-15
11
-82
/
+453
*
iOS: Change WebTestWithWebController::LoadHtml() to load HTML as UTF8.
thestig
2015-11-15
2
-14
/
+32
*
Always set the state object for history navigations.
kkhorimoto
2015-11-14
1
-3
/
+2
*
Disables JavaScript window.scrollTo() calls during user scroll.
pkl
2015-11-13
2
-0
/
+35
*
Eliminate CRWWebControllerContainerView forking.
kkhorimoto
2015-11-13
4
-34
/
+133
*
Force scrollView.decelerationRate during scrollViewWillBeginDragging.
justincohen
2015-11-13
1
-0
/
+4
*
Consolidate pending state in WKWebView, and include MIME type
stuartmorgan
2015-11-13
3
-114
/
+146
*
Fix //ios/web target after http://crrev.com/1357773002.
sdefresne
2015-11-13
1
-15
/
+8
*
Make all inclusions of web_test.h be via a #import
shreyasv
2015-11-13
14
-14
/
+14
*
[iOS] Fix double free in CookieNotificationBridge
droger
2015-11-12
1
-3
/
+4
*
[TODO Fixit] Replace TODO(kkhorimoto) instances to include bug numbers.
kkhorimoto
2015-11-12
10
-26
/
+17
*
[ios] Update net::SSLInfo before presenting WKWebView SSL interstitial.
eugenebut
2015-11-11
3
-2
/
+6
*
[ios] Do not copy JS evaluation handlers before passing to WKWebView.
eugenebut
2015-11-10
1
-14
/
+8
*
Revert "URLRequestJob: change ReadRawData contract"
xunjieli
2015-11-09
1
-12
/
+24
*
Improve MIME type handling with WKWebView
stuartmorgan
2015-11-06
7
-26
/
+36
*
URLRequestJob: change ReadRawData contract
xunjieli
2015-11-06
1
-24
/
+12
*
[WKWebView] report CertVerifier and SecTrust verification mismatch.
eugenebut
2015-11-06
1
-46
/
+156
*
[ios] UMA metric to report cache hit/miss for WKWebView cert verification.
eugenebut
2015-11-06
1
-3
/
+4
*
[ios] Signal load cancelled after presenting SSL interstitial.
eugenebut
2015-11-05
1
-1
/
+2
*
ios: Stop using __weak.
Nico Weber
2015-11-04
3
-3
/
+3
*
[ios] Updated -[CRWCertVerificationController shutDown] comments.
eugenebut
2015-11-04
1
-3
/
+2
*
Change iOS JavaScript prompt methods to match JavaScript API
gchatz
2015-11-04
2
-7
/
+7
*
Fix URL change type detection in WKWebView
stuartmorgan
2015-11-04
3
-32
/
+85
*
[iOS] Fix NSS and threads initialization.
droger
2015-11-04
2
-14
/
+8
*
[iOS] ios/web no longer depends on content::BrowserThread.
sdefresne
2015-11-02
14
-465
/
+59
*
Remove the Block External URLs experimental flag and finch experiment
lod
2015-10-31
3
-8
/
+1
*
Improve page transition type heuristic in WebController
stuartmorgan
2015-10-30
1
-14
/
+55
*
[ios] Removed DCHECK which prevents WKProcessPool manual creation.
eugenebut
2015-10-30
1
-79
/
+0
*
WKWebView: Implemented recoverable SSL interstitials.
eugenebut
2015-10-30
15
-306
/
+548
*
Always call didReceiveAuthenticationChallenge: completion handler.
eugenebut
2015-10-30
3
-20
/
+43
*
Make HttpCache constructors take scoped_ptrs.
mmenke
2015-10-29
1
-3
/
+4
*
[iOS] Add APIs to WebStateObserver & GlobalWebStateObserver
blundell
2015-10-29
11
-18
/
+244
*
Use scoped_nsobject for fromEntry in CRWWebController goDelta
jyquinn
2015-10-28
1
-1
/
+4
*
Fix WKWebView back/forward mapping with WebUI
stuartmorgan
2015-10-28
1
-0
/
+6
*
[iOS] WebMainParts::PreCreateThread() returns void.
sdefresne
2015-10-28
4
-20
/
+5
*
[iOS] Prepare ios/web/ startup for usage by Chrome on iOS.
sdefresne
2015-10-28
2
-10
/
+15
*
[ios] Add WebState::IsBeingDestroyed()
blundell
2015-10-27
6
-1
/
+21
*
Remove fixed TODOs for Xcode 7 static cast issue.
justincohen
2015-10-26
1
-3
/
+0
*
Add marq as ios/web/ OWNER for EU coverage.
marq
2015-10-22
1
-0
/
+1
*
Clean up TODO(marq) in upstream code.
marq
2015-10-22
5
-16
/
+4
*
[iOS TODO fixit] cleaned up defined(__IPHONE_9_0) macro.
eugenebut
2015-10-22
2
-20
/
+0
*
Remove obsolete TODOs.
justincohen
2015-10-22
2
-5
/
+0
*
Updated TODO(shreyasv)
shreyasv
2015-10-22
7
-26
/
+10
*
Clean up TODO(jyquinn) in ios/web
jyquinn
2015-10-22
4
-12
/
+8
*
[iOS][GN] Port ios_web_unittests to build with gn
sdefresne
2015-10-22
4
-2
/
+687
*
Removed stale TODO for isStaticFileRequest.
pkl
2015-10-20
1
-4
/
+1
*
WKWebView: fixed compilation on net-stack bot.
eugenebut
2015-10-19
1
-3
/
+4
*
Removed stale TODO for bug that applied to UIWebView only.
pkl
2015-10-19
1
-3
/
+1
*
WKWebView(iOS9): correctly update SSL status for current navigation item
eugenebut
2015-10-16
8
-39
/
+447
*
WKWebView: adopted CRWWKScriptMessageRouter in Web Controller.
eugenebut
2015-10-15
10
-42
/
+439
[next]