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
*
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
*
Revert 69237 - Fix raw_scoped_refptr_mismatch_checker.h.
phajdan.jr@chromium.org
2010-12-15
4
-151
/
+141
*
Fix raw_scoped_refptr_mismatch_checker.h.
willchan@chromium.org
2010-12-15
4
-141
/
+151
*
Add Debug Message Dialog Support for Mac OS
dmaclach@chromium.org
2010-12-14
1
-3
/
+13
*
Fix openssl portability issue
joth@chromium.org
2010-12-14
2
-2
/
+4
*
Fix openssl after singleton refactor
joth@chromium.org
2010-12-14
1
-3
/
+3
*
Build fix
satish@chromium.org
2010-12-14
1
-1
/
+2
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
6
-137
/
+179
*
This adds some plumbing for propagating the status and error code of a render...
gspencer@chromium.org
2010-12-14
4
-78
/
+252
*
Reland r68893 after fixing allowing blocking IO on shutdown.
willchan@chromium.org
2010-12-14
2
-0
/
+12
*
Mac: Eliminiate @interface NoOp from base.
thakis@chromium.org
2010-12-14
1
-17
/
+3
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-2
/
+2
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-2
/
+2
*
Log additional information when processing OpenSSL errors.
rsleevi@chromium.org
2010-12-12
1
-7
/
+17
*
Fix extension install UI for extensions with RTL Names.
jeremy@chromium.org
2010-12-12
2
-0
/
+53
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
5
-160
/
+89
*
[Linux] Fix base_unittests for GCC 4.5.1
phajdan.jr@chromium.org
2010-12-11
1
-1
/
+1
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
5
-89
/
+160
*
Revert 68893 - Consider PlatformThread::Join() to be blocking IO.
csilv@chromium.org
2010-12-11
2
-8
/
+0
*
Consider PlatformThread::Join() to be blocking IO.
willchan@chromium.org
2010-12-10
2
-0
/
+8
*
Remove ICU header dependencies outside of /i18n directory.
cdn@chromium.org
2010-12-10
2
-12
/
+22
*
Switch linux OpenSSL build to use custom openssl version
joth@chromium.org
2010-12-09
1
-1
/
+1
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
6
-7
/
+25
*
Get rid of std::wstring version of HasSwitch.
tfarina@chromium.org
2010-12-08
2
-14
/
+0
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
4
-16
/
+16
[next]