summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...jam@chromium.org2012-07-261-6/+6
* Disable SelectAllOnClick to unbreak tree.garykac@chromium.org2012-07-261-1/+4
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-07-231-2/+3
* Rename bounds accessors to be intuitive and consistentoshima@chromium.org2012-07-191-2/+2
* autocomplete: Rename autocomplete.* to autocomplete_input.*.tfarina@chromium.org2012-07-031-1/+0
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-7/+8
* Reverting since this apparently caused Mac perf to suffer. Will break it down...rlp@chromium.org2012-06-251-3/+1
* Move browser commands into a separate file.ben@chromium.org2012-06-251-12/+13
* autocomplete: Extract the two classes in autocomplete_edit.h into their files.tfarina@chromium.org2012-06-231-1/+0
* browser: Move autocomplete_popup_model.* and autocomplete_popup_view.h into o...tfarina@chromium.org2012-06-211-10/+10
* Disable a few more flaky interactive_ui_tests on Linux.jam@chromium.org2012-06-201-1/+8
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-06-191-1/+3
* Disable another omnibox test that's flaky on Linux.jam@chromium.org2012-06-191-1/+7
* Disable more interactive_ui_tests that are flaky on Linux.jam@chromium.org2012-06-191-2/+16
* Disable a few more tests that I saw flake on try runs.jam@chromium.org2012-06-191-2/+15
* Disable flaky interactive_ui_tests. I disabled all the failing tests on http:...jam@chromium.org2012-06-181-7/+56
* TabContentsWrapper -> TabContents, part 56.avi@chromium.org2012-06-131-6/+6
* Enable disabled omnibox tests on auraoshima@chromium.org2012-05-191-21/+21
* ash: Select omnibox text on mouse up instead of down.derat@chromium.org2012-05-171-5/+106
* Change name of location_entry accessor in LocationBar to GetLocationEntry to ...dominich@chromium.org2012-05-101-1/+1
* Revert 135175 - Revert 135164 - Cleanup of browser_test harness.jam@chromium.org2012-05-031-1/+0
* Revert 135164 - Cleanup of browser_test harness.mmenke@chromium.org2012-05-031-0/+1
* Cleanup of browser_test harness.jam@chromium.org2012-05-031-1/+0
* Add a Profile* member to TemplateURL. This makes some invocations of Replace...pkasting@chromium.org2012-04-231-6/+8
* Move notifications used only in chrome/ out of content/.avi@chromium.org2012-04-161-7/+8
* Removing defunct code around PureViews.saintlou@chromium.org2012-04-151-3/+2
* Have URL Modifications sent Regardless of Typed.mrossetti@chromium.org2012-04-111-2/+2
* Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...pkasting@chromium.org2012-04-071-18/+15
* Revert 131019 - This caused memory tests to fail on all the perf bots.kerz@chromium.org2012-04-061-15/+18
* Move most TemplateURL data members to a new struct, TemplateURLData. This al...pkasting@chromium.org2012-04-051-18/+15
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-4/+4
* Remove fields from TemplateURL[Ref] that are part of the OSDD spec but never ...pkasting@chromium.org2012-03-291-4/+4
* Fix keyword search erroneously not triggering in two obscure cases:pkasting@chromium.org2012-03-021-0/+58
* Some fixes split off from https://chromiumcodereview.appspot.com/9570064/ to ...pkasting@chromium.org2012-03-021-44/+53
* Supposedly r124125 made two disabled tests not be flaky anymore. Try re-enab...pkasting@chromium.org2012-03-011-7/+1
* Enabled pressing TAB to traverse through the Omnibox results, removed moving ...aaron.randolph@gmail.com2012-02-291-34/+119
* Revert 122412 - Enabled pressing TAB to traverse through the Omnibox resultsthestig@chromium.org2012-02-171-119/+34
* Enabled pressing TAB to traverse through the Omnibox resultssail@chromium.org2012-02-171-34/+119
* Flakiness cleanup: disable flaky tests under chrome/browser/evan@chromium.org2012-02-151-3/+3
* Allow SiteInstance for about:blank in new tab to be reused.creis@chromium.org2012-02-061-8/+12
* Revert 120448 - Revert 120018 - Revert 120005 - Enabled pressing TAB to trave...pkasting@chromium.org2012-02-041-132/+34
* Revert 120018 - Revert 120005 - Enabled pressing TAB to traverse through the ...pkasting@chromium.org2012-02-041-34/+132
* Revert 120005 - Enabled pressing TAB to traverse through the Omnibox results,...kinuko@chromium.org2012-02-011-132/+34
* Enabled pressing TAB to traverse through the Omnibox results, removed moving ...aaron.randolph@gmail.com2012-02-011-34/+132
* AURA/X11: Handle VKEY_MENU accelerator on content areaoshima@chromium.org2012-01-051-77/+1
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-4/+4
* Set aura window focus in NativeWidgetAura::ClearNativeFocus only if the focus...oshima@chromium.org2011-12-151-1/+1
* OmniboxViewTest.PopupAccelerators had to be disabled for Aura so that we can ...saintlou@chromium.org2011-12-141-1/+1
* Use Textfield's view ID instead of Location bar's view id inoshima@chromium.org2011-12-071-11/+16
* Strip invalid characters (line breaks, tabs), javascript:schemes from the cop...ncj674@motorola.com2011-12-041-12/+2