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
*
Adding visual studio solution files.
bradnelson@chromium.org
2008-11-04
8
-30
/
+47
*
Fix tree breakage.
erg@google.com
2008-11-04
1
-1
/
+4
*
Redo how we block popups. Rip out the old constrained popup window cruft (whi...
erg@google.com
2008-11-04
30
-1234
/
+772
*
Add tlslite
dkegel@google.com
2008-11-04
1
-3
/
+10
*
Enable SSL session resumption by using shared Schannel
wtc@google.com
2008-11-04
2
-68
/
+155
*
More instrumentation.
ericroman@google.com
2008-11-03
4
-25
/
+74
*
Remove fragile check in DidProcessCrash
cpu@google.com
2008-11-03
3
-7
/
+18
*
This fixes bug http://code.google.com/p/chromium/issues/detail?id=3907, which
ananta@chromium.org
2008-11-03
1
-1
/
+1
*
Change the event-listener-context.html test status.
dglazkov@google.com
2008-11-03
1
-2
/
+2
*
Get url_request_unittest.cc to build on Linux.
dkegel@google.com
2008-11-03
4
-9
/
+40
*
Undisable the now not-flaky unittests!
ojan@google.com
2008-11-03
1
-5
/
+2
*
Miscellaneous bookmark manager polish:
sky@google.com
2008-11-03
11
-189
/
+378
*
On silent uninstall (--force-uninstall) close all Chrome processes without pr...
kuchhal@chromium.org
2008-11-03
1
-0
/
+33
*
Convert chrome\renderer to new SCons naming.
sgk@google.com
2008-11-03
4
-75
/
+110
*
Revert some of my earlier change to see if this fixes dist tests, and revert ...
ben@chromium.org
2008-11-03
3
-4
/
+5
*
add sqlite to the build path
tc@google.com
2008-11-03
1
-0
/
+6
*
fix build by adding sql and storage files to webcore SConscript
tc@google.com
2008-11-03
3
-4
/
+22
*
Revert r4473 to fix build breakage (local time zone tests failed)
amanda@chromium.org
2008-11-03
2
-3
/
+33
*
Revert changes in issue 9247.
fqian@google.com
2008-11-03
2
-1
/
+3
*
Build database files on the Mac (r4486). Sets HEADER_SEARCH_PATHS and adds
mark@chromium.org
2008-11-03
3
-44
/
+271
*
enable database in scons build
tc@google.com
2008-11-03
1
-1
/
+1
*
Turn on ENABLE_DATABASE on the Mac (r4486)
mark@chromium.org
2008-11-03
1
-2
/
+2
*
Mac build support for HTML5 media/audio/video/source tags (r4332)
mark@chromium.org
2008-11-03
1
-3
/
+53
*
Update DEPS after rev 4485 and 4486.
aa@google.com
2008-11-03
1
-1
/
+1
*
More distro installer params work
cpu@google.com
2008-11-03
3
-45
/
+102
*
Get Database compiling on Chromium. Note that because we aren't generating the
aa@google.com
2008-11-03
10
-1135
/
+1386
*
Make the right side of the bookmarks bar lay out correctly.
glen@chromium.org
2008-11-03
1
-3
/
+4
*
Port a few more test_shell_tests to Linux.
tc@google.com
2008-11-03
9
-865
/
+1455
*
Switch from the benighted PlatformThread to the shiny SimpleThread
dkegel@google.com
2008-11-03
2
-11
/
+16
*
Change some places where we were using javascript: URLs to use
aa@google.com
2008-11-03
11
-71
/
+44
*
Fix Selenium tests
dglazkov@google.com
2008-11-03
5
-30
/
+58
*
Add support for @include in Greasemonkey scripts.
aa@google.com
2008-11-03
4
-14
/
+220
*
Happy on hardy 64 bit now.
dkegel@google.com
2008-11-03
1
-8
/
+23
*
Add a TODO from Jar.
mbelshe@google.com
2008-11-03
1
-0
/
+3
*
check in for one cycle to see if this fixes the dist tests.
ben@chromium.org
2008-11-03
1
-1
/
+2
*
Update Mac implemention of Time to prevent problems with
amanda@chromium.org
2008-11-03
3
-34
/
+126
*
Tracing showed that the resource bundle lock was held for long periods of tim...
deanm@chromium.org
2008-11-03
1
-25
/
+37
*
Update idle timer test to use longer intervals.
mbelshe@google.com
2008-11-03
1
-33
/
+40
*
Convert chrome/plugin to the new naming (SConscript => plugin.scons).
sgk@google.com
2008-11-03
3
-13
/
+26
*
Weee. More TODO(darin)s. :)
ojan@google.com
2008-11-03
1
-3
/
+5
*
Convert chrome/common to new SCons naming:
sgk@google.com
2008-11-03
4
-89
/
+106
*
Read Google Update registry keys first from HKCU then from HKLM to handle sys...
kuchhal@chromium.org
2008-11-03
1
-21
/
+29
*
Rename ScriptController::notifyDOMWindowReady() to windowObjectAvailable().
fqian@google.com
2008-11-03
2
-3
/
+1
*
The base unittests were succeeding for the isolated
mbelshe@google.com
2008-11-03
1
-0
/
+2
*
fix a typo that caused test failures in debug mode
erikkay@google.com
2008-11-03
1
-1
/
+1
*
Fix unit test for system monitor.
mbelshe@google.com
2008-11-03
1
-0
/
+11
*
Convert browser.lib to the new naming:
sgk@google.com
2008-11-03
8
-39
/
+103
*
quick build fix for Linux
erikkay@google.com
2008-11-03
1
-1
/
+1
*
* Add write and read/write support to FileStream (renamed from FileInputStream).
erikkay@google.com
2008-11-03
30
-503
/
+775
*
Now that the unit_tests get built from a separate SConscript file,
sgk@google.com
2008-11-03
2
-5
/
+2
[next]