| Commit message (Expand) | Author | Age | Files | Lines |
* | This changes the base clipboard class, as accomplishing paste requires that C... | avi@chromium.org | 2009-03-10 | 13 | -91/+84 |
* | Make ui_tests work on the Mac again after r11273 | mark@chromium.org | 2009-03-10 | 1 | -4/+1 |
* | Set proper bundle ID based on the state of branding. | mark@chromium.org | 2009-03-10 | 2 | -3/+14 |
* | Back out r11376. Not all .grd files generate the same .pak / .rc files. | sgk@google.com | 2009-03-10 | 1 | -2/+0 |
* | Get rid of --start-renderers-manually since it's been broken for a long time ... | jam@chromium.org | 2009-03-10 | 11 | -125/+75 |
* | Prompt the user before performing particularly expensive operations. | markus@chromium.org | 2009-03-10 | 1 | -1/+62 |
* | Move the tab images into the TabRenderer class. | jhawkins@chromium.org | 2009-03-10 | 2 | -76/+86 |
* | Convert to COLORREF properly. This matches the old code before my refactoring. | darin@chromium.org | 2009-03-10 | 1 | -1/+3 |
* | Fix interactive UI tests. It was crashing due to a NULL ExtensionsService in... | mpcomplete@google.com | 2009-03-10 | 1 | -1/+2 |
* | Re-enable ExtensionViewTest. | mpcomplete@google.com | 2009-03-10 | 1 | -3/+1 |
* | First step at removing TabContents from temp scaffolding. Get rid of duplicat... | pinkerton@chromium.org | 2009-03-10 | 4 | -182/+49 |
* | Extra disable ExtensionViewTest. | mpcomplete@google.com | 2009-03-10 | 1 | -0/+2 |
* | Instead of queuing ResourceDispatcher IPC messages in RenderView, use Resourc... | jam@chromium.org | 2009-03-10 | 5 | -56/+47 |
* | Make the download shelf in gtk look prettier (add top border, improve spacing). | estade@chromium.org | 2009-03-10 | 2 | -19/+48 |
* | Port navigation controller unittest to posix. | estade@chromium.org | 2009-03-10 | 1 | -29/+36 |
* | Make chrome's copy of the 'grit' rule aware that the grit call | sgk@google.com | 2009-03-10 | 1 | -0/+2 |
* | Disable ExtensionViewTest.Index while I fix it. | mpcomplete@google.com | 2009-03-10 | 1 | -1/+1 |
* | Reverting 11357. | jcampan@chromium.org | 2009-03-10 | 2 | -2/+5 |
* | First cut at the find bar. | tc@google.com | 2009-03-10 | 10 | -14/+149 |
* | Add new gtk files to the gyp build. | sgk@google.com | 2009-03-10 | 1 | -16/+17 |
* | More tests_fixable updating. TBR. | ojan@google.com | 2009-03-10 | 1 | -5/+4 |
* | Fix build breaks after webkit merge. | jam@chromium.org | 2009-03-10 | 9 | -2/+13 |
* | Unrevert 11294. | mpcomplete@google.com | 2009-03-10 | 14 | -61/+161 |
* | Highlight tab close button on click. Original patch by kimworking@gmail.com,... | pkasting@chromium.org | 2009-03-10 | 1 | -2/+4 |
* | Move forked, DevTools-specific JS files out of third_party/WebKit | dglazkov@google.com | 2009-03-10 | 9 | -8/+2025 |
* | The navigation entry's state would not be returned for navigation entries of ... | jcampan@chromium.org | 2009-03-10 | 2 | -5/+2 |
* | Checking in media::FFmpegGlue, media::FFmpegDemuxer and tests. | scherkus@chromium.org | 2009-03-10 | 14 | -11/+1445 |
* | Make Chromium windows not hide auto-hide taskbars, take 2. | pkasting@chromium.org | 2009-03-10 | 8 | -49/+125 |
* | Attempt to cleanup after ourselves on test shell timeout. | thestig@chromium.org | 2009-03-10 | 1 | -0/+1 |
* | add glue.vcproj | darin@chromium.org | 2009-03-10 | 1 | -5/+13 |
* | Adds WebThemeEngine, WebColor, and WebCanvas to the WebKit API (chrome-side). | darin@chromium.org | 2009-03-10 | 10 | -106/+192 |
* | Revert "Checking in media::FFmpegDemuxer and tests." | scherkus@chromium.org | 2009-03-10 | 13 | -1442/+11 |
* | Move FilePathTest under test_dir_ so it gets cleaned up on TearDown. | thestig@chromium.org | 2009-03-10 | 1 | -3/+1 |
* | Add some more flaky test in an attempt to green the tree. Also, defer flaky t... | ojan@google.com | 2009-03-10 | 1 | -7/+8 |
* | Checking in media::FFmpegDemuxer and tests. | scherkus@chromium.org | 2009-03-10 | 6 | -1/+786 |
* | Checking in media::FFmpegGlue and some common FFmpeg code. | scherkus@chromium.org | 2009-03-10 | 9 | -10/+656 |
* | Add flaky tests. TBR. | ojan@google.com | 2009-03-10 | 1 | -0/+9 |
* | Slight code change to make some global variables const. | maruel@google.com | 2009-03-10 | 43 | -203/+319 |
* | Creating a new baseline for LayoutTest/fast/js/function-toString-semicolon-in... | rafaelw@chromium.org | 2009-03-10 | 3 | -0/+51 |
* | Add exceptions to max_cols rule. | maruel@chromium.org | 2009-03-10 | 1 | -2/+8 |
* | Some cleanups and hookups to LocationBarViewGtk. | deanm@chromium.org | 2009-03-10 | 7 | -41/+58 |
* | Basic Linux linking of chrome and tests: | sgk@google.com | 2009-03-10 | 1 | -32/+41 |
* | Adds logging of main URL for IPC messages. This is just a start. I | sky@google.com | 2009-03-10 | 1 | -0/+20 |
* | Re-implemented the install-build-deps.sh script file, so that on 64 bit | markus@chromium.org | 2009-03-10 | 1 | -109/+178 |
* | Add missing test_file_util_posix.cc file. | sgk@google.com | 2009-03-10 | 1 | -0/+1 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 745 | -772/+0 |
* | Add end of file newline checks to PRESUBMIT.py. | deanm@chromium.org | 2009-03-10 | 2 | -6/+16 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 143 | -146/+0 |
* | Update from days runs: | thomasvl@chromium.org | 2009-03-10 | 1 | -4/+6 |
* | Move GdkPixbufFromSkBitmap to gtk_util so it can easily be shared. | deanm@chromium.org | 2009-03-10 | 3 | -40/+47 |