summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* linux: scan more plugin directories, fix bugsevan@chromium.org2009-08-271-2/+8
* Add a nullable string16 class to base. It combines a string16 + a null paramjorlow@chromium.org2009-08-272-0/+29
* Linux: add gyp flag for enabling tcmalloc. Also fix the linux build which di...willchan@chromium.org2009-08-261-0/+9
* Avoids the use of ToWStringHack in a few places.evan@chromium.org2009-08-261-15/+15
* Use ftruncate() instead of fwrite() to extend files.pinkerton@chromium.org2009-08-261-20/+4
* Fix Issue 19689: Command line URL parameter does not support Chinese.suzhe@chromium.org2009-08-261-9/+9
* Convert internal time format to Windows 1601 epoch on Linux & Mac.brettw@chromium.org2009-08-264-56/+93
* Fix cases that initialized StringTokenizer with a temporary.mattm@chromium.org2009-08-261-2/+13
* Remove uses of deprecated version of FileUtil::ResolveShortcut.evan@chromium.org2009-08-253-17/+8
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-252-28/+30
* Revert "linux: call g_thread_init() at relevant startup points"evan@chromium.org2009-08-252-30/+27
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-252-27/+30
* Revert "linux: call g_thread_init() at relevant startup points"tony@chromium.org2009-08-241-1/+0
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-241-0/+1
* Fix a bug where we reused a va_list across multiple calls.deanm@chromium.org2009-08-241-9/+9
* Fix StackTrace on Windows.maruel@chromium.org2009-08-242-73/+29
* Use U_ICU_VERSION_SHORT instead of hard-coding the icu data dll and module name.jshin@chromium.org2009-08-221-3/+5
* Revert r24043, "linux: call g_thread_init() at relevant startup points"evan@chromium.org2009-08-211-1/+0
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-211-0/+1
* Move gtk_settings_get_default() call to the UI thread.estade@chromium.org2009-08-212-6/+33
* Some tweaks to the OS X Sandbox:jeremy@chromium.org2009-08-211-12/+3
* 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