summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* Excluded a few tests that hang under ThreadSanitizer on Mactimurrrr@chromium.org2009-09-161-0/+5
* posix: clean up shared memory codeevan@chromium.org2009-09-162-18/+21
* Use MAC_OS_X_DEPLOYMENT_TARGET instead of rolling our own macro.mark@chromium.org2009-09-162-16/+26
* This CL fixes issue 10860 - RTL: Hebrew file names should have forced LTRxji@chromium.org2009-09-161-1/+7
* Quick fix to use file_util::SetCurrentDirectory method instead of the PathSer...erikkay@chromium.org2009-09-163-22/+6
* Linux: print page to file rather than using shared memory to send it to the b...estade@chromium.org2009-09-162-11/+18
* Force inclusion of build/common.gypi for all chromium gyp files.yaar@chromium.org2009-09-151-3/+0
* Changes needed for MacOS X 10.4 support.maf@google.com2009-09-153-21/+59
* Some scaffolding for the task manager.thakis@chromium.org2009-09-151-0/+11
* Fix a flaky crash in Thread by guarding access to message_loop_ more carefully.phajdan.jr@chromium.org2009-09-142-18/+15
* Fix to use FilePath in more unittests.phajdan.jr@chromium.org2009-09-142-3/+4
* Make int64 -> Time conversion explicit.phajdan.jr@chromium.org2009-09-143-9/+10
* Remove code doing a no-op due to float -> int rounding.phajdan.jr@chromium.org2009-09-141-6/+5
* Landing tfarina patch. See http://codereview.chromium.org/195040/showjcampan@chromium.org2009-09-142-22/+23
* Implement functions to return the primary display dimensions and the numbermark@chromium.org2009-09-141-0/+49
* For the purposes of the "system color space," use the main display's colormark@chromium.org2009-09-131-9/+13
* posix: trivial error message cleanupevan@chromium.org2009-09-121-1/+1
* Bug fix: produce unique temp file names when the VFS requests a handle to a n...dumi@chromium.org2009-09-111-5/+4
* Removes deprecated version of PathIsWritable which is no longer called by any...erikkay@chromium.org2009-09-112-5/+0
* Removes a piece of comment that no longer applies.erikkay@chromium.org2009-09-111-4/+2
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-1012-22/+35
* Hack to make tests work if out is a symlink: see if the current dir is the so...mattm@chromium.org2009-09-101-6/+17
* Strict transport security: come out from behind the flag.agl@chromium.org2009-09-102-11/+0
* Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de...jhawkins@chromium.org2009-09-103-4/+20
* Linux: set the process title (that shows in "ps" etc.) of renderers correctly...mdm@chromium.org2009-09-105-3/+191
* Retry 25770 after fixing Valgrind issue.huanr@chromium.org2009-09-102-1/+8
* Clipboard:estade@chromium.org2009-09-108-71/+33
* First cut at implementation of FindBar for views / gtkdavemoore@chromium.org2009-09-093-6/+6
* posix: better launchapp error messageevan@chromium.org2009-09-091-2/+2
* Use gfx::Point instead of GET_X/Y_LPARAM to reduce a dependency on ATL.jhawkins@chromium.org2009-09-092-1/+12
* Revert r25770 due to valgrind failures on Linux.huanr@chromium.org2009-09-092-8/+1
* Fix to use FilePath version of PathService::Get.thestig@chromium.org2009-09-092-13/+12
* Small comment updates. No code change.mdm@chromium.org2009-09-091-1/+1
* Enable database logging on history thread.huanr@chromium.org2009-09-092-1/+8
* Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...jshin@chromium.org2009-09-092-6/+11
* Print stack trace on exception in unit tests on Windows.maruel@chromium.org2009-09-085-43/+89
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-085-49/+145
* If NSS_InitReadWrite fails, fall back on NSS_NoDB_Init.wtc@chromium.org2009-09-081-12/+13
* Add missing files to base_unittests.maruel@chromium.org2009-09-081-1/+6
* Fix issue 8348: unfork pe_image.h / pe_image.cctkent@chromium.org2009-09-082-4/+4
* Fix mysterious chromeos build error - more investigation to follow.benl@chromium.org2009-09-071-10/+6
* Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set butbenl@chromium.org2009-09-078-49/+78
* Strip .plugin off of Mac plugin names when showing the crash info bar.stuartmorgan@google.com2009-09-043-0/+41
* posix: don't complain when stat() fails with ENOENTevan@chromium.org2009-09-031-9/+13
* Adjust color spaces so that Mac Chrome renders colors properly.amanda@chromium.org2009-09-032-0/+32
* When forking, restore the default exception handler port.mark@chromium.org2009-09-033-0/+38
* Print a backtrace when a test binary crashes.phajdan.jr@chromium.org2009-09-031-0/+14
* Check the right Info.plist to determine whether the app is the browser or amark@chromium.org2009-09-031-2/+5
* Add a comment about templates for hashing pointers and correct the case of a ...jorlow@chromium.org2009-09-032-1/+7
* linux: call PR_Init on UI threadevan@chromium.org2009-09-023-12/+31