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
...
*
Move base/lock and base/condition_variable to base/synchronization/
brettw@chromium.org
2011-01-01
24
-239
/
+281
*
Move base/debug_on_start to base/debugger and rename it to be _win since it
brettw@chromium.org
2011-01-01
5
-16
/
+31
*
move base/object_watcher into base/win and add the win namespace. Fixup callers.
brettw@google.com
2011-01-01
7
-24
/
+32
*
Move base/mac_util.h to base/mac and use the base::mac namespace.
brettw@chromium.org
2011-01-01
7
-38
/
+41
*
Remove base/debug_util. Move the debug UI related functions to base/debug/deb...
brettw@google.com
2011-01-01
11
-60
/
+58
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
7
-16
/
+26
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
2
-27
/
+3
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
38
-50
/
+50
*
Move app/win_util to app/win and fix the namespace usage.
brettw@google.com
2010-12-31
1
-1
/
+1
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
53
-264
/
+327
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
7
-38
/
+64
*
Remove 'using' declaration of ScopedHDC from scoped_handle_win.h
tfarina@chromium.org
2010-12-31
1
-1
/
+0
*
touch: Check for NULL display.
sadrul@chromium.org
2010-12-30
1
-0
/
+6
*
Move thread local stuff from base to base/threading and consistently use the
brettw@chromium.org
2010-12-30
17
-45
/
+63
*
Fix exclusion for the worker pool posix unit test on Windows.
brettw@chromium.org
2010-12-30
1
-1
/
+1
*
Move some misc thread-related stuff from base to base/thread and into the base
brettw@chromium.org
2010-12-30
21
-94
/
+109
*
Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...
brettw@google.com
2010-12-30
4
-129
/
+4
*
Remove compat_execinfo since we no longer support Mac 10.4.
brettw@chromium.org
2010-12-30
3
-36
/
+2
*
Remove more 'using' declarations of Scoped* from scoped_handle_win.h
tfarina@chromium.org
2010-12-29
1
-3
/
+0
*
Move rgs_helper out of base to ceee since it's not used anywhere else.
brettw@chromium.org
2010-12-29
2
-90
/
+0
*
Move the SetProcTitle code out of base and into chrome/common. This is only
brettw@chromium.org
2010-12-29
5
-218
/
+9
*
base/version: remove wstring version
evan@chromium.org
2010-12-23
2
-8
/
+3
*
Update file version info/memory details/process utils to use string16.
avi@chromium.org
2010-12-23
10
-137
/
+123
*
Properly lock access to static variables.
mad@chromium.org
2010-12-23
3
-14
/
+41
*
Handle policy refresh internally in ConfigurationPolicyPrefStore.
mnissler@chromium.org
2010-12-23
3
-261
/
+1
*
Defines SSLServerSocket and implements SSLServerSocketNSS
hclam@chromium.org
2010-12-23
3
-0
/
+9
*
Move data pack from base to app (it's just part of the resource bundle system).
brettw@chromium.org
2010-12-23
6
-353
/
+0
*
Print out filename on logs instead of the entire path
akalin@chromium.org
2010-12-23
1
-1
/
+1
*
Remove the 'using' declaration of StringAppendV.
tfarina@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
2
-1
/
+1
*
Re-delete nsimage_cache_mac.* My partial revert of the original change accide...
brettw@chromium.org
2010-12-22
2
-106
/
+0
*
Revert accidental delete of compat_execinfo.
brettw@chromium.org
2010-12-22
3
-0
/
+140
*
Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c...
brettw@chromium.org
2010-12-22
4
-142
/
+0
*
Move unix domain socket support out of base and into chrome common. This is not
brettw@chromium.org
2010-12-22
3
-187
/
+0
*
Remove base/image_util. This seems not to be used anywhere.
brettw@google.com
2010-12-22
3
-142
/
+0
*
Update the time formatting APIs to use string16.
avi@chromium.org
2010-12-22
2
-20
/
+17
*
Include scoped_gdi_object.h where necessary.
tfarina@chromium.org
2010-12-22
1
-2
/
+1
*
Add BREAK_NEWLINE mode to break_iterator.cc
tsepez@chromium.org
2010-12-21
3
-41
/
+263
*
Mac: Shared and Private memory for Task Manager
sail@chromium.org
2010-12-21
1
-3
/
+123
*
add check for fAnyOperationsAborted
erikkay@chromium.org
2010-12-21
1
-0
/
+8
*
Bugfixes for recent PluginGroup refactoring.
jkummerow@chromium.org
2010-12-21
2
-0
/
+13
*
touchui: build fix for the buildbot.
sadrul@chromium.org
2010-12-20
1
-4
/
+3
*
Clean up mac_util to use CFToNSCast
dmaclach@chromium.org
2010-12-20
1
-12
/
+9
*
file_version_info was not finding Mac values correctly. Got it now looking in...
dmaclach@chromium.org
2010-12-20
3
-54
/
+28
*
Fix build with -Duse_system_icu=1 and libicu-4.4.*
phajdan.jr@chromium.org
2010-12-20
1
-4
/
+6
*
Remove WorkerPoolMac, rename WorkerPoolLinux to WorkerPoolPosix and use that ...
thakis@chromium.org
2010-12-18
7
-339
/
+48
*
Rename WebKitTools->Tools.
tonyg@chromium.org
2010-12-18
1
-1
/
+1
*
Remove CrApplication dependency from base
thakis@chromium.org
2010-12-18
9
-145
/
+67
*
Revert 69592 - file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
3
-34
/
+54
*
file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
3
-54
/
+34
[prev]
[next]