| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Call GdiAlphaBlend directly instead of the AlphaBlend wrapper in msimg32.dll.... | deanm@chromium.org | 2008-10-21 | 3 | -20/+21 |
* | Rolling back switch to hammer patterns again. | bradnelson@chromium.org | 2008-10-20 | 2 | -18/+11 |
* | Modules Linux fixes: | sgk@google.com | 2008-10-20 | 1 | -1/+6 |
* | Include bug reference for r3624. | mark@chromium.org | 2008-10-20 | 1 | -0/+1 |
* | Disable ConditionVariableTest.MultiThreadConsumerTest because it's | mark@chromium.org | 2008-10-20 | 1 | -1/+2 |
* | Construct a field trial to see if HIGH or MEDIUM memory model "works better" | jar@google.com | 2008-10-19 | 6 | -4/+246 |
* | Adding in new hammer patterns. Restored from rollback change 3578. | bradnelson@chromium.org | 2008-10-18 | 2 | -11/+13 |
* | Rolling back CL 3578, discovered hammer.bat had not been updated yet. | bradnelson@chromium.org | 2008-10-18 | 2 | -13/+11 |
* | Applying software construction toolkit patterns in scons build. | bradnelson@chromium.org | 2008-10-17 | 2 | -11/+13 |
* | Remove throttling code from the Browser process and implement throttling in t... | erg@google.com | 2008-10-17 | 1 | -1/+13 |
* | part one of bustage fix - forgot to land this with previous CL. http://crbug.... | ben@chromium.org | 2008-10-17 | 1 | -0/+3 |
* | Added linux clipboard. | estade@chromium.org | 2008-10-17 | 5 | -6/+179 |
* | Add DirectoryWatcher tests to SConscript. | evanm@google.com | 2008-10-17 | 1 | -0/+2 |
* | Add a DirectoryWatcher class, allowing objects to be notified whenever | evanm@google.com | 2008-10-17 | 5 | -7/+321 |
* | Remove unused shared_event. | agl@chromium.org | 2008-10-16 | 6 | -214/+0 |
* | Take 2 at fixing image corruption on drag and drop. | tc@google.com | 2008-10-16 | 1 | -2/+1 |
* | Make View::SetBounds take a const gfx::Rect& instead of a const CRect& | ben@chromium.org | 2008-10-16 | 2 | -0/+10 |
* | Revert "Fix a bug where we were truncating the last byte of images" | tc@google.com | 2008-10-16 | 1 | -1/+2 |
* | Wrap some lines that are > 80 columns. | tc@google.com | 2008-10-16 | 1 | -9/+13 |
* | Fix a bug where we were truncating the last byte of images | tc@google.com | 2008-10-16 | 1 | -2/+1 |
* | Fix FileEnumerator (win) for non-recursive, directory-only enumerations. | tim@chromium.org | 2008-10-16 | 2 | -4/+9 |
* | Store the command line in a more convenient format on non-windows platforms. | estade@chromium.org | 2008-10-15 | 3 | -23/+103 |
* | Convert GetPreferredSize from: | beng@google.com | 2008-10-15 | 1 | -0/+5 |
* | get webframe_impl.cc to compile on linux | tc@google.com | 2008-10-14 | 4 | -0/+32 |
* | Change all ConvertPointTo* methods to use gfx::Point instead of CPoint. | ben@chromium.org | 2008-10-14 | 1 | -0/+5 |
* | Port parts of base/process_util to Linux. | evanm@google.com | 2008-10-14 | 7 | -4/+136 |
* | Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. | ben@chromium.org | 2008-10-14 | 1 | -0/+5 |
* | Bring up idletimer unittest on Mac port. | jeremy@chromium.org | 2008-10-13 | 4 | -38/+71 |
* | Add a templatized scoped GDI handle object. Use this to implement ScopedBitma... | ben@chromium.org | 2008-10-13 | 1 | -37/+26 |
* | Basic GTK test shell: links in the SConscript and brings up a window with non... | evanm@google.com | 2008-10-13 | 1 | -1/+7 |
* | Fix typo in command line unit test. | estade@chromium.org | 2008-10-10 | 1 | -1/+1 |
* | This CL adds prompting for dangerous types of files (executable) when they ar... | jcampan@chromium.org | 2008-10-10 | 6 | -2/+89 |
* | Add a way to register for completion-ports based async operations to be handled | rvargas@google.com | 2008-10-09 | 5 | -7/+223 |
* | base\gfx file changes from r3137: + gdi_util.cc, - bitmap_header.cc | sgk@google.com | 2008-10-09 | 1 | -1/+1 |
* | Patch by Thatcher Ulrich <tulrich@google.com>. | ojan@google.com | 2008-10-09 | 10 | -24/+176 |
* | Comments out the DCHECK in lock as it causes failures. | sky@google.com | 2008-10-09 | 1 | -1/+3 |
* | Changes BookmarkModel to not grab the same lock twice. | sky@google.com | 2008-10-09 | 1 | -2/+1 |
* | Disallow recursive locking via the Lock class | jar@google.com | 2008-10-09 | 2 | -113/+46 |
* | remove unneeded webkit_glue:: and wrap windows functions in ifdefs | erg@google.com | 2008-10-08 | 1 | -1/+3 |
* | Change the font search order to try Lucida Sans Unicode before Arial Unicode ... | jungshik@google.com | 2008-10-08 | 1 | -1/+1 |
* | Make Mac clipboard code tolerant of nil clipboard without crashing. Add a | mark@chromium.org | 2008-10-08 | 1 | -30/+36 |
* | Provide converters to and from NSString* in sys_string_conversions | mark@chromium.org | 2008-10-08 | 5 | -8/+77 |
* | Fix a typo I noticed when looking at object tracking. The wrong argument was | brettw@google.com | 2008-10-08 | 1 | -1/+1 |
* | Klocwork bug. Checking the wrong variable. | cpu@google.com | 2008-10-08 | 1 | -7/+12 |
* | Fix some problems with machine level install. | kuchhal@chromium.org | 2008-10-08 | 2 | -0/+11 |
* | Add Mac BeingDebugged implementation | mark@chromium.org | 2008-10-08 | 1 | -7/+33 |
* | backing out debugging changes now that we know the problem. | pinkerton@google.com | 2008-10-08 | 1 | -5/+0 |
* | checking debug output for failing test on buildbot. to be backed out in a min... | pinkerton@google.com | 2008-10-08 | 1 | -0/+5 |
* | Add -- as a command line switch parsing terminator. This allows you to launc... | deanm@chromium.org | 2008-10-06 | 3 | -8/+41 |
* | Make ClipboardTest a PlatformTest to get autorelease pool management, needed | mark@chromium.org | 2008-10-03 | 1 | -15/+13 |