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
*
base: Move StringSplitAlongWhitespace to string_split.h
tfarina@chromium.org
2010-11-15
6
-105
/
+104
*
No need to include all of Cocoa, just pull in Foundation.
thomasvl@chromium.org
2010-11-15
1
-1
/
+1
*
Put the parentheses back where they belong in time_mac.cc. This will allow
mark@chromium.org
2010-11-15
1
-2
/
+2
*
No need to include all of carbon, just need CoreFoundation, and impl gets tha...
thomasvl@chromium.org
2010-11-15
2
-2
/
+1
*
Mac: Let out-of-process tests run in bundled mode for their whole lifetime.
thakis@chromium.org
2010-11-15
3
-2
/
+27
*
Pickle: handle invalid data on 64 bit systems.
rvargas@google.com
2010-11-15
3
-4
/
+49
*
Remove an unneeded Mac include.
thomasvl@chromium.org
2010-11-15
1
-1
/
+1
*
Reverted because openssl_helper needs to build even on non-openssl builds
joth@chromium.org
2010-11-15
1
-0
/
+26
*
Simplify gyp files by adding a global glob for openssl/nss
joth@chromium.org
2010-11-15
1
-26
/
+0
*
base: Get rid of 'using' declaration of StringAppendF.
tfarina@chromium.org
2010-11-15
1
-2
/
+0
*
Attempt to reland http://codereview.chromium.org/4928002/
tommi@chromium.org
2010-11-15
2
-4
/
+42
*
Revert 66088 - Changing the installer switches from wchar_t[] to char[].
tommi@chromium.org
2010-11-15
2
-42
/
+4
*
Changing the installer switches from wchar_t[] to char[].
tommi@chromium.org
2010-11-14
2
-4
/
+42
*
Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi...
willchan@chromium.org
2010-11-13
7
-149
/
+26
*
Apparently we weren't running this unittest.
abarth@chromium.org
2010-11-13
2
-1
/
+2
*
linux: fix cache corruption when using multiple --user-data-dir
evan@chromium.org
2010-11-13
2
-0
/
+13
*
ThreadRestrictions: mark library loading functions as doing IO
evan@chromium.org
2010-11-12
4
-1
/
+11
*
Disallow Singleton and LazyInstance on non-joinable threads.
willchan@chromium.org
2010-11-12
7
-26
/
+149
*
NaCl base bringup.
abarth@chromium.org
2010-11-12
1
-3
/
+6
*
NaCl bringup of base.
abarth@chromium.org
2010-11-12
1
-1
/
+7
*
touchui: First pass at XInput2 message pump.
sadrul@chromium.org
2010-11-12
2
-1
/
+164
*
Implements encryptor_openssl.cc
joth@chromium.org
2010-11-12
7
-22
/
+230
*
Revert 65938 (arm compile fail) - touchui: First pass at XInput2 message pump.
sadrul@chromium.org
2010-11-12
2
-164
/
+1
*
touchui: First pass at XInput2 message pump.
sadrul@chromium.org
2010-11-12
2
-1
/
+164
*
implement openssl symmetric key
joth@chromium.org
2010-11-12
6
-86
/
+185
*
Bring up IPC in NaCl.
abarth@chromium.org
2010-11-12
2
-1
/
+12
*
Revert "touchui: First pass at XInput2 message pump."
evan@chromium.org
2010-11-12
2
-164
/
+1
*
touchui: First pass at XInput2 message pump.
sadrul@chromium.org
2010-11-12
2
-1
/
+164
*
Move base::ThreadLocalPlatform to base::internal::ThreadLocalPlatform.
willchan@chromium.org
2010-11-11
3
-5
/
+18
*
Adding CHECKs to troubleshoot the crash issue intuple.h/browser_render_proces...
oshima@chromium.org
2010-11-10
1
-0
/
+7
*
Convert some DCHECKs to DCHECK_EQ.
thestig@chromium.org
2010-11-10
1
-6
/
+6
*
Include the Version class in the 64 bit version of base. This is needed so th...
robertshield@chromium.org
2010-11-10
2
-4
/
+4
*
Implement a new process type for running PPAPI plugins. The process itself is
brettw@chromium.org
2010-11-10
3
-13
/
+69
*
Make Singleton::OnExit explicity not-threadsafe
timurrrr@chromium.org
2010-11-09
1
-3
/
+5
*
base: Remove 'using' declaration of SStringPrintf.
tfarina@chromium.org
2010-11-08
1
-1
/
+0
*
Erase base/move. The pattern we use is pass by const ref and this is confusin...
brettw@chromium.org
2010-11-08
2
-56
/
+0
*
Fix typos in comments
jar@chromium.org
2010-11-08
1
-14
/
+13
*
Removed few unused lines.
neb@chromium.org
2010-11-08
1
-1
/
+0
*
Switch to using TimeTicks rather than Time in message loops
jar@chromium.org
2010-11-06
13
-46
/
+57
*
Move Windows-specific Event Tracing for Windows implementation to base/win.
siggi@chromium.org
2010-11-06
15
-37
/
+88
*
[Mac] Use Linux WorkerPool code.
shess@chromium.org
2010-11-05
5
-1
/
+63
*
Disable WaitableEventWatcherTest.DeleteUnder on win.
mattm@chromium.org
2010-11-05
1
-1
/
+7
*
Implementation of single-module-per-logon-session-per-profile implementation ...
robertshield@chromium.org
2010-11-05
2
-2
/
+31
*
Fix compile with 10.6 SDK
jrg@chromium.org
2010-11-05
1
-0
/
+1
*
Try to improve message_loop efficiency when backlogged
jar@chromium.org
2010-11-04
2
-4
/
+17
*
Revert 65010 - Adding OOM priority management for renderers on ChromeOS.
gspencer@chromium.org
2010-11-04
1
-1
/
+1
*
Turn on file access checks on Win.
jam@chromium.org
2010-11-04
6
-2
/
+116
*
Integrate ETW with VLOG logging.
siggi@chromium.org
2010-11-04
7
-77
/
+165
*
Adding OOM priority management for renderers on ChromeOS.
gspencer@chromium.org
2010-11-04
1
-1
/
+1
*
linux: include linux/nfs_fs.h for NFS superblock magic
evan@chromium.org
2010-11-04
1
-1
/
+1
[next]