| Commit message (Expand) | Author | Age | Files | Lines |
* | ash: Select omnibox text on mouse up instead of down. | derat@chromium.org | 2012-05-17 | 1 | -5/+106 |
* | Support 'Paste and Go' action in omnibox Aura. | mukai@chromium.org | 2012-05-15 | 2 | -1/+44 |
* | Change name of location_entry accessor in LocationBar to GetLocationEntry to ... | dominich@chromium.org | 2012-05-10 | 3 | -4/+4 |
* | Revert 135175 - Revert 135164 - Cleanup of browser_test harness. | jam@chromium.org | 2012-05-03 | 1 | -1/+0 |
* | Revert 135164 - Cleanup of browser_test harness. | mmenke@chromium.org | 2012-05-03 | 1 | -0/+1 |
* | Cleanup of browser_test harness. | jam@chromium.org | 2012-05-03 | 1 | -1/+0 |
* | omnibox: Remove unused GetKeywordName() function. | tfarina@chromium.org | 2012-04-26 | 2 | -27/+2 |
* | Convert CalculateMinString() to string16. | tfarina@chromium.org | 2012-04-25 | 2 | -9/+11 |
* | Add a Profile* member to TemplateURL. This makes some invocations of Replace... | pkasting@chromium.org | 2012-04-23 | 1 | -6/+8 |
* | Move notifications used only in chrome/ out of content/. | avi@chromium.org | 2012-04-16 | 1 | -7/+8 |
* | Removing defunct code around PureViews. | saintlou@chromium.org | 2012-04-15 | 1 | -3/+2 |
* | Have URL Modifications sent Regardless of Typed. | mrossetti@chromium.org | 2012-04-11 | 1 | -2/+2 |
* | Reland r131019: Move most TemplateURL data members to a new struct, TemplateU... | pkasting@chromium.org | 2012-04-07 | 1 | -18/+15 |
* | Revert 131019 - This caused memory tests to fail on all the perf bots. | kerz@chromium.org | 2012-04-06 | 1 | -15/+18 |
* | Move most TemplateURL data members to a new struct, TemplateURLData. This al... | pkasting@chromium.org | 2012-04-05 | 1 | -18/+15 |
* | Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK | oshima@chromium.org | 2012-04-05 | 1 | -4/+4 |
* | Remove fields from TemplateURL[Ref] that are part of the OSDD spec but never ... | pkasting@chromium.org | 2012-03-29 | 1 | -4/+4 |
* | Misc. autocomplete cleanup: | pkasting@chromium.org | 2012-03-13 | 1 | -4/+1 |
* | Fix keyword search erroneously not triggering in two obscure cases: | pkasting@chromium.org | 2012-03-02 | 1 | -0/+58 |
* | Some fixes split off from https://chromiumcodereview.appspot.com/9570064/ to ... | pkasting@chromium.org | 2012-03-02 | 1 | -44/+53 |
* | Supposedly r124125 made two disabled tests not be flaky anymore. Try re-enab... | pkasting@chromium.org | 2012-03-01 | 1 | -7/+1 |
* | Remove the "set noparent" from the chrome\browser\ui subdirectories. This is ... | jam@chromium.org | 2012-02-29 | 1 | -1/+0 |
* | Enabled pressing TAB to traverse through the Omnibox results, removed moving ... | aaron.randolph@gmail.com | 2012-02-29 | 2 | -36/+123 |
* | Revert 122412 - Enabled pressing TAB to traverse through the Omnibox results | thestig@chromium.org | 2012-02-17 | 2 | -122/+35 |
* | Enabled pressing TAB to traverse through the Omnibox results | sail@chromium.org | 2012-02-17 | 2 | -35/+122 |
* | Flakiness cleanup: disable flaky tests under chrome/browser/ | evan@chromium.org | 2012-02-15 | 1 | -3/+3 |
* | Allow SiteInstance for about:blank in new tab to be reused. | creis@chromium.org | 2012-02-06 | 1 | -8/+12 |
* | Revert 120448 - Revert 120018 - Revert 120005 - Enabled pressing TAB to trave... | pkasting@chromium.org | 2012-02-04 | 2 | -136/+36 |
* | Revert 120018 - Revert 120005 - Enabled pressing TAB to traverse through the ... | pkasting@chromium.org | 2012-02-04 | 2 | -36/+136 |
* | Revert 120005 - Enabled pressing TAB to traverse through the Omnibox results,... | kinuko@chromium.org | 2012-02-01 | 2 | -136/+36 |
* | Enabled pressing TAB to traverse through the Omnibox results, removed moving ... | aaron.randolph@gmail.com | 2012-02-01 | 2 | -36/+136 |
* | Implement the new first run bubble, clean up old bubbles. | msw@chromium.org | 2012-01-12 | 1 | -4/+3 |
* | AURA/X11: Handle VKEY_MENU accelerator on content area | oshima@chromium.org | 2012-01-05 | 1 | -77/+1 |
* | Remove some more tab_contents.h includes from Chrome. | jam@chromium.org | 2012-01-05 | 2 | -7/+13 |
* | Add some more OWNERS files and set noparent to another. | ben@chromium.org | 2012-01-05 | 1 | -0/+3 |
* | Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect... | jam@chromium.org | 2012-01-03 | 1 | -4/+4 |
* | Set aura window focus in NativeWidgetAura::ClearNativeFocus only if the focus... | oshima@chromium.org | 2011-12-15 | 1 | -1/+1 |
* | OmniboxViewTest.PopupAccelerators had to be disabled for Aura so that we can ... | saintlou@chromium.org | 2011-12-14 | 1 | -1/+1 |
* | Use Textfield's view ID instead of Location bar's view id in | oshima@chromium.org | 2011-12-07 | 1 | -11/+16 |
* | Strip invalid characters (line breaks, tabs), javascript:schemes from the cop... | ncj674@motorola.com | 2011-12-04 | 1 | -12/+2 |
* | views: Move textfield directory to ui/views/controls/. | tfarina@chromium.org | 2011-11-27 | 1 | -1/+1 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-22 | 1 | -1/+1 |
* | Revert 110949 - views: Move widget/ directory to ui/views. | wez@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | views: Delete bubble, events, focus, layout directories and its stubbed files. | tfarina@chromium.org | 2011-11-18 | 1 | -1/+1 |
* | Cleanup: Remove forward declarations in various chrome/browser directories. | thestig@chromium.org | 2011-11-16 | 1 | -2/+0 |
* | Turn on pure views for pure view omnibox tests | oshima@chromium.org | 2011-11-15 | 1 | -1/+1 |
* | Refactor omnibox creation and max edit width determination, moving them from ... | ben@chromium.org | 2011-11-09 | 1 | -0/+20 |
* | Revert 109088 - Refactor omnibox creation and max edit width determination, m... | thakis@chromium.org | 2011-11-08 | 1 | -20/+0 |
* | Refactor omnibox creation and max edit width determination, moving them from ... | ben@chromium.org | 2011-11-08 | 1 | -0/+20 |