summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing
Commit message (Expand)AuthorAgeFilesLines
* Extract Image class so it can be used in more tests.sverrir@chromium.org2009-07-131-175/+3
* Move some more interfaces on RenderViewHostDelegate to separate classes. Thebrettw@chromium.org2009-07-092-24/+22
* I've seen recently a race condition while debugging printing. The pages are ...sverrir@google.com2009-07-091-1/+5
* Move printing related stuff to the root printing project from the browser pro...sverrir@google.com2009-07-0732-2749/+13
* Move Emf class to the printing library. Also creates a platform agnostic Nat...sverrir@google.com2009-07-068-42/+38
* Remove unused notification in print code to simplify before refactoring.sverrir@google.com2009-07-036-109/+69
* Scale the margins according to the DPI of the printer. The margins were fixe...sverrir@google.com2009-06-231-7/+9
* Re-enable the print unit tests.levin@chromium.org2009-06-212-2/+2
* Add Print Selection support to Chrome. This change is fairly involved since ...sverrir@google.com2009-06-1910-99/+50
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-143-3/+3
* 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