summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_preview_tab_controller_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch PrintViewManager, PrintPreviewMessageHandler to use WebContentsUserData.avi@chromium.org2012-09-181-4/+10
* Create content\public\test\test_utils.h to hold common test classes that are ...jam@chromium.org2012-07-201-1/+1
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-2/+3
* Move browser commands into a separate file.ben@chromium.org2012-06-251-1/+2
* TabContentsWrapper -> TabContents, for printing code.thestig@chromium.org2012-06-081-9/+7
* Remove use of BrowserList in Print Preview test code.ben@chromium.org2012-06-011-13/+2
* Revert 139428 - Remove use of BrowserList in Print Preview test code.rlp@chromium.org2012-05-301-2/+13
* Remove use of BrowserList in Print Preview test code.ben@chromium.org2012-05-291-13/+2
* Make BrowserList::GetLastActive() private, and add a friend list to BrowserLi...ben@chromium.org2012-05-251-4/+0
* Print Preview: Add a non-user-visible pref for controlling print preview. Hoo...thestig@chromium.org2012-01-181-1/+3
* Convert the remaining trivial tab_contents.h includes in chrome to use web_co...jam@chromium.org2012-01-051-4/+3
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-231-1/+3
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-3/+3
* Print Preview: Properly handle window.print().thestig@chromium.org2011-11-231-0/+5
* Print Preview: Make print preview tab modal. (try 2)thestig@chromium.org2011-11-151-170/+60
* Revert 110056 - Print Preview: Make print preview tab modal.thestig@chromium.org2011-11-151-60/+170
* Print Preview: Make print preview tab modal.thestig@chromium.org2011-11-151-170/+60
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-3/+3
* Fix OpenPreviewTabFromPopupInCorrectPosition test on Linux Views.thestig@chromium.org2011-09-161-2/+2
* Update expectations for failng OpenPreviewTabFromPopupInCorrectPosition test ...thestig@chromium.org2011-09-151-10/+15
* Disable OpenPreviewTabFromPopupInCorrectPosition test on Linux Views.wez@chromium.org2011-09-111-1/+9
* Revert 100614 - Disable OpenPreviewTabFromPopupInCorrectPosition test on Linu...wez@chromium.org2011-09-111-10/+1
* Disable OpenPreviewTabFromPopupInCorrectPosition test on Linux Views.wez@chromium.org2011-09-111-1/+10
* Print Preview: Open print preview tab in the right position when the source i...thestig@chromium.org2011-09-091-0/+67
* Revert 99149 - Print Preview: Add a test for activating the initiator tab on ...creis@chromium.org2011-09-011-6/+6
* Print Preview: Add a test for activating the initiator tab on print.thestig@chromium.org2011-09-011-6/+6
* Cleanup: Convert PrintPreviewTabController to use TabContentsWrapper.thestig@chromium.org2011-08-301-13/+17
* Print Preview: Handle a crashed initiator tab by showing a message in PP.kmadhusu@chromium.org2011-08-161-0/+170