| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use the full src-relative path to gtest.h | mark@chromium.org | 2008-10-03 | 1 | -1/+1 |
* | Add a FilePath object | mark@chromium.org | 2008-10-03 | 7 | -5/+725 |
* | Implement MessageLoopForUI using GLib. This gets some exercise from | dsh@google.com | 2008-10-03 | 4 | -7/+413 |
* | Bring up clipboard_unittest.cc on the Mac. | jeremy@chromium.org | 2008-10-02 | 5 | -74/+252 |
* | Don't throw the thread name setting exception unless a debugger is attached. | deanm@chromium.org | 2008-10-02 | 1 | -0/+5 |
* | Add platform_canvas_unittest.cc | jeremy@chromium.org | 2008-10-01 | 6 | -39/+58 |
* | Cross-platform wrappers for fopen, _wfopen_s, etc. | mark@chromium.org | 2008-10-01 | 9 | -61/+69 |
* | Fixes bug where JSON reader errored on reading vertical tabs (\v). The | sky@google.com | 2008-10-01 | 3 | -2/+7 |
* | Enable error checking on Posix locks in debug, and make release lock creation... | deanm@chromium.org | 2008-10-01 | 1 | -1/+7 |
* | Some small cleanups to Lock suggested by Gaetano Mendola. | deanm@chromium.org | 2008-10-01 | 2 | -3/+3 |
* | Fix painting problem with transparent plugins because plugins were ignoring t... | jam@chromium.org | 2008-10-01 | 1 | -0/+8 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=772, | iyengar@google.com | 2008-10-01 | 1 | -3/+30 |
* | Fix some issues found looking at the code. | maruel@google.com | 2008-09-30 | 11 | -61/+51 |
* | Reduce RandDouble to one call to ldexp, add one bit of precision | mark@chromium.org | 2008-09-30 | 2 | -18/+18 |
* | Sync Mac canvas implementation with Windows version, still a work in progress, | jeremy@chromium.org | 2008-09-29 | 6 | -138/+102 |
* | Refactoring for portability: | mark@chromium.org | 2008-09-29 | 13 | -0/+333 |
* | Silence this unit test on Windows 2003 until bug 2732 is fixed. | maruel@google.com | 2008-09-29 | 1 | -0/+4 |
* | Display the tmp path to help debug an issue with a build bot. | maruel@google.com | 2008-09-29 | 1 | -1/+1 |
* | ICU changes | sgk@google.com | 2008-09-29 | 1 | -7/+32 |
* | Check for cpu items before assuming it will work. | mbelshe@google.com | 2008-09-26 | 1 | -8/+10 |
* | Fix the mac compile by removing the unnecessary setDeviceOffset function. | brettw@google.com | 2008-09-26 | 3 | -13/+0 |
* | Roll the third_party/icu38 revision in DEPS to have SCons build libicu, | sgk@google.com | 2008-09-26 | 1 | -1/+1 |