Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move printing related stuff to the root printing project from the browser ↵ | sverrir@google.com | 2009-07-07 | 1 | -3/+3 |
| | | | | | | | | | | | | | | project. This simplifies further refactoring and eases understanding of the printing part of Chrome. Also renamed win_printing_context to printing_context_win (correct naming convention) and added stub implementations for _linux and mac. Now all but one file is compiling on all platforms. TEST=none (no functional change). BUG=none Review URL: http://codereview.chromium.org/149212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20086 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Move Emf class to the printing library. Also creates a platform agnostic ↵ | sverrir@google.com | 2009-07-06 | 1 | -0/+181 |
NativeMetafile definition to ease platform porting. BUG=none TEST=none (No functional change) Review URL: http://codereview.chromium.org/149181 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19943 0039d316-1c4b-4281-b951-d872f2087c98 |