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
*
A new shot at the old system monitor changelist.
mbelshe@google.com
2008-12-13
1
-3
/
+7
*
Re-land rollback (which was not causing UI test regression)
jar@google.com
2008-12-13
1
-5
/
+11
*
revert r6938
estade@chromium.org
2008-12-12
4
-27
/
+72
*
Move skia_utils into the skia namespace.
brettw@google.com
2008-12-12
1
-5
/
+5
*
Reverting 6935.
ojan@google.com
2008-12-12
4
-72
/
+27
*
Implement the memory mapped file class for posix.
estade@chromium.org
2008-12-12
4
-27
/
+72
*
Rebaseline a bunch of vector canvas unit tests for the changes to Skia.
brettw@google.com
2008-12-12
14
-0
/
+0
*
Add a MemoryMappedFile class to file_util.
estade@chromium.org
2008-12-12
2
-2
/
+103
*
Revert to repair UI test bustage
jar@google.com
2008-12-12
1
-11
/
+5
*
Reverting 6911.
ojan@google.com
2008-12-12
4
-156
/
+119
*
message_pump_libevent refactor:
jeremy@chromium.org
2008-12-12
4
-119
/
+156
*
Make sure sub-pump is running (if needed) before handling a windows task
jar@google.com
2008-12-12
1
-5
/
+11
*
Port flush_cache tool and perf_tests.
phajdan.jr@chromium.org
2008-12-12
5
-10
/
+14
*
Exposing the Close() method publicly in the ScopedHandle class.
tommi@chromium.org
2008-12-12
1
-3
/
+8
*
...
agl@chromium.org
2008-12-12
1
-4
/
+0
*
...
agl@chromium.org
2008-12-12
1
-0
/
+4
*
Remove DCHECKS from official builds.
rvargas@google.com
2008-12-11
1
-2
/
+60
*
Build a few more files on the Mac:
mark@chromium.org
2008-12-11
1
-0
/
+6
*
Rename ViewHandle to NativeView et al.
agl@chromium.org
2008-12-11
1
-12
/
+21
*
Reverting 6815.
phajdan.jr@chromium.org
2008-12-11
4
-8
/
+5
*
Port flush_cache tool and perf_tests.
phajdan.jr@chromium.org
2008-12-11
4
-5
/
+8
*
Improve sleep resolution in process_util_linux.
phajdan.jr@chromium.org
2008-12-11
1
-2
/
+2
*
We need to loop on waiting as there are plenty of reasons why it might not take.
avi@google.com
2008-12-11
1
-2
/
+6
*
Don't require tlslite to be installed, just use what's in the tree
mark@chromium.org
2008-12-11
1
-1
/
+5
*
Move file enumeration to filepaths.
avi@google.com
2008-12-11
6
-60
/
+78
*
Added std::string to Value via Set/GetString overloading.
scherkus@chromium.org
2008-12-11
3
-9
/
+99
*
Revert "Added std::string to Value via Set/GetString overloading."
scherkus@chromium.org
2008-12-10
3
-91
/
+10
*
Added std::string to Value via Set/GetString overloading.
scherkus@chromium.org
2008-12-10
3
-10
/
+91
*
Load the Ahem font from the source tree when not running bundled, for
mark@chromium.org
2008-12-10
2
-0
/
+21
*
Move DISALLOW_COPY_AND_ASSIGN(RefCountedThreadSafe<T>) to private section.
tim@chromium.org
2008-12-10
1
-0
/
+1
*
Bring up ipc tests on POSIX.
jeremy@chromium.org
2008-12-09
1
-0
/
+15
*
Cleanup of the path service. (With some extra utilities to be used later.)
avi@google.com
2008-12-09
7
-11
/
+88
*
* Add timeout support to POSIX WaitForSingleProcess()
jeremy@chromium.org
2008-12-08
1
-5
/
+42
*
Add FD watching support to message_pump_libevent.
jeremy@chromium.org
2008-12-08
4
-14
/
+84
*
Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr
mark@chromium.org
2008-12-08
4
-41
/
+72
*
Third time's a charm?
dkegel@google.com
2008-12-07
1
-2
/
+47
*
Add error messages to JSONReader and friends. This required a bit of refactor...
aa@chromium.org
2008-12-05
4
-79
/
+271
*
changelist for estade readability review.
estade@chromium.org
2008-12-05
3
-94
/
+105
*
* Add timeout support to POSIX WaitForSingleProcess()
jeremy@chromium.org
2008-12-05
3
-14
/
+19
*
Get rid of kPathSeparator on windows. Port some wstring function to take File...
estade@chromium.org
2008-12-04
4
-141
/
+142
*
Changed svn:eol-style of all .sln and .vcproj files to CRLF
scherkus@chromium.org
2008-12-04
4
-1727
/
+1727
*
Backing out r6315 due to DirectoryWatcherTest.SubDir (base_unittests) failure
mark@chromium.org
2008-12-03
4
-59
/
+40
*
Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr
mark@chromium.org
2008-12-03
4
-40
/
+59
*
Fix new include path of skia_utils.
brettw@google.com
2008-12-03
1
-1
/
+1
*
Move base/gfx/skia_util to skia/ext/skia_util_win.
brettw@google.com
2008-12-03
4
-141
/
+0
*
Backing out r6299 due to DirectoryWatcherTest.SubDir (base_unittests) failure
mark@chromium.org
2008-12-03
3
-57
/
+38
*
Add Singleton traits for a "leaky singleton" - one that does
mbelshe@google.com
2008-12-03
1
-0
/
+10
*
Move skia_utils_mac from base/gfx to skia/ext.
brettw@google.com
2008-12-03
3
-140
/
+0
*
Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr
mark@chromium.org
2008-12-03
3
-38
/
+57
*
Add skia_utils_mac to the base_gfx target
mark@chromium.org
2008-12-03
1
-2
/
+4
[next]