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
*
Simplify failure codepaths of MessagePumpLibevent::WatchFileDescriptor()
jeremy@chromium.org
2009-09-24
1
-21
/
+8
*
Regression: Shift modifier on Find was reversed.
finnur@chromium.org
2009-09-24
1
-3
/
+3
*
Reland: Linux (nss) implementations of RSAPrivateKey and SignatureCreator.
rafaelw@chromium.org
2009-09-24
6
-13
/
+337
*
Fix and reenable AppendRelativePathTest which was broken on Windows.
mark@chromium.org
2009-09-23
1
-3
/
+13
*
Revert "Linux (nss) implementations of RSAPrivateKey and SignatureCreator"
rafaelw@chromium.org
2009-09-23
6
-337
/
+13
*
Linux (nss) implementations of RSAPrivateKey and SignatureCreator
rafaelw@chromium.org
2009-09-23
6
-13
/
+337
*
IPC & LibEvent fix
jeremy@chromium.org
2009-09-23
2
-2
/
+19
*
Revert 26756 - "Use windows keycodes under linux (and all non-windows platfor...
stuartmorgan@chromium.org
2009-09-22
4
-3
/
+218
*
Enable LeakTracker on release builds.
eroman@chromium.org
2009-09-22
1
-2
/
+10
*
Use windows keycodes under linux (and all non-windows platforms).
erg@google.com
2009-09-21
4
-218
/
+3
*
Switch application start time from Time to TimeTicks.
jar@chromium.org
2009-09-21
2
-6
/
+5
*
Copy the leak callstacks onto the stack before crashing in LeakTracker::Check...
eroman@chromium.org
2009-09-21
2
-5
/
+27
*
Fix a harmless data race in Thread
timurrrr@chromium.org
2009-09-21
1
-1
/
+1
*
linux: implement GetCPUUsage() so the task manager shows CPU
evan@chromium.org
2009-09-19
4
-6
/
+140
*
s/NDEBUG/NVALGRIND/g in base/dynamic_annotations.* to allow
timurrrr@chromium.org
2009-09-18
2
-11
/
+9
*
Explicitly compare to NULL when looking for weak_import symbols.
craig.schlenter@chromium.org
2009-09-18
1
-3
/
+3
*
Preparing rollback in case things don't work out.
bradnelson@google.com
2009-09-18
1
-8
/
+0
*
This is a copy of http://codereview.chromium.org/153002/show
gregoryd@google.com
2009-09-18
1
-0
/
+8
*
Add xdisplaycheck as a dependency on Linux for tests that use the UI. This wa...
thestig@chromium.org
2009-09-17
1
-0
/
+1
*
Use delegate protocols present in the 10.6 SDK. For previous SDKs, provide
mark@chromium.org
2009-09-17
2
-0
/
+37
*
Suppress more clipboard tests in valgrind.
dkegel@google.com
2009-09-17
1
-1
/
+1
*
Suppress ClipboardTest.ClearTest on valgrind as it hung the bot today (and hu...
dank@chromium.org
2009-09-17
1
-1
/
+4
*
A build fix for gcc 4.3 (and later).
craig.schlenter@chromium.org
2009-09-17
1
-25
/
+35
*
Revert r26431.
craig.schlenter@chromium.org
2009-09-17
1
-6
/
+0
*
Squash warnings about backtrace et. al. not being NULL on Linux.
craig.schlenter@chromium.org
2009-09-17
1
-0
/
+6
*
Make WeakPtr harder to misuse.
phajdan.jr@chromium.org
2009-09-17
1
-2
/
+20
*
Disable FilePathTest.AppendRelativeTest from r26387.
mark@chromium.org
2009-09-16
1
-1
/
+1
*
Make LeakTracker be enabled using ENABLE_LEAK_TRACKER, rather than NDEBUG.
eroman@chromium.org
2009-09-16
2
-16
/
+20
*
Set OS X cache directory to ~/Library/Caches/[app name]/[profile name]
mark@chromium.org
2009-09-16
6
-3
/
+121
*
Excluded a few tests that hang under ThreadSanitizer on Mac
timurrrr@chromium.org
2009-09-16
1
-0
/
+5
*
posix: clean up shared memory code
evan@chromium.org
2009-09-16
2
-18
/
+21
*
Use MAC_OS_X_DEPLOYMENT_TARGET instead of rolling our own macro.
mark@chromium.org
2009-09-16
2
-16
/
+26
*
This CL fixes issue 10860 - RTL: Hebrew file names should have forced LTR
xji@chromium.org
2009-09-16
1
-1
/
+7
*
Quick fix to use file_util::SetCurrentDirectory method instead of the PathSer...
erikkay@chromium.org
2009-09-16
3
-22
/
+6
*
Linux: print page to file rather than using shared memory to send it to the b...
estade@chromium.org
2009-09-16
2
-11
/
+18
*
Force inclusion of build/common.gypi for all chromium gyp files.
yaar@chromium.org
2009-09-15
1
-3
/
+0
*
Changes needed for MacOS X 10.4 support.
maf@google.com
2009-09-15
3
-21
/
+59
*
Some scaffolding for the task manager.
thakis@chromium.org
2009-09-15
1
-0
/
+11
*
Fix a flaky crash in Thread by guarding access to message_loop_ more carefully.
phajdan.jr@chromium.org
2009-09-14
2
-18
/
+15
*
Fix to use FilePath in more unittests.
phajdan.jr@chromium.org
2009-09-14
2
-3
/
+4
*
Make int64 -> Time conversion explicit.
phajdan.jr@chromium.org
2009-09-14
3
-9
/
+10
*
Remove code doing a no-op due to float -> int rounding.
phajdan.jr@chromium.org
2009-09-14
1
-6
/
+5
*
Landing tfarina patch. See http://codereview.chromium.org/195040/show
jcampan@chromium.org
2009-09-14
2
-22
/
+23
*
Implement functions to return the primary display dimensions and the number
mark@chromium.org
2009-09-14
1
-0
/
+49
*
For the purposes of the "system color space," use the main display's color
mark@chromium.org
2009-09-13
1
-9
/
+13
*
posix: trivial error message cleanup
evan@chromium.org
2009-09-12
1
-1
/
+1
*
Bug fix: produce unique temp file names when the VFS requests a handle to a n...
dumi@chromium.org
2009-09-11
1
-5
/
+4
*
Removes deprecated version of PathIsWritable which is no longer called by any...
erikkay@chromium.org
2009-09-11
2
-5
/
+0
*
Removes a piece of comment that no longer applies.
erikkay@chromium.org
2009-09-11
1
-4
/
+2
*
Move StringPiece into the base namespace. It is colliding
tony@chromium.org
2009-09-10
12
-22
/
+35
[next]