summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update debugger tests to use the new (old) way of passingkasperl@google.com2008-08-261-2/+2
* Move unittests that had a _test filename to _unittest. Update some missing t...deanm@google.com2008-08-267-9/+11
* Update V8 used in Chrome to pull in Bill's latestkasperl@google.com2008-08-261-1/+1
* Disable the interceptor DCHECK that we are only called from a single thread.darin@google.com2008-08-261-1/+6
* Disable this DCHECK since too many consumers expect to be able todarin@google.com2008-08-261-1/+3
* fix unit testsdarin@google.com2008-08-264-16/+79
* fix test running to not spawn another AtExitManagerdarin@google.com2008-08-261-6/+0
* fix broken test that assumed it could cache MessageLoop::current() in a stati...darin@google.com2008-08-261-2/+1
* revert to using MessagePumpWin on all threadsdarin@google.com2008-08-261-12/+3
* fix builddarin@google.com2008-08-261-1/+1
* fix unit test that was missing a MessageLoop allocationdarin@google.com2008-08-261-6/+5
* fix build bustagedarin@google.com2008-08-262-5/+1
* fix linux builddarin@google.com2008-08-261-1/+1
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-26103-236/+341
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-2624-254/+632
* Second attempt to fix p13n breakage.ericcheng@google.com2008-08-261-0/+2
* Fix build break caused by some functions not ifdef CHROME_PERSONALIZATION'd out.ericcheng@google.com2008-08-265-11/+20
* Some more glue code for the personalization module.ericcheng@google.com2008-08-269-2/+67
* Move subdirectory skipping from being in the DEPS file of the directory to sk...brettw@google.com2008-08-268-24/+29
* Remove all concept of deferredness since it no longer has any meaning now tha...ojan@google.com2008-08-264-352/+264
* An earlier change I made sent all logging output to stderr. The webkit layou...erikkay@google.com2008-08-251-2/+11
* Sets the visibility bool of the Home button.klink@google.com2008-08-251-0/+2
* Remove the profiling system. This wasn't being used and complicated some part...brettw@google.com2008-08-2516-1544/+8
* Make the AeroGlassFrame better:beng@google.com2008-08-2515-216/+307
* Create a unit test for making sure constrined popup windows close when their ...erg@google.com2008-08-251-2/+56
* Fix bug in constrained windows where the close box was detaching instead of c...beng@google.com2008-08-251-1/+2
* Bring in newer icu for crosstool compile error fix.dkegel@google.com2008-08-251-1/+1
* Implement SSL tunneling through a proxy server.wtc@google.com2008-08-254-20/+191
* Second attempt at fixing task manager crash. Provide a protected ReleaseWindo...beng@google.com2008-08-253-2/+14
* Make tabs highlight and accept clicks based on the shape of the rendered tab,...beng@google.com2008-08-254-0/+91
* Fix flicker of hover state on mouseover of tabs. The pulsating code was a lit...beng@google.com2008-08-251-6/+3
* When we're only outputting to a log file, above a certain log level, we shoul...erikkay@google.com2008-08-251-2/+10
* Fixup some nits from brettpinkerton@google.com2008-08-252-3/+4
* Fix a leak in HistoryProfileTest.TypicalProfileVersion.erikkay@google.com2008-08-251-8/+9
* Simplify and unify some calls to yacc, making them work on Linux too.evanm@google.com2008-08-251-27/+14
* Add some new tests for NavigationController for navigations that come in when...brettw@google.com2008-08-252-13/+224
* Remove obsolete project so it doesn't confuse new developerspinkerton@google.com2008-08-251-649/+0
* We can link with secur32.lib and call the SSPI functions directly.wtc@google.com2008-08-252-48/+19
* Updated comment in thread naming.avi@google.com2008-08-251-1/+6
* a filename changed in this stackerikkay@google.com2008-08-251-2/+2
* Make PlatformThread::SetName operate only on the current thread.deanm@google.com2008-08-259-12/+14
* Add example usages and tests to scoped_ptr.h and tuple.h.deanm@google.com2008-08-256-5/+346
* Add a test that passes on Linux.deanm@google.com2008-08-251-1/+1
* Update v8 version in Chrome after handle allocation fix.ager@google.com2008-08-251-1/+1
* Update V8 in Chrome to get bug fixes for execScriptkasperl@google.com2008-08-251-1/+1
* SCons build: Add app\client_util.cc. Handle rename ofsgk@google.com2008-08-252-1/+2
* Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".ericroman@google.com2008-08-2513-61/+39
* Ensure "contextmenu" event is dispatched _after_ "mouseup".ericroman@google.com2008-08-256-30/+133
* roll back r1297 for nowbeng@google.com2008-08-242-1/+1
* Fix task manager crash by releasing the delegate's scoped_ptr back to the win...beng@google.com2008-08-242-1/+1