| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable running webkit tests in parallel and make it use | ojan@google.com | 2009-03-30 | 20 | -29/+232 |
* | Disk Cache: Make sure that an entry that pretends to be | rvargas@google.com | 2009-03-30 | 8 | -0/+87 |
* | Display a title for files in the back/forward menu. | estade@chromium.org | 2009-03-30 | 1 | -1/+2 |
* | Fix some line endings in browser/dom_ui. | brettw@chromium.org | 2009-03-30 | 2 | -115/+115 |
* | Enable TCMalloc. | mbelshe@google.com | 2009-03-30 | 2 | -1/+15 |
* | Reverting, as this changelist broke unittests on Windows. | markus@chromium.org | 2009-03-30 | 20 | -655/+181 |
* | This Mac test also flaky in debug mode. | evan@chromium.org | 2009-03-30 | 1 | -1/+1 |
* | * Breakpad on OSX now works with stock Breakpad framwork. | jeremy@chromium.org | 2009-03-30 | 11 | -45/+354 |
* | Make NTP work by correctly marking the kind of urls we type in. Patch from ro... | pinkerton@chromium.org | 2009-03-30 | 1 | -1/+5 |
* | Change the bad-certificate handler for SSL (using NSS) to return an | markus@chromium.org | 2009-03-30 | 20 | -181/+655 |
* | Rebaseline some tests on Linux following a recent Windows rebaseline. | evan@chromium.org | 2009-03-30 | 18 | -0/+5420 |
* | Move position of declaration per nit on larger CL that landed | jar@chromium.org | 2009-03-30 | 1 | -3/+1 |
* | Update chrome.gyp for new browser/gtk/tabs/*.{cc,h} breakout. | sgk@google.com | 2009-03-30 | 1 | -2/+6 |
* | Retry of r12793: Rename some .cpp files to .cc. | evan@chromium.org | 2009-03-30 | 5 | -11/+11 |
* | Resubmit http://codereview.chromium.org/55034 with one-line fix to test_shell... | dkegel@google.com | 2009-03-30 | 4 | -142/+154 |
* | Re-baseline new font tests for Windows. | pam@chromium.org | 2009-03-30 | 19 | -8/+5420 |
* | Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha... | hclam@chromium.org | 2009-03-30 | 7 | -11/+37 |
* | Switching printing to gyp on windows. | bradnelson@google.com | 2009-03-30 | 4 | -314/+3 |
* | FFmpeg Audio decoder glue code | hclam@chromium.org | 2009-03-30 | 4 | -7/+92 |
* | Remove Windows "Save As" dialogs from Save Page code.In this change:- convert... | paulg@google.com | 2009-03-30 | 18 | -186/+247 |
* | Add histogram of total latency when we're not re-using a socket | jar@chromium.org | 2009-03-30 | 1 | -0/+7 |
* | Exclude ffmpeg_* files that don't build on Linux, too. | sgk@google.com | 2009-03-30 | 1 | -0/+11 |
* | Decoders now use standard callback mechanism for Reads. Removed Assignable<>... | ralphl@chromium.org | 2009-03-30 | 10 | -138/+82 |
* | Break out the tab rendering logic into TabGtk and TabRendererGtk. | jhawkins@chromium.org | 2009-03-30 | 10 | -646/+1324 |
* | Revert "Rename some .cpp files to .cc." | evan@chromium.org | 2009-03-30 | 5 | -6/+6 |
* | Rename some .cpp files to .cc. | evan@chromium.org | 2009-03-30 | 5 | -6/+6 |
* | Always fall through to NetResourceProvider, rather than NOTREACHED()ing here. | evan@chromium.org | 2009-03-30 | 1 | -7/+0 |
* | Linux build fixes | agl@chromium.org | 2009-03-30 | 3 | -15/+10 |
* | The NativeButton HWND would not be created yet when we were setting the initi... | jcampan@chromium.org | 2009-03-30 | 1 | -5/+5 |
* | In certain cases, the coordinates used for pattern rendering can go | senorblanco@chromium.org | 2009-03-30 | 1 | -2/+3 |
* | Chrome-side of using setKeyIdentifierFromWindowsKeyCode instead of | darin@chromium.org | 2009-03-30 | 6 | -28/+9 |
* | Add cast to fix tree bustage on mac | jar@chromium.org | 2009-03-30 | 1 | -3/+6 |
* | Linux GYP build: fix typo ("gdk"->"gtk") | agl@chromium.org | 2009-03-30 | 1 | -1/+1 |
* | Use HTTP status return code to make SDCH handling more robust. | jar@chromium.org | 2009-03-30 | 12 | -17/+224 |
* | Linux GYP build: fix typo ("gdk"->"gtk") | agl@chromium.org | 2009-03-30 | 1 | -1/+1 |
* | Based on empirical data, push chrome.dll's base address forward. | deanm@chromium.org | 2009-03-30 | 1 | -1/+1 |
* | Platform cleanup in chrome UI tests. | phajdan.jr@chromium.org | 2009-03-30 | 2 | -5/+9 |
* | Reorder d8 files in v8 gyp file. | ager@chromium.org | 2009-03-30 | 1 | -1/+1 |
* | Reverting 12776. | dkegel@google.com | 2009-03-30 | 4 | -132/+141 |
* | Add some includes needed by GCC 4.4.0 | mark@chromium.org | 2009-03-30 | 2 | -0/+2 |
* | Support valgrinding layout tests. | dkegel@google.com | 2009-03-30 | 4 | -141/+132 |
* | Cleanup in automation. Remove WaitForTabCountToChange. | phajdan.jr@chromium.org | 2009-03-30 | 10 | -224/+109 |
* | Fix the DOMUIToStandard unit test and uncomment it. The NavigationController | brettw@chromium.org | 2009-03-30 | 1 | -8/+20 |
* | Fix v8.gyp after adding new platform specific d8 files. | ager@chromium.org | 2009-03-30 | 1 | -2/+8 |
* | Update V8 to version 1.1.4. | ager@chromium.org | 2009-03-30 | 1 | -1/+1 |
* | Make version rule's path assumptions less specific. | robertshield@google.com | 2009-03-30 | 1 | -1/+1 |
* | 1. Added 'scripts' command response handler that populates Scripts panel with... | yurys@google.com | 2009-03-30 | 3 | -64/+71 |
* | DevTools: support null callbacks in the frontend, encapsulate node ids. | pfeldman@chromium.org | 2009-03-30 | 3 | -8/+5 |
* | Fix devtools tests. | pfeldman@chromium.org | 2009-03-30 | 1 | -2/+2 |
* | DevTools: Implement basic DOM edit operations. | pfeldman@chromium.org | 2009-03-30 | 11 | -253/+537 |