summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Reference the build script in the project. This has no impact except being cl...maruel@google.com2008-08-131-0/+4
* Add missing observer_list unittest and singleton unittest is for all platforms.deanm@google.com2008-08-131-1/+2
* Kill check handler. It seems to be unused, and is implemented using ugly SEHdeanm@google.com2008-08-136-214/+0
* Enable back SavePageTest.SaveHTMLOnly since it was mostly failing on Windows ...maruel@google.com2008-08-131-2/+6
* Disable PrintingLayoutTest.Delayed on Windows 2000 (even though it's already ...maruel@google.com2008-08-131-1/+5
* Don't cast negative values to unsigned. This eliminates warnings in GCC.deanm@google.com2008-08-132-5/+11
* Implement an interface compatible wcslcpy and strlcpy. Possibly slightlydeanm@google.com2008-08-134-8/+95
* Two changes to help track down why session restore test is failing:sky@google.com2008-08-136-16/+40
* Split browser.lib (200 megs) into browser.lib(242 source files, 175 megs) and...maruel@google.com2008-08-1317-597/+903
* Avoid a global std::stack. Instead embed a next pointer in the managers.deanm@google.com2008-08-132-20/+20
* AtExitManager cleanup.mmentovai@google.com2008-08-132-15/+16
* Compile debug_util.cc on all platforms.deanm@google.com2008-08-131-1/+1
* Fix the Mac project to build debug_util since r785 added it.mmentovai@google.com2008-08-132-2/+10
* Roll the V8 deps to a V8 version where the old vcproj files have been removed...sgjesse@google.com2008-08-131-1/+1
* Build Linux against base_gfx, and we pass convolver and rect unit tests.deanm@google.com2008-08-131-9/+8
* Add a EOL to the end of convolver_unittest.cc. This eliminates a GCC warning.deanm@google.com2008-08-131-1/+1
* Add an EOL to the end of convolver.cc. This eliminates a warning in GCC.deanm@google.com2008-08-131-1/+1
* Update base/SConscript to remove Windows only parts from the Linux build.deanm@google.com2008-08-131-10/+15
* Update a comment about AtExitManager for unit tests. Removes a typo.deanm@google.com2008-08-131-2/+1
* Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linuxdeanm@google.com2008-08-137-112/+249
* Implement IntToString-type methods without using a format string. I'm not su...deanm@google.com2008-08-133-24/+137
* Reverted r781 V8 deps roll as it caused major build bot failures.sgjesse@google.com2008-08-131-1/+1
* Removed reference from the WebKit Visual Studio solution to the project libjscresgjesse@google.com2008-08-131-9/+0
* Roll the V8 deps to a V8 version where the old vcproj files have been removed.sgjesse@google.com2008-08-131-1/+1
* Compile a list of the 34 automated UI test commands we want to run on the dis...finnur@google.com2008-08-133-30/+60
* When I added some new tests in automated_ui_tests I flushed out a crash in th...finnur@google.com2008-08-131-5/+6
* Fix some warnings.evanm@google.com2008-08-131-1/+1
* Quick fix regression from previous change to toolbar - forgot to take into ac...beng@google.com2008-08-131-0/+1
* IPCSyncChannel cleanup:jabdelmalek@google.com2008-08-132-38/+26
* Add a cross-platform sleep API. We don't use TimeDeltapaulg@google.com2008-08-132-0/+21
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-137-118/+178
* Makes the toolbar/location bar look nice in popup windows.beng@google.com2008-08-137-67/+104
* Move some bits around in the SConscript that are Windows-specific, and label ...evanm@google.com2008-08-131-12/+12
* Parse /proc/cpuinfo to guess the number of available CPUs.evanm@google.com2008-08-131-0/+5
* Fix race condition in pluginjabdelmalek@google.com2008-08-131-0/+3
* Add a couple of metrics to help us quantify two cases that can prevent us to ...cpu@google.com2008-08-1310-57/+131
* Update icu38 to bring in UTF-32 wchar_t fix for the Mac.mmentovai@google.com2008-08-131-1/+1
* Update base.xcodeproj to use string_utils_posix.* instead of string_utils_mac.*awalker@google.com2008-08-131-10/+10
* Re submitting the histograms change (735)rvargas@google.com2008-08-124-0/+40
* Manually refcount ReceivedSyncMsgQueue so that we force it to be destructed onjabdelmalek@google.com2008-08-123-10/+20
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@760 0039d316-1c4b-4281-b9...darin@google.com2008-08-127-197/+160
* rollback r749darin@google.com2008-08-122-28/+0
* Last changes to get Linux unit tests building:evanm@google.com2008-08-122-416/+1
* fix initialization order warningpinkerton@google.com2008-08-121-2/+2
* Increase the height of the options dialog and first run bubbletc@google.com2008-08-121-2/+2
* Update base/gfx/SConscript to build cleanly on linux.tc@google.com2008-08-121-9/+24
* Make breakpad handler compile on Linux.mmoss@google.com2008-08-122-20/+30
* Make this file compile on linux. We need fcntl.h for O_RDONLY, etc.tc@google.com2008-08-121-0/+1
* Remove Mac-specific code to make a generic POSIX string_util for Mac and Linux.mmoss@google.com2008-08-122-17/+1
* configure the net unit test targetspinkerton@google.com2008-08-121-2/+287