History log of /external/webkit/Source/WebKit/android/WebCoreSupport/WebResourceRequest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e82298dad5b93e668a6dae26da91a7d2f942d0bb 24-Oct-2011 Ben Murdoch <benm@google.com> Report a load error when network loads blocked.

When network loads are blocked, we should fail those
loads rather than leaving them dangling. In particular,
this fixes an issue where WebCore will wait to do the
first layout while CSS loads are pending. If network
loads are blocked, we need to tell WebCore they are never
going to complete.

To implement this, we make use of the Chromium stack's
load flags and move the code to a more suitable location.

Bug: 5416543
Change-Id: I0bd41e430c7ab3cefa302ed0e0576c7e74e7274a
/external/webkit/Source/WebKit/android/WebCoreSupport/WebResourceRequest.cpp
b03ba594dfb7cae54557397a2a86b0a926da4685 05-Aug-2011 Ben Murdoch <benm@google.com> Plumb a bool through to Java to supress auth dialog.

In the case of a prefetch or favicon load, we want to silently fail
auth loads but allow the use of cached credentials. To acheive this,
pass an extra flag through to Java to decide whether to show the
prompt or not.

Requires:
frameworks/base change: Ida5708aad7cbe5633106e9ae2997c9231aaf95b8
packages/apps/Browser change: Id901855830bbe17ede8a18293cff2bbc0aad4ba8

Bug: 5094761
Change-Id: If8c6f22e8307e1e13b8f7ad29f79305ce24b3255
/external/webkit/Source/WebKit/android/WebCoreSupport/WebResourceRequest.cpp
a2c606d1d8312a5d063e4a11e5911d9c8e4a3d19 13-May-2011 Ben Murdoch <benm@google.com> Merge WebKit at r75993: Move WebKit/android files to Source

Change-Id: Ifa871f8320bdb3a09fe189fffecc23f702c394b9
/external/webkit/Source/WebKit/android/WebCoreSupport/WebResourceRequest.cpp