summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Revert r23911, which switched from fork to vfork().deanm@chromium.org2009-08-211-28/+22
* Switch to using vfork() instead of fork() when we can.deanm@chromium.org2009-08-201-22/+28
* Linux: make the "change proxy settings" button able to start several proxy co...mdm@chromium.org2009-08-202-4/+35
* Print more info in IsStringASCII assertions.phajdan.jr@chromium.org2009-08-201-4/+4
* Don't compile with TraceLog support on by default.deanm@chromium.org2009-08-201-0/+7
* Omit DLOGs and DCHECKs from release-mode Google Chrome-branded builds onmark@chromium.org2009-08-201-5/+15
* Ensure that SyncWaiter (base/waitable_event_posix.cc) condition variablesmark@chromium.org2009-08-201-37/+42
* Port more browser focus tests to linux.estade@chromium.org2009-08-191-26/+26
* Move IDMap back to base/ where it is needed.phajdan.jr@chromium.org2009-08-193-0/+270
* Reverting 23645.jhawkins@chromium.org2009-08-182-11/+1
* Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to re...jhawkins@chromium.org2009-08-182-1/+11
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-185-37/+24
* Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...jshin@chromium.org2009-08-184-27/+27
* Add the UI thread to the list of ChromeThreads.paul@chromium.org2009-08-181-0/+4
* Add whitespace so parser doesn't get confused.eroman@chromium.org2009-08-171-3/+3
* Add "bool FilePath::ReferencesParent()" which adds a clean & simple way forcevans@chromium.org2009-08-153-1/+50
* Revert "Reverting 23406" as it didn't break any tests.jhawkins@chromium.org2009-08-142-28/+24
* Add UMR for PrependInteger to exceptions list for base_unittests.exe.ericroman@google.com2009-08-141-0/+14
* Reverting 23406.levin@chromium.org2009-08-142-24/+28
* Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to re...jhawkins@chromium.org2009-08-142-28/+24
* 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