summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/simple_resource_loader_bridge.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow for overriding the handling of the referrer header in the network stackjochen@chromium.org2012-05-081-0/+5
* Fix file access on Chrome for ChromeOS on Linuxgspencer@chromium.org2012-05-051-8/+11
* RefCounted types should not have public destructors, webkit/rsleevi@chromium.org2012-04-281-16/+18
* Force deletion of test_shell's RequestProxy on the IO thread.fischman@chromium.org2012-04-061-5/+20
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-161-4/+4
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-27/+87
* Fix SimpleFileSystem to register a Blob when performing the CreateSnapshotFil...michaeln@google.com2012-03-011-0/+4
* Modify DeletableFileReference to not necessarily delete after all. Renamed th...michaeln@google.com2012-02-291-5/+6
* net: Split FileStream::Read/Write() into sync and async versions.satorux@chromium.org2012-02-151-2/+2
* net: Make UploadData::GetContentLength() asynchronous.satorux@chromium.org2012-02-101-1/+3
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-3/+3
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-3/+3
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-3/+3
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-1/+2
* Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-181-1/+1
* Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-181-1/+1
* Rename is_hsts_host to fatal.palmer@chromium.org2012-01-171-1/+1
* Use a monotonic clock (TimeTicks) to report network times to WebCore.simonjam@chromium.org2011-12-161-4/+4
* Allow POST method when converting file protocol to http protocol for layout t...jingzhao@chromium.org2011-11-231-7/+5
* Move some webkit_glue embedder functions into WebKitPlatformSupport virtual m...piman@chromium.org2011-11-221-12/+6
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-2/+0
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-2/+2
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-121-4/+2
* base::Bind: Cleanup in test_shell.jhawkins@chromium.org2011-10-101-31/+43
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-2/+2
* Revert "net: make HSTS hosts use the normal SSL interstitials"agl@chromium.org2011-09-271-2/+2
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-2/+2
* Convert file request to http request for layout test for Android.zhenghao@google.com2011-09-161-3/+128
* Third try at committing this.erikwright@chromium.org2011-09-131-3/+11
* Revert 100415 - Re-land http://codereview.chromium.org/7831056/ and http://co...erikwright@chromium.org2011-09-091-12/+3
* Re-land http://codereview.chromium.org/7831056/ and http://codereview.chromiu...erikwright@chromium.org2011-09-091-3/+12
* Revert 100188 - Finalize a CL originally by departed intern ycxiao@ that deta...estade@chromium.org2011-09-091-12/+3
* Finalize a CL originally by departed intern ycxiao@ that detaches the loading...erikwright@chromium.org2011-09-081-3/+12
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* Stop using the default profile's proxy service for plugin proxy requests, and...jam@chromium.org2011-08-291-20/+0
* Reland 97048 - Update routing id of pending resource requests for reparented ...rvargas@google.com2011-08-171-0/+2
* Revert 97048 - Trying to see if this is related with arvargas@google.com2011-08-171-2/+0
* Update routing id of pending resource requests for reparented iframes.dimich@chromium.org2011-08-161-0/+2
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* Change CanGetCookies signature, add CookieList as parameters in order to remo...ycxiao@chromium.org2011-07-291-7/+11
* Apply third party cookie blocking to all kinds of cookiesjochen@chromium.org2011-05-261-1/+1
* Remove more URLRequest::RegisterProtocolFactory calls.willchan@chromium.org2011-05-181-42/+0
* Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...jam@chromium.org2011-05-121-2/+2
* Fix the http/tests/plugins/third-party-cookie-accept-policy.html layotu test ...jam@chromium.org2011-05-111-20/+27
* Fixed file/directory url resolution for external mount point provider.zelidrag@chromium.org2011-04-201-2/+2
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-4/+5
* Enabled actual transfer size in chromiumvsevik@chromium.org2011-04-081-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1