summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update icu38 to bring in UTF-32 wchar_t fix for the Mac.mmentovai@google.com2008-08-131-1/+1
* Update base.xcodeproj to use string_utils_posix.* instead of string_utils_mac.*awalker@google.com2008-08-131-10/+10
* Re submitting the histograms change (735)rvargas@google.com2008-08-124-0/+40
* Manually refcount ReceivedSyncMsgQueue so that we force it to be destructed onjabdelmalek@google.com2008-08-123-10/+20
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@760 0039d316-1c4b-4281-b9...darin@google.com2008-08-127-197/+160
* rollback r749darin@google.com2008-08-122-28/+0
* Last changes to get Linux unit tests building:evanm@google.com2008-08-122-416/+1
* fix initialization order warningpinkerton@google.com2008-08-121-2/+2
* Increase the height of the options dialog and first run bubbletc@google.com2008-08-121-2/+2
* Update base/gfx/SConscript to build cleanly on linux.tc@google.com2008-08-121-9/+24
* Make breakpad handler compile on Linux.mmoss@google.com2008-08-122-20/+30
* Make this file compile on linux. We need fcntl.h for O_RDONLY, etc.tc@google.com2008-08-121-0/+1
* Remove Mac-specific code to make a generic POSIX string_util for Mac and Linux.mmoss@google.com2008-08-122-17/+1
* configure the net unit test targetspinkerton@google.com2008-08-121-2/+287
* Minor cleanup of RootView. Removes unused double_buffered field fromsky@google.com2008-08-128-31/+22
* Provide a cross platform sleep API.paulg@google.com2008-08-122-0/+28
* Remove base\shared_memory.cc from the SCons build in favor of base\shared_mem...sgk@google.com2008-08-121-1/+2
* Disable the Delayed UI test so the tree will be green.tc@google.com2008-08-121-1/+1
* Linux does not always have ULLONG_MAX, etc. Use numerical constants instead.deanm@google.com2008-08-121-12/+12
* Initial checkin for the code coverage dashboard script.niranjan@google.com2008-08-121-0/+233
* Nit fixavi@google.com2008-08-121-1/+1
* Add a virtual destructor; get rid of gcc warnings.avi@google.com2008-08-121-0/+1
* The Posix shared memory implementation.avi@google.com2008-08-124-2/+192
* Back off the histograms change.rvargas@google.com2008-08-124-40/+0
* Revert my changejabdelmalek@google.com2008-08-122-16/+10
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@739 0039d316-1c4b-4281-b9...darin@google.com2008-08-127-160/+197
* Back out r736 due to breakagemmentovai@google.com2008-08-127-178/+114
* Update project file for mac clipboard implavi@google.com2008-08-121-4/+4
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-127-114/+178
* Add a few histograms to the disk cache.rvargas@google.com2008-08-124-0/+40
* Make timer.cc portable by factoring its Windows bits into MessageLoop.darin@google.com2008-08-127-197/+160
* Manually refcount ReceivedSyncMsgQueue so that we force it to be destructed o...jabdelmalek@google.com2008-08-122-10/+16
* Add a bit of plumbing to make it so Browser doesn't need to know about Render...ojan@google.com2008-08-123-5/+21
* Add browser\render_view_host_manager.cc to SCons build.sgk@google.com2008-08-121-0/+1
* Added .dic, .aff and .bdic filessidchat@google.com2008-08-1288-0/+4379930
* Use the new Thread::StopSoon() facility. Add a new tight loop to control the ...maruel@google.com2008-08-124-32/+66
* - Add Thread::StopSoon() and remove Thread::NonBlockingStop(). StopSoon() can...maruel@google.com2008-08-123-138/+113
* Get rid of separate SConscript.main.linux:sgk@google.com2008-08-124-66/+94
* Basic string conversions for Linux -- enough to get unit tests going.evanm@google.com2008-08-121-0/+57
* Fix a few places that wind up using Lock recursively.erikkay@google.com2008-08-124-82/+94
* Revert this CL. Breaks compile.ojan@google.com2008-08-123-21/+5
* Update strings. No webkit string changes.tc@google.com2008-08-124-20/+20
* I accidentally committed file_version_info. Since comments were relatively m...erikkay@google.com2008-08-127-39/+51
* Add some printing related unit tests.maruel@google.com2008-08-126-0/+313
* Add a bit of plumbing just so Browser doesn't need to know about RenderViewHost.ojan@google.com2008-08-123-5/+21
* Remove an invalid DCHECK. If we are closing the browser andojan@google.com2008-08-121-1/+0
* Fix the build; make the function here non-const too.avi@google.com2008-08-122-2/+2
* Basic implementation of the clipboard on the Mac.avi@google.com2008-08-124-27/+243
* Move RenderViewHost management out of WebContents into a newbrettw@google.com2008-08-1216-1226/+1645
* Eliminate symbol visibility warnings produced when linking a unit test target...mmentovai@google.com2008-08-121-18/+12