| Commit message (Expand) | Author | Age | Files | Lines |
* | Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c... | brettw@chromium.org | 2010-12-22 | 1 | -2/+2 |
* | Accepts current instant preview with Tab key. | suzhe@google.com | 2010-12-18 | 1 | -0/+3 |
* | Checks whether the autocomplete controller can accept keywords before the com... | suzhe@chromium.org | 2010-12-09 | 1 | -0/+5 |
* | Fixes bug in handling of spaces in the search provider. The problem | sky@chromium.org | 2010-12-08 | 1 | -2/+4 |
* | [Mac] Re-color omnibox text and move the cursor to the end when committing su... | rohitrao@chromium.org | 2010-12-06 | 1 | -0/+2 |
* | Move a bunch more browser stuff around. | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Move browser/cocoa to browser/ui/cocoa | ben@chromium.org | 2010-12-01 | 1 | -1/+1 |
* | Makes committing the suggested text only update the default search | sky@chromium.org | 2010-11-24 | 1 | -7/+5 |
* | [Mac] Fixes a bug where instant suggest text would disappear on every other k... | rohitrao@chromium.org | 2010-11-23 | 1 | -3/+16 |
* | [Mac] Implement suggested results in the omnibox. | rohitrao@chromium.org | 2010-11-22 | 1 | -8/+117 |
* | Adds support for proper handling of verbatim queries. That is, if the | sky@chromium.org | 2010-11-19 | 1 | -0/+5 |
* | Makes the instant suggested text autocomplete after 1.3 seconds. There | sky@chromium.org | 2010-11-11 | 1 | -0/+4 |
* | [GTK] Added unit tests for omnibox highlighting | scr@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | Move all ResourceBundle::GetNSImageNamed() calls to GetNativeImageNamed(). | rsesek@chromium.org | 2010-10-21 | 1 | -1/+1 |
* | [Mac] Plumb through the Instant and omnibox popup bounds. This will allow in... | rohitrao@chromium.org | 2010-10-14 | 1 | -0/+1 |
* | [Mac] Initial Instant implementation. | rohitrao@chromium.org | 2010-10-12 | 1 | -0/+4 |
* | FBTF: Move virtual methods to implementation files. | erg@google.com | 2010-09-23 | 1 | -0/+4 |
* | Handle FocusSearch() when in forced search mode with leading whitespace. | isherman@chromium.org | 2010-09-11 | 1 | -2/+15 |
* | Don't inline autocomplete when the selected text is not the previously inline... | isherman@chromium.org | 2010-08-26 | 1 | -1/+2 |
* | Rework gfx::Font by moving platform-specific code into inner classes. | ben@chromium.org | 2010-08-13 | 1 | -1/+1 |
* | [Mac] Un-tweak omnibox height and spacing and font. | shess@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | [Mac] First pass at final sizing of toolbar items. | shess@chromium.org | 2010-07-29 | 1 | -1/+1 |
* | Modified resources for M6 theme. This doesn't actually modify layout yet, ju... | pkasting@chromium.org | 2010-07-28 | 1 | -2/+2 |
* | [Mac] Mouse clicks in omnibox close popup. | shess@chromium.org | 2010-07-12 | 1 | -4/+0 |
* | [Mac] Bring https:// coloring into line with views. | shess@chromium.org | 2010-07-08 | 1 | -7/+8 |
* | Fix a bug where clicking an extension omnibox keyword suggestion would | mpcomplete@chromium.org | 2010-06-18 | 1 | -6/+2 |
* | Revert 49984 - patch from issue 2762014 | thakis@chromium.org | 2010-06-16 | 1 | -2/+1 |
* | patch from issue 2762014 | thakis@chromium.org | 2010-06-16 | 1 | -1/+2 |
* | Mac/clang: Possibly contentious changes. | thakis@chromium.org | 2010-06-15 | 1 | -6/+6 |
* | Cleanup a bunch of TODO(shess). | shess@chromium.org | 2010-05-19 | 1 | -20/+10 |
* | [Mac] Unify drag and copy from Omnibox. | shess@chromium.org | 2010-05-04 | 1 | -11/+15 |
* | [Mac] Always reset attributes as Omnibox changes. | shess@chromium.org | 2010-05-04 | 1 | -0/+6 |
* | [Mac]Fix issue 34343: "Tab to search" hint on omnibox disappears on drag drop... | suzhe@chromium.org | 2010-04-30 | 1 | -9/+11 |
* | Changes mac to call into AutocompleteEditModel method for | sky@chromium.org | 2010-04-27 | 1 | -23/+15 |
* | Honor the select_all argument to AutocompleteEditViewMac::FocusLocation. | mark@chromium.org | 2010-04-26 | 1 | -3/+5 |
* | [Mac] Fix issue 19421: IMEs do not work well in the omnibox due to a race con... | suzhe@chromium.org | 2010-04-24 | 1 | -40/+63 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -33/+68 |
* | Don't select all when autofocusing the location bar on New Tab creation. Use... | pkasting@chromium.org | 2010-04-23 | 1 | -2/+4 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -68/+33 |
* | SSL UI changes, Windows, code side (images are separate). | pkasting@chromium.org | 2010-04-19 | 1 | -3/+2 |
* | Paste of URL into PowerPoint2008 fails. | jrg@chromium.org | 2010-04-19 | 1 | -1/+5 |
* | [Mac] PDF icons for omnibox nits. | shess@chromium.org | 2010-04-12 | 1 | -11/+12 |
* | Shift omnibox dropdown in and up on Windows, and square off the top, so it co... | pkasting@chromium.org | 2010-04-12 | 1 | -3/+2 |
* | [Mac] PDF icons for omnibox. | shess@chromium.org | 2010-04-09 | 1 | -0/+41 |
* | Don't allow drag or click on location icon when editing in omnibox. | shess@chromium.org | 2010-04-09 | 1 | -1/+5 |
* | [Mac] Do not focus the location bar if it is not editable. | rohitrao@chromium.org | 2010-03-31 | 1 | -2/+4 |
* | Show the location bar icon (almost) all the time, and have its contents match... | pkasting@chromium.org | 2010-03-30 | 1 | -0/+6 |
* | Omnibox M5 work, part 1: Security changes | pkasting@chromium.org | 2010-03-24 | 1 | -30/+15 |
* | mac: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-10 | 1 | -0/+1 |
* | GTK: disable "edit search engines" and "paste and go" in location bar view wh... | estade@chromium.org | 2010-03-04 | 1 | -0/+4 |