| Commit message (Expand) | Author | Age | Files | Lines |
* | Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). | jcampan@chromium.org | 2009-09-29 | 8 | -13/+19 |
* | Relanding keyboard code refactoring: | jcampan@chromium.org | 2009-09-29 | 2 | -18/+19 |
* | Reverting 27412 it breaks the toolkit views Linux build. | jcampan@chromium.org | 2009-09-28 | 2 | -19/+18 |
* | Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ... | jcampan@chromium.org | 2009-09-28 | 2 | -18/+19 |
* | Disable AutocompleteEditViewTest.AltEnter and AutocompleteEditViewTest.Browse... | nsylvain@chromium.org | 2009-09-27 | 1 | -2/+4 |
* | Use URL constants instead of writing string literals in test using history pa... | tyoshino@google.com | 2009-09-25 | 1 | -2/+3 |
* | Clean up a few bits of files that I'm about to modify. The only visible chan... | pkasting@chromium.org | 2009-09-25 | 1 | -3/+1 |
* | Wait for the history backend to load, which makes AutocompleteBrowserTest.Aut... | phajdan.jr@chromium.org | 2009-09-24 | 1 | -1/+30 |
* | [Mac] Support option-return to open in new foreground tab. | rohitrao@chromium.org | 2009-09-24 | 1 | -2/+2 |
* | Reverting 27113, it breaks the ChomeOS build. | jcampan@chromium.org | 2009-09-24 | 8 | -19/+13 |
* | Refactoring some of the NativeViewHost and NativeControl focus management so ... | jcampan@chromium.org | 2009-09-24 | 8 | -13/+19 |
* | Coverity: Initialize the remaining members of HistoryContentsProvider. | jhawkins@chromium.org | 2009-09-24 | 1 | -0/+6 |
* | Coverity: Initialize the remaining members of AutocompleteEditModel. | jhawkins@chromium.org | 2009-09-24 | 1 | -0/+5 |
* | [Mac] Add a strikethrough through insecure url schemes. | rohitrao@chromium.org | 2009-09-24 | 1 | -0/+4 |
* | Enable disabled autocomplete edit view tests. | suzhe@chromium.org | 2009-09-24 | 1 | -3/+3 |
* | [Mac] Back out accidentally-left logging line in autocomplete code. | shess@chromium.org | 2009-09-23 | 1 | -1/+0 |
* | [Mac] Convert Omnibox paste-and-go to use AutocompleteTextFieldObserver. | shess@chromium.org | 2009-09-23 | 3 | -25/+4 |
* | Gather more info when AutocompleteBrowserTest flakily fails. | phajdan.jr@chromium.org | 2009-09-23 | 1 | -2/+18 |
* | Revert "GTK: Use rounded corners in AutocompletePopupViewGtk." | erg@google.com | 2009-09-23 | 1 | -11/+25 |
* | Add some new histograms for history, and UMA-enable a few others. | brettw@chromium.org | 2009-09-23 | 1 | -2/+2 |
* | Remove an EXPECT in new autocomplete browser test which failes on Windows. | phajdan.jr@chromium.org | 2009-09-23 | 1 | -1/+2 |
* | Add new, shiny browser test for Autocomplete (Omnibox). | phajdan.jr@chromium.org | 2009-09-23 | 2 | -0/+97 |
* | [Mac] Expose AutocompleteEditViewMac to Cocoa code. | shess@chromium.org | 2009-09-21 | 2 | -30/+13 |
* | Add gtk widget names for stuff in location bar. | mattm@chromium.org | 2009-09-19 | 1 | -0/+2 |
* | [Mac] Paste in Omnibox needs to initiate field editing correctly. | shess@chromium.org | 2009-09-18 | 1 | -14/+22 |
* | [Mac] Implement Paste and Go/Search. | rohitrao@chromium.org | 2009-09-18 | 2 | -0/+49 |
* | Use delegate protocols present in the 10.6 SDK. For previous SDKs, provide | mark@chromium.org | 2009-09-17 | 2 | -4/+5 |
* | Fix a crash issue of AutocompleteEditViewTest. | suzhe@chromium.org | 2009-09-16 | 1 | -3/+22 |
* | Fix issue 21587, a regression of CL 196020. | suzhe@chromium.org | 2009-09-16 | 3 | -20/+43 |
* | Fix Snow Leopard SDK errors | mark@chromium.org | 2009-09-16 | 1 | -1/+1 |
* | Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio... | pkasting@chromium.org | 2009-09-15 | 11 | -42/+32 |
* | Replace a bunch of hardcoded URLs with constants from url_constants.h | brettw@chromium.org | 2009-09-15 | 1 | -2/+2 |
* | Disable AutocompleteEditViewTest.DesiredTLD until it becomes not flaky. | tyoshino@google.com | 2009-09-15 | 1 | -1/+1 |
* | Disable AutocompleteEditViewTest.EnterToSearch until it becomes not flaky. | tyoshino@google.com | 2009-09-15 | 1 | -1/+1 |
* | Disable failing test AutocompleteEditViewTest.AltEnter until it's fixed. | tyoshino@google.com | 2009-09-15 | 1 | -1/+1 |
* | Fix build failure. | tyoshino@google.com | 2009-09-15 | 1 | -10/+10 |
* | Add autocomplete_edit_view_browsertest.cc. | suzhe@chromium.org | 2009-09-15 | 2 | -0/+506 |
* | This CL makes the focus remembered across tab switches for Chrome Linux with ... | jcampan@chromium.org | 2009-09-14 | 6 | -3/+15 |
* | Reverts linux font change again. Slow down isn't as bad as before. But | sky@chromium.org | 2009-09-14 | 1 | -1/+30 |
* | Remove code doing a no-op due to float -> int rounding. | phajdan.jr@chromium.org | 2009-09-14 | 1 | -4/+4 |
* | Attempt 2 at converting font from Skia to Pango. The slow down appears to be ... | sky@chromium.org | 2009-09-14 | 1 | -30/+1 |
* | Implements LocationBarView::AvailableWidth for Gtk. | sky@chromium.org | 2009-09-14 | 2 | -0/+21 |
* | Reverts r26015. It caused a startup regression:( | sky@chromium.org | 2009-09-11 | 1 | -1/+30 |
* | Nukes font_skia and converts font_gtk to use pango. This was | sky@chromium.org | 2009-09-11 | 1 | -30/+1 |
* | Fix text and selection's save/restore issue of omnibox when displaying tempor... | suzhe@chromium.org | 2009-09-11 | 6 | -39/+44 |
* | Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de... | jhawkins@chromium.org | 2009-09-10 | 1 | -6/+5 |
* | Clipboard: | estade@chromium.org | 2009-09-10 | 1 | -1/+3 |
* | Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere... | jshin@chromium.org | 2009-09-09 | 1 | -1/+1 |
* | Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e... | japhet@chromium.org | 2009-09-08 | 2 | -6/+10 |
* | Fixes regression introduced in dnd refactoring. I removed a check for | sky@chromium.org | 2009-09-08 | 1 | -0/+3 |