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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-1
/
+0
*
Some additions to support symlinks better on platforms that support them.
gspencer@chromium.org
2010-11-30
7
-11
/
+78
*
Moved the calls to the MessageLoop destruction observers to after the pending...
sanjeevr@chromium.org
2010-11-30
2
-4
/
+68
*
Remove a pair of overly aggressive DCHECKs
jar@chromium.org
2010-11-29
1
-1
/
+0
*
Make base's fork of ICU macros use its internal version for one case that was
brettw@chromium.org
2010-11-29
1
-1
/
+1
*
Add a unit test for CommandLine that makes sure that GetProgram will not retu...
tommi@chromium.org
2010-11-29
1
-0
/
+19
*
Revert "base: wait for children to terminate."
agl@chromium.org
2010-11-29
1
-55
/
+43
*
base: wait for children to terminate.
agl@chromium.org
2010-11-29
1
-43
/
+55
*
Make ScopedTempDir::Delete return a bool so that its functionality can be tes...
tommi@chromium.org
2010-11-29
3
-6
/
+37
*
Check if the frame belongs to the browser tree associated with the BHO before...
siggi@chromium.org
2010-11-25
1
-0
/
+5
*
Make sure third_party/dmg_fp/dtoa.cc is compiled threadsafe.
siggi@chromium.org
2010-11-25
2
-1
/
+41
*
Fixed warning on empty --v switch (this time for reals)
akalin@chromium.org
2010-11-25
1
-5
/
+6
*
This is another try to commit OOM priority management.
gspencer@chromium.org
2010-11-24
1
-1
/
+1
*
Initial conversion of download unit test to browser test with enhanced
rdsmith@google.com
2010-11-24
2
-0
/
+66
*
Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.
jeremy@chromium.org
2010-11-24
2
-32
/
+17
*
Revert 67201 - Revert 67191 - chrome_paths: refactor and sanitize cache direc...
viettrungluu@chromium.org
2010-11-24
6
-21
/
+9
*
Revert 67191 - chrome_paths: refactor and sanitize cache directory handling
viettrungluu@chromium.org
2010-11-24
6
-9
/
+21
*
chrome_paths: refactor and sanitize cache directory handling
evan@chromium.org
2010-11-24
6
-21
/
+9
*
Revert 67175 - This change implements OOM priority management for ChromeOS
viettrungluu@chromium.org
2010-11-23
1
-1
/
+1
*
Stop using Hard Coded copies of GUID strings in RGS files.
mad@google.com
2010-11-23
2
-0
/
+90
*
This change implements OOM priority management for ChromeOS
gspencer@chromium.org
2010-11-23
1
-1
/
+1
*
Fix shutdown crash in CertVerifier by using a MessageLoopProxy.
willchan@chromium.org
2010-11-23
2
-1
/
+7
*
Revert "chrome_paths: refactor and sanitize cache directory handling"
evan@chromium.org
2010-11-23
6
-7
/
+25
*
chrome_paths: refactor and sanitize cache directory handling
evan@chromium.org
2010-11-23
6
-25
/
+7
*
Fixed logging so that vmodule works correctly again
akalin@chromium.org
2010-11-23
3
-9
/
+5
*
Add infrastructure enabling tests of installer upgrade scenarios.
grt@chromium.org
2010-11-23
1
-3
/
+3
*
Implements openssl session caching
joth@chromium.org
2010-11-23
1
-0
/
+2
*
Dynamic refresh for the silent extension install policy
gfeher@chromium.org
2010-11-23
3
-0
/
+43
*
Reconstructing 67000.
bradnelson@google.com
2010-11-23
1
-1
/
+1
*
Revert previous commit which was by accident
jabdelmalek@google.com
2010-11-23
1
-0
/
+1
*
Fix compile error on Linux
jabdelmalek@google.com
2010-11-23
1
-1
/
+0
*
Make DeleteKey support GetLastError.
tommi@chromium.org
2010-11-23
1
-1
/
+6
*
[Mac] Log registers with stackdump in debug crashes.
shess@chromium.org
2010-11-22
1
-7
/
+51
*
Switch to using kInvalidThreadId instead of 0.
willchan@chromium.org
2010-11-22
1
-2
/
+2
*
Reverting 67000.
bradnelson@google.com
2010-11-22
1
-1
/
+1
*
Switching chrome to use python26 in place of python24.
bradnelson@google.com
2010-11-22
1
-1
/
+1
*
Fix ThreadChecker to use Locks and not use scoped_ptr.
willchan@chromium.org
2010-11-21
4
-17
/
+26
*
Leak NSS to prevent shutdown crashes.
willchan@chromium.org
2010-11-21
1
-59
/
+74
*
FBTF: Remove unneeded headers from base/ (part 9)
thestig@chromium.org
2010-11-20
9
-10
/
+5
*
Fixes a crash in the Windows media player plugin caused when the Real player ...
ananta@chromium.org
2010-11-19
2
-3
/
+29
*
Reland 66791 (change was innocent)
willchan@chromium.org
2010-11-19
8
-41
/
+180
*
Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.
willchan@chromium.org
2010-11-19
8
-180
/
+41
*
Fix openssl build to work with AllowSingleton changes
joth@chromium.org
2010-11-19
1
-3
/
+16
*
Follow up comments on SymmetricKey::Import docs
joth@chromium.org
2010-11-19
1
-4
/
+4
*
Reland r65996. Disallows Singletons on non-joinable thread.
willchan@chromium.org
2010-11-19
8
-41
/
+180
*
FTP: improve character encoding detection in cases where ICU's first guess is...
phajdan.jr@chromium.org
2010-11-18
2
-5
/
+37
*
Implements Signature Creator & Verifier for openssl
joth@chromium.org
2010-11-18
10
-49
/
+149
*
Reland http://codereview.chromium.org/4139008, with a different
aa@chromium.org
2010-11-18
1
-0
/
+13
*
Add shared macros for stringizing and converting ANSI string constants
joi@chromium.org
2010-11-18
4
-1
/
+119
*
Remove a definition in a weird spot since it's only used on Solaris, which no...
thestig@chromium.org
2010-11-18
1
-8
/
+0
[next]