summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/url_request_automation_job.h
Commit message (Expand)AuthorAgeFilesLines
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-2/+2
* Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...jam@chromium.org2010-12-231-5/+4
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-3/+3
* Use ScopedRunnableMethodFactory for URLRequestAutomationJob.willchan@chromium.org2010-12-031-1/+3
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-4/+4
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-281-1/+1
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-3/+6
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-3/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* ChromeFrame should honor the host browser's cookie policy. To achieve this we...ananta@chromium.org2010-03-021-10/+0
* Fix a Chrome crash which occurs in a ChromeFrame instance while servicing a r...ananta@chromium.org2010-02-101-0/+8
* In IE8 new windows opened within ChromeFrame via window.open calls at times b...ananta@chromium.org2010-01-301-1/+23
* Fix for FullTabModeIE_ChromeFrameDeleteCookieTest and issues with deleting pe...tommi@chromium.org2010-01-221-0/+4
* Attempt 2 at landing this.ananta@chromium.org2010-01-081-0/+7
* Reason:tyoshino@chromium.org2010-01-081-7/+0
* Deleting cookies by setting the expires attribute on them with an empty value...ananta@chromium.org2010-01-081-0/+7
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-3/+3
* ChromeFrame HTTP requests would randomly fail if we navigated to multiple HTT...ananta@chromium.org2009-11-111-0/+5
* Basic wiring to enable downloads for CF's host browser network stack. A nota...tommi@chromium.org2009-11-071-3/+3
* The URLRequestAutomationJob object which needs to route HTTP requests to the ...ananta@chromium.org2009-11-061-2/+11
* Fourth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+2
* Explicitly including the redirect status with the AutomationURLResponse info.tommi@chromium.org2009-08-311-0/+1
* Added support for the URLRequestAutomationJob object which issues HTTP reques...ananta@chromium.org2009-08-121-0/+1
* A prototype of resource loading through automationamit@chromium.org2009-07-091-0/+79