summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Simple cleanup.maruel@chromium.org2009-08-132-8/+12
* Disable RTTI and C++ exceptions in the Mac build. Disable RTTI in the Linuxmark@chromium.org2009-08-132-84/+55
* Reliability test porting: stringy stuff.estade@chromium.org2009-08-132-0/+10
* Move IDMap from base/ to common/phajdan.jr@chromium.org2009-08-122-105/+0
* Refactors OSExchangeData for easier portability.sky@chromium.org2009-08-122-0/+13
* Fix PR_ImplodeTime for Linux x64.wtc@chromium.org2009-08-122-6/+17
* Ensure that CreatorCodeForCFBundleRef returns the "unknown" creator code frommark@chromium.org2009-08-121-1/+1
* Add support for constrained windows on os x, based on Avi's GTMWindowSheetCon...thakis@chromium.org2009-08-111-0/+56
* Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive...ericroman@google.com2009-08-115-0/+598
* Use real creator code for Keychain items. Instead of hard-coding 'rimZ', usemark@chromium.org2009-08-112-19/+46
* Use base::WindowImpl instead of CWindowImpl to reduce dependencies on ATL.jhawkins@chromium.org2009-08-082-3/+13
* Add short circuit case for self assignment, and add virtual destructorjar@chromium.org2009-08-072-3/+8
* Factor out window creation into base::WindowImpl. This class will be used in...jhawkins@chromium.org2009-08-073-0/+324
* Define _FILE_OFFSET_BITS=64 in order to support large files (>2GB).thestig@chromium.org2009-08-063-282/+252
* Remove the Mac-specific implementation of LaunchApp, and share the Linux vers...stuartmorgan@google.com2009-08-064-151/+77
* Linux: add GYP flag to build with system jpeg.agl@chromium.org2009-08-061-0/+4
* GTK: implement bookmark manager copy/paste.estade@chromium.org2009-08-047-28/+159
* linux: improve warnings when NSS/PR shutdowns failevan@chromium.org2009-08-041-5/+12
* Linux: don't try and read shmmax in the sandbox.agl@chromium.org2009-08-042-0/+23
* Cross-process Message Port implementation.jam@chromium.org2009-08-041-0/+11
* Remove even the logging statement from ~LogMessage. We shouldn't be using LOG...phajdan.jr@chromium.org2009-08-031-7/+6
* Move test_file_util out of libbase. Test code should not be mixed with produc...phajdan.jr@chromium.org2009-08-031-5/+36
* Use intptr_t for casting pointers for 64-bit.deanm@chromium.org2009-08-031-1/+1
* Add defensive code in pickle to preclude realloc of shared header_ memory.jar@chromium.org2009-08-031-2/+7
* Removes an unused function in clipboard_linux as well as unused methodsky@chromium.org2009-07-312-18/+0
* This CL adds accelerators to the Linux toolkit views.jcampan@chromium.org2009-07-317-52/+294
* Do not abort the process if thread owning the log mutex has crashed.phajdan.jr@chromium.org2009-07-311-1/+6
* First cut at Safari Import - Home Page & History Only.jeremy@chromium.org2009-07-313-0/+24
* Fix Mac plugin background snapshotsstuartmorgan@google.com2009-07-311-0/+14
* Remove duplication of DieFileDie, and move it to proper location.phajdan.jr@chromium.org2009-07-303-0/+30
* Make Linux versioninfo its own lib so it can be linked in only where needed.mmoss@chromium.org2009-07-291-48/+59
* 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