summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_preview_tab_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't allow saving of devtools or print preview.avi@chromium.org2012-06-141-6/+18
* TabContentsWrapper -> TabContents, part 24.avi@chromium.org2012-06-081-1/+1
* TabContentsWrapper -> TabContents, for printing code.thestig@chromium.org2012-06-081-48/+43
* Move the web dialogs code to src/ui/web_dialogs from src/chromemazda@chromium.org2012-05-311-3/+5
* Add NOTIFICATION_TAB_CONTENTS_DESTROYED when a TabContentsWrapper is about to...pkasting@chromium.org2012-05-261-10/+7
* Properly wired WebDialogView::OnCloseContents(). Made WebDialogViews derived ...zelidrag@chromium.org2012-05-231-3/+3
* Get rid of the last RenderViewHostDelegate usage in chrome.jam@chromium.org2012-05-231-2/+3
* Move NativeWebKeyboardEvent to the content namespace.jam@chromium.org2012-05-181-0/+1
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-161-3/+3
* browser: Move the tabs directory into ui.tfarina@chromium.org2012-05-111-1/+1
* webui: Extract WebDialogDelegate into its own header file.tfarina@chromium.org2012-05-031-1/+1
* Web-ify a bunch of these names. I am going to move some of the framework code...ben@chromium.org2012-04-251-18/+20
* RefCounted types should not have public destructors, chrome/browser/ part 5rsleevi@chromium.org2012-04-251-35/+35
* TabContents -> WebContentsImpl, part 20.avi@chromium.org2012-04-171-1/+1
* Honor window size for chrome.windows.create when parent window is maximized.aa@chromium.org2012-04-041-1/+2
* Block printing from blocked popup. abodenha@chromium.org2012-03-231-1/+2
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-2/+2
* Print Preview: Disable keyboard shortcut forwarding on Mac.thestig@chromium.org2012-02-021-0/+3
* Print Preview: Forward keyboard shortcuts to the browser.thestig@chromium.org2012-01-311-7/+56
* Print Preview: Use BrowserList::FindBrowserWithWebContents() instead of Brows...thestig@chromium.org2012-01-251-6/+5
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-2/+2
* Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...jam@chromium.org2012-01-171-9/+8
* Allow HtmlDialogUIDelegate to specify dialog ModalType.flackr@chromium.org2012-01-121-4/+4
* Move chrome/browser/ui/webui/print_preview* to chrome/browser/ui/webui/print_...thestig@chromium.org2012-01-111-1/+1
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-6/+5
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-4/+6
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-23/+25
* Move WebUIMessageHandler to its own file in the public directory and put it i...jam@chromium.org2011-12-311-0/+1
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-1/+1
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-0/+1
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-271-2/+2
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-6/+8
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-1/+1
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-221-1/+1
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Move a bunch of methods from TabContents into the WebContents interface. This...jam@chromium.org2011-12-221-5/+5
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-2/+2
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-2/+2
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-2/+2
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-9/+6
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-1/+1
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-11/+15
* [mac] Constrain the maximum size of the print preview sheet.csilv@chromium.org2011-11-301-0/+8
* Print Preview: Properly handle window.print().thestig@chromium.org2011-11-231-5/+12
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-9/+12
* Print Preview: Make print preview tab modal. (try 2)thestig@chromium.org2011-11-151-102/+195
* Revert 110056 - Print Preview: Make print preview tab modal.thestig@chromium.org2011-11-151-187/+101