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
*
Create a base_static library with files that should not
rvargas@google.com
2011-04-04
1
-9
/
+6
*
Fix nss-specific settings in base.gypi
akalin@chromium.org
2011-03-30
1
-0
/
+6
*
Roll to a version of LevelDB that doesn't depend on the old ref_counted.h and...
jorlow@chromium.org
2011-03-30
1
-1
/
+0
*
Base: Last set of files to use BASE_API (for base.dll)
rvargas@google.com
2011-03-28
1
-0
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-19
/
+21
*
Base: First pass at having base.dll: definition of
rvargas@google.com
2011-03-22
1
-0
/
+1
*
Add an exception wrapper to the WindowProc functions so
rvargas@google.com
2011-03-17
1
-0
/
+2
*
Move FilePath <-> Value conversions into a separate file.
bauerb@chromium.org
2011-03-15
1
-2
/
+4
*
Separate GetMacSecurityServicesLock from cssm_init.h so that we can use
wtc@chromium.org
2011-03-10
1
-0
/
+4
*
Modify ThreadChecker and NonThreadSafe so that their
joi@chromium.org
2011-03-03
1
-2
/
+4
*
Callback support for __fastcall and __stdcall functions.
ajwong@chromium.org
2011-02-27
1
-0
/
+1
*
Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...
ajwong@chromium.org
2011-02-18
1
-1
/
+2
*
Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> cal...
ajwong@chromium.org
2011-02-18
1
-2
/
+1
*
Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...
ajwong@chromium.org
2011-02-18
1
-1
/
+2
*
detect cpu feature for all x64 and x86 platforms (no longer windows only).
jiesun@chromium.org
2011-02-16
1
-1
/
+0
*
Unified callback system based on tr1::function/tr1::bind and Google's interna...
ajwong@chromium.org
2011-02-15
1
-0
/
+5
*
Added command line switches and UI (controlled via a build option)
davemoore@chromium.org
2011-02-01
1
-0
/
+2
*
Remove obsolete files from 'sources'. This causes needless work on incrementa...
jeanluc@chromium.org
2011-01-31
1
-1
/
+0
*
Revert 73121 - Remove obsolete files from 'sources'. This causes needless wo...
nsylvain@chromium.org
2011-01-31
1
-0
/
+1
*
Remove obsolete files from 'sources'. This causes needless work on increment...
jeanluc@chromium.org
2011-01-30
1
-1
/
+0
*
Move some mac_util functions into foundation_util.
rohitrao@chromium.org
2011-01-28
1
-0
/
+2
*
Renames secure_hash.cc to secure_hash_default.cc
bulach@chromium.org
2011-01-28
1
-2
/
+2
*
Renames secure_hash_nss.cc to secure_hash.cc
bulach@chromium.org
2011-01-27
1
-2
/
+2
*
Abstracts SHA256 context for NSS / OpenSSL.
bulach@chromium.org
2011-01-27
1
-0
/
+5
*
Cleanup for r71281: replace usage of "pk11" with "pkcs11" or "crypto module",...
mattm@chromium.org
2011-01-19
1
-1
/
+1
*
Clean up threading model of external extension providers
gfeher@chromium.org
2011-01-14
1
-2
/
+0
*
NSS: PKCS 11 password prompt.
mattm@chromium.org
2011-01-13
1
-0
/
+1
*
Start sorting methods in class declarations.
erg@google.com
2011-01-07
1
-0
/
+1
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
1
-8
/
+8
*
Move base/lock and base/condition_variable to base/synchronization/
brettw@chromium.org
2011-01-01
1
-8
/
+9
*
Move base/debug_on_start to base/debugger and rename it to be _win since it
brettw@chromium.org
2011-01-01
1
-3
/
+2
*
move base/object_watcher into base/win and add the win namespace. Fixup callers.
brettw@google.com
2011-01-01
1
-3
/
+2
*
Move base/mac_util.h to base/mac and use the base::mac namespace.
brettw@chromium.org
2011-01-01
1
-2
/
+2
*
Remove base/debug_util. Move the debug UI related functions to base/debug/deb...
brettw@google.com
2011-01-01
1
-3
/
+2
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
1
-3
/
+2
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-6
/
+6
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-6
/
+6
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
1
-2
/
+2
*
Move thread local stuff from base to base/threading and consistently use the
brettw@chromium.org
2010-12-30
1
-6
/
+6
*
Move some misc thread-related stuff from base to base/thread and into the base
brettw@chromium.org
2010-12-30
1
-8
/
+8
*
Move rgs_helper out of base to ceee since it's not used anywhere else.
brettw@chromium.org
2010-12-29
1
-1
/
+0
*
Move the SetProcTitle code out of base and into chrome/common. This is only
brettw@chromium.org
2010-12-29
1
-4
/
+0
*
Move data pack from base to app (it's just part of the resource bundle system).
brettw@chromium.org
2010-12-23
1
-1
/
+0
*
Move base/cocoa_protocols_mac.h to base/mac/cocoa_protocols.h
brettw@chromium.org
2010-12-23
1
-1
/
+1
*
Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c...
brettw@chromium.org
2010-12-22
1
-2
/
+0
*
Move unix domain socket support out of base and into chrome common. This is not
brettw@chromium.org
2010-12-22
1
-1
/
+0
*
Remove base/image_util. This seems not to be used anywhere.
brettw@google.com
2010-12-22
1
-3
/
+0
*
Remove WorkerPoolMac, rename WorkerPoolLinux to WorkerPoolPosix and use that ...
thakis@chromium.org
2010-12-18
1
-11
/
+2
*
Remove CrApplication dependency from base
thakis@chromium.org
2010-12-18
1
-2
/
+0
*
Switch linux OpenSSL build to use custom openssl version
joth@chromium.org
2010-12-09
1
-1
/
+1
[next]