summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/url_request_automation_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove ChromeFrame resource-related IPCs and the code which depended on them.jam@chromium.org2013-12-181-561/+0
* Provide minimal load timing info for GCF jobs.grt@chromium.org2013-08-021-0/+17
* Use a direct include of the message_loop header in chrome/browser/, part 1.avi@chromium.org2013-07-181-1/+1
* Use a direct include of time headers in chrome/browser/, part 1.avi@chromium.org2013-06-281-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-17/+20
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-2/+2
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-1/+1
* Remove URL fragment from referrer HTTP header (to comply with rfc2616) when o...mef@chromium.org2013-04-101-2/+3
* Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ...pauljensen@chromium.org2013-03-151-11/+1
* net: Make UploadDataStream independent from UploadDatahashimoto@chromium.org2012-12-111-0/+4
* net: Move ownership of UploadDataStream from URLRequestHttpJob to URLRequesthashimoto@chromium.org2012-11-281-2/+40
* Provide mutable members of UrlRequestContext via pure-virtual interface. Cre...pauljensen@chromium.org2012-11-071-6/+17
* Stop using ScopedAllowIO in content::ResourceDispatcherHostImplhashimoto@chromium.org2012-08-301-6/+6
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-4/+7
* Removed checks that verify URLRequest has a Contextshalev@chromium.org2012-08-131-15/+13
* Add const accessors to URLRequest and UploadData.vabr@chromium.org2012-07-281-1/+1
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-291-1/+2
* 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