Age | Commit message (Expand) | Author |
2018-05-28 | Add const/non-const versions of remaining CPDF_Dictionary methods. | Lei Zhang |
2018-05-25 | Replace some ifdef PDF_ENABLE_XFA, part 3.chromium/3443chromium/3442 | Tom Sepez |
2018-05-25 | Replace some #ifdefs PDF_ENABLE_XFA, part 2. | Tom Sepez |
2018-05-25 | Replace some #ifdef PDF_ENABLE_XFA with runtime checks. | Tom Sepez |
2018-05-25 | Make CPDF_Page retainable. | Tom Sepez |
2018-05-25 | Add proper const/non-const versions of CPDF_Dictionary::GetDictFor(). | Lei Zhang |
2018-05-25 | Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor(). | Lei Zhang |
2018-05-25 | Mark more CPDF_Objects as const in action and bookmark code. | Lei Zhang |
2018-05-25 | Mark more CPDF_Objects as const in font code. | Lei Zhang |
2018-05-25 | Move fuzzers to testing/fuzzers. | Lei Zhang |
2018-05-25 | Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor().chromium/3441 | Lei Zhang |
2018-05-25 | Remove CPDF_FormField::{Insert,Clear}Option | Tom Sepez |
2018-05-25 | Reserve space for code words when creating encoder context | Ryan Harrison |
2018-05-25 | Mark CPDF_Object pointers in pattern code as const. | Lei Zhang |
2018-05-25 | [xfa] Generate CXFA_EventParam.newText dynamically | Dan Sinclair |
2018-05-25 | [xfa] Add missing xfa.event.cancelAction property | Dan Sinclair |
2018-05-25 | [xfa] Clamp selStart, selEnd values in CJX_EventPseudoModel | Dan Sinclair |
2018-05-25 | [xfa] Restrict the editable xfa.change properties | Dan Sinclair |
2018-05-25 | [xfa] Rename pValue to pReturn for clarity | Dan Sinclair |
2018-05-25 | [xfa] Allow accessing the event changed parameter from JS. | Dan Sinclair |
2018-05-25 | Add code to display XFA JS log messages | Dan Sinclair |
2018-05-24 | CPDF_HintTables should not try to read 0 bits. | Lei Zhang |
2018-05-24 | Do some variable cleanup in CJBig2_Context | Nicolas Pena |
2018-05-24 | Mark some pointers as non-const in CPDF_NameTree. | Lei Zhang |
2018-05-24 | Improve constness for more CPDF_Objects pointers. | Lei Zhang |
2018-05-23 | Remove GetBits32(). | Lei Zhang |
2018-05-23 | Avoid repeated calculations in CFX_BitStream::GetBits(). | Lei Zhang |
2018-05-23 | Add unit test for CFX_BitStream. | Lei Zhang |
2018-05-23 | [xfa] Skip text length check for empty text fieldschromium/3439 | Dan Sinclair |
2018-05-23 | Fix linking errors in fuzzer targets. | Lei Zhang |
2018-05-23 | Move SkFloatToDecimal pow10 inside anonymous namespace | Dan Sinclair |
2018-05-22 | Make friend RetainPtr<T> statements consistently public. | Lei Zhang |
2018-05-22 | Fix nits in fxjs. | Lei Zhang |
2018-05-22 | Simplify CPDF_ShadingPattern::Validate(). | Lei Zhang |
2018-05-22 | Remove useless CPDFSDK_Widget::SetDefaultValue().chromium/3438 | Lei Zhang |
2018-05-22 | Fix a regression with missing text. | Lei Zhang |
2018-05-22 | Add test case for a font substitution regression. | Lei Zhang |
2018-05-22 | Order CHKs in alphabetical order within each file | Nicolas Pena |
2018-05-22 | Remove JBIG2_memcpy() and JBIG2_memset(). | Lei Zhang |
2018-05-22 | Remove return value from CJBig2_Image::SetPixel(). | Lei Zhang |
2018-05-22 | Fix method style in JBig2_Image. | Lei Zhang |
2018-05-22 | Add FPDFPageObj_GetStrokeWidth() API | Miklos Vajna |
2018-05-22 | Remove useless CPWL_ListBox::KillFocus(). | Lei Zhang |
2018-05-22 | Fix spaces too wide in XFA Dropdown. | Henrique Nakashima |
2018-05-22 | Declare some variables closer to when used in CFX_FontMapper. | Lei Zhang |
2018-05-21 | Avoid indexing into std::vector inside a tight loop.chromium/3437 | Lei Zhang |
2018-05-18 | Fix small typo in common.pychromium/3436chromium/3435 | Ryan Harrison |
2018-05-18 | Fix issues with XFA font loading | Ryan Harrison |
2018-05-17 | Add check that --font-dir is actually a directorychromium/3434 | Ryan Harrison |
2018-05-17 | More overflow checks in bidi code | Dan Sinclair |