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
...
*
Prevent recycling TCPClientSocket in the case of https, so as not to crash.
ericroman@google.com
2008-11-04
1
-2
/
+2
*
Remove the debugging instrumentation.
ericroman@google.com
2008-11-04
4
-72
/
+0
*
Don't use ENABLE_DATABASE in DOMWindow.idl yet, it's not ready (r4486 fallout)
mark@chromium.org
2008-11-04
1
-1
/
+2
*
Roll back my last change, it broke a unit test.
brettw@google.com
2008-11-04
1
-17
/
+0
*
Updating the Chrome plugin installer database files with the updated
ananta@chromium.org
2008-11-04
2
-0
/
+653
*
Enforces strong DEP all the time. Use the /NXCOMPAT linker flag on chrome.exe...
maruel@chromium.org
2008-11-04
3
-54
/
+9
*
Evil wallpaper hack to hide a crash when going back from an interstitial and ...
brettw@google.com
2008-11-04
1
-0
/
+17
*
Rolling back
abarth@chromium.org
2008-11-04
1
-8
/
+1
*
Tell the user that HTML documents can harm their computer because they can.
abarth@chromium.org
2008-11-04
1
-1
/
+8
*
Add chromium_bridge_impl.cc to the Xcode build.
darin@google.com
2008-11-04
1
-2
/
+4
*
Use ElideUrl for urls. It is much nicer.
maruel@chromium.org
2008-11-04
1
-2
/
+7
*
Add 2 new failures to the tests_fixable list to
nsylvain@chromium.org
2008-11-04
1
-1
/
+4
*
Fix two issues with window.location:
ager@google.com
2008-11-04
5
-13
/
+81
*
Update v8 to version 0.4.3.
ager@google.com
2008-11-04
1
-1
/
+1
*
Rebaselined the following layout tests
sgjesse@chromium.org
2008-11-04
4
-6
/
+3
*
Use the worker pool instead of a one-time thread for the breakpad initializat...
deanm@chromium.org
2008-11-04
2
-11
/
+8
*
Set the thread name for the sandbox event thread.
deanm@chromium.org
2008-11-04
1
-0
/
+3
*
Use CreateThread instead of _beginthreadex. This should still be safe, and w...
deanm@chromium.org
2008-11-04
1
-6
/
+8
*
Remove chrome/fast/encoding/hanarei-blog32-fc2-com.html test and result. It's...
jungshik@google.com
2008-11-04
2
-45
/
+0
*
A fix for Issue 2768 "IME: Current clause of Japanese IME doesn't appear to r...
hbono@chromium.org
2008-11-04
2
-9
/
+16
*
Adding in new software construction toolkit version.
bradnelson@google.com
2008-11-04
13
-244
/
+1299
*
Fixes two bookmark manager bugs. Use Activate instead of MoveToFront
sky@google.com
2008-11-04
1
-1
/
+4
*
Adds support for models to provide addition icons to the tree. Updates
sky@google.com
2008-11-04
8
-42
/
+107
*
Add ENABLE_CTI=1 to both using_javascriptcore.vsprops and using_KJSBinding.vs...
fqian@google.com
2008-11-04
1
-1
/
+1
*
Revert change r4523 because Vista doesn't like it.
erg@google.com
2008-11-04
30
-772
/
+1234
*
Fix Linux/Mac builds after my change to test_shell.
mpcomplete@google.com
2008-11-04
2
-8
/
+0
*
Remove old bookmarks/bookmark_drag_utils.cc entry.
sgk@google.com
2008-11-04
1
-1
/
+0
*
Update unit_tests.scons with patterns from later changes:
sgk@google.com
2008-11-04
2
-7
/
+12
*
Finish unforking the async history item changes.
mpcomplete@google.com
2008-11-04
9
-25
/
+6
*
Have the Gears build rename the PDB file to something recongnizable by the
mpcomplete@google.com
2008-11-04
1
-0
/
+2
*
Fix for crash in NPN_Invoke. This happened because the window script NPObjec...
jam@chromium.org
2008-11-04
1
-13
/
+15
*
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
[prev]
[next]