summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-11Avoid stack overflow when loading CPDF_Function.chromium/3395Henrique Nakashima
2018-04-10Add static_asserts for FX_RECT and FX_COLORREF.Lei Zhang
2018-04-10Load CIDToGIDMap stream for CID fonts if it exists.Lei Zhang
2018-04-10Roll DEPS for Clang and buildRyan Harrison
2018-04-10Add an assert to make sure all code is included in static libRyan Harrison
2018-04-10Remove CFX_Rect.Lei Zhang
2018-04-10Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref.Lei Zhang
2018-04-10Change FillRectWithBlend methods to take FX_RECT by const-ref.Lei Zhang
2018-04-10Implement CPDFSDK_XFAWidgetHandler::OnKillFocus.Henrique Nakashima
2018-04-10Break down CXFA_FFWidget::On{L|R}ButtonDown() into two steps.Henrique Nakashima
2018-04-10Merge CXFA_SimpleParser::{Start|Do}Parsechromium/3394Dan Sinclair
2018-04-09Use ByteStringView / pdfium::span in CPDF font as appropriate.chromium/3393Tom Sepez
2018-04-09Pass FX_RECT by const-ref in rendering code.Lei Zhang
2018-04-09Remove RenderDeviceDriverIface::GetCTM().Lei Zhang
2018-04-09Cleanup CPDF_RenderStatus::GetObjectClippedRect().Lei Zhang
2018-04-09Merge CXFA_DocumentParser::{Start|Do}Parse methodsDan Sinclair
2018-04-09Merge CXFA_FFDoc::{Start|Do|Stop}Load methodsDan Sinclair
2018-04-09Use pdfium::span<> in CFX_BitStream, CPDF_SimpleParser.Tom Sepez
2018-04-09Make StringViewTemplate be based on pdfium::span<>.Tom Sepez
2018-04-09Revert "Remove CXFA nodes instead of CFX_XML nodes"dsinclair
2018-04-09Make pdfium::span<> be based off of UnownedPtr<>.Tom Sepez
2018-04-09Sort test cases in test_runner.py.Lei Zhang
2018-04-09Move the CFX_XMLParser out of CXFA_SimpleParserDan Sinclair
2018-04-09Remove m_pOldFocusWidget from CXFA_FFDocView.Henrique Nakashima
2018-04-09Remove CXFA nodes instead of CFX_XML nodesDan Sinclair
2018-04-09Move code to set XML value to CXFA_NodeDan Sinclair
2018-04-06Add span.h from chromium base.chromium/3392Tom Sepez
2018-04-06Avoid uninitialized internal fields in V8 global objects.Tom Sepez
2018-04-06Fix typos in CXFA_FMParser.chromium/3391Lei Zhang
2018-04-05Make Internal field usage in cfxjs_engine match README.docTom Sepez
2018-04-05Combine if/else blocks in CPDF_DIBSource::TranslateScanline24bpp().Lei Zhang
2018-04-05Split CPDF_DIBSource::TranslateScanline24bpp().Lei Zhang
2018-04-05Fix const casts in CPDF_Encryptor.Lei Zhang
2018-04-05Get rid of a const_cast in CPDF_FlateEncoder.Lei Zhang
2018-04-05Remove some const_casts in CPDF_Creator.Lei Zhang
2018-04-05Make CXFA_Document::m_rgGlobalBinding privateDan Sinclair
2018-04-05Remove unused param.Dan Sinclair
2018-04-05Move document data merge code into CXFA_Document fileDan Sinclair
2018-04-05Remove unused XFA Widget API methodsRyan Harrison
2018-04-05Ignore bad data in the shared object hint table.Lei Zhang
2018-04-05Roll pdfium/third_party/freetype/src/ 7109495c5..26ad1acbc (2 commits)Lei Zhang
2018-04-05Remove spellchecking code from XFAchromium/3390Ryan Harrison
2018-04-04Caret blinks with lower frequency in XFA text field.Henrique Nakashima
2018-04-04Prepare for |is_posix| switch in the Fuchsia buildFabrice de Gans-Riberi
2018-04-04Expand ~ when present in directory pathRyan Harrison
2018-04-04Fix XFA caret blinking only while mouse moves.chromium/3389Henrique Nakashima
2018-04-04Parse "yy" correctly for AFDate_FormatEx().Lei Zhang
2018-04-04Decrease XML parser buffer sizeDan Sinclair
2018-04-04[fwl] Restrict setting cursor outside text boundsDan Sinclair
2018-04-03Remove DefaultAppearance HasColor and return an optional insteadDan Sinclair