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
*
One more header guard fix to trigger the build.
nsylvain@chromium.org
2008-09-28
1
-3
/
+3
*
One more simple change to trigger the buildbots.
nsylvain@chromium.org
2008-09-28
1
-3
/
+3
*
I'm testing the buildbots, I needed a small change to trigger
nsylvain@chromium.org
2008-09-28
1
-3
/
+3
*
Add the auth unit-tests to SConscript and .pbxproj
ericroman@google.com
2008-09-27
5
-4
/
+19
*
Enabling test I wrote for Find to catch crash described in issue 1341577.
finnur@google.com
2008-09-27
1
-2
/
+5
*
Initial stab at http authentication (basic + digest) in new http stack.
ericroman@google.com
2008-09-27
24
-12
/
+1747
*
Stop building mini_installer in Debug configuration. This projects has issues...
maruel@google.com
2008-09-27
1
-283
/
+0
*
Move 'sdch' into the Windows-specific LIBS lists until it's integrated
sgk@google.com
2008-09-27
3
-25
/
+32
*
Catch up SCons Windows build with recent file shuffling and other changes:
sgk@google.com
2008-09-26
8
-57
/
+59
*
Don't let a malicious web site open an unbounded number of constrained popups.
darin@chromium.org
2008-09-26
1
-0
/
+7
*
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
30
-30
/
+36
*
Factor out a RenderThread interface
cpu@google.com
2008-09-26
6
-29
/
+212
*
Add scoped_nsautorelease_pool.mm to the Mac SCons Build.
sgk@google.com
2008-09-26
1
-0
/
+1
*
Fix bug 455: Active match in Find is not selected and links are not focused a...
finnur@google.com
2008-09-26
4
-10
/
+63
*
Remove setDeviceOffset which isn't used. Fixed a few style and line wrapping ...
brettw@google.com
2008-09-26
7
-79
/
+32
*
Make the link in the About box clickable (Issue 657)
finnur@google.com
2008-09-26
3
-14
/
+39
*
Sync the function names. The unit tests overrode this function to prevent int...
brettw@google.com
2008-09-26
1
-1
/
+1
*
Fix build bustage from my previous renaming.
brettw@google.com
2008-09-26
1
-1
/
+1
*
Fix some header guards that are named incorrectly.
darin@chromium.org
2008-09-26
3
-11
/
+9
*
"--clobber" should come before the build directory setup.
mmoss@google.com
2008-09-26
1
-7
/
+8
*
Make a copy of the builder for the custom gears emitter for TypeLibrary, so it
sgk@google.com
2008-09-26
1
-0
/
+4
*
Fix for a crash in the info bubble at first run
cpu@google.com
2008-09-26
1
-3
/
+6
*
Add positive and negative test cases for whether we
wtc@google.com
2008-09-26
1
-10
/
+86
*
Reorganize the declarations to have some grouping and logical ordering in tab...
brettw@google.com
2008-09-26
20
-1704
/
+1654
*
Change made based on comment in previous CL (that had already landed).
jar@google.com
2008-09-26
1
-1
/
+1
*
Adds the ability to sort TableView. Contrary to what we spoke about
sky@google.com
2008-09-26
9
-161
/
+978
*
Fixes bug in importer where we could set the default search provider
sky@google.com
2008-09-26
2
-14
/
+50
*
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
[next]