| Commit message (Expand) | Author | Age | Files | Lines |
* | Change to integrate SystemMonitor changes into chrome. | mbelshe@google.com | 2008-11-14 | 1 | -2/+4 |
* | Next round of SCons changes: | sgk@google.com | 2008-11-14 | 1 | -0/+2 |
* | fix bug in locale dependence check | tc@google.com | 2008-11-14 | 1 | -1/+1 |
* | More Mac & Linux fixes for base namespaces. | brettw@google.com | 2008-11-14 | 3 | -8/+8 |
* | Linux build bustage fix. | brettw@google.com | 2008-11-14 | 1 | -1/+1 |
* | Move process utils into the base namespace (fix build bustage). | brettw@google.com | 2008-11-14 | 1 | -2/+2 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 21 | -73/+112 |
* | Re-do the way browser windows are shown: | ben@chromium.org | 2008-11-14 | 1 | -4/+2 |
* | Unfork test_shell_main_gtk back into test_shell_main. | erg@google.com | 2008-11-14 | 2 | -0/+9 |
* | Restructure the the pump for nested loops. | deanm@chromium.org | 2008-11-13 | 2 | -42/+83 |
* | fix mac build | tony@chromium.org | 2008-11-13 | 1 | -2/+2 |
* | fix check deps | tc@google.com | 2008-11-12 | 1 | -0/+1 |
* | Make unit_tests pass with pt_BR.UTF-8 locale. | tc@google.com | 2008-11-12 | 7 | -46/+232 |
* | Review URL: http://codereview.chromium.org/10610 | dsh@google.com | 2008-11-12 | 1 | -6/+6 |
* | Adds the ability for save dialogs to take a default extension. | sky@google.com | 2008-11-12 | 2 | -0/+79 |
* | Drop the wakeup pipe completely and use the builtin glib wakeup. | deanm@chromium.org | 2008-11-12 | 2 | -39/+3 |
* | Rewrite the glib UI pump. Although the previous pump was correct in terms of... | deanm@chromium.org | 2008-11-12 | 2 | -258/+130 |
* | Prevent crash due to DIB allocation failure | joshia@google.com | 2008-11-12 | 2 | -9/+10 |
* | Force the line endings on .sln files to be CRLF. | tc@google.com | 2008-11-12 | 1 | -103/+103 |
* | Remove some Windows-specific stuff from RenderProcessHost by having callers g... | brettw@google.com | 2008-11-11 | 3 | -5/+6 |
* | Cache the GdkSkia object in PlatformContextSkia so that we aren't creating | agl@chromium.org | 2008-11-11 | 1 | -2/+0 |
* | * Revert "Por rt flush_cache tool." | agl@chromium.org | 2008-11-11 | 4 | -63/+0 |
* | Port flush_cache tool. | agl@chromium.org | 2008-11-11 | 4 | -0/+63 |
* | make sure we match all the tests and files that linux has running. We were ne... | pinkerton@google.com | 2008-11-11 | 2 | -2/+13 |
* | Added CreateTemporaryFileName that takes a FilePath argument. | estade@chromium.org | 2008-11-11 | 5 | -18/+32 |
* | Clean up some confusing naming of ClipboardLock. It isn't a lock, and the wa... | deanm@chromium.org | 2008-11-10 | 1 | -44/+38 |
* | NO CODE CHANGE. Update string_piece.h to new include style, and remove Ben's... | deanm@chromium.org | 2008-11-08 | 3 | -6/+3 |
* | Dramatically improve the link time in release mode. Today's MC Hammer Xcode | mark@chromium.org | 2008-11-07 | 1 | -0/+16 |
* | Switch MessagePumpForIO to use completion ports on Windows. | rvargas@google.com | 2008-11-07 | 5 | -617/+543 |
* | Make PlatformCanvasLinux match up with recent changes in the Windows one, whi... | brettw@google.com | 2008-11-07 | 2 | -3/+8 |
* | Fix Linux build bustage by making the ImageBufferSkia code compilable on all ... | brettw@google.com | 2008-11-07 | 1 | -2/+5 |
* | Adds import/export of bookmarks to bookmarks.html file. | sky@google.com | 2008-11-07 | 1 | -0/+14 |
* | Implement the idle timer for Linux using libxss. | dsh@google.com | 2008-11-06 | 3 | -0/+66 |
* | Enabled WebFrameTest, refactored some test shell functions. | estade@chromium.org | 2008-11-06 | 1 | -9/+15 |
* | Make canvas code a bit more resilient to crashes. | joshia@google.com | 2008-11-06 | 5 | -49/+73 |
* | Switch from using GdkPixbuf to cairo for painting on Drawables. | agl@chromium.org | 2008-11-06 | 2 | -34/+58 |
* | Make assertions not display message boxes to the end user. This is causing | brettw@google.com | 2008-11-06 | 1 | -3/+7 |
* | revert 9391 | estade@chromium.org | 2008-11-05 | 1 | -7/+34 |
* | Enabled WebFrameTest, refactored some test shell functions. | estade@chromium.org | 2008-11-05 | 1 | -34/+7 |
* | Make better (and more efficient) use of Hammer functionality | sgk@google.com | 2008-11-05 | 3 | -8/+8 |
* | This CL adds the autofill UI in forms. | jcampan@chromium.org | 2008-11-05 | 3 | -6/+37 |
* | Delete some accidental comments. | estade@chromium.org | 2008-11-05 | 1 | -3/+1 |
* | Rewrote the clipboard API to be more concurrent. Added a helper class to make... | estade@chromium.org | 2008-11-05 | 11 | -326/+695 |
* | Review URL: http://codereview.chromium.org/8220 | dsh@google.com | 2008-11-04 | 2 | -5/+9 |
* | Spelling fix (r4652) | mark@chromium.org | 2008-11-04 | 1 | -1/+3 |
* | Port more of url_request_unittest.cc. | dkegel@google.com | 2008-11-04 | 4 | -5/+16 |
* | Fix scoped_cftyperef<>::reset() to adopt the incoming CFTypeRef when the | mark@chromium.org | 2008-11-04 | 1 | -3/+3 |
* | Turn time_mac.cc back on, with workaround for scoped_cftyperef reset bug | amanda@chromium.org | 2008-11-04 | 2 | -10/+8 |
* | Handle time overflow more gracefully in base/time_posix.cc. Instead of | mark@chromium.org | 2008-11-04 | 1 | -5/+38 |
* | Use CreateThread instead of _beginthreadex. This should still be safe, and w... | deanm@chromium.org | 2008-11-04 | 1 | -6/+8 |