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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase min throttle on the new timer performance test.
mbelshe@google.com
2008-09-26
1
-1
/
+4
*
Use open-vcdiff for sdch compression on the Mac
mark@chromium.org
2008-09-26
28
-35066
/
+35523
*
Speculative fix for http://b/issue?id=1377375 (crashing bug when opening a po...
ojan@google.com
2008-09-26
1
-1
/
+6
*
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
*
See if 'charset' is available in HTTP response header and use that to convert...
jungshik@google.com
2008-09-26
2
-19
/
+24
*
Make sure there is only one instance of the stats histogram at a given time.
rvargas@google.com
2008-09-26
1
-3
/
+7
*
Assert that the lifetimes of multiple ScopedHostMapper
wtc@google.com
2008-09-26
1
-1
/
+3
*
Repair the SCons test_shell build on Windows:
sgk@google.com
2008-09-25
3
-12
/
+12
*
Add --js-flags to the list of flags accepted by UI tests.
patrick@chromium.org
2008-09-25
3
-0
/
+16
*
Make sure that the request context is released when a URLFetcher is deleted.
rvargas@google.com
2008-09-25
2
-222
/
+322
*
If we read nothing (EOF) after sending a request on a
wtc@google.com
2008-09-25
3
-11
/
+34
*
Move a bunch of stuff out of WebContents. I removed a bunch of render view ho...
brettw@google.com
2008-09-25
18
-382
/
+132
*
Wow, it's been a while since we cleaned EOL.
maruel@google.com
2008-09-25
22
-2991
/
+2991
*
Add UTF-8 check for JSON deserializer.
jungshik@google.com
2008-09-25
7
-14
/
+90
*
Stop spamming delayed tasks on each input event.
darin@chromium.org
2008-09-25
4
-28
/
+61
*
Add more tests and files to the Mac's net_unittests:
mark@chromium.org
2008-09-25
4
-14
/
+27
*
"Make Chrome your default browser" should now appear as a checkbox at the bot...
finnur@google.com
2008-09-25
48
-137
/
+162
*
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
11
-12
/
+101
*
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
*
add http layer and unit tests to mac build. stub out file uploading in upload...
pinkerton@google.com
2008-09-25
8
-24
/
+60
*
When we re-invoke SCons for the V8 build, quiet the warning
sgk@google.com
2008-09-25
1
-1
/
+3
*
Fix linux build by adding a new line at the end of this
nsylvain@chromium.org
2008-09-25
1
-1
/
+1
*
Add missing comma, which caused silent string-pasting of two
sgk@google.com
2008-09-25
1
-1
/
+1
*
Implement a SystemMonitor class for monitoring system status
mbelshe@google.com
2008-09-25
7
-0
/
+276
*
Fix build break caused by bad Gears Sconscript.
mpcomplete@google.com
2008-09-25
1
-2
/
+4
*
Clean up Gears SConscripts a bit. Try to match the build flags from the
mpcomplete@google.com
2008-09-25
3
-192
/
+276
*
Update V8 to latest trunk version.
ager@google.com
2008-09-25
1
-1
/
+1
*
Repair leak in unit test by properly ending use of gzip stream.
jar@google.com
2008-09-25
1
-0
/
+2
*
Correct typo in SDCH (filter chaining) unit test, and enable test
jar@google.com
2008-09-25
2
-6
/
+13
*
Use histograms to send interesting parts of the disk cache statistics.
rvargas@google.com
2008-09-24
10
-17
/
+185
*
Remove DidNavigate from the tab contents delegate and all the related plumbing.
brettw@google.com
2008-09-24
9
-140
/
+129
*
Attempt to fix Mac build bustage
pkasting@chromium.org
2008-09-24
1
-1
/
+0
*
Add a command-line switch to change the user agent.BUG=757345
pkasting@chromium.org
2008-09-24
17
-90
/
+127
*
Run ObjectWatcher unit tests against all types of message loops.
darin@google.com
2008-09-24
1
-10
/
+34
*
Fix bindings generation to pass in POSIX-style / separators in paths.
sgk@google.com
2008-09-24
1
-5
/
+20
*
Update SCons build of WebKit on Windows:
sgk@google.com
2008-09-24
2
-7
/
+2
*
Disable 'suggest' for voila and orange (both use voila) because the result co...
jungshik@google.com
2008-09-24
1
-6
/
+14
*
Flatten the glue and port dependencies to accelerate build on a quad core.
maruel@google.com
2008-09-24
1
-2
/
+2
*
retain NSEvent explicitly instead of adopt, fixes over-releasing. Check event...
pinkerton@google.com
2008-09-24
2
-4
/
+10
*
Add libevent to the Mac SCons build of net_unittests:
sgk@google.com
2008-09-24
1
-4
/
+8
*
Temporarily disabling 2 SSL UI tests because they are flacky.
jcampan@chromium.org
2008-09-24
1
-2
/
+4
*
fix minor whitespace issues
darin@chromium.org
2008-09-24
1
-1
/
+1
*
If a RenderWidgetHelper::PaintMsgProxy is deleted without being Run, then the
darin@chromium.org
2008-09-24
2
-3
/
+19
*
Apply minor tweaks to ScopedHostMapper per review feedback.
darin@chromium.org
2008-09-24
4
-10
/
+16
*
Move -Wno-unused_variable (need for some len asserts in skia)
sgk@google.com
2008-09-24
1
-1
/
+1
*
Get libevent building and linking in base_unittests in the Mac SCons build:
sgk@google.com
2008-09-24
4
-12
/
+43
*
Don't use WideToASCII because there is an IsStringASCII
wtc@google.com
2008-09-24
1
-1
/
+4
[next]