summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing
Commit message (Expand)AuthorAgeFilesLines
* Fix a minor bug in the print dialog on windows. The minimum page number was ...sverrir@google.com2009-06-091-0/+1
* Add support for printing selection only flag. This only adds the flag to the ...sverrir@google.com2009-06-088-36/+67
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-0/+1
* Make automation proxy objects to ref_counted. That allows to process async no...stoyan@chromium.org2009-05-281-3/+3
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-217-57/+31
* Need to disable two print test temporarily to green the tree.levin@chromium.org2009-05-212-2/+2
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-1/+1
* ChromeFont->gfx::Fontbeng@google.com2009-05-153-6/+5
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+1
* Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...ben@chromium.org2009-05-082-2/+2
* move chrome_font to app/gfxben@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-044-10/+10
* Yet more deprecation of the wstring version of PathService::Get() for UI tests.thestig@chromium.org2009-05-021-2/+2
* Convert Windows Sleep to PlatformThread::Sleepevan@chromium.org2009-04-281-5/+5
* Rename WebContentsView* to TabContentsView* in preparation for mergingbrettw@chromium.org2009-04-201-4/+0
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-4/+1
* Reverting 14005.brettw@chromium.org2009-04-181-1/+4
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-4/+1
* Implement Printer Preference Persistence (Step 1/3)maruel@chromium.org2009-04-093-3/+68
* Simplify code in PrintSettings. Removes support for settings marginssverrir@chromium.org2009-03-316-103/+36
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-161-4/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-1031-31/+0
* NO CODE CHANGE.maruel@google.com2009-03-052-2/+4
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-041-1/+1
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-252-2/+2
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-2/+1
* Move units to new module printing. Add printing_unittests on Windows too. Mak...maruel@chromium.org2009-02-205-133/+14
* Disable the printing UI tests again :(maruel@chromium.org2009-02-141-2/+4
* Reenable tests disabled in r9262.maruel@chromium.org2009-02-121-2/+2
* Temporarily disable the printing test while I find out what I did wrong.maruel@chromium.org2009-02-051-2/+2
* Remove black magic and >100 lines. Unhook a lot of dead code.maruel@chromium.org2009-02-059-321/+73
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-051-0/+1
* Commiting the changes from my previous cl that are specific to not including ...jam@chromium.org2009-02-042-25/+2
* Revert my change to get the tree green. Not sure why the tests became flaky....jam@chromium.org2009-02-042-2/+25
* Make it easier/less work/less error-prone to create new IPC channel types (i....jam@chromium.org2009-02-042-25/+2
* Fix a bunch of header includes. I removed some unnecessary headers from abrettw@chromium.org2009-02-011-0/+2
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-019-55/+60
* Random bits of de-Winification for WebContents.brettw@chromium.org2009-01-301-1/+3
* Provide the option for HTTPServer to be created with a specificsky@google.com2009-01-291-4/+7
* Disable the test while investigating.maruel@chromium.org2009-01-291-1/+2
* Re-land revision 8821 with the ui test fixed.maruel@chromium.org2009-01-292-126/+102
* Roll back r8821mark@chromium.org2009-01-281-4/+12
* Disconnect the "browser controlled printing" and always delegate the control ...maruel@chromium.org2009-01-281-12/+4
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-1/+1
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-5/+2
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-2/+2
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2009-01-081-11/+22