summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 7508.7509 and 7510nsylvain@chromium.org2008-12-301-22/+11
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2008-12-301-11/+22
* Move the "platform" wrappers in skia/ext to the skia namespace.brettw@google.com2008-12-173-3/+3
* Adds a helper class used to mark/define critical section in a class and then ...maruel@chromium.org2008-12-172-0/+4
* Move file enumeration to filepaths.avi@google.com2008-12-111-3/+4
* Reapply 5971 which was reverted in 5974. The unit test wasn't unregistering t...maruel@chromium.org2008-12-013-2/+139