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
*
Check for cpu items before assuming it will work.
mbelshe@google.com
2008-09-26
1
-8
/
+10
*
Fix the mac compile by removing the unnecessary setDeviceOffset function.
brettw@google.com
2008-09-26
3
-13
/
+0
*
Roll the third_party/icu38 revision in DEPS to have SCons build libicu,
sgk@google.com
2008-09-26
1
-1
/
+1
*
Add scoped_nsautorelease_pool.mm to the Mac SCons Build.
sgk@google.com
2008-09-26
1
-0
/
+1
*
Remove setDeviceOffset which isn't used. Fixed a few style and line wrapping ...
brettw@google.com
2008-09-26
7
-79
/
+32
*
Fix some header guards that are named incorrectly.
darin@chromium.org
2008-09-26
3
-11
/
+9
*
Increase min throttle on the new timer performance test.
mbelshe@google.com
2008-09-26
1
-1
/
+4
*
Change to Hi Res timers on Windows.
mbelshe@google.com
2008-09-26
6
-51
/
+248
*
Add file_util::GetFileInfo as a means to provide more information about a file
darin@google.com
2008-09-26
4
-12
/
+35
*
Wow, it's been a while since we cleaned EOL.
maruel@google.com
2008-09-25
9
-1318
/
+1318
*
Add UTF-8 check for JSON deserializer.
jungshik@google.com
2008-09-25
5
-10
/
+86
*
Stop spamming delayed tasks on each input event.
darin@chromium.org
2008-09-25
1
-0
/
+7
*
Fix non-Mac break from r2603
mark@chromium.org
2008-09-25
1
-1
/
+3
*
Provide autorelease pool management on the Mac in all types of message pumps.
mark@chromium.org
2008-09-25
9
-10
/
+99
*
As an intermediate step towards having a message pump handling IO through com...
rvargas@google.com
2008-09-25
4
-146
/
+267
*
Adding system_monitor to build
pinkerton@google.com
2008-09-25
1
-0
/
+8
*
Fix linux build by adding a new line at the end of this
nsylvain@chromium.org
2008-09-25
1
-1
/
+1
*
Implement a SystemMonitor class for monitoring system status
mbelshe@google.com
2008-09-25
7
-0
/
+276
*
Use histograms to send interesting parts of the disk cache statistics.
rvargas@google.com
2008-09-24
2
-13
/
+14
*
Run ObjectWatcher unit tests against all types of message loops.
darin@google.com
2008-09-24
1
-10
/
+34
*
Get libevent building and linking in base_unittests in the Mac SCons build:
sgk@google.com
2008-09-24
1
-2
/
+3
*
This CL adds new UI tests for the SSL UI.
jcampan@chromium.org
2008-09-24
1
-0
/
+8
*
When a bitmap allocation fails, do some checks that will crash in different
brettw@google.com
2008-09-24
1
-1
/
+30
*
Enforce Terminate on Heap Corruption in most of our executable on Windows XP ...
maruel@google.com
2008-09-24
4
-1
/
+15
*
Create a class for getting at processor information via the
mbelshe@google.com
2008-09-24
4
-0
/
+103
*
port some parts of webkit/glue/plugins/test to Linux
evanm@google.com
2008-09-24
3
-0
/
+13
*
Miscellaneous cleanup.
wtc@google.com
2008-09-23
1
-1
/
+0
*
Mac-specific CFRunLoop-based MessagePump implementation
mark@chromium.org
2008-09-23
4
-4
/
+566
*
SkRect.fTop should be set to the y coordinate of a CGRect, not the x
amanda@chromium.org
2008-09-23
1
-2
/
+2
*
fix oops
darin@chromium.org
2008-09-23
1
-4
/
+4
*
Always use the topmost delayed task as the basis for our WM_TIMER.
darin@chromium.org
2008-09-23
2
-2
/
+114
*
ensure that the shared memory has actually been created before trying to re-u...
pinkerton@google.com
2008-09-23
1
-1
/
+1
*
Roll the icu38 revision in the DEPS file to change the name of
sgk@google.com
2008-09-23
1
-1
/
+1
*
My base changes to the plugin code.
jam@chromium.org
2008-09-22
1
-4
/
+24
*
Fix AmountOfFreeDiskSpace to be able to differentiate an error
rvargas@google.com
2008-09-20
3
-5
/
+12
*
Fix crash that can occur if PumpOutPendingPaintMessages is called outside the...
darin@chromium.org
2008-09-19
1
-0
/
+5
*
Fixes bug in file_util::ReplaceExtension that could chop off path
sky@google.com
2008-09-19
2
-5
/
+39
*
Only link the new event lib on Linux systems.
sgk@google.com
2008-09-19
1
-1
/
+7
*
Build libevent on Mac
mark@chromium.org
2008-09-18
1
-0
/
+49
*
* Change output of trace_event log to JSON to enable easier integration with ...
erikkay@google.com
2008-09-18
5
-11
/
+45
*
Implement CopyDirectory() for the POSIX branch of file_util.
evanm@google.com
2008-09-18
2
-7
/
+105
*
Use libevent, second try. Changes this time:
dkegel@google.com
2008-09-18
6
-1
/
+307
*
Now that we have the ICU lib depend on its data file, we no longer need to
evanm@google.com
2008-09-18
1
-6
/
+1
*
Move GetFreeDiskSpace to SysInfo.
deanm@chromium.org
2008-09-18
4
-0
/
+35
*
Add cross platform base::SysInfo::AmountOfPhysicalMemoryMB to replace the Win...
deanm@chromium.org
2008-09-18
1
-0
/
+5
*
Revert "Make tcp_client_socket_unittest pass on Linux."
evanm@google.com
2008-09-18
5
-306
/
+1
*
Make tcp_client_socket_unittest pass on Linux.
dkegel@google.com
2008-09-18
5
-1
/
+306
*
More fun with detecting UAC. Reports in the field indicate that some computer...
finnur@google.com
2008-09-17
1
-1
/
+3
*
Remove duplicate stats_table.cc, left over in Windows list.
sgk@google.com
2008-09-17
1
-2
/
+0
*
Remove duplicate run_all_unittests.cc, left over in the Windows
sgk@google.com
2008-09-17
1
-1
/
+0
[next]