summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of a deprecated TestServer constructor.erikwright@chromium.org2012-02-221-4/+12
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-142-10/+6
* GTK: implement "print selection".peter@pcc.me.uk2012-02-142-12/+35
* Profiles: Generalize ProfileKeyedServiceFactory into a base class and the par...erg@chromium.org2012-02-132-2/+2
* Move ContextMenuParams struct from webkit/glue to content/public/common. The ...jam@chromium.org2012-02-124-4/+6
* Print Preview: Refactoring sticky settings code.dpapad@chromium.org2012-02-101-12/+16
* Print Preview: Do not change the print preview state when print preview is no...thestig@chromium.org2012-02-101-1/+6
* Re-enable newly de-flaked test.scottbyer@chromium.org2012-02-031-15/+22
* Print Preview: Disable keyboard shortcut forwarding on Mac.thestig@chromium.org2012-02-021-0/+3
* Fix NULL scoped_refptr in PrintSystemTaskProxy tests.thestig@chromium.org2012-01-313-8/+7
* 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
* Print preview: Do not exit the window.print() nested loop too early when savi...thestig@chromium.org2012-01-244-9/+20
* Profiles: Add a --dump-profile-graph option when !NDEBUG.erg@chromium.org2012-01-241-3/+3
* Cloud Print Policy - service side enforcement, Mac browser tests.scottbyer@chromium.org2012-01-231-5/+58
* Merge Cloud Print signin dialog into regular Cloud Print dialog.abodenha@chromium.org2012-01-195-48/+105
* Close created HtmlDialogs on closing of the browser that opened them.flackr@chromium.org2012-01-192-8/+11
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-182-4/+4
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-1/+1
* Switch chrome code to use content::WebUI interface instead of WebUI concrete ...jam@chromium.org2012-01-186-18/+19
* Print Preview: Add a non-user-visible pref for controlling print preview. Hoo...thestig@chromium.org2012-01-184-9/+31
* Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...jam@chromium.org2012-01-173-15/+15
* Re-enable PrintDialogCloudTest.HandlersRegistered on non-Windows and move it ...mazda@chromium.org2012-01-161-3/+2
* Cloud Print Connector Policy, Service-side enforcement.scottbyer@chromium.org2012-01-145-20/+595
* Adding functionality to print PDF embedded in the html page.gene@chromium.org2012-01-131-1/+2
* Convert use of int ms to TimeDelta in files owned by thestig.tedvessenes@gmail.com2012-01-131-2/+2
* Allow HtmlDialogUIDelegate to specify dialog ModalType.flackr@chromium.org2012-01-126-17/+17
* Move chrome/browser/ui/webui/print_preview* to chrome/browser/ui/webui/print_...thestig@chromium.org2012-01-116-6/+6
* Change cloud print dialog style in Aura builds.abodenha@chromium.org2012-01-111-0/+15
* Increase size of cloud print dialog.abodenha@chromium.org2012-01-111-2/+2
* Cleanup: Refactor common code for print preview unit tests into a base class.thestig@chromium.org2012-01-113-16/+56
* Cleanup: Make PrintJobManager::printing_enabled() const.thestig@chromium.org2012-01-112-9/+13
* PrintPreview: Honor the print media page size and margin values.kmadhusu@chromium.org2012-01-104-3/+13
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-063-2/+2
* Convert the remaining trivial tab_contents.h includes in chrome to use web_co...jam@chromium.org2012-01-052-5/+3
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-044-31/+32
* Fix Sleep() calls to use TimeDelta in chrome/browser/printing.tedvessenes@gmail.com2012-01-041-4/+4
* Fix crash.abodenha@chromium.org2012-01-041-1/+2
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-043-10/+11
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-041-1/+1
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-042-3/+4
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-032-5/+7
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-032-6/+5
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-022-2/+4
* 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-318-6/+11
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-302-15/+20
* Simplify WebUIMessageHandler a bit in preparation for moving it into the Cont...jam@chromium.org2011-12-303-32/+24
* Add more per-tab preferences.mnaganov@chromium.org2011-12-291-4/+4
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-292-2/+2