summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Port SSLClientSocket to Linuxdkegel@google.com2008-10-221-0/+13
* Using $CHROME_SRC_DIR in place of hash/..bradnelson@google.com2008-10-223-4/+4
* Fix reference to the new exported symbols file so it workssgk@google.com2008-10-221-3/+5
* Add directory_watcher_win.cc and its unit test to thesgk@google.com2008-10-222-0/+2
* Added linux process utilities and tests.estade@chromium.org2008-10-2210-48/+225
* Move windows specific lock-recursion-counter into windows impl filejar@google.com2008-10-214-94/+46
* SCons renaming updates for base, net and googleurl:sgk@google.com2008-10-218-437/+487
* Build SkGraphicsContext under Linuxerg@google.com2008-10-212-0/+7
* Fix another crasher in Spell Checker related to file IO.sidchat@google.com2008-10-211-0/+2
* Call GdiAlphaBlend directly instead of the AlphaBlend wrapper in msimg32.dll....deanm@chromium.org2008-10-213-20/+21
* Rolling back switch to hammer patterns again.bradnelson@chromium.org2008-10-202-18/+11
* Modules Linux fixes:sgk@google.com2008-10-201-1/+6
* Include bug reference for r3624.mark@chromium.org2008-10-201-0/+1
* Disable ConditionVariableTest.MultiThreadConsumerTest because it'smark@chromium.org2008-10-201-1/+2
* Construct a field trial to see if HIGH or MEDIUM memory model "works better"jar@google.com2008-10-196-4/+246
* Adding in new hammer patterns. Restored from rollback change 3578.bradnelson@chromium.org2008-10-182-11/+13
* Rolling back CL 3578, discovered hammer.bat had not been updated yet.bradnelson@chromium.org2008-10-182-13/+11
* Applying software construction toolkit patterns in scons build.bradnelson@chromium.org2008-10-172-11/+13
* Remove throttling code from the Browser process and implement throttling in t...erg@google.com2008-10-171-1/+13
* part one of bustage fix - forgot to land this with previous CL. http://crbug....ben@chromium.org2008-10-171-0/+3
* Added linux clipboard.estade@chromium.org2008-10-175-6/+179
* Add DirectoryWatcher tests to SConscript.evanm@google.com2008-10-171-0/+2
* Add a DirectoryWatcher class, allowing objects to be notified wheneverevanm@google.com2008-10-175-7/+321
* Remove unused shared_event.agl@chromium.org2008-10-166-214/+0
* Take 2 at fixing image corruption on drag and drop.tc@google.com2008-10-161-2/+1
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-162-0/+10
* Revert "Fix a bug where we were truncating the last byte of images"tc@google.com2008-10-161-1/+2
* Wrap some lines that are > 80 columns.tc@google.com2008-10-161-9/+13
* Fix a bug where we were truncating the last byte of imagestc@google.com2008-10-161-2/+1
* Fix FileEnumerator (win) for non-recursive, directory-only enumerations.tim@chromium.org2008-10-162-4/+9
* Store the command line in a more convenient format on non-windows platforms.estade@chromium.org2008-10-153-23/+103
* Convert GetPreferredSize from:beng@google.com2008-10-151-0/+5
* get webframe_impl.cc to compile on linuxtc@google.com2008-10-144-0/+32
* Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.ben@chromium.org2008-10-141-0/+5
* Port parts of base/process_util to Linux.evanm@google.com2008-10-147-4/+136
* Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. ben@chromium.org2008-10-141-0/+5
* Bring up idletimer unittest on Mac port.jeremy@chromium.org2008-10-134-38/+71
* Add a templatized scoped GDI handle object. Use this to implement ScopedBitma...ben@chromium.org2008-10-131-37/+26
* Basic GTK test shell: links in the SConscript and brings up a window with non...evanm@google.com2008-10-131-1/+7
* Fix typo in command line unit test.estade@chromium.org2008-10-101-1/+1
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-106-2/+89
* Add a way to register for completion-ports based async operations to be handledrvargas@google.com2008-10-095-7/+223
* base\gfx file changes from r3137: + gdi_util.cc, - bitmap_header.ccsgk@google.com2008-10-091-1/+1
* Patch by Thatcher Ulrich <tulrich@google.com>.ojan@google.com2008-10-0910-24/+176
* Comments out the DCHECK in lock as it causes failures.sky@google.com2008-10-091-1/+3
* Changes BookmarkModel to not grab the same lock twice.sky@google.com2008-10-091-2/+1
* Disallow recursive locking via the Lock classjar@google.com2008-10-092-113/+46
* remove unneeded webkit_glue:: and wrap windows functions in ifdefserg@google.com2008-10-081-1/+3
* Change the font search order to try Lucida Sans Unicode before Arial Unicode ...jungshik@google.com2008-10-081-1/+1
* Make Mac clipboard code tolerant of nil clipboard without crashing. Add amark@chromium.org2008-10-081-30/+36