| Commit message (Expand) | Author | Age | Files | Lines |
* | Use some built-in methods on the Font object to avoid storing so many data me... | pkasting@chromium.org | 2010-05-26 | 2 | -10/+6 |
* | Clean up calls like "gfx::Rect(0, 0, size().width(), size().height()". | erg@chromium.org | 2010-05-26 | 1 | -1/+1 |
* | Keyboard layout change inside DefWindowProc() in AutocompleteEditViewWin::Han... | xji@chromium.org | 2010-05-25 | 1 | -1/+21 |
* | Remove previous print preview work in preparation for new work. | viettrungluu@chromium.org | 2010-05-25 | 1 | -7/+5 |
* | GTK: delete text when cutting from the omnibox. | estade@chromium.org | 2010-05-20 | 1 | -2/+5 |
* | Elide the EV bubble when it's extremely long. This limits it to half the loc... | pkasting@chromium.org | 2010-05-20 | 2 | -4/+4 |
* | Cleanup a bunch of TODO(shess). | shess@chromium.org | 2010-05-19 | 4 | -39/+20 |
* | GTK: prepend protocol to cuts/copies from the omnibox. | estade@chromium.org | 2010-05-18 | 1 | -3/+6 |
* | Remove --omnibox-popup-count flag. | tfarina@chromium.org | 2010-05-18 | 6 | -44/+33 |
* | Support speculative pre-connection to search URLs | jar@chromium.org | 2010-05-18 | 1 | -1/+21 |
* | GTK: Allow users to override fonts and font sizes in gtk-mode. | erg@chromium.org | 2010-05-18 | 1 | -6/+8 |
* | Linux: Null terminate text/html data we send to the clipboard. Change WriteHy... | thestig@chromium.org | 2010-05-17 | 2 | -3/+5 |
* | Make sure the Omnibox is hidden when toolbar is collapsed. | finnur@chromium.org | 2010-05-13 | 1 | -0/+7 |
* | Changes autocomplete to only prefix with http if haven't modified | sky@chromium.org | 2010-05-10 | 2 | -14/+29 |
* | GTK: add http:// to cuts as well as copies in the omnibox. | estade@chromium.org | 2010-05-08 | 2 | -6/+18 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 2 | -2/+2 |
* | [Mac] Fix omnibox popup for scaling. | shess@chromium.org | 2010-05-07 | 2 | -52/+72 |
* | Remove/update a bunch of references to the Google-internal bug tracker. | evan@chromium.org | 2010-05-07 | 1 | -1/+2 |
* | [Mac] Fixes janky animations in the omnibox popup. | rohitrao@chromium.org | 2010-05-06 | 2 | -16/+43 |
* | Small cleanups/style fixes. Simplifies RTL functions slightly. | pkasting@chromium.org | 2010-05-05 | 1 | -5/+2 |
* | [Mac] Unify drag and copy from Omnibox. | shess@chromium.org | 2010-05-04 | 2 | -12/+17 |
* | [Mac] Always reset attributes as Omnibox changes. | shess@chromium.org | 2010-05-04 | 1 | -0/+6 |
* | [GTTF] Mark the following tests as no longer flaky: | phajdan.jr@chromium.org | 2010-05-03 | 1 | -1/+1 |
* | [Mac]Fix issue 34343: "Tab to search" hint on omnibox disappears on drag drop... | suzhe@chromium.org | 2010-04-30 | 2 | -9/+13 |
* | Implement UI automation on the Mac. | jrg@chromium.org | 2010-04-29 | 1 | -0/+1 |
* | Relanding http://codereview.chromium.org/1746009/show | jcivelli@chromium.org | 2010-04-29 | 2 | -2/+2 |
* | Revert 45936 - The app launcher now uses the location bar (instead of the aut... | jcivelli@chromium.org | 2010-04-29 | 2 | -2/+2 |
* | The app launcher now uses the location bar (instead of the autocomplete edit)... | jcivelli@google.com | 2010-04-29 | 2 | -2/+2 |
* | Nukes one of the AddTabWithURL variants. | sky@chromium.org | 2010-04-29 | 1 | -2/+3 |
* | Adds comment to AdjustTextForCopy. I saw your request for a | sky@chromium.org | 2010-04-28 | 1 | -0/+3 |
* | Changes mac to call into AutocompleteEditModel method for | sky@chromium.org | 2010-04-27 | 1 | -23/+15 |
* | Changes Linux to call into AutocompleteEditModel method for | sky@chromium.org | 2010-04-27 | 2 | -49/+62 |
* | Tweaks to copy/paste of omnibox on windows: | sky@chromium.org | 2010-04-27 | 4 | -31/+193 |
* | 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 | 2 | -40/+68 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 23 | -550/+861 |
* | Don't select all when autofocusing the location bar on New Tab creation. Use... | pkasting@chromium.org | 2010-04-23 | 3 | -7/+9 |
* | [Mac] Omnibox popup icons and text lined up under toolbar. | shess@chromium.org | 2010-04-22 | 1 | -2/+2 |
* | GTK: Implement OnDragCanceled() for autocomplete popup view on linux. | erg@chromium.org | 2010-04-22 | 2 | -2/+22 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 23 | -862/+551 |
* | GTK: Override cursor colors in chrome-theme mode. | erg@chromium.org | 2010-04-21 | 1 | -0/+2 |
* | GTK: Position the EV certificate stuff inside a green bubble. | erg@chromium.org | 2010-04-20 | 2 | -9/+2 |
* | SSL UI changes, Windows, code side (images are separate). | pkasting@chromium.org | 2010-04-19 | 6 | -62/+15 |
* | Paste of URL into PowerPoint2008 fails. | jrg@chromium.org | 2010-04-19 | 1 | -1/+5 |
* | GTK: Select better greens in the native omnibox popup. | erg@chromium.org | 2010-04-16 | 1 | -29/+58 |
* | Fix memory smash, take 2. | pkasting@chromium.org | 2010-04-14 | 2 | -1/+9 |
* | GTK: make the primary selection include the url's scheme when an entire URL i... | estade@chromium.org | 2010-04-14 | 2 | -19/+115 |
* | [Mac] Fix MouseDown/MouseUp error for Steve animation effects | thomasvl@chromium.org | 2010-04-14 | 1 | -3/+3 |
* | GTK: Set the selection colors on the omnibox. | erg@chromium.org | 2010-04-14 | 1 | -0/+24 |
* | Removes assert in autocomplete test that is no longer valid. The | sky@chromium.org | 2010-04-14 | 1 | -1/+0 |