summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Reverting 21938 (done with experiment).willchan@chromium.org2009-07-291-1/+0
* Experiment: Enable tcmalloc for linux (Take 2). Will revert after a buildbot...willchan@chromium.org2009-07-291-0/+1
* linux: unload plugin libraries after extracting mime typesevan@chromium.org2009-07-291-2/+4
* linux: remove RTLD_DEEPBIND from dlopen()evan@chromium.org2009-07-291-1/+1
* Change for building dtoa on 64-bit.deanm@chromium.org2009-07-283-1/+31
* Fix a FORWARD_NULL defect reported by Coverity. We shouldwtc@chromium.org2009-07-283-31/+35
* WriteData and BeginWriteData should fail if length iswtc@chromium.org2009-07-282-4/+17
* Reset static data in Watchdog to better isolate the tests.phajdan.jr@chromium.org2009-07-283-6/+21
* Remove *.vsprops files that are no longer referenced (or only havesgk@google.com2009-07-283-24/+0
* Rewrite StringToInt traits for dealing with non-32-bit longs.deanm@chromium.org2009-07-281-29/+45
* Revert "Experiment: Enable tcmalloc for linux. Will revert after a buildbot ...willchan@chromium.org2009-07-281-1/+0
* Experiment: Enable tcmalloc for linux. Will revert after a buildbot cycle.willchan@chromium.org2009-07-281-0/+1
* Linux: add internal core dump reporting.agl@chromium.org2009-07-281-0/+54
* Adding HTML5 DB support to Chromium: Chromium changesdumi@chromium.org2009-07-272-1/+10
* Remove ifdef 32-bit clause in json tests. ints are 32-bit everywhere.deanm@chromium.org2009-07-271-14/+0
* Some base/ progress towards building on Linux x86-64.deanm@chromium.org2009-07-273-4/+36
* Move base::va_copy from a function to a macro.deanm@chromium.org2009-07-273-11/+5
* GTK Themes: A gtkrc file can now override our choice of frame color byerg@google.com2009-07-271-1/+4
* Linux: add GYP variable to use the system libpng.agl@chromium.org2009-07-272-0/+8
* Avoid runtime linker warning dkegel@google.com2009-07-271-2/+13
* Refactor blits to be more cross-platform.piman@chromium.org2009-07-243-0/+136
* Adding last modified time to file_utilbrettw@chromium.org2009-07-243-0/+7
* I'm apparently the first one who's tried to do hash_map<string16, ...>. Unfo...jorlow@chromium.org2009-07-241-0/+28
* Enable SVG icons for linux.estade@chromium.org2009-07-241-23/+7
* Reapply r21429 - Cleanup pending tasks under Valgrind as well.kuchhal@chromium.org2009-07-231-9/+10
* linux: generalize desktop environment guessing to encompass KDEevan@chromium.org2009-07-232-13/+30
* Silence a false coverity warning by changing the code a bit.munjal@chromium.org2009-07-232-8/+22
* Headers cleanup:phajdan.jr@chromium.org2009-07-236-14/+24
* Revert "Cleanup pending tasks under Valgrind as well." (r21429)kuchhal@chromium.org2009-07-231-10/+6
* Cleanup pending tasks under Valgrind as well.kuchhal@chromium.org2009-07-231-6/+10
* Linux: Use _exit() instead of exit() in the child after fork() in failure con...mdm@chromium.org2009-07-232-2/+12
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* 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