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
*
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
*
Modify CookiePolicy to work asynchronously
darin@chromium.org
2010-02-03
1
-17
/
+12
*
DevTools: CookieMonster::GetRawCookies should return keys as well as cookies.
pfeldman@chromium.org
2010-02-03
1
-4
/
+4
*
If the URLRequestContext has no CookiePolicy, then we should
darin@chromium.org
2010-01-30
1
-6
/
+5
*
Changes to support new cookie policy.
darin@chromium.org
2010-01-30
1
-3
/
+5
*
In IE8 new windows opened within ChromeFrame via window.open calls at times b...
ananta@chromium.org
2010-01-30
1
-10
/
+43
*
Fix for FullTabModeIE_ChromeFrameDeleteCookieTest and issues with deleting pe...
tommi@chromium.org
2010-01-22
1
-1
/
+25
*
Fix FullTabModeIE_ChromeFrameDeleteCookieTest. The problem was that a domain...
tommi@chromium.org
2010-01-21
1
-18
/
+42
*
Remove support for filtering by MIME-type.
jochen@chromium.org
2010-01-20
1
-1
/
+1
*
Attempt 2 at landing this.
ananta@chromium.org
2010-01-08
1
-5
/
+32
*
Reason:
tyoshino@chromium.org
2010-01-08
1
-32
/
+5
*
Deleting cookies by setting the expires attribute on them with an empty value...
ananta@chromium.org
2010-01-08
1
-5
/
+32
*
Authorization headers set using XHR with ChromeFrame were stripped in the out...
ananta@chromium.org
2009-12-28
1
-1
/
+0
*
The ChromeFrame net tests randomly crash in the url request redirect tests on...
ananta@chromium.org
2009-12-11
1
-0
/
+7
*
ChromeFrame's host network stack implementation for IE full tab mode implicit...
ananta@chromium.org
2009-11-24
1
-14
/
+6
*
ChromeFrame HTTP requests would randomly fail if we navigated to multiple HTT...
ananta@chromium.org
2009-11-11
1
-4
/
+10
*
Amit, please review everything.
ananta@chromium.org
2009-11-07
1
-1
/
+9
*
Basic wiring to enable downloads for CF's host browser network stack. A nota...
tommi@chromium.org
2009-11-07
1
-19
/
+17
*
The URLRequestAutomationJob object which needs to route HTTP requests to the ...
ananta@chromium.org
2009-11-06
1
-50
/
+48
*
Fifth patch in getting rid of caching MessageLoop pointers.
jam@chromium.org
2009-11-03
1
-2
/
+1
*
Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ...
ananta@chromium.org
2009-10-23
1
-1
/
+15
*
Set os_error to net::ERR_ABORTED instead of 0 or net::ERR_FAILED when
wtc@chromium.org
2009-10-17
1
-1
/
+1
*
Retry that check for nullness in url request automation job.
tommi@chromium.org
2009-09-17
1
-2
/
+7
[next]