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
/
base.gypi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update dynamic annotations and move them to base/third_party
timurrrr@chromium.org
2010-05-14
1
-2
/
+37
*
Divert TRACE_EVENT macros to use Event Tracing for Windows on Windows builds.
siggi@chromium.org
2010-05-07
1
-0
/
+2
*
Fix the dynamic_annotations build issues on Windows
timurrrr@chromium.org
2010-05-07
1
-2
/
+2
*
Created a stock implementation of the MessageLoopProxy interface than can be ...
sanjeevr@chromium.org
2010-05-06
1
-0
/
+2
*
Move common code into process_util.cc.
maruel@chromium.org
2010-04-29
1
-0
/
+1
*
Created a MessageLoopProxy interface. This provides a thread-safe refcounted ...
sanjeevr@chromium.org
2010-04-29
1
-0
/
+1
*
bsd: refactor XDG bits of linux_util into a shared file.
evan@chromium.org
2010-04-22
1
-2
/
+6
*
bsd: move POSIXy functions back into file_util_posix
evan@chromium.org
2010-04-21
1
-1
/
+0
*
Refactor FileVersionInfo into an interface with platform implementations.
tony@chromium.org
2010-04-14
1
-2
/
+4
*
Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...
thestig@chromium.org
2010-04-03
1
-8
/
+10
*
Move allocator dependency to base for profiler.cc.
mmoss@google.com
2010-04-02
1
-0
/
+6
*
Move the Nigori classes from base to sync.
albertb@chromium.org
2010-04-01
1
-2
/
+0
*
Solaris: various edits towards compiling Chromium on Solaris. Changed __Solar...
evan@chromium.org
2010-04-01
1
-2
/
+10
*
First pass of a Nigori implementation for Chrome. Only unassisted key
albertb@chromium.org
2010-03-31
1
-0
/
+2
*
Implement random key generation and AES encryption using NSS.
albertb@chromium.org
2010-03-25
1
-4
/
+4
*
Allowing MSI mode detection to work from the master preferences file.
robertshield@chromium.org
2010-03-22
1
-2
/
+2
*
PBKDF2 implemetation using NSS.
albertb@chromium.org
2010-03-22
1
-0
/
+8
*
Notification for battery with <= 15 minutes remaining.
seanparent@google.com
2010-03-19
1
-0
/
+1
*
Move FileWatcher from src/base/ to src/chrome/browser/ and switch
tony@chromium.org
2010-03-15
1
-22
/
+0
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
1
-6
/
+0
*
POSIX: don't allocate memory after forking.
agl@chromium.org
2010-03-11
1
-0
/
+3
*
Revert "POSIX: don't allocate memory after forking."
agl@chromium.org
2010-03-10
1
-3
/
+0
*
POSIX: don't allocate memory after forking.
agl@chromium.org
2010-03-10
1
-0
/
+3
*
BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUX
pvalchev@google.com
2010-03-10
1
-3
/
+3
*
Move wtl from chrome/third_party to third_party/. This
tony@chromium.org
2010-03-09
1
-1
/
+1
*
Add a FileWatcher to base/.
tony@chromium.org
2010-03-09
1
-0
/
+22
*
Merge the LINUX_TC_MALLOC #define with the existing TC_MALLOC #define.
thestig@chromium.org
2010-02-26
1
-3
/
+3
*
I just put the code that does not compile on ARM. Trybots will fail because I...
apatrick@chromium.org
2010-02-24
1
-0
/
+1
*
Add '-ldl' to Linux targets that use dynamic loader functions.
mmoss@google.com
2010-02-23
1
-0
/
+2
*
Move deprecated file_util declarations into a separate file.
evan@chromium.org
2010-02-23
1
-0
/
+1
*
Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.
apatrick@chromium.org
2010-02-20
1
-1
/
+0
*
GPU plugin forwards repaint events to Pepper plugin.
apatrick@chromium.org
2010-02-20
1
-0
/
+1
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
*
Set chromium_code = 0 on base.gyp:symbolize and base.gyp:xdg_mime.
mark@chromium.org
2010-02-16
1
-2
/
+6
*
Remove DirectoryWatcher and the only thing using it.
phajdan.jr@chromium.org
2010-02-09
1
-22
/
+0
*
linux: build with -Wextra
evan@chromium.org
2010-02-05
1
-1
/
+7
*
Sandbox: Finish the interception manager support for x64.
rvargas@google.com
2010-02-04
1
-2
/
+2
*
linux: split xdg_mime into a separate target
evan@chromium.org
2010-02-03
1
-18
/
+26
*
Use nss_util.{h,cc} also on Windows. On Windows, NSS is
wtc@chromium.org
2010-01-27
1
-8
/
+15
*
Import google-glog's Symbolize() and use it in debug_util_posix.cc.
satorux@chromium.org
2010-01-26
1
-0
/
+19
*
OpenBSD/FreeBSD ifdefs and GYP changes for base/
pvalchev@google.com
2010-01-25
1
-1
/
+1
*
Revert 36997 - Import googleglog's Symbolize() and use it in debug_util_posix...
satorux@chromium.org
2010-01-25
1
-19
/
+0
*
Import google-glog's Symbolize() and use it in debug_util_posix.cc.
satorux@chromium.org
2010-01-25
1
-0
/
+19
*
Move two generic string split functions from sync API to their own API in bas...
timsteele@google.com
2010-01-21
1
-0
/
+2
*
Linux: Add Certificate Info dialog (part 1)
mattm@chromium.org
2010-01-14
1
-4
/
+4
*
Mac: Other approach for IPCing child task_ts.
thakis@chromium.org
2010-01-12
1
-0
/
+2
*
official build and buildbots are now chromeos=1
oshima@chromium.org
2010-01-09
1
-1
/
+1
*
Changes to base/ from a combination of FreeBSD and OpenBSD patches.
evan@chromium.org
2009-12-29
1
-6
/
+13
*
Add a change that was supposed to be part of the previous CL - see http://cod...
gregoryd@google.com
2009-12-22
1
-1
/
+1
*
Make ProcessWatcher use kqueues on Mac.
jeremy@chromium.org
2009-12-15
1
-1
/
+0
[next]