| Commit message (Expand) | Author | Age | Files | Lines |
* | Show the location bar icon (almost) all the time, and have its contents match... | pkasting@chromium.org | 2010-03-30 | 1 | -0/+3 |
* | GTK: disable "edit search engines" and "paste and go" in location bar view wh... | estade@chromium.org | 2010-03-04 | 1 | -1/+1 |
* | Mac: Set fixed maximum line height in Omnibox. | viettrungluu@chromium.org | 2010-02-05 | 1 | -0/+3 |
* | Copy percent-escaped URL when copying all the text from the address bar (Mac) | kinuko@chromium.org | 2010-02-03 | 1 | -0/+1 |
* | Mac: implement "Search the Web..." (Opt-Cmd-F). | viettrungluu@chromium.org | 2009-12-07 | 1 | -1/+1 |
* | [Mac] Route edit-state messages via observer rather than delegate. | shess@chromium.org | 2009-12-04 | 1 | -50/+11 |
* | Adding implementation of AutocompleteEditViewMac::IsSelectAll(). | jcampan@chromium.org | 2009-11-12 | 1 | -4/+1 |
* | Restoring r29827. The skia file is new to this attempt, and may be what was c... | pamg@google.com | 2009-11-04 | 1 | -1/+0 |
* | Revert 29827 - Refactor securityicon code to a more general form, also more c... | nsylvain@chromium.org | 2009-10-23 | 1 | -0/+1 |
* | Refactor security-icon code to a more general form, also more consistent with | pamg@google.com | 2009-10-22 | 1 | -1/+0 |
* | [Mac] Trim Omnibox hints as field shrinks. | shess@chromium.org | 2009-10-15 | 1 | -0/+1 |
* | [Mac] Show the page info window after clicking the security icon in the URL bar | rsesek@chromium.org | 2009-10-07 | 1 | -0/+1 |
* | 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 |
* | [Mac] Convert Omnibox paste-and-go to use AutocompleteTextFieldObserver. | shess@chromium.org | 2009-09-23 | 1 | -13/+3 |
* | [Mac] Expose AutocompleteEditViewMac to Cocoa code. | shess@chromium.org | 2009-09-21 | 1 | -7/+8 |
* | [Mac] Implement Paste and Go/Search. | rohitrao@chromium.org | 2009-09-18 | 1 | -0/+14 |
* | Use delegate protocols present in the 10.6 SDK. For previous SDKs, provide | mark@chromium.org | 2009-09-17 | 1 | -3/+3 |
* | 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 | -0/+1 |
* | Fix text and selection's save/restore issue of omnibox when displaying tempor... | suzhe@chromium.org | 2009-09-11 | 1 | -2/+1 |
* | [Mac] Handle shift-delete when omnibox popup is up. | shess@chromium.org | 2009-08-28 | 1 | -0/+4 |
* | [Mac] Handle backspacing out of keyword search. | shess@chromium.org | 2009-08-28 | 1 | -0/+6 |
* | [Mac] Don't eat tab if tab-to-search hint not visible. | shess@chromium.org | 2009-08-28 | 1 | -3/+4 |
* | [Mac] The autocomplete popup now gets its position from the toolbar controller, | rohitrao@chromium.org | 2009-08-27 | 1 | -0/+2 |
* | [Mac] Omnibox keyword, keyword hint, and search hint support. | rohitrao@chromium.org | 2009-08-21 | 1 | -0/+3 |
* | Make TOOLKIT_VIEWS port use views-based Autocomplete popup. | ben@chromium.org | 2009-07-31 | 1 | -0/+1 |
* | [Mac] Don't handle up/down-arrow unless popup is visible. | shess@chromium.org | 2009-07-22 | 1 | -0/+3 |
* | [Mac] Detect control-key changes in autocomplete field. | shess@chromium.org | 2009-07-21 | 1 | -1/+4 |
* | [Mac] Strip newlines from paste. | shess@chromium.org | 2009-07-20 | 1 | -0/+8 |
* | [Mac] Refactor location-bar autocomplete cell classes. | shess@chromium.org | 2009-07-16 | 1 | -3/+4 |
* | [Mac] Remove guard on FocusLocation() in autocomplete field. | shess@chromium.org | 2009-07-15 | 1 | -1/+1 |
* | Backing out r20493 (http://codereview.chromium.org/149492), as it inadvertent... | avi@chromium.org | 2009-07-14 | 1 | -1/+1 |
* | [Mac] Remove guard on FocusLocation() in autocomplete field. | shess@chromium.org | 2009-07-13 | 1 | -1/+1 |
* | Fix bug where the autocomplete text was being overridden by the user-entered ... | shess@chromium.org | 2009-06-17 | 1 | -1/+10 |
* | Better behavior for ctrl-k: If we're already in forced_query mode, re-select ... | pkasting@chromium.org | 2009-06-05 | 1 | -0/+2 |
* | Don't make |field_| first responder in SetSelectedRange() unless |model_| has... | shess@chromium.org | 2009-05-23 | 1 | -1/+2 |
* | Overhaul omnibox focus detection on Mac. | shess@chromium.org | 2009-05-22 | 1 | -5/+19 |
* | Mac: Modify Omnibox to notice when the window loses key, too. | shess@chromium.org | 2009-05-20 | 1 | -1/+3 |
* | Mac: Style the omnibox URL. | shess@chromium.org | 2009-05-15 | 1 | -2/+10 |
* | Use Chrome facilities for omnibox state save and restore on Mac. | shess@chromium.org | 2009-05-11 | 1 | -5/+5 |
* | Support PgUp/PgDn in Omnibox for "first entry/last entry" | ukai@chromium.org | 2009-04-29 | 1 | -1/+1 |
* | Clean up construction of LocationBarViewMac objects. | shess@chromium.org | 2009-04-27 | 1 | -5/+2 |
* | Implement OnBeforePossibleChange() and OnAfterPossibleChange() to fix delete ... | shess@chromium.org | 2009-04-14 | 1 | -7/+11 |
* | Initial implemention of Mac Omnibox. | shess@chromium.org | 2009-04-10 | 1 | -0/+124 |
* | Revert "Initial implemention of Mac Omnibox." | shess@chromium.org | 2009-04-07 | 1 | -124/+0 |
* | Initial implemention of Mac Omnibox. | shess@chromium.org | 2009-04-06 | 1 | -0/+124 |