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
/
common
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved URLRequestContextGetter to net/ so it can be used by projects such as j...
sanjeevr@chromium.org
2011-03-31
9
-122
/
+21
*
Rename URLRequestContextGetter::GetCookieStore() --> DONTUSEME_GetCookieStore...
eroman@chromium.org
2011-03-30
2
-6
/
+7
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
7
-7
/
+7
*
Add an opt-out header for HTTP throttling. Never throttle for localhost.
joi@chromium.org
2011-03-25
1
-15
/
+23
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-03-24
1
-1
/
+2
*
Fix nits and comment typos. Add 'virtual' to URLFetcher::Core destructor
wtc@chromium.org
2011-03-23
2
-8
/
+9
*
Added a GaiaOAuthClient class to deal with getting and refreshing OAuth2 toke...
sanjeevr@chromium.org
2011-03-22
3
-0
/
+544
*
Extracting core back-off logic into a separate class,
joi@chromium.org
2011-03-17
1
-5
/
+5
*
Remove Gears from Chrome.
aa@chromium.org
2011-03-11
3
-314
/
+0
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
2
-3
/
+3
*
Put Filter into namespace net.
adamk@chromium.org
2011-03-08
2
-5
/
+6
*
Fix URLFetcher::CancelAll().
willchan@chromium.org
2011-03-08
3
-32
/
+85
*
Force sync integration try jobs on patches that touch sync dependencies
rsimha@chromium.org
2011-03-08
1
-0
/
+13
*
Move socket stream messages to content, in preparation for moving its dispatc...
jam@chromium.org
2011-03-05
1
-15
/
+0
*
Add a declared destructor as suggested by Clang builder.
satish@chromium.org
2011-03-04
2
-0
/
+4
*
Stream speech audio to server as it gets recorded, instead of waiting until e...
satish@chromium.org
2011-03-04
2
-1
/
+19
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
2
-23
/
+16
*
Revert "Add chunked uploads support to SPDY"
satish@chromium.org
2011-03-04
2
-16
/
+23
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
2
-23
/
+16
*
Fix some of the more common chromium-style errors on the mac clang builder.
erg@google.com
2011-02-16
2
-24
/
+36
*
[Sync] Add more conversions to Value for sync types
akalin@chromium.org
2011-02-10
3
-48
/
+200
*
Revert 74489 - [Sync] Add more conversions to Value for sync types
akalin@chromium.org
2011-02-10
3
-200
/
+48
*
[Sync] Add more conversions to Value for sync types
akalin@chromium.org
2011-02-10
3
-48
/
+200
*
More out-of-lining of test code, along with a bunch of GMOCK objects.
erg@google.com
2011-02-08
2
-2
/
+12
*
Add the include <iterator> or change the usage of back_inserter to avoid comp...
jeanluc@chromium.org
2011-01-30
1
-1
/
+1
*
Part 1 of repairing regressions to my old clang check plugins so Nico can
erg@google.com
2011-01-27
2
-18
/
+39
*
Clean up net unit testing code.
erg@google.com
2011-01-26
1
-2
/
+2
*
Revert "Clean up net unit testing code." since it breaks the shlib builder.
erg@google.com
2011-01-25
1
-1
/
+1
*
Clean up net unit testing code.
erg@google.com
2011-01-25
1
-1
/
+1
*
Disable tests that sporadically got SIGSEGV on MAC; tag them with bug number.
dilmah@chromium.org
2011-01-25
1
-4
/
+24
*
Prototype of chunked transfer encoded POST.
satish@chromium.org
2011-01-25
2
-3
/
+69
*
mark tests flaky
dilmah@chromium.org
2011-01-24
1
-4
/
+4
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
2
-2
/
+2
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
2
-2
/
+1
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-1
/
+1
*
If user had consented for metrics reporting, send speech input request origin...
satish@chromium.org
2011-01-20
2
-0
/
+10
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
3
-8
/
+8
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
7
-85
/
+94
*
Chromium build failed with heap leak checker, or configured with
tony@chromium.org
2011-01-13
1
-0
/
+1
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
3
-13
/
+13
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
1
-1
/
+1
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
2
-2
/
+2
*
Move directory code from chrome/service to chrome/browser.
sergeyu@chromium.org
2010-12-23
1
-1
/
+2
*
Cleanup: Remove unneeded includes of notification_service.h.
thestig@chromium.org
2010-12-17
1
-2
/
+4
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
2
-3
/
+3
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
2
-7
/
+14
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
1
-6
/
+6
*
Stop using adding refcounts to some URLRequestJob subtypes.
willchan@chromium.org
2010-12-03
2
-3
/
+10
*
[ChromeOS] Make GaiaAutheFetcher parsing logic default to service_unavailable
cmasone@chromium.org
2010-12-02
3
-2
/
+28
*
Fixed a bug with URLFetcher where retrying the request would append the new r...
sanjeevr@chromium.org
2010-12-01
2
-0
/
+54
[next]