summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/url_request_automation_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-151-1/+1
* Add ResourceRequestInfo.darin@chromium.org2012-03-071-16/+13
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-2/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Update automation messages to use the new way of declaring message structs, t...jam@chromium.org2011-10-211-8/+8
* base::Bind: Cleanup in automation.jhawkins@chromium.org2011-10-171-8/+7
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-3/+3
* GTTF: Use IPC_BEGIN_MESSAGE_MAP_EX everywhere in the automation framework.phajdan.jr@chromium.org2011-07-291-2/+9
* Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor.willchan@chromium.org2011-07-191-2/+2
* Stop calls to InfoForRequest() and RenderViewForRequest() by TaskManager from...wez@chromium.org2011-07-121-3/+2
* Revert 90354 - Revert 90352 - Move Referer header to extra_headers fieldbattre@chromium.org2011-06-271-0/+1
* Revert 90352 - Move Referer header to extra_headers fieldbattre@chromium.org2011-06-241-1/+0
* Move Referer header to extra_headers fieldbattre@chromium.org2011-06-241-0/+1
* Fix a crash in the Chrome browser process which occurs while servicing Chrome...ananta@chromium.org2011-05-111-8/+6
* Fix for the URLRequestTestHTTP.NetworkDelegateTunnelConnectionFailed net test...ananta@chromium.org2011-04-271-1/+3
* Remove Gears from Chrome.aa@chromium.org2011-03-111-6/+0
* Update a bunch of files to the new location of browser_thread.hjam@chromium.org2011-03-011-4/+4
* Fix for the HTTPSGetTest and GetTest net test failures with ChromeFrame. Thes...ananta@chromium.org2011-02-241-0/+6
* Begin the DCHECK() cleanup. Starting off with /src/chrome/a* and /src/chrome/...rsesek@chromium.org2011-02-171-1/+1
* Support XHR upload event notifications in Chromeframe. We don't get increment...ananta@chromium.org2011-02-081-0/+14
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-8/+9
* Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...jam@chromium.org2010-12-231-14/+10
* Remove the DCHECK in the UrlRequestautomationJob::ReadRawData function which ...ananta@chromium.org2010-12-201-1/+0
* Keep deinlining stuff.erg@google.com2010-12-151-9/+8
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-5/+6
* Use ScopedRunnableMethodFactory for URLRequestAutomationJob.willchan@chromium.org2010-12-031-6/+12
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-9/+13
* Part 2 of reapplying r64637.erg@google.com2010-11-101-1/+1
* Revert "Refactor automation messages." due to mysterious problems on mac.erg@google.com2010-11-011-1/+1
* Refactor automation messages.erg@google.com2010-11-011-1/+1
* Prevent an annoying warning from showing up in ChromeFrame runs when we don't...ananta@chromium.org2010-10-291-2/+3
* Convert LOG(INFO) to VLOG(1) - chrome/browser/automation/.pkasting@chromium.org2010-10-221-14/+14
* Refreshing pages in ChromeFrame would basically always fetch the pages from t...ananta@chromium.org2010-10-211-1/+2
* In a fake SSLInfo, set security_bits to -1 instead of 0 wtc@chromium.org2010-10-151-1/+1
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part 2:tfarina@chromium.org2010-10-061-2/+2
* Pass the accept and cache-control headers from ChromeFrame via the host netwo...ananta@chromium.org2010-10-011-2/+0
* Do not write non-toplevel POST response into the WINInet cache.stoyan@chromium.org2010-10-011-1/+10
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-0/+1
* Coverity issue 8297: Uninitialized member in url_request_automation_job.ccfinnur@chromium.org2010-07-241-0/+1
* 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