summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a redundant test.wtc@chromium.org2009-07-221-1/+1
* Linux/Mac: Use _exit() instead of exit() in the child after fork() in failure...mdm@chromium.org2009-07-221-3/+3
* This implements the functions necessary for the task manager on Linux.deanm@chromium.org2009-07-221-4/+62
* Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_...ajwong@chromium.org2009-07-226-60/+0
* Creating a unique user-agent string for ChromeOS builds, so that metrics can ...evan@chromium.org2009-07-224-7/+143
* Try again: Add proxy config (using gnome-network-preferences)mattm@chromium.org2009-07-222-0/+68
* Set GTK_PATH to CHROMIUM_SAVED_GTK_PATH before launching xdg-open.thestig@chromium.org2009-07-212-2/+34
* Support pasting text from a clipboard that has no published targets.estade@chromium.org2009-07-212-6/+24
* Revert "Add proxy config (using gnome-network-preferences)"mattm@chromium.org2009-07-182-16/+0
* Add proxy config (using gnome-network-preferences)mattm@chromium.org2009-07-172-0/+16
* Forgot to fix style issue from previous checkinjam@chromium.org2009-07-171-1/+1
* Reverting 20516 by re-landing this previous patch.brettw@chromium.org2009-07-171-2/+2
* Fix comment for posix LaunchApp wrt PATH searching.mattm@chromium.org2009-07-171-2/+2
* Add a CallbackWithReturnValue as a convenient method of calling callback func...jam@chromium.org2009-07-173-0/+78
* Add a command line argument to disable message boxes. This is useful toabarth@chromium.org2009-07-172-0/+5
* Include output of "lsb_release -d" in crash reports.thestig@chromium.org2009-07-172-1/+38
* Reverting 20497.thomasvl@chromium.org2009-07-161-5/+1
* Enable isolated worlds for content scripts.abarth@chromium.org2009-07-162-5/+0
* Don't call SetPriorityClass when process_ is 0.tyoshino@chromium.org2009-07-161-2/+4
* When work shows up and no delegate is available to dispatch it to, arrange tomark@chromium.org2009-07-152-13/+37
* Fix two races in DirectoryWatcherInotify:phajdan.jr@chromium.org2009-07-151-18/+13
* Move TrimWhitespaceUTF8 back to string_util_utf8.ccdeanm@chromium.org2009-07-152-14/+17
* Fix DOA problem with dev channel. If there is nojrg@chromium.org2009-07-151-0/+9
* Fix: Linux file:// listings are sorted but not fully internationalizedyuzo@chromium.org2009-07-151-12/+67
* Fix leak of g_object_get value. This was showing up on thetc@google.com2009-07-141-0/+1
* Fix KillProcess so it doesn't report everything as a failure.stuartmorgan@chromium.org2009-07-131-4/+11
* Revert r20553.thestig@chromium.org2009-07-131-2/+2
* Additional svn ignores for native_client and Makefile.thestig@chromium.org2009-07-131-2/+2
* Revert previous clipping rect change for Cairo to see if it fixes the build.brettw@chromium.org2009-07-131-2/+2
* Keep the cairo clipping region in sync with the Skia one.brettw@chromium.org2009-07-131-2/+2
* OFFICIAL_BUILD is only set in windows builds, so add some complexity to get t...thomasvl@chromium.org2009-07-131-1/+5
* Move TrimWhitespaceUTF8 from string_util_icu to string_util.deanm@chromium.org2009-07-132-14/+14
* Remove unused base/zygote_manager_unittest.cc.deanm@chromium.org2009-07-131-266/+0
* Disk cache: Generate total-load-time histograms from thervargas@google.com2009-07-112-4/+13
* Fix a crash that happens if a tab is closed whiletc@google.com2009-07-102-1/+14
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-093-178/+441
* Convert NOTIMPLs into a bug.estade@chromium.org2009-07-091-4/+4
* Make converting from NativeViewId to NativeView an error on Mac.shess@chromium.org2009-07-081-1/+10
* Adding a non-templatized version of QI for times when the IID and type aren't...tommi@chromium.org2009-07-082-7/+24
* GdkPixbufFromSkBitmap needs to un-premultiply the alpha beforetc@google.com2009-07-081-4/+30
* linux: OOP windowed pluginsevan@chromium.org2009-07-071-3/+3
* Fix retarded bitmath. << 8 != * 255glen@chromium.org2009-07-072-6/+10
* Fix tools/valgrind/chrome_tests.sh to always use --log-file optiondank@chromium.org2009-07-071-0/+6
* Fix few trivial Coverity issues, mainly PASS_BY_VALUE.phajdan.jr@chromium.org2009-07-065-9/+12
* Minor Coverity nit: Unit test leaking data if failure occurs.finnur@chromium.org2009-07-031-9/+7
* We recently enabled reading sysctl values from inside the sandbox. This CL r...jeremy@chromium.org2009-07-023-38/+12
* Adds some debugging code in hopes of tracking down asky@chromium.org2009-07-011-3/+14
* Adds time-out to browser-tests to prevent a hanging test from hanging the ent...jcampan@chromium.org2009-07-012-0/+7
* Implement shortcut for finalizing a trial with all remaining probabilityjar@chromium.org2009-07-013-7/+33
* make FilePath:IsParent use case-insensitive compare for drive letters on windowsrafaelw@chromium.org2009-07-013-7/+124