Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-11 | Fix the potential integer overflow from 'offset+size' in extension.h and ↵ | JUN FANG | |
fpdfview.cpp BUG=397258 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/419063002 | |||
2014-07-30 | Fix an out-of-boundary issue for wide string | Bo Xu | |
BUG=381521 R=palmer@chromium.org Review URL: https://codereview.chromium.org/383563002 | |||
2014-07-30 | Fix lookahead beyond bounds in CJS_PublicMethods::MakeFormatDate(). | Tom Sepez | |
BUG=396255 R=jun_fang@foxitsoftware.com Review URL: https://codereview.chromium.org/407243003 | |||
2014-07-30 | Fix and integer overflow issue in SDK's QuickSort | Bo Xu | |
BUG=382639 R=mdempsky@chromium.org Review URL: https://codereview.chromium.org/354673002 | |||
2014-07-30 | Import Chromium base/numerics to resolve integer overflow. | Chris Palmer | |
We'll use this for integer overflows going forward. BUG=382606 R=jam@chromium.org Review URL: https://codereview.chromium.org/349363005 | |||
2014-07-29 | Cherry-pick from master 0f14185aecf420e18cd49abd17c7c9585bbb82bb. | Vitaly Buka | |
Fix FPDF_RenderPage 2x zoom in when bBackgroundAlphaNeeded is true BUG=179413 R=thestig@chromium.org Review URL: https://codereview.chromium.org/410073002 | |||
2014-05-29 | In linux and mac, use Arial to replace Tahoma for displaying east europe ↵chromium/2033chromium/2032chromium/2031chromium/2030chromium/2029chromium/2028chromium/2027chromium/2026chromium/2025chromium/2024chromium/2023 | Bo Xu | |
characters BUG= Review URL: https://codereview.chromium.org/301263002 | |||
2014-05-28 | Fix a security issue in FPDF_GetMetaText | Bo Xu | |
BUG=security Review URL: https://codereview.chromium.org/307653002 | |||
2014-05-24 | Fix a typo with PAGEMODE_UNKNOWN. | Lei Zhang | |
R=jam@chromium.org Review URL: https://codereview.chromium.org/297993002 | |||
2014-05-23 | Convert all line endings to LF. | John Abd-El-Malek | |
2014-05-20 | Add some blank lines at the end of 3 files to remove the "no newlines at end ↵ | John Abd-El-Malek | |
of file" warning. | |||
2014-05-20 | Remove "using namespace v8" in header. This allows us to turn all warnings ↵ | John Abd-El-Malek | |
into errors. It also makes it clearer to find usage of v8 in the library. | |||
2014-05-17 | Initial commit. | John Abd-El-Malek | |