| Commit message (Expand) | Author | Age | Files | Lines |
* | `#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 |
* | GTK: Move reload in gtk mode and fix omnibox popup location. | erg@chromium.org | 2010-04-13 | 1 | -1/+1 |
* | Shift omnibox dropdown in and up on Windows, and square off the top, so it co... | pkasting@chromium.org | 2010-04-12 | 1 | -3/+9 |
* | Don't allow drag or click on location icon when editing in omnibox. | shess@chromium.org | 2010-04-09 | 1 | -0/+1 |
* | GTK: add more general gtk_signal macros. | estade@chromium.org | 2010-04-07 | 1 | -185/+44 |
* | Show the location bar icon (almost) all the time, and have its contents match... | pkasting@chromium.org | 2010-03-30 | 1 | -0/+2 |
* | Omnibox M5 work, part 1: Security changes | pkasting@chromium.org | 2010-03-24 | 1 | -4/+3 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -1/+1 |
* | GTK: disable "edit search engines" and "paste and go" in location bar view wh... | estade@chromium.org | 2010-03-04 | 1 | -1/+1 |
* | [Linux]Fix text justification of find bar. | suzhe@chromium.org | 2010-02-23 | 1 | -2/+2 |
* | [Linux]Fix text justification of omnibox. | suzhe@chromium.org | 2010-02-11 | 1 | -0/+21 |
* | gtk: Update PRIMARY selection on Ctrl-X in omnibox. | derat@chromium.org | 2010-01-27 | 1 | -2/+7 |
* | [Linux] Improve LocationBarViewGtk. | suzhe@chromium.org | 2010-01-06 | 1 | -0/+12 |
* | gtk: Restore omnibox text selection on tab switch. | derat@chromium.org | 2009-11-24 | 1 | -1/+1 |
* | Reverts some useful code accidently removed by CL http://codereview.chromium.... | suzhe@chromium.org | 2009-11-06 | 1 | -2/+0 |
* | Linux: Re-enable omnibox select-all-on-click for Chrome OS builds. | derat@chromium.org | 2009-10-31 | 1 | -0/+23 |
* | linux: don't override mouse selection behavior in omnibox | evan@chromium.org | 2009-10-28 | 1 | -13/+0 |
* | Implement shift+delete for removing omnibox entries on Linux. | tony@chromium.org | 2009-10-14 | 1 | -0/+5 |
* | GTK: Draw a strikethrough over bad https. | estade@chromium.org | 2009-10-09 | 1 | -0/+18 |
* | Reverting the NativeViewHostWin focus refactoring. | jcampan@chromium.org | 2009-10-05 | 1 | -1/+0 |
* | Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). | jcampan@chromium.org | 2009-09-29 | 1 | -0/+1 |
* | Reverting 27113, it breaks the ChomeOS build. | jcampan@chromium.org | 2009-09-24 | 1 | -1/+0 |
* | Refactoring some of the NativeViewHost and NativeControl focus management so ... | jcampan@chromium.org | 2009-09-24 | 1 | -0/+1 |
* | Fix issue 21587, a regression of CL 196020. | suzhe@chromium.org | 2009-09-16 | 1 | -4/+4 |
* | Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio... | pkasting@chromium.org | 2009-09-15 | 1 | -2/+2 |
* | This CL makes the focus remembered across tab switches for Chrome Linux with ... | jcampan@chromium.org | 2009-09-14 | 1 | -3/+2 |
* | Implements LocationBarView::AvailableWidth for Gtk. | sky@chromium.org | 2009-09-14 | 1 | -0/+4 |
* | Fix text and selection's save/restore issue of omnibox when displaying tempor... | suzhe@chromium.org | 2009-09-11 | 1 | -2/+4 |
* | Fix issue 20934: Omnibox keyboard behavior wrong for "See recent pages in his... | suzhe@chromium.org | 2009-09-06 | 1 | -0/+7 |
* | Linux: Simplify omnibox selection code and stop taking back selection. | derat@chromium.org | 2009-08-31 | 1 | -4/+0 |
* | Fix control key and paste behavior in Linux omnibox. | suzhe@chromium.org | 2009-08-28 | 1 | -0/+10 |
* | GTK: Show the correct text for the omnibox "paste and go/search" menu item. | estade@chromium.org | 2009-08-25 | 1 | -11/+0 |
* | Implements unimplemented methods of AutocompleteEditViewGtk and fixes a regre... | suzhe@chromium.org | 2009-08-22 | 1 | -0/+22 |
* | Linux: Attempt #2 at updating PRIMARY selection on Ctrl-C in omnibox. | derat@chromium.org | 2009-08-20 | 1 | -0/+5 |
* | Linux: Revert updating PRIMARY selection on Ctrl-C in omnibox. | derat@chromium.org | 2009-08-19 | 1 | -5/+0 |
* | Linux: Update PRIMARY selection on omnibox copy-to-clipboard. | derat@chromium.org | 2009-08-18 | 1 | -0/+5 |
* | Fix regression caused by CL 16142 | suzhe@chromium.org | 2009-08-13 | 1 | -0/+5 |
* | Improve key event handling of AutocompleteEditViewGtk. | suzhe@chromium.org | 2009-08-12 | 1 | -0/+20 |
* | Relanding r22155 (GTK Themes: Use theme colors in the text view in the locati... | erg@google.com | 2009-07-31 | 1 | -3/+24 |
* | Make TOOLKIT_VIEWS port use views-based Autocomplete popup. | ben@chromium.org | 2009-07-31 | 1 | -2/+3 |
* | I give up. Reverting all attempts at fixing the gtk-view bustage. | erg@google.com | 2009-07-31 | 1 | -19/+3 |
* | GTK Themes: Use theme colors in the text view in the location bar. | erg@google.com | 2009-07-31 | 1 | -3/+19 |
* | GTK: Implement omnibox DnD destination behavior. | estade@chromium.org | 2009-07-30 | 1 | -0/+15 |