summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-09Consolidate bounding box logic.chromium/3455chromium/3454Lei Zhang
2018-06-08Avoid undefined behavior in FX_atonum().Lei Zhang
2018-06-08Remove CJS_Object::InitInstance().Tom Sepez
2018-06-08Add constants for PDF 1.7 spec, table 3.27.Lei Zhang
2018-06-08Move getting the CPDF_CryptoHandler into CPDF_Creator::WriteStream()Henrique Nakashima
2018-06-08Move member initializations to cpdf_creator.hHenrique Nakashima
2018-06-08Instead of CPDF_Creator::m_dwFlags, store its two supported bits.Henrique Nakashima
2018-06-08Remove unused methods in CPDF_Creator, mark others as private.Henrique Nakashima
2018-06-08Remove CPDF_Creator::InitOldObjNumOffsets(). It does nothing.Henrique Nakashima
2018-06-08Allow setting current page on Foreground XFA docsRyan Harrison
2018-06-08Ensure CJS_Return() with error always includes a message.Tom Sepez
2018-06-08Fix issue with resolveNodes() not found off global proxy object.Tom Sepez
2018-06-08Do not crash if FPDFPage_Get{Media,Crop}Box() gets a NULL out parameter.Lei Zhang
2018-06-08Write some FPDFTransformEmbedderTests.Lei Zhang
2018-06-08Fix the comments in fpdf_transformpage.h.Lei Zhang
2018-06-08Update fxjs/README now that context data slots are goneTom Sepez
2018-06-08Use FPDFText_GetBoundedText() to get the visible text in a test.Lei Zhang
2018-06-08Consolidate repeated constants in FPDFTextEmbeddertest.Lei Zhang
2018-06-08Update comments in SUPPRESSIONS for xfa_specificRyan Harrison
2018-06-07Reland "Reland "Simplify CPDF_HintsTable.""Artem Strygin
2018-06-07Add expectations for xfa_node_caption.pdfchromium/3453Ryan Harrison
2018-06-07Convert resolve_nodes.pdf into 3 test casesRyan Harrison
2018-06-07Rename CPDF_PageObjectHolder::GetFormDict() to GetDict().Henrique Nakashima
2018-06-07Remove friending in CFXJSE_Context.Tom Sepez
2018-06-07Return from GenerateContent() if m_pObjHolder->GetFormDict() is null.Henrique Nakashima
2018-06-07Check is first page number valid in CPDF_LinearizedHeader.Artem Strygin
2018-06-07Revert "Reland "Simplify CPDF_HintsTable.""Ryan Harrison
2018-06-07Test to show editing a PageObject and saving the .pdf duplicates it.Henrique Nakashima
2018-06-07Remove v8::Context slot usage entierly from fxjsTom Sepez
2018-06-07Simplify cfxjs_engine_embeddertest.cppTom Sepez
2018-06-06Remove still more v8::Context slot usage.chromium/3452Tom Sepez
2018-06-06Unsuppress dynamic_password_field_background_fill.pdfRyan Harrison
2018-06-06Reland "Simplify CPDF_HintsTable."Artem Strygin
2018-06-06Add ability to log click events reaching PDFiumRyan Harrison
2018-06-06Embedder tests can write saved PDFs to a file for debugging.Henrique Nakashima
2018-06-06Get global consts without use of v8::Context slotTom Sepez
2018-06-06Stop using some v8::Context slot to find runtime.Tom Sepez
2018-06-06[fm2js] Fixup initialized variable conversionDan Sinclair
2018-06-06[xfa] Make class error description betterDan Sinclair
2018-06-06Simplify check root availability.Artem Strygin
2018-06-06Simplify check info availability.Artem Strygin
2018-06-06Better error reporting on XFA JS errorsTom Sepez
2018-06-06Create events and expectation for barcode_test.pdfRyan Harrison
2018-06-06Use CPDF_StreamAcc to data access of CPDF_Stream.Artem Strygin
2018-06-05Introduce IJS_Runtime::ScopedEventContext helper class.chromium/3451Tom Sepez
2018-06-05Revert "Do not merge content streams to parse them."Henrique Nakashima
2018-06-05Tidy parser lifecycle state machine in CPDF_PageObjectHolder.Tom Sepez
2018-06-05Revert "Create m_ContentStream field in CPDF_PageObject."Henrique Nakashima
2018-06-05Assert CPDF_ContentParser always has a valid page holder.Lei Zhang
2018-06-05[xfa] Make the event context available when calling back in XFADan Sinclair