summaryrefslogtreecommitdiffstats
path: root/printing/page_range.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed memory overflow caused by invalid input.vitalybuka@chromium.org2013-10-021-1/+7
| | | | | | | | BUG=95548,296887 Review URL: https://codereview.chromium.org/25651002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226545 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove dead code - PageRange::GetTotalPages.thestig@chromium.org2011-09-231-8/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8002013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102610 0039d316-1c4b-4281-b951-d872f2087c98
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-2/+3
| | | | | | | | | | | | | removed unused/irrelevant functions removed irrelevant comments Moved stl_util-inl.h => stl_util.h BUG=None TEST=None Review URL: http://codereview.chromium.org/7342047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93110 0039d316-1c4b-4281-b951-d872f2087c98
* Move printing related stuff to the root printing project from the browser ↵sverrir@google.com2009-07-071-0/+31
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