| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean-up of the accelerator code. | jcampan@chromium.org | 2009-05-14 | 1 | -2/+2 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Address Mike's last complaint about Issue 114017. | shess@chromium.org | 2009-05-12 | 1 | -3/+5 |
* | Use Chrome facilities for omnibox state save and restore on Mac. | shess@chromium.org | 2009-05-11 | 2 | -21/+120 |
* | Fix regression where exact-match URLs could fail to be promoted when longer U... | pkasting@chromium.org | 2009-05-11 | 3 | -31/+53 |
* | Style the omnibox results for v2. | shess@chromium.org | 2009-05-11 | 3 | -12/+535 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 3 | -3/+3 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 4 | -5/+5 |
* | Move pgup/dn special casing to browser window gtk. | estade@chromium.org | 2009-05-07 | 1 | -19/+0 |
* | GTK: Handle some accelerators after the focused widget has had a chance to ha... | estade@chromium.org | 2009-05-07 | 1 | -0/+19 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | move chrome_font to app/gfx | ben@chromium.org | 2009-05-06 | 4 | -4/+4 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 2 | -2/+2 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 6 | -7/+7 |
* | Convert autocomplete to use a custom matrix and button cell. | shess@chromium.org | 2009-05-05 | 2 | -130/+221 |
* | Get rid of the ClipboardService class and header... it is nothing but a shell... | ben@chromium.org | 2009-05-05 | 1 | -3/+2 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 2 | -6/+6 |
* | Fixes bug in search provider. It wasn't setting template_url and | sky@chromium.org | 2009-05-04 | 2 | -0/+11 |
* | Fix some recently small size / position regressions in Linux Omnibox. | deanm@chromium.org | 2009-05-04 | 1 | -1/+1 |
* | roll back r15177 | ben@chromium.org | 2009-05-04 | 1 | -1/+0 |
* | Extract all views resources into: | ben@chromium.org | 2009-05-04 | 1 | -0/+1 |
* | Remove StopAutocomplete() helper from AutocompletePopupViewMac. | shess@chromium.org | 2009-05-01 | 3 | -6/+2 |
* | Release the autocomplete popup panel when not visible. | shess@chromium.org | 2009-05-01 | 1 | -0/+8 |
* | Fix a small undercalculation of the space available a result description. | deanm@chromium.org | 2009-05-01 | 1 | -3/+3 |
* | Patch for accelerator clean-up from Hamaji. | jcampan@chromium.org | 2009-04-30 | 1 | -0/+2 |
* | Add a dark selected icon set for the Omnibox results. | deanm@chromium.org | 2009-04-30 | 1 | -5/+7 |
* | The "size-request" event is run-first, clean up the Omnibox handler. | deanm@chromium.org | 2009-04-30 | 2 | -9/+8 |
* | Use the new selected icons in Linux Omnibox. | deanm@chromium.org | 2009-04-30 | 1 | -7/+12 |
* | Unref the GC so it's destroy after we create it. | deanm@chromium.org | 2009-04-29 | 1 | -0/+2 |
* | Back to creating a new GC for each expose. | deanm@chromium.org | 2009-04-29 | 1 | -2/+1 |
* | Support PgUp/PgDn in Omnibox for "first entry/last entry" | ukai@chromium.org | 2009-04-29 | 4 | -17/+32 |
* | Unfork some code who's dependency has landed on Mac. | shess@chromium.org | 2009-04-27 | 1 | -6/+0 |
* | Update selected line in model before accepting input when the user clicks in ... | shess@chromium.org | 2009-04-27 | 2 | -5/+6 |
* | Clean up construction of LocationBarViewMac objects. | shess@chromium.org | 2009-04-27 | 4 | -24/+14 |
* | Remove svn:executable and set svn:eol-style to LF. | tc@google.com | 2009-04-27 | 4 | -0/+0 |
* | Searching by keyword now generates a visit against the site with a | sky@chromium.org | 2009-04-27 | 2 | -3/+3 |
* | Linux Omnibox results improvements: | deanm@chromium.org | 2009-04-27 | 2 | -92/+92 |
* | Use AutocompletePopupPositioner for the Linux Omnibox. | deanm@chromium.org | 2009-04-27 | 4 | -29/+18 |
* | Linux Omnibox mouse support. | deanm@chromium.org | 2009-04-27 | 2 | -4/+103 |
* | Reverting 14489. | jcampan@chromium.org | 2009-04-24 | 1 | -7/+0 |
* | This CL makes sure we unregister our Windows window classes when shut-down. | jcampan@chromium.org | 2009-04-24 | 1 | -0/+7 |
* | Fix DCHECK when typing certain kinds of input on certain profiles. | pkasting@chromium.org | 2009-04-24 | 1 | -1/+3 |
* | The accidental search infobar was almost never appearing. Fix that regressio... | pkasting@chromium.org | 2009-04-24 | 6 | -103/+87 |
* | Override GtkTextView's size request width in the Linux Omnibox. | deanm@chromium.org | 2009-04-24 | 2 | -0/+21 |
* | A basic search provider unit test. This tests asserts a handful of things: | sky@chromium.org | 2009-04-23 | 3 | -10/+287 |
* | Move the positioner code into autocompletepopupview.h so that linux can use i... | ben@chromium.org | 2009-04-23 | 1 | -2/+13 |
* | This CL fixes | xji@chromium.org | 2009-04-21 | 1 | -13/+36 |
* | Better omnibox handling of numeric input. Now we search based on the user's ... | pkasting@chromium.org | 2009-04-21 | 3 | -11/+46 |
* | This CL fix issue 2674 - search engine name containing parenthesis is not dis... | xji@chromium.org | 2009-04-21 | 2 | -3/+4 |