summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_preview_tab_controller_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Build & run unit tests on Aura (Rebase)stevenjb@chromium.org2011-11-231-20/+9
* Print Preview: Properly handle window.print().thestig@chromium.org2011-11-231-0/+5
* Print preview: Eanble tests that were previous excluded on CrOS. Disable test...thestig@chromium.org2011-11-231-3/+7
* Print Preview: Use the global PrintPreviewTabController in unit tests.thestig@chromium.org2011-11-181-6/+6
* Print Preview: Make print preview tab modal. (try 2)thestig@chromium.org2011-11-151-65/+36
* Revert 110056 - Print Preview: Make print preview tab modal.thestig@chromium.org2011-11-151-14/+62
* Print Preview: Make print preview tab modal.thestig@chromium.org2011-11-151-62/+14
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-2/+2
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-1/+1
* Revert 106029nkostylev@chromium.org2011-10-181-1/+1
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-1/+1
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+1
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-1/+2
* Revert 99149 - Print Preview: Add a test for activating the initiator tab on ...creis@chromium.org2011-09-011-8/+8
* Print Preview: Add a test for activating the initiator tab on print.thestig@chromium.org2011-09-011-8/+8
* Cleanup: Convert PrintPreviewTabController to use TabContentsWrapper.thestig@chromium.org2011-08-301-17/+24
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-0/+1
* PrintPreview: Whenever a preview tab reloads, reset the tab title.kmadhusu@chromium.org2011-08-241-0/+50
* Print Preview: Handle a crashed initiator tab by showing a message in PP.kmadhusu@chromium.org2011-08-161-13/+5
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-2/+2
* Remove TabContentsView methods that just call to the delegate, and have them ...jam@chromium.org2011-07-111-3/+3
* PrintPreview: Preview generation should not block print button.kmadhusu@chromium.org2011-06-101-0/+42
* Renames TabStripModel and Browser's selected_index tosky@chromium.org2011-04-121-3/+3
* Cleanup: Move TabContents::PrintPreview() to PrintPreviewTabController to rem...thestig@chromium.org2011-03-241-10/+9
* Update the includes to the old tab_contents.hjam@chromium.org2011-03-021-1/+1
* Fix memory leak in PrintPreviewTabControllerTest.kmadhusu@chromium.org2010-11-181-4/+4
* Make pink's TabContentsWrapper change compile on Windows.ben@chromium.org2010-11-181-2/+2
* Implement print preview tab controller.kmadhusu@chromium.org2010-11-161-0/+114