index
:
external_webkit.git
replicant-4.2
external/webkit
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
WebKit
/
android
/
WebCoreSupport
/
WebRequest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Passing WebSettings cacheMode to the chrome load_flags
Kristian Monsen
2011-01-19
1
-0
/
+20
*
Fix for bug 3347616, crash when closing browser with requests in flight
Kristian Monsen
2011-01-13
1
-3
/
+7
*
Fix two SIGSEGV bugs in request interception.
Jeff Sharkey
2010-12-16
1
-3
/
+10
*
b/2864818 Prompt SSL cert error dialog to user and proceed or cancel the requ...
Huahui Wu
2010-12-15
1
-3
/
+13
*
Use one WebRequestContext per WebView
Steve Block
2010-12-01
1
-2
/
+1
*
b/2864818 setting the appropriate error code for certificate error.
Huahui Wu
2010-12-01
1
-0
/
+8
*
Set useCachedCredentials to true on first auth request.
Iain Merrick
2010-11-25
1
-1
/
+6
*
Removing CRASH() from asserts in WebRequest.cpp
Kristian Monsen
2010-11-24
1
-1
/
+0
*
Allow applications to intercept requests.
Patrick Scott
2010-11-15
1
-43
/
+29
*
Fix mobile google.com flickering issue.
Shimeng (Simon) Wang
2010-11-12
1
-0
/
+1
*
Update method to take const std::string& argument
Kristian Monsen
2010-11-05
1
-1
/
+1
*
Add support for file uploads in WebKit
Kristian Monsen
2010-11-04
1
-2
/
+10
*
Notify WebKit of redirects in the Chrome HTTP stack.
Iain Merrick
2010-10-29
1
-12
/
+14
*
Allow Gmail attachments to be viewed.
Iain Merrick
2010-10-28
1
-14
/
+24
*
Use Tasks for WebRequest -> WebUrlLoaderClient callbacks.
Iain Merrick
2010-10-28
1
-40
/
+38
*
Fixes style in WebRequestContext
Steve Block
2010-10-27
1
-1
/
+1
*
Fix a compiler warning in WebRequest.cpp
Steve Block
2010-10-22
1
-2
/
+2
*
Fix Chromium HTTP request context getters to use raw pointers
Steve Block
2010-10-21
1
-5
/
+1
*
Implement file downloads for Chrome HTTP stack (C++ side)
Iain Merrick
2010-10-20
1
-5
/
+19
*
Fixing WebKit APIs affected by Chromium 7.0.540.0 merge
Iain Merrick
2010-10-19
1
-1
/
+1
*
Fix books.google.com purchase page.
Patrick Scott
2010-10-18
1
-2
/
+3
*
Update WebRequestContext static getters to return pointers to the base class
Steve Block
2010-10-01
1
-1
/
+1
*
HTTP auth for Chromium HTTP stack (C++ side)
Iain Merrick
2010-09-20
1
-3
/
+19
*
Set mime type for special android urls
Kristian Monsen
2010-09-08
1
-1
/
+4
*
Cleanup temporary incognito mode files after last tab closes.
Elliott Slaughter
2010-09-01
1
-2
/
+4
*
Move all external/chromiumn includes to one file
Kristian Monsen
2010-08-31
1
-4
/
+0
*
Checking that all load operations are done in order.
Kristian Monsen
2010-08-27
1
-3
/
+52
*
Special file uris have to be handled in Java.
Kristian Monsen
2010-08-24
1
-3
/
+65
*
Fix WebView saveState and restoreState for private browsing mode.
Elliott Slaughter
2010-08-23
1
-0
/
+21
*
Fixes a race condition in the Chrome HTTP stack
Steve Block
2010-08-19
1
-3
/
+8
*
Browser incognito mode support for cookies and cache with chrome http stack.
Elliott Slaughter
2010-08-17
1
-2
/
+6
*
Implement synchronous resource loading in Android.
Iain Merrick
2010-08-13
1
-10
/
+11
*
Send didFail to webcore for failed requests.
Kristian Monsen
2010-08-11
1
-3
/
+9
*
Moving all Webcore code out of classes that are run on other threads.
Kristian Monsen
2010-08-09
1
-81
/
+15
*
Moving all webcore handling to the webcore thread.
Kristian Monsen
2010-08-05
1
-32
/
+43
*
Compile fix after recent merge, name change in OwnPtr.
Kristian Monsen
2010-07-22
1
-1
/
+1
*
Initial check-in of the external/webkit part of the chrome http stack.
Kristian Monsen
2010-07-15
1
-0
/
+303