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
*
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
*
Convert the sqlite cookie database and web database to use the new sqlite
brettw@chromium.org
2009-09-15
4
-5
/
+505
*
Do not send or store cookies for extensions autoupdate http requests.
asargent@chromium.org
2009-09-12
2
-0
/
+7
*
Rename X-Force-TLS to Strict-Transport-Security.
abarth@chromium.org
2009-09-05
1
-2
/
+2
*
This CL changes the CookieStore obect to be a refcounted object to get a bett...
ananta@chromium.org
2009-09-05
2
-20
/
+12
*
Plumb request interception into the appcache library for both chrome and test...
michaeln@google.com
2009-09-01
2
-0
/
+12
*
Replace the RenderProcessHost.PID function that returns the OS-generated
brettw@chromium.org
2009-08-31
2
-0
/
+82
*
Linux: get GNOME or KDE proxy settings.
mdm@chromium.org
2009-08-28
1
-1
/
+2
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
2
-5
/
+1
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
2
-1
/
+5
*
Revert r24606-24607. The tree didn't like them. :(
phajdan.jr@chromium.org
2009-08-27
3
-65
/
+0
*
Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness.
phajdan.jr@chromium.org
2009-08-27
3
-0
/
+65
*
Http cache: Enable experimental support for byte range requests.
rvargas@google.com
2009-08-24
1
-1
/
+13
*
Revert cl 24015
rvargas@google.com
2009-08-21
1
-13
/
+1
*
Http cache: Enable experimental support for byte range requests.
rvargas@google.com
2009-08-21
1
-1
/
+13
*
Cleanups for SSLConfigService and SSLConfigServiceManager.
mattm@chromium.org
2009-08-21
4
-49
/
+14
*
Load extensions that have their manifest in the Prefs on the UI thread.
mpcomplete@chromium.org
2009-08-21
1
-9
/
+6
*
Send notice for blackisted non-visual resources
idanan@chromium.org
2009-08-21
1
-1
/
+12
*
Revert "Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test...
phajdan.jr@chromium.org
2009-08-20
3
-65
/
+0
*
Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness.
phajdan.jr@chromium.org
2009-08-20
3
-0
/
+65
*
Check for NULL Profile::GetDefaultRequestContext().
ericroman@google.com
2009-08-20
2
-10
/
+29
*
Make new FTP the default on Windows. Use the --wininet-ftp
wtc@chromium.org
2009-08-20
1
-8
/
+7
*
Pref-backed SSLConfigService for Linux.
mattm@chromium.org
2009-08-19
5
-1
/
+269
[next]