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
*
file_util.h won't compile if UNIT_TEST and OS_WIN are defined.
yuzo@chromium.org
2010-04-21
1
-1
/
+2
*
Use HttpRequestHeaders for extra_headers.
willchan@chromium.org
2010-04-20
1
-14
/
+0
*
Don't run RSAPrivateKeyUnitTest under ThreadSanitizer on Windows
timurrrr@chromium.org
2010-04-16
1
-0
/
+3
*
Don't run some tests from base_ under ThreadSanitizer on Windows
timurrrr@chromium.org
2010-04-16
1
-0
/
+15
*
Add the linux_use_debugallocation flag.
glider@chromium.org
2010-04-16
1
-14
/
+30
*
Do not call NSS functions if NSS initialization failed.
wtc@chromium.org
2010-04-16
1
-0
/
+1
*
GTK: Improve xfce detection.
erg@chromium.org
2010-04-15
4
-6
/
+79
*
Rejigger how we format the display of bytes.
evan@chromium.org
2010-04-15
2
-18
/
+24
*
Cleanup: Explicitly add a bunch of missing includes.
thestig@chromium.org
2010-04-15
2
-2
/
+4
*
Make MessageLoop::MessageLoop easier to read.
thestig@chromium.org
2010-04-15
1
-17
/
+16
*
Add a Thread::CleanUpAfterMessageLoopDestruction() method which gets called a...
eroman@chromium.org
2010-04-14
3
-24
/
+158
*
Refactor FileVersionInfo into an interface with platform implementations.
tony@chromium.org
2010-04-14
10
-296
/
+223
*
Reverting this CL as it causes chrome frame net tests to crash at exit. The c...
ananta@chromium.org
2010-04-13
3
-136
/
+23
*
Don't call Thread::CleanUp() before the MessageLoop destruction observers hav...
eroman@chromium.org
2010-04-13
3
-23
/
+136
*
Add notifications to allow desktop notification permissions to be synced.
zork@chromium.org
2010-04-12
2
-0
/
+14
*
[Mac] Force the Process Manager to start up when loading the symbols for proc...
thomasvl@chromium.org
2010-04-12
1
-0
/
+9
*
Revert 44234 - Add notifications to allow desktop notification permissions to...
zork@chromium.org
2010-04-12
2
-14
/
+0
*
Add notifications to allow desktop notification permissions to be synced.
zork@chromium.org
2010-04-12
2
-0
/
+14
*
Auto restart when update available while running in the background on windows.
atwilson@chromium.org
2010-04-09
1
-8
/
+11
*
Implement PBKDF2-based key derivation, random key generation,
wtc@chromium.org
2010-04-09
17
-92
/
+866
*
Revert 43989 - This is a new version of the older patch. Main changes include:
atwilson@chromium.org
2010-04-09
1
-11
/
+8
*
Fix a typo.
thestig@chromium.org
2010-04-08
2
-5
/
+5
*
This is a new version of the older patch. Main changes include:
atwilson@chromium.org
2010-04-08
1
-8
/
+11
*
Support PNG and quality control in chrome.tabs.captureVisibleTab().
skerner@chromium.org
2010-04-08
1
-10
/
+10
*
Move ProcessEntry and IoCounters inside namespace base.
maruel@chromium.org
2010-04-08
2
-10
/
+14
*
[Mac] This probably won't fix the bug complete, but just put in some checks t...
thomasvl@chromium.org
2010-04-07
1
-3
/
+16
*
detect preferences errors
erikkay@chromium.org
2010-04-06
4
-54
/
+138
*
Make DidProcessCrash a bit more solid and accurate on Windows
phajdan.jr@chromium.org
2010-04-06
3
-8
/
+36
*
Improve the underlying escaping function JsonDoubleQuoteT to escape < and > c...
inferno@chromium.org
2010-04-06
2
-3
/
+6
*
Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...
thestig@chromium.org
2010-04-03
7
-90
/
+158
*
Implement HMAC-SHA-256.
wtc@chromium.org
2010-04-02
4
-20
/
+178
*
Use -[NSString UTF8String] to form a char* from an NSException.
mark@chromium.org
2010-04-02
1
-1
/
+1
*
Move allocator dependency to base for profiler.cc.
mmoss@google.com
2010-04-02
2
-8
/
+6
*
1. Create a new sandbox type which allows access to Unix sockets in the Mac
msneck@google.com
2010-04-02
1
-0
/
+3
*
POSIX: In functions where we wait for a process with timeout, increment the a...
thestig@chromium.org
2010-04-02
1
-14
/
+24
*
Move the Nigori classes from base to sync.
albertb@chromium.org
2010-04-01
5
-397
/
+0
*
Remove base/gfx/.
estade@chromium.org
2010-04-01
3
-328
/
+0
*
Solaris: various edits towards compiling Chromium on Solaris. Changed __Solar...
evan@chromium.org
2010-04-01
5
-5
/
+23
*
Fix leak in encryptor_unittest.cc
albertb@chromium.org
2010-03-31
1
-1
/
+1
*
Revert 43253 - 1. Create a new sandbox type which allows access to Unix socke...
dmaclach@chromium.org
2010-03-31
1
-3
/
+0
*
1. Create a new sandbox type which allows access to Unix sockets in the Mac
msneck@google.com
2010-03-31
1
-0
/
+3
*
First pass of a Nigori implementation for Chrome. Only unassisted key
albertb@chromium.org
2010-03-31
11
-23
/
+427
*
Revert 43127 [It resulted in a free memory write because of a consumer that w...
eroman@chromium.org
2010-03-31
3
-136
/
+23
*
Don't allow dragging browser actions between regular and incognito windows.
mpcomplete@chromium.org
2010-03-30
2
-0
/
+16
*
Don't call Thread::CleanUp() before the MessageLoop destruction observers hav...
eroman@chromium.org
2010-03-30
3
-23
/
+136
*
For systems where SIZEOF_VOID_P is not defined, determine it based
pvalchev@google.com
2010-03-30
1
-1
/
+15
*
Minor C++ fixes found by Clang.
evan@chromium.org
2010-03-30
2
-5
/
+7
*
Revert 43086 - 1. Create a new sandbox type which allows access to Unix socke...
dmaclach@chromium.org
2010-03-30
1
-3
/
+0
*
1. Create a new sandbox type which allows access to Unix sockets in the Mac
msneck@google.com
2010-03-30
1
-0
/
+3
*
Add win32 gtest filter files shared between Wine and TSan/Windows
timurrrr@chromium.org
2010-03-30
2
-18
/
+7
[next]