index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
automation
/
url_request_automation_job.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .
erikwright@chromium.org
2012-03-15
1
-1
/
+1
*
Add ResourceRequestInfo.
darin@chromium.org
2012-03-07
1
-16
/
+13
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
1
-1
/
+1
*
Move RenderWidgetHost and RenderViewHost interfaces to their own files.
joi@chromium.org
2012-03-06
1
-2
/
+2
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+1
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
Update automation messages to use the new way of declaring message structs, t...
jam@chromium.org
2011-10-21
1
-8
/
+8
*
base::Bind: Cleanup in automation.
jhawkins@chromium.org
2011-10-17
1
-8
/
+7
*
net: Rename URLRequestStatus::os_error_.
tfarina@chromium.org
2011-09-08
1
-3
/
+3
*
GTTF: Use IPC_BEGIN_MESSAGE_MAP_EX everywhere in the automation framework.
phajdan.jr@chromium.org
2011-07-29
1
-2
/
+9
*
Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor.
willchan@chromium.org
2011-07-19
1
-2
/
+2
*
Stop calls to InfoForRequest() and RenderViewForRequest() by TaskManager from...
wez@chromium.org
2011-07-12
1
-3
/
+2
*
Revert 90354 - Revert 90352 - Move Referer header to extra_headers field
battre@chromium.org
2011-06-27
1
-0
/
+1
*
Revert 90352 - Move Referer header to extra_headers field
battre@chromium.org
2011-06-24
1
-1
/
+0
*
Move Referer header to extra_headers field
battre@chromium.org
2011-06-24
1
-0
/
+1
*
Fix a crash in the Chrome browser process which occurs while servicing Chrome...
ananta@chromium.org
2011-05-11
1
-8
/
+6
*
Fix for the URLRequestTestHTTP.NetworkDelegateTunnelConnectionFailed net test...
ananta@chromium.org
2011-04-27
1
-1
/
+3
*
Remove Gears from Chrome.
aa@chromium.org
2011-03-11
1
-6
/
+0
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-4
/
+4
*
Fix for the HTTPSGetTest and GetTest net test failures with ChromeFrame. Thes...
ananta@chromium.org
2011-02-24
1
-0
/
+6
*
Begin the DCHECK() cleanup. Starting off with /src/chrome/a* and /src/chrome/...
rsesek@chromium.org
2011-02-17
1
-1
/
+1
*
Support XHR upload event notifications in Chromeframe. We don't get increment...
ananta@chromium.org
2011-02-08
1
-0
/
+14
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
1
-8
/
+9
*
Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...
jam@chromium.org
2010-12-23
1
-14
/
+10
*
Remove the DCHECK in the UrlRequestautomationJob::ReadRawData function which ...
ananta@chromium.org
2010-12-20
1
-1
/
+0
*
Keep deinlining stuff.
erg@google.com
2010-12-15
1
-9
/
+8
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
1
-5
/
+6
*
Use ScopedRunnableMethodFactory for URLRequestAutomationJob.
willchan@chromium.org
2010-12-03
1
-6
/
+12
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-9
/
+13
*
Part 2 of reapplying r64637.
erg@google.com
2010-11-10
1
-1
/
+1
*
Revert "Refactor automation messages." due to mysterious problems on mac.
erg@google.com
2010-11-01
1
-1
/
+1
*
Refactor automation messages.
erg@google.com
2010-11-01
1
-1
/
+1
*
Prevent an annoying warning from showing up in ChromeFrame runs when we don't...
ananta@chromium.org
2010-10-29
1
-2
/
+3
*
Convert LOG(INFO) to VLOG(1) - chrome/browser/automation/.
pkasting@chromium.org
2010-10-22
1
-14
/
+14
*
Refreshing pages in ChromeFrame would basically always fetch the pages from t...
ananta@chromium.org
2010-10-21
1
-1
/
+2
*
In a fake SSLInfo, set security_bits to -1 instead of 0
wtc@chromium.org
2010-10-15
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part19:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part 2:
tfarina@chromium.org
2010-10-06
1
-2
/
+2
*
Pass the accept and cache-control headers from ChromeFrame via the host netwo...
ananta@chromium.org
2010-10-01
1
-2
/
+0
*
Do not write non-toplevel POST response into the WINInet cache.
stoyan@chromium.org
2010-10-01
1
-1
/
+10
*
FBTF: Move a bunch of code to the headers and remove includes.
erg@google.com
2010-09-22
1
-0
/
+1
*
Coverity issue 8297: Uninitialized member in url_request_automation_job.cc
finnur@chromium.org
2010-07-24
1
-0
/
+1
*
ChromeFrame should allow conditional HTTP headers like if_match, if_modified_...
ananta@chromium.org
2010-06-16
1
-5
/
+0
*
Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.
willchan@chromium.org
2010-05-06
1
-12
/
+19
*
Avoid unregistering automation job twice.
stoyan@chromium.org
2010-03-08
1
-5
/
+0
*
ChromeFrame should honor the host browser's cookie policy. To achieve this we...
ananta@chromium.org
2010-03-02
1
-112
/
+0
*
Fix a Chrome crash caused in a ChromeFrame instance in the automation job use...
ananta@chromium.org
2010-02-15
1
-7
/
+7
*
Fix a Chrome crash which occurs in a ChromeFrame instance while servicing a r...
ananta@chromium.org
2010-02-10
1
-5
/
+38
*
Revert 38001 and 38002.
darin@chromium.org
2010-02-03
1
-17
/
+12
*
Back out trunk r37998.
mark@chromium.org
2010-02-03
1
-12
/
+17
[next]