| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove JSDOMBinding, which is no longer used. | dglazkov@chromium.org | 2009-05-20 | 4 | -96/+0 |
* | About box development. | jrg@chromium.org | 2009-05-20 | 8 | -15/+950 |
* | WebKit Update 43889:43933 | levin@chromium.org | 2009-05-20 | 2 | -2/+7 |
* | Roll gyp deps. This includes the following change: | tc@google.com | 2009-05-20 | 1 | -1/+1 |
* | Add Croc code coverage config for linux. | rspangler@google.com | 2009-05-20 | 1 | -0/+89 |
* | Image files for media elements | hclam@chromium.org | 2009-05-20 | 4 | -0/+0 |
* | Development of keystone glue. | jrg@chromium.org | 2009-05-20 | 4 | -37/+375 |
* | Prevent setting the checkbox value in menus from activating the menu item. | erg@google.com | 2009-05-20 | 1 | -0/+21 |
* | TBR: Revert "Hook up more of extension uninstall." | aa@chromium.org | 2009-05-20 | 24 | -793/+516 |
* | Looks like svg/custom/grayscale-gradient-mask.svg always passes in release mode. | darin@chromium.org | 2009-05-20 | 1 | -1/+1 |
* | Unified the ways Font and Canvas get the pixel size of strings, using pango | davemoore@chromium.org | 2009-05-20 | 2 | -15/+38 |
* | Add HKLM + HKCU lookup for COM history indexer | cpu@google.com | 2009-05-20 | 1 | -16/+43 |
* | Linux: reject empty file filters for file chooser dialogs. | estade@chromium.org | 2009-05-20 | 1 | -3/+10 |
* | Minor gtk-views cleanup: | sky@chromium.org | 2009-05-20 | 9 | -23/+177 |
* | Restoring cygwin project and dependencies that seem to have been clobbered at... | bradnelson@google.com | 2009-05-20 | 1 | -0/+36 |
* | mac_util::SetOverrideAppBundle() are handled in class ChromeTestSuite. | jrg@chromium.org | 2009-05-20 | 1 | -10/+0 |
* | Hook up more of extension uninstall. | aa@chromium.org | 2009-05-20 | 24 | -516/+793 |
* | Implement process singleton on linux so if the user tries to | tc@google.com | 2009-05-20 | 3 | -16/+281 |
* | Convert most of the Find UI tests to InProcBrowser tests. I might be able to ... | finnur@chromium.org | 2009-05-20 | 3 | -194/+235 |
* | Enable IDC_CLOSE_WINDOW on linux. | estade@chromium.org | 2009-05-20 | 3 | -5/+5 |
* | Temporary fix for MP3 decoding by duplicating packets before handing them to ... | scherkus@chromium.org | 2009-05-20 | 5 | -0/+117 |
* | Linux: add background image theming to bookmark bar. | estade@chromium.org | 2009-05-20 | 3 | -25/+57 |
* | Don't die on glib/gtk/gdk errors in release mode. | estade@chromium.org | 2009-05-20 | 1 | -1/+4 |
* | Attempting to make the Gmail checker more robust in the face of errors. | aa@chromium.org | 2009-05-20 | 1 | -47/+91 |
* | Update views deps to reflect new string source. | ben@chromium.org | 2009-05-20 | 1 | -1/+1 |
* | Add GetPixbufNamed to ThemeProvider. GetPixbufNamed converts a loaded theme ... | jhawkins@chromium.org | 2009-05-20 | 7 | -25/+91 |
* | Fix crash in bookmark bar where we had conflicting ids. | erg@google.com | 2009-05-20 | 3 | -11/+42 |
* | Change RenderWidgetHostViewGtk::Destroy() to call gtk_widget_destroy(). | willchan@chromium.org | 2009-05-20 | 1 | -0/+8 |
* | Fix layout test redness. | levin@chromium.org | 2009-05-20 | 1 | -0/+5 |
* | didn't mean to check these in | ben@chromium.org | 2009-05-20 | 2 | -3/+0 |
* | these strings were somehow removed in my earlier revert. add back to fix the ... | ben@chromium.org | 2009-05-20 | 3 | -2/+131 |
* | Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta (secon... | scherkus@chromium.org | 2009-05-20 | 7 | -18/+64 |
* | Make views/ use strings from app_strings. | ben@chromium.org | 2009-05-20 | 13 | -196/+69 |
* | Add missing gyp-generated app\* files to svn:ignore | sgk@google.com | 2009-05-20 | 0 | -0/+0 |
* | Added a script to remove headers from the target. | thomasvl@chromium.org | 2009-05-20 | 4 | -8/+65 |
* | revert this change, svn seems to have committed it with my property-edit. | ben@chromium.org | 2009-05-20 | 13 | -69/+196 |
* | Add generated files to svn:ignore list for views subdir. | ben@chromium.org | 2009-05-20 | 11 | -67/+66 |
* | Only enable the sse2 flags when building Chromium | tc@google.com | 2009-05-20 | 1 | -3/+9 |
* | Support multi-touch gestures for back&forward. | pinkerton@chromium.org | 2009-05-20 | 1 | -0/+21 |
* | Copy first_run.cc to first_run_win.cc for history preservation. | evan@chromium.org | 2009-05-20 | 1 | -0/+667 |
* | Revert r16502. | evan@chromium.org | 2009-05-20 | 1 | -667/+0 |
* | Copy first_run.cc to first_run_win.cc for history preservation. | evan@chromium.org | 2009-05-20 | 1 | -0/+667 |
* | Remove unnecessary function overload in FontDisplayView. | yutak@chromium.org | 2009-05-20 | 1 | -20/+0 |
* | Alert dialogs only get one button. | avi@chromium.org | 2009-05-20 | 1 | -4/+6 |
* | These tests have been passing consistently on windows. | darin@chromium.org | 2009-05-20 | 1 | -2/+0 |
* | Prevent an extra copy of data types that get passed into IPC messages when | mpcomplete@google.com | 2009-05-20 | 7 | -75/+107 |
* | GTK: Don't display empty tooltips on folders in the bookmark bar. | erg@google.com | 2009-05-20 | 1 | -1/+3 |
* | Translate the canvas used to render gtk tabs by the tab bounds in order to re... | jhawkins@chromium.org | 2009-05-20 | 2 | -21/+28 |
* | Temporarily disabling throbber to see if startup tests bot goes back to normal. | pinkerton@chromium.org | 2009-05-20 | 1 | -0/+4 |
* | Fix the webkit.org build of chromium. | levin@chromium.org | 2009-05-20 | 1 | -0/+4 |