| Commit message (Expand) | Author | Age | Files | Lines |
* | Use predefined color names where possible for clarity. Also use "SkColorSetA... | pkasting@chromium.org | 2009-10-13 | 1 | -2/+2 |
* | Regression: Shift modifier on Find was reversed. | finnur@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | Add more view ids and gtk widget names to so gtkparasite is | tony@chromium.org | 2009-09-23 | 1 | -0/+1 |
* | First cut at implementation of FindBar for views / gtk | davemoore@chromium.org | 2009-09-09 | 1 | -10/+6 |
* | Fix 9867: Activating the previous/next buttons with the keyboard in the find ... | finnur@chromium.org | 2009-09-03 | 1 | -6/+10 |
* | Porting textfield to toolkit_views Gtk. | jcampan@chromium.org | 2009-09-01 | 1 | -7/+6 |
* | Extend the no-match red background to take up more space | finnur@chromium.org | 2009-07-06 | 1 | -10/+23 |
* | Make Textfield more portable. | ben@chromium.org | 2009-05-28 | 1 | -5/+5 |
* | Move text_field.cc and rename the class to Textfield in preparation for porting. | ben@chromium.org | 2009-05-27 | 1 | -10/+10 |
* | Makes FindBarWin buildable on linux. FindBarWin should be renamed to | sky@chromium.org | 2009-05-23 | 1 | -7/+7 |
* | Fix bug 12468 where F3 (FindNext) in a brand new tab was not using prepopulat... | finnur@chromium.org | 2009-05-22 | 1 | -3/+6 |
* | Theme the find bar. | glen@chromium.org | 2009-05-21 | 1 | -40/+27 |
* | Try to make TextField::Controller implementors cross-platform by abstracting | brettw@chromium.org | 2009-05-21 | 1 | -15/+13 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -2/+2 |
* | Add match count text to the GTK find bar. This also makes the bar wider. | brettw@chromium.org | 2009-05-14 | 1 | -22/+6 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -3/+3 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | FindBarView::UpdateForResult is not a good place to | finnur@chromium.org | 2009-05-05 | 1 | -1/+0 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -8/+8 |
* | A fix for the Find box forwarding scroll messages to the page when it shouldn't. | finnur@chromium.org | 2009-04-14 | 1 | -14/+6 |
* | Find window keyboard forwarding, part 2. | finnur@chromium.org | 2009-04-09 | 1 | -0/+5 |
* | When the Find bar has focus it eats keypresses such as PageUp, PageDown and U... | finnur@chromium.org | 2009-04-08 | 1 | -2/+13 |
* | Ensure the previous/next button don't get focused when clicked. | jcampan@chromium.org | 2009-04-08 | 1 | -0/+5 |
* | Moving the Find bar ownership to the Browser object for portability and testa... | finnur@chromium.org | 2009-04-05 | 1 | -5/+5 |
* | Move controls into their own dir under chrome/views/controls | ben@chromium.org | 2009-03-17 | 1 | -2/+2 |
* | Rework the Button API to be saner in preparation for NativeControl rejiggerin... | ben@chromium.org | 2009-03-16 | 1 | -19/+20 |
* | Some work in refactoring FindBarWin/FindBarView so | tc@google.com | 2009-03-12 | 1 | -13/+12 |
* | Fixing two small regressions in the Find box: | finnur@chromium.org | 2009-03-06 | 1 | -3/+11 |
* | Fixing crash in StartFinding (2nd attempt). | finnur@google.com | 2009-02-26 | 1 | -4/+6 |
* | We can get into a state where the automation framework sends a search string,... | finnur@google.com | 2009-02-26 | 1 | -0/+4 |
* | The find bar should be owned and managed from the BrowserView, not the WebCon... | finnur@google.com | 2009-02-24 | 1 | -76/+73 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -3/+2 |
* | Second try of landing chrome_resources project. Changes from last time: | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Revert "Create a chrome_resources.vcproj that holds grd files that hold" | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Create a chrome_resources.vcproj that holds grd files that hold | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Fix regression with Find in page focus on trunk. | finnur@google.com | 2008-12-10 | 1 | -0/+2 |
* | Rename Container->Widget | ben@chromium.org | 2008-11-21 | 1 | -1/+1 |
* | Make border and background setting and getting non-virtual and use the correc... | brettw@google.com | 2008-11-14 | 1 | -2/+2 |
* | Factor find in page out of WebContents and into the view, since it is almost | brettw@google.com | 2008-10-21 | 1 | -0/+493 |