summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverting 5971.maruel@chromium.org2008-11-253-136/+2
* Add superficial unit test for PrintJob. That's a start.maruel@chromium.org2008-11-253-2/+136
* Remove base versions of the graphics headers, which previously just forwarded...brettw@google.com2008-11-223-3/+3
* Revert 5607 because it caused a base_unittest failure.maruel@chromium.org2008-11-183-136/+2
* Add superficial unit test for PrintJob. That's a start.maruel@chromium.org2008-11-183-2/+136
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-142-3/+3
* Add a function for eliding filenames to a set pixel width while preserving th...glen@chromium.org2008-11-062-2/+2
* Use ElideUrl for urls. It is much nicer.maruel@chromium.org2008-11-041-2/+7
* Remove an hack to enable the parent window. It seems to cause crashes in the ...maruel@chromium.org2008-10-311-2/+0
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-275-0/+11