| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes needed for MacOS X 10.4 support. | maf@google.com | 2009-09-15 | 3 | -21/+59 |
* | Some scaffolding for the task manager. | thakis@chromium.org | 2009-09-15 | 1 | -0/+11 |
* | Fix a flaky crash in Thread by guarding access to message_loop_ more carefully. | phajdan.jr@chromium.org | 2009-09-14 | 2 | -18/+15 |
* | Fix to use FilePath in more unittests. | phajdan.jr@chromium.org | 2009-09-14 | 2 | -3/+4 |
* | Make int64 -> Time conversion explicit. | phajdan.jr@chromium.org | 2009-09-14 | 3 | -9/+10 |
* | Remove code doing a no-op due to float -> int rounding. | phajdan.jr@chromium.org | 2009-09-14 | 1 | -6/+5 |
* | Landing tfarina patch. See http://codereview.chromium.org/195040/show | jcampan@chromium.org | 2009-09-14 | 2 | -22/+23 |
* | Implement functions to return the primary display dimensions and the number | mark@chromium.org | 2009-09-14 | 1 | -0/+49 |
* | For the purposes of the "system color space," use the main display's color | mark@chromium.org | 2009-09-13 | 1 | -9/+13 |
* | posix: trivial error message cleanup | evan@chromium.org | 2009-09-12 | 1 | -1/+1 |
* | Bug fix: produce unique temp file names when the VFS requests a handle to a n... | dumi@chromium.org | 2009-09-11 | 1 | -5/+4 |
* | Removes deprecated version of PathIsWritable which is no longer called by any... | erikkay@chromium.org | 2009-09-11 | 2 | -5/+0 |
* | Removes a piece of comment that no longer applies. | erikkay@chromium.org | 2009-09-11 | 1 | -4/+2 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 12 | -22/+35 |
* | Hack to make tests work if out is a symlink: see if the current dir is the so... | mattm@chromium.org | 2009-09-10 | 1 | -6/+17 |
* | Strict transport security: come out from behind the flag. | agl@chromium.org | 2009-09-10 | 2 | -11/+0 |
* | Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de... | jhawkins@chromium.org | 2009-09-10 | 3 | -4/+20 |
* | Linux: set the process title (that shows in "ps" etc.) of renderers correctly... | mdm@chromium.org | 2009-09-10 | 5 | -3/+191 |
* | Retry 25770 after fixing Valgrind issue. | huanr@chromium.org | 2009-09-10 | 2 | -1/+8 |
* | Clipboard: | estade@chromium.org | 2009-09-10 | 8 | -71/+33 |
* | First cut at implementation of FindBar for views / gtk | davemoore@chromium.org | 2009-09-09 | 3 | -6/+6 |
* | posix: better launchapp error message | evan@chromium.org | 2009-09-09 | 1 | -2/+2 |
* | Use gfx::Point instead of GET_X/Y_LPARAM to reduce a dependency on ATL. | jhawkins@chromium.org | 2009-09-09 | 2 | -1/+12 |
* | Revert r25770 due to valgrind failures on Linux. | huanr@chromium.org | 2009-09-09 | 2 | -8/+1 |
* | Fix to use FilePath version of PathService::Get. | thestig@chromium.org | 2009-09-09 | 2 | -13/+12 |
* | Small comment updates. No code change. | mdm@chromium.org | 2009-09-09 | 1 | -1/+1 |
* | Enable database logging on history thread. | huanr@chromium.org | 2009-09-09 | 2 | -1/+8 |
* | Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere... | jshin@chromium.org | 2009-09-09 | 2 | -6/+11 |
* | Print stack trace on exception in unit tests on Windows. | maruel@chromium.org | 2009-09-08 | 5 | -43/+89 |
* | Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e... | japhet@chromium.org | 2009-09-08 | 5 | -49/+145 |
* | If NSS_InitReadWrite fails, fall back on NSS_NoDB_Init. | wtc@chromium.org | 2009-09-08 | 1 | -12/+13 |
* | Add missing files to base_unittests. | maruel@chromium.org | 2009-09-08 | 1 | -1/+6 |
* | Fix issue 8348: unfork pe_image.h / pe_image.cc | tkent@chromium.org | 2009-09-08 | 2 | -4/+4 |
* | Fix mysterious chromeos build error - more investigation to follow. | benl@chromium.org | 2009-09-07 | 1 | -10/+6 |
* | Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but | benl@chromium.org | 2009-09-07 | 8 | -49/+78 |
* | Strip .plugin off of Mac plugin names when showing the crash info bar. | stuartmorgan@google.com | 2009-09-04 | 3 | -0/+41 |
* | posix: don't complain when stat() fails with ENOENT | evan@chromium.org | 2009-09-03 | 1 | -9/+13 |
* | Adjust color spaces so that Mac Chrome renders colors properly. | amanda@chromium.org | 2009-09-03 | 2 | -0/+32 |
* | When forking, restore the default exception handler port. | mark@chromium.org | 2009-09-03 | 3 | -0/+38 |
* | Print a backtrace when a test binary crashes. | phajdan.jr@chromium.org | 2009-09-03 | 1 | -0/+14 |
* | Check the right Info.plist to determine whether the app is the browser or a | mark@chromium.org | 2009-09-03 | 1 | -2/+5 |
* | Add a comment about templates for hashing pointers and correct the case of a ... | jorlow@chromium.org | 2009-09-03 | 2 | -1/+7 |
* | linux: call PR_Init on UI thread | evan@chromium.org | 2009-09-02 | 3 | -12/+31 |
* | Make swapping the incoming queue with the work queue constant time. | darin@chromium.org | 2009-09-02 | 2 | -2/+8 |
* | Landing the patch of Thiago Farina. | jcampan@chromium.org | 2009-09-02 | 2 | -11/+3 |
* | Eliminate remaining WebCore dependencies from webplugin_impl.cc | darin@chromium.org | 2009-09-02 | 1 | -0/+5 |
* | Add a comment explaining how base::LinkedList differs from std::list, to help... | eroman@chromium.org | 2009-09-01 | 1 | -1/+30 |
* | Add a WeakPtr<T> class. | darin@chromium.org | 2009-09-01 | 3 | -0/+345 |
* | Fix Breakpad-enabled builds on the Mac. | mark@chromium.org | 2009-09-01 | 1 | -2/+1 |
* | Linux: about:memory | agl@chromium.org | 2009-09-01 | 2 | -5/+13 |