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
*
Change chrome from statically enabling high resolution timers on windows
mbelshe@chromium.org
2010-06-29
6
-14
/
+126
*
Consistently increase the reference count when calling GetDefaultNSSKeySlot
davidben@chromium.org
2010-06-29
2
-1
/
+3
*
Removing message loop instrumentation.
dhollowa@chromium.org
2010-06-29
1
-4
/
+0
*
Add virtual to some base classes that have virtual methods
jar@chromium.org
2010-06-25
1
-0
/
+3
*
Add a unit test to check KeygenHandler's thread-safety
davidben@chromium.org
2010-06-25
2
-0
/
+68
*
Effectively revert r50648 (code review URL
wtc@chromium.org
2010-06-25
1
-1
/
+3
*
Massively simplify the NetworkChangeNotifier infrastructure:
pkasting@chromium.org
2010-06-25
1
-1
/
+1
*
Do some minor cleanup in histogram.*
jar@chromium.org
2010-06-25
2
-39
/
+13
*
Add a method for normalizing path separators on Windows.
tony@chromium.org
2010-06-25
3
-1
/
+59
*
Change LOG(DFATAL) to avoid dialog in production build
jar@chromium.org
2010-06-24
1
-3
/
+3
*
Add a locked version of CryptAcquireContext
davidben@chromium.org
2010-06-23
3
-0
/
+85
*
Implement the SecureHashAlgorithm class using Windows CryptoAPI.
wtc@chromium.org
2010-06-23
3
-12
/
+128
*
Replace wstring with string16 in history. The only time wstring is used now i...
brettw@chromium.org
2010-06-23
5
-90
/
+128
*
Fix files with svn:executable permissions.
thestig@chromium.org
2010-06-23
1
-0
/
+0
*
Clang: Do not ignore result of HANDLE_EINTR.
thakis@chromium.org
2010-06-23
3
-9
/
+19
*
Safeguard histogram accesses against null pointers.
mbelshe@chromium.org
2010-06-22
1
-10
/
+10
*
Log the value of RUNNING_ON_VALGRIND in message_loop.cc
glider@chromium.org
2010-06-22
1
-0
/
+4
*
Load net-internals resources from resources.pak.
tony@chromium.org
2010-06-22
2
-4
/
+4
*
Speculatively revert 50374 (miniinstaller breakage) - Load netinternals resou...
willchan@chromium.org
2010-06-21
2
-4
/
+4
*
Load net-internals resources from resources.pak.
erg@chromium.org
2010-06-21
2
-4
/
+4
*
mac: use errno instead of return value of pthread_setname_np
evan@chromium.org
2010-06-21
1
-4
/
+2
*
Revert debugging printf()s occasionally landed in r50350
glider@chromium.org
2010-06-21
2
-3
/
+0
*
Make the memory waterfall green -- more suppressions for bug 19775.
glider@chromium.org
2010-06-21
2
-1
/
+3
*
Remove deprecated version of file_util::EndsWithSeparator.
tfarina@chromium.org
2010-06-21
2
-8
/
+2
*
Revert 50257 - Reland r50057. This is exactly the same except with two lines ...
erg@chromium.org
2010-06-18
2
-4
/
+4
*
Reland r50057. This is exactly the same except with two lines cherrypicked from
erg@chromium.org
2010-06-18
2
-4
/
+4
*
Made changes to TruncateUtF8ToByteSize to cleanup the code.
jerrica@google.com
2010-06-17
2
-5
/
+6
*
Revert 50057 - Load net-internals from the newly created resources.pak file.
erg@chromium.org
2010-06-17
2
-4
/
+4
*
Load net-internals from the newly created resources.pak file.
erg@chromium.org
2010-06-17
2
-4
/
+4
*
Fix ProcessSingletonWinTest using default profile.
mattm@chromium.org
2010-06-16
1
-1
/
+10
*
Revert 49982 - patch
thakis@chromium.org
2010-06-16
6
-40
/
+23
*
Revert 49983 - patch
thakis@chromium.org
2010-06-16
1
-3
/
+1
*
Revert 49984 - patch from issue 2762014
thakis@chromium.org
2010-06-16
2
-25
/
+17
*
Revert 49985 - doh
thakis@chromium.org
2010-06-16
1
-1
/
+1
*
doh
thakis@chromium.org
2010-06-16
1
-1
/
+1
*
patch from issue 2762014
thakis@chromium.org
2010-06-16
2
-17
/
+25
*
patch
thakis@chromium.org
2010-06-16
1
-1
/
+3
*
patch
thakis@chromium.org
2010-06-16
6
-23
/
+40
*
Working towards -Wextra
thomasvl@chromium.org
2010-06-16
4
-5
/
+59
*
Initial implementation of new AssertAcquired() functionality for Posix.
rdsmith@google.com
2010-06-16
6
-74
/
+111
*
Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...
ajwong@chromium.org
2010-06-16
2
-6
/
+28
*
Compile base_fpic for 32 bits as well.
jam@chromium.org
2010-06-16
1
-1
/
+1
*
Improve error messages for bad SocketParams.
willchan@chromium.org
2010-06-15
2
-0
/
+30
*
Support for DIR_SOURCE_ROOT in a case of WebKit-only checkout.
tkent@chromium.org
2010-06-15
2
-3
/
+23
*
Fix fpic build on official builders by taking out -gstabs.
jam@chromium.org
2010-06-15
1
-0
/
+5
*
If CreateDirectory() fails during extension unpacking, log the exact OS call ...
skerner@chromium.org
2010-06-14
2
-20
/
+52
*
Revert 49648 - Initial implementation of new AssertAcquired() functionality f...
rdsmith@google.com
2010-06-13
6
-107
/
+74
*
Initial implementation of new AssertAcquired() functionality for Posix.
rdsmith@google.com
2010-06-13
6
-74
/
+107
*
Add histograms to track the size of the profile data.
rvargas@google.com
2010-06-11
3
-0
/
+33
*
Moving link settings to individual targets.
bradnelson@google.com
2010-06-11
1
-10
/
+20
[next]