summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/url_request_automation_job.cc
Commit message (Expand)AuthorAgeFilesLines
* ChromeFrame should allow conditional HTTP headers like if_match, if_modified_...ananta@chromium.org2010-06-161-5/+0
* Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.willchan@chromium.org2010-05-061-12/+19
* Avoid unregistering automation job twice.stoyan@chromium.org2010-03-081-5/+0
* ChromeFrame should honor the host browser's cookie policy. To achieve this we...ananta@chromium.org2010-03-021-112/+0
* Fix a Chrome crash caused in a ChromeFrame instance in the automation job use...ananta@chromium.org2010-02-151-7/+7
* Fix a Chrome crash which occurs in a ChromeFrame instance while servicing a r...ananta@chromium.org2010-02-101-5/+38
* Revert 38001 and 38002.darin@chromium.org2010-02-031-17/+12
* Back out trunk r37998.mark@chromium.org2010-02-031-12/+17
* Modify CookiePolicy to work asynchronouslydarin@chromium.org2010-02-031-17/+12
* DevTools: CookieMonster::GetRawCookies should return keys as well as cookies.pfeldman@chromium.org2010-02-031-4/+4
* If the URLRequestContext has no CookiePolicy, then we shoulddarin@chromium.org2010-01-301-6/+5
* Changes to support new cookie policy.darin@chromium.org2010-01-301-3/+5
* In IE8 new windows opened within ChromeFrame via window.open calls at times b...ananta@chromium.org2010-01-301-10/+43
* Fix for FullTabModeIE_ChromeFrameDeleteCookieTest and issues with deleting pe...tommi@chromium.org2010-01-221-1/+25
* Fix FullTabModeIE_ChromeFrameDeleteCookieTest. The problem was that a domain...tommi@chromium.org2010-01-211-18/+42
* Remove support for filtering by MIME-type.jochen@chromium.org2010-01-201-1/+1
* Attempt 2 at landing this.ananta@chromium.org2010-01-081-5/+32
* Reason:tyoshino@chromium.org2010-01-081-32/+5
* Deleting cookies by setting the expires attribute on them with an empty value...ananta@chromium.org2010-01-081-5/+32
* Authorization headers set using XHR with ChromeFrame were stripped in the out...ananta@chromium.org2009-12-281-1/+0
* The ChromeFrame net tests randomly crash in the url request redirect tests on...ananta@chromium.org2009-12-111-0/+7
* ChromeFrame's host network stack implementation for IE full tab mode implicit...ananta@chromium.org2009-11-241-14/+6
* ChromeFrame HTTP requests would randomly fail if we navigated to multiple HTT...ananta@chromium.org2009-11-111-4/+10
* Amit, please review everything.ananta@chromium.org2009-11-071-1/+9
* Basic wiring to enable downloads for CF's host browser network stack. A nota...tommi@chromium.org2009-11-071-19/+17
* The URLRequestAutomationJob object which needs to route HTTP requests to the ...ananta@chromium.org2009-11-061-50/+48
* Fifth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-031-2/+1
* Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ...ananta@chromium.org2009-10-231-1/+15
* Set os_error to net::ERR_ABORTED instead of 0 or net::ERR_FAILED whenwtc@chromium.org2009-10-171-1/+1
* Retry that check for nullness in url request automation job.tommi@chromium.org2009-09-171-2/+7
* revert bad merge.tommi@chromium.org2009-09-171-3/+2
* Fix a dlog that could dereference a null pointer.tommi@chromium.org2009-09-171-2/+3
* Supressing the referrer header in the automation url request job when going f...tommi@chromium.org2009-09-101-4/+15
* Split ExtraRequestInfo out of ResourceDispatcherHost so it isn't cluttering upbrettw@chromium.org2009-09-021-4/+5
* Explicitly including the redirect status with the AutomationURLResponse info.tommi@chromium.org2009-08-311-3/+12
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-1/+1
* Sanitizing the referrer header before starting the automation request.TEST=Ru...tommi@chromium.org2009-08-311-1/+11
* We should only handle http and https in the URL job created to enable automat...ananta@chromium.org2009-08-211-9/+11
* The HTTP response headers coming back from the automation URL job need to be ...ananta@chromium.org2009-08-201-2/+3
* Added support for the URLRequestAutomationJob object which issues HTTP reques...ananta@chromium.org2009-08-121-13/+30
* The UrlRequestAutomationJob::GetResponseInfo function needs to return a valid...ananta@chromium.org2009-08-071-1/+16
* Adding outbound header filtering to automation HTTP requests.robertshield@chromium.org2009-07-311-2/+30
* Cause POST data to be marhsaled across the automation interface when using Au...robertshield@chromium.org2009-07-291-1/+2
* There are instances where the URLRequestAutomationJob::Kill() function can ge...ananta@chromium.org2009-07-281-2/+4
* Navigation and cookies for Automationamit@chromium.org2009-07-281-1/+27
* A prototype of resource loading through automationamit@chromium.org2009-07-091-0/+289