| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Theme system cleanup | erg@google.com | 2011-03-23 | 1 | -2/+2 |
* | Move the remaining files in chrome\common to content\common. | jam@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | Wires up ability for page to specify instant auto complete | sky@chromium.org | 2011-03-15 | 1 | -1/+2 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-08 | 1 | -2/+2 |
* | Send accessibility events from GTK implementations of views. | dmazzoni@chromium.org | 2011-03-05 | 1 | -3/+5 |
* | Get rid of the GTK-only accessibility api code, now that Chrome OS can rely | dmazzoni@chromium.org | 2011-02-24 | 1 | -8/+0 |
* | Allow dragging and dropping of URLs to any portion of the toolbar view. | rogerta@chromium.org | 2011-02-17 | 1 | -0/+4 |
* | Use destroy signal to safe guard TextWidget method. | oshima@google.com | 2011-02-08 | 1 | -5/+8 |
* | Own text_view widget. | oshima@google.com | 2011-02-05 | 1 | -2/+4 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Fix editing URL problem in omnibox using mouse that doesn't bring up dropdown... | suzhe@google.com | 2011-01-28 | 1 | -0/+9 |
* | linux: Make PlatformFontGtk deal only in pixels. | derat@chromium.org | 2011-01-28 | 1 | -3/+3 |
* | Hitting Tab should always move cursor to end of omnibox text. | suzhe@google.com | 2011-01-28 | 1 | -5/+8 |
* | Remove wstring from autocomplete. | avi@chromium.org | 2011-01-25 | 1 | -15/+15 |
* | Revert 72380 - Remove wstring from autocomplete. | avi@chromium.org | 2011-01-24 | 1 | -15/+15 |
* | Remove wstring from autocomplete. | avi@chromium.org | 2011-01-24 | 1 | -15/+15 |
* | Accept keyword by pressing space. | suzhe@google.com | 2011-01-20 | 1 | -12/+0 |
* | Move a bunch of random other files to src/ui/base | ben@chromium.org | 2011-01-20 | 1 | -3/+3 |
* | Update references part 3: remaining files in chrome/... | msw@chromium.org | 2011-01-19 | 1 | -2/+2 |
* | Fix several omnibox issues related to keyword mode and IME support. | suzhe@google.com | 2011-01-13 | 1 | -0/+2 |
* | Made TextWidth and SetInstantSuggestion common interface in AutocompleteEdit... | oshima@chromium.org | 2011-01-11 | 1 | -3/+2 |
* | I'm working on autocomplete edit view which does not use native controls for ... | oshima@chromium.org | 2011-01-07 | 1 | -8/+30 |
* | Move animation code to new ui/base/animation directory. | ben@chromium.org | 2011-01-07 | 1 | -9/+12 |
* | Make predictive instant suggest work with IME composition. | suzhe@google.com | 2010-12-22 | 1 | -0/+15 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 1 | -2/+2 |
* | gtk - Stop the instant commit animation when the user moves the cursor. | estade@chromium.org | 2010-12-07 | 1 | -0/+3 |
* | [gtk] Add fade-commit to instant suggestion for predictive instant. | estade@chromium.org | 2010-12-06 | 1 | -1/+16 |
* | Move a bunch more browser stuff around. | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Makes committing the suggested text only update the default search | sky@chromium.org | 2010-11-24 | 1 | -2/+0 |
* | Adds support for proper handling of verbatim queries. That is, if the | sky@chromium.org | 2010-11-19 | 1 | -0/+7 |
* | Makes the instant suggested text autocomplete after 1.3 seconds. There | sky@chromium.org | 2010-11-11 | 1 | -1/+4 |
* | GTK: Drags from the omnibox should use the 'http://' version of the url. | erg@google.com | 2010-11-04 | 1 | -0/+2 |
* | [Linux] Improve preedit string and Instant suggestion support in omnibox. | suzhe@chromium.org | 2010-11-02 | 1 | -10/+36 |
* | Instant - move AutocompleteLosingFocus implementation to InstantController. | estade@chromium.org | 2010-11-01 | 1 | -0/+14 |
* | [Linux] Handle preedit string in omnibox correctly (part1). | suzhe@chromium.org | 2010-10-27 | 1 | -0/+9 |
* | [GTK] omnibox changes for instant | estade@chromium.org | 2010-10-27 | 1 | -0/+13 |
* | linux: Behave predictably on ctrl+backspace | suzhe@chromium.org | 2010-10-01 | 1 | -0/+6 |
* | FBTF: Move virtual methods to implementation files. | erg@google.com | 2010-09-23 | 1 | -3/+1 |
* | Adds support for the location bar to show suggested text. There are | sky@chromium.org | 2010-09-11 | 1 | -2/+15 |
* | Handle FocusSearch() when in forced search mode with leading whitespace. | isherman@chromium.org | 2010-09-11 | 1 | -0/+2 |
* | Move owned_widget_gtk.* out of common/, into browser/gtk/. | estade@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Make the location bar generate accessibility extension API events on linux/vi... | dmazzoni@chromium.org | 2010-06-29 | 1 | -0/+4 |
* | GTK: add http:// to cuts as well as copies in the omnibox. | estade@chromium.org | 2010-05-08 | 1 | -1/+4 |
* | Changes Linux to call into AutocompleteEditModel method for | sky@chromium.org | 2010-04-27 | 1 | -5/+17 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -9/+38 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -38/+9 |
* | GTK: Position the EV certificate stuff inside a green bubble. | erg@chromium.org | 2010-04-20 | 1 | -1/+0 |
* | GTK: make the primary selection include the url's scheme when an entire URL i... | estade@chromium.org | 2010-04-14 | 1 | -2/+24 |