summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change #ifdef _DEBUG test to #ifndef NDEBUG test.maruel@google.com2008-10-153-6/+6
* Patch by Thatcher Ulrich <tulrich@google.com>.ojan@google.com2008-10-091-1/+1
* Cross-platform wrappers for fopen, _wfopen_s, etc.mark@chromium.org2008-10-011-5/+4
* Build a bunch more of chrome/ on Linux.deanm@google.com2008-09-193-7/+6
* Include chrome/browser/SConscript in Linux build.tc@google.com2008-09-172-2/+6
* Two minor fixes. Fix the hard coded desired dpi and remove an unneeded include.maruel@google.com2008-09-112-2/+3
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-033-45/+33
* Add a LinkerInitialized constructor to AtomicSequenceNumber.deanm@google.com2008-09-021-1/+1
* Disable the "Complex" Script because it fails.nsylvain@google.com2008-08-311-1/+2
* Cleanup navigation_entry.h. I made the accessors consistent and in Google sty...brettw@google.com2008-08-271-1/+1
* fix unit testsdarin@google.com2008-08-261-1/+7
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-263-3/+8
* Use a more compact license header in source files.license.bot2008-08-2438-1065/+152
* Move time formatters that only use ICU into base/time.*tc@google.com2008-08-191-3/+3
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-153-5/+7
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-1/+1
* Some printers advertise longer printable length than the page length. Remove ...maruel@google.com2008-08-141-3/+3
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9...awalker@google.com2008-08-143-6/+6
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-141-1/+1
* Disable PrintingLayoutTest.Delayed on Windows 2000 (even though it's already ...maruel@google.com2008-08-131-1/+5
* Disable the Delayed UI test so the tree will be green.tc@google.com2008-08-121-1/+1
* Use the new Thread::StopSoon() facility. Add a new tight loop to control the ...maruel@google.com2008-08-124-32/+66
* Add some printing related unit tests.maruel@google.com2008-08-124-0/+293
* The printing NewCookie() must start counting at 1 and not 0, since 0deanm@google.com2008-08-061-1/+2
* Move the printing cookie from direct atomic operations to AtomicSequenceNumber.deanm@google.com2008-08-062-8/+7
* Try to cut down on some unnecessary dependencies. Remove any unused includes...deanm@google.com2008-07-281-1/+0
* Add chrome to the repository.initial.commit2008-07-2634-0/+6435