| Commit message (Expand) | Author | Age | Files | Lines |
* | Move find-in-page from TabContents to TabContentsWrapper. | avi@chromium.org | 2011-02-01 | 1 | -1/+1 |
* | Revert 73294 - Move find-in-page from TabContents to TabContentsWrapper. | davemoore@chromium.org | 2011-02-01 | 1 | -1/+1 |
* | Move find-in-page from TabContents to TabContentsWrapper. | avi@chromium.org | 2011-02-01 | 1 | -1/+1 |
* | Hitting Tab should always move cursor to end of omnibox text. | suzhe@google.com | 2011-01-28 | 1 | -0/+16 |
* | keyboard: Update the visibility after tab-switch. | sadrul@chromium.org | 2011-01-26 | 1 | -11/+15 |
* | Update references part 3: remaining files in chrome/... | msw@chromium.org | 2011-01-19 | 1 | -2/+2 |
* | Move app/key* to ui/base/keycodes/* | ben@chromium.org | 2011-01-13 | 1 | -14/+14 |
* | Remove the stubbed out headers in chrome/browser/views. | msw@chromium.org | 2011-01-10 | 1 | -4/+4 |
* | Mark BrowserFocusTest.BrowsersRememberFocus as flaky | phajdan.jr@chromium.org | 2011-01-10 | 1 | -1/+2 |
* | Cleanup: USE_X11 + OS_MACOSX = OS_POSIX. | thestig@chromium.org | 2010-12-21 | 1 | -2/+2 |
* | PrepopulateRespectBlank working, lets check the other test that was disabled | finnur@chromium.org | 2010-12-14 | 1 | -2/+52 |
* | Propagate is_editable_node in the FOCUS_CHANGED_IN_PAGE notification. | bryeung@google.com | 2010-12-08 | 1 | -28/+38 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Cleanup: Include browser.h -> ui/browser.h [Part 3]. | jhawkins@chromium.org | 2010-11-16 | 1 | -1/+1 |
* | Disable BrowserFocusTest.FindFocusTest | phajdan.jr@chromium.org | 2010-11-12 | 1 | -1/+2 |
* | Disable following tests: | phajdan.jr@chromium.org | 2010-11-09 | 1 | -3/+6 |
* | Mark following tests as flaky: | phajdan.jr@chromium.org | 2010-11-09 | 1 | -3/+7 |
* | Make all browser code use browser::Navigate to open tabs. | ben@chromium.org | 2010-11-02 | 1 | -8/+3 |
* | Fix tabbing into web area not focusing first element. | avi@chromium.org | 2010-10-29 | 1 | -1/+1 |
* | Disable FocusOnReloadCrashedTab completely -- it fails on other plaforms, too. | mnaganov@chromium.org | 2010-10-28 | 1 | -8/+1 |
* | GTTF: Disable crashing/hanging tests: | phajdan.jr@chromium.org | 2010-10-22 | 1 | -2/+2 |
* | Rehabilitate BrowserFocusTest.TabInitialFocus | isherman@chromium.org | 2010-10-06 | 1 | -7/+13 |
* | Simplify BrowserFocusTest tests dealing with stealing focus | isherman@chromium.org | 2010-10-06 | 1 | -14/+7 |
* | Replace Browser::AddTabWithURL(...) with: | ben@chromium.org | 2010-10-05 | 1 | -14/+9 |
* | Refactoring ui_test_utils code | isherman@chromium.org | 2010-09-28 | 1 | -108/+89 |
* | Reenable BrowserFocusTest.FocusTraversalOnInterstitial on Linux | isherman@chromium.org | 2010-09-27 | 1 | -3/+1 |
* | Moves TabStripModelObserver/Delegate into their own headers. | sky@chromium.org | 2010-09-16 | 1 | -0/+1 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 1 | -12/+12 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 1 | -12/+12 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 1 | -12/+12 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 1 | -12/+12 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 1 | -12/+12 |
* | Disable BrowserFocusTest.FocusOnReloadCrashedTab on Linux and ChromeOS. | phajdan.jr@chromium.org | 2010-08-31 | 1 | -3/+2 |
* | Adds ui_test_utils::SendAndWaitForKeyPress and converts callers (where | sky@chromium.org | 2010-08-23 | 1 | -39/+32 |
* | Test server cleanup patch of death: | phajdan.jr@chromium.org | 2010-08-17 | 1 | -34/+23 |
* | Clone of issue 2941001. See initial review below. | twiz@google.com | 2010-08-12 | 1 | -3/+10 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Fix compile errors from moving number conversions to their own file. | brettw@chromium.org | 2010-07-31 | 1 | -0/+1 |
* | Fix BrowserFocusTest crashes caused by a callback being invoked for an invali... | phajdan.jr@chromium.org | 2010-07-30 | 1 | -4/+0 |
* | Mark BrowserFocusTest.TabInitialFocus as FLAKY. | phajdan.jr@chromium.org | 2010-07-30 | 1 | -1/+2 |
* | Uncrash BrowserFocusTest.* | phajdan.jr@chromium.org | 2010-07-30 | 1 | -3/+7 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 1 | -11/+14 |
* | Fix compile warning on Mac OS X 10.5 | suzhe@chromium.org | 2010-07-27 | 1 | -2/+2 |
* | [Mac]Port browser_keyevents_browsertest.cc and browser_focus_uitest.cc to Mac. | suzhe@chromium.org | 2010-07-27 | 1 | -31/+71 |
* | Disable flaky FocusOnReloadCrashedTab as it crashes at the end when it fails | oshima@chromium.org | 2010-07-23 | 1 | -2/+2 |
* | Mark BrowserFocusTest.FocusOnReloadCrashedTab flaky for chromeos debug build | oshima@chromium.org | 2010-07-23 | 1 | -1/+9 |
* | TTF: Re-enable BrowserFocusTest.TabsRememberFocusFindInPage by marking it as | jhawkins@chromium.org | 2010-07-13 | 1 | -1/+1 |
* | Attempt 2 at Moving Browser::AddTypes to TabStripModel. The first | sky@chromium.org | 2010-06-28 | 1 | -4/+5 |
* | Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarily | sky@chromium.org | 2010-06-24 | 1 | -5/+4 |
* | Moves Browser::AddTypes to TabStripModel. This patch is primarily | sky@chromium.org | 2010-06-24 | 1 | -4/+5 |