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
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix DCHECK in WebSocketExperimentTask.
ukai@chromium.org
2009-11-12
1
-4
/
+23
*
A large number of style nits in preparation for turning on automated cpplint.py.
erg@google.com
2009-11-11
2
-3
/
+3
*
WebSocket Live Experiment
ukai@chromium.org
2009-11-11
4
-37
/
+505
*
Add instrumentation to track down a crash.
eroman@chromium.org
2009-11-10
1
-3
/
+12
*
Fix various problems with inline autocomplete and URLs that change length dur...
pkasting@chromium.org
2009-11-07
3
-32
/
+15
*
Seventh patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-06
6
-12
/
+27
*
Fourth patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
9
-7
/
+16
*
Remove what appears to be an unused variable.
eroman@chromium.org
2009-11-05
2
-8
/
+4
*
Reorder the definitions in chrome_url_request_context.cc to match the declara...
eroman@chromium.org
2009-11-04
1
-316
/
+343
*
Remove the db_loop_ member variable which is a unused following r30163.
eroman@chromium.org
2009-11-03
2
-6
/
+0
*
Add a command line flag to force all network traffic through a particular ser...
mbelshe@google.com
2009-11-03
2
-5
/
+16
*
Third patch in getting rid of caching MessageLoop pointers and always using C...
jam@chromium.org
2009-11-02
5
-57
/
+51
*
Mailto links should not include mailto: when copying to the clipboard.
finnur@chromium.org
2009-10-29
1
-1
/
+4
*
WIP: websocket live experiment
ukai@chromium.org
2009-10-28
2
-0
/
+551
*
Fix for bug 10876 that resulted in some refactoring:
rolandsteiner@chromium.org
2009-10-28
1
-6
/
+2
*
Revert 30168 - Commit patch set from http://codereview.chromium.org/149796
rolandsteiner@chromium.org
2009-10-27
1
-2
/
+6
*
Commit patch set from http://codereview.chromium.org/149796
rolandsteiner@chromium.org
2009-10-27
1
-6
/
+2
*
Http cache: Handle byte range requests when there is no cache entry.
rvargas@google.com
2009-10-27
1
-1
/
+3
*
Simplify threading in browser thread by making only ChromeThread deal with di...
jam@chromium.org
2009-10-27
7
-82
/
+50
*
Remove deprecated CommandLine(std::wstring) ctor.
evan@chromium.org
2009-10-26
1
-8
/
+9
*
Refactor: Change the interface from HostResolver::DisableIPv6() to HostResolv...
eroman@chromium.org
2009-10-26
1
-2
/
+4
*
Move initialization of ChromeURLRequestContexts to the IO thread.
eroman@chromium.org
2009-10-23
9
-183
/
+785
*
Add a mechanism to disable IPv6.
eroman@chromium.org
2009-10-21
1
-0
/
+5
*
posix: ~ should be considered a path character in the omnibox
evan@chromium.org
2009-10-21
3
-1
/
+58
*
revert r29588.
estade@chromium.org
2009-10-21
3
-65
/
+32
*
SQL cookie store: Safely post to DB thread from IO thread.
estade@chromium.org
2009-10-20
3
-32
/
+65
*
Http Cache: Enable byte-range support by default.
rvargas@google.com
2009-10-16
1
-6
/
+6
*
Convert the HTTP cache to use FilePath rather than wstring for the
tony@chromium.org
2009-10-15
1
-3
/
+3
*
Move the sqlite error handler to a single location
cpu@chromium.org
2009-10-15
1
-22
/
+2
*
Use FilePath in URLRequestMocks.
evan@chromium.org
2009-10-14
5
-20
/
+23
*
More style nits.
erg@google.com
2009-10-14
3
-3
/
+3
*
Add a browser test for extensions autoupdate.
asargent@chromium.org
2009-10-14
2
-3
/
+18
*
Remove the unnecessary conversion to wstring when calling file_util::WriteFile.
evan@chromium.org
2009-10-13
1
-1
/
+1
*
Use ASCII strings for switch names.
evan@chromium.org
2009-10-13
1
-1
/
+1
*
Separate out some more ICU from base and into base/i18n.
brettw@chromium.org
2009-10-08
1
-0
/
+14
*
Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support.
rafaelw@chromium.org
2009-10-08
1
-2
/
+1
*
Loads local resources from current locale subtree if available, if not it fal...
cira@chromium.org
2009-10-07
3
-163
/
+0
*
Revert "Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. P...
rafaelw@chromium.org
2009-10-07
1
-1
/
+2
*
Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. Part 1.
rafaelw@chromium.org
2009-10-07
1
-2
/
+1
*
This reverts: HTML Pack Extension Dialog / Linux & Mac Packaging Support.
rafaelw@chromium.org
2009-10-07
1
-1
/
+2
*
HTML Pack Extension Dialog. This removes the views implementation of the Exte...
rafaelw@chromium.org
2009-10-07
1
-2
/
+1
*
Move the clipboard stuff out of base and into app/clipboard. I renamed
brettw@chromium.org
2009-10-03
2
-0
/
+51
*
Convert history to use new sql wrappers. Enhance wrappers in several ways to
brettw@chromium.org
2009-10-02
1
-1
/
+1
*
Add UMA histograms for sqlite errors
cpu@chromium.org
2009-10-02
1
-0
/
+23
*
Ensure ChromeURLRequestContext finds out first about extension loading.
rafaelw@chromium.org
2009-10-01
2
-33
/
+15
*
Use a helper to facilitate reading a file on a background thread.
darin@chromium.org
2009-09-29
3
-0
/
+163
*
Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...
pkasting@chromium.org
2009-09-29
1
-1
/
+1
*
Add a very basic test for FTP directory listing, browser side.
phajdan.jr@chromium.org
2009-09-23
1
-0
/
+23
*
Fix appcache_service and request_context referencing.
michaeln@google.com
2009-09-22
2
-21
/
+44
*
Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness.
phajdan.jr@chromium.org
2009-09-21
3
-0
/
+65
[next]