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/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
*
Create self signed X509 certificate
hclam@chromium.org
2010-12-17
1
-0
/
+1
*
Fix up clang problem
dmaclach@chromium.org
2010-12-17
1
-1
/
+1
*
Add support for easily casting CFTypes to NSTypes
dmaclach@chromium.org
2010-12-17
1
-4
/
+58
*
Move ElideString() from base/string_util.cc to app/text_elider.cc to
jschuh@google.com
2010-12-17
3
-72
/
+0
*
Revert 69552 - Add support for easily casting CFTypes to NSTypes
dmaclach@chromium.org
2010-12-17
1
-48
/
+0
*
Add support for easily casting CFTypes to NSTypes
dmaclach@chromium.org
2010-12-17
1
-0
/
+48
*
Remove deprecated AbsolutePath.
tfarina@chromium.org
2010-12-17
2
-10
/
+0
*
Revert 69490 - base/version: remove wstring version
sanjeevr@chromium.org
2010-12-17
2
-3
/
+8
*
base/version: remove wstring version
evan@chromium.org
2010-12-17
2
-8
/
+3
*
linux: remove the xmessage-based error dialog
evan@chromium.org
2010-12-16
1
-17
/
+5
*
Revert "Protect reading and writing startup_data_"
agl@chromium.org
2010-12-16
2
-18
/
+3
*
Clear obj_ before releasing the callee in RunnableMethod.
cbentzel@chromium.org
2010-12-16
3
-4
/
+57
*
touchui: turn on the new message pump.
sadrul@chromium.org
2010-12-16
1
-2
/
+1
*
Protect reading and writing startup_data_
agl@chromium.org
2010-12-16
2
-3
/
+18
*
Separate BufferedDataSource and BufferedResourceLoader into two files.
annacc@chromium.org
2010-12-16
4
-1
/
+11
*
Add support for temporarily trusting a certificate for the duration of unit t...
rsleevi@chromium.org
2010-12-16
1
-1
/
+3
*
Linux: Allow IO in ProcessMetrics::GetWorkingSetKBytes().
thestig@chromium.org
2010-12-15
1
-6
/
+17
*
Commiting second word iterator patch for tsepez. this was originally reviewed...
cdn@chromium.org
2010-12-15
4
-71
/
+73
*
Take 3: Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h."
willchan@chromium.org
2010-12-15
4
-141
/
+151
*
Revert 69243 - Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h.
willchan@chromium.org
2010-12-15
4
-151
/
+141
*
Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h.
willchan@chromium.org
2010-12-15
4
-141
/
+151
[next]