Age | Commit message (Expand) | Author |
2018-06-08 | Allow setting current page on Foreground XFA docs | Ryan Harrison |
2018-06-08 | Ensure CJS_Return() with error always includes a message. | Tom Sepez |
2018-06-08 | Fix issue with resolveNodes() not found off global proxy object. | Tom Sepez |
2018-06-08 | Do not crash if FPDFPage_Get{Media,Crop}Box() gets a NULL out parameter. | Lei Zhang |
2018-06-08 | Write some FPDFTransformEmbedderTests. | Lei Zhang |
2018-06-08 | Fix the comments in fpdf_transformpage.h. | Lei Zhang |
2018-06-08 | Update fxjs/README now that context data slots are gone | Tom Sepez |
2018-06-08 | Use FPDFText_GetBoundedText() to get the visible text in a test. | Lei Zhang |
2018-06-08 | Consolidate repeated constants in FPDFTextEmbeddertest. | Lei Zhang |
2018-06-08 | Update comments in SUPPRESSIONS for xfa_specific | Ryan Harrison |
2018-06-07 | Reland "Reland "Simplify CPDF_HintsTable."" | Artem Strygin |
2018-06-07 | Add expectations for xfa_node_caption.pdfchromium/3453 | Ryan Harrison |
2018-06-07 | Convert resolve_nodes.pdf into 3 test cases | Ryan Harrison |
2018-06-07 | Rename CPDF_PageObjectHolder::GetFormDict() to GetDict(). | Henrique Nakashima |
2018-06-07 | Remove friending in CFXJSE_Context. | Tom Sepez |
2018-06-07 | Return from GenerateContent() if m_pObjHolder->GetFormDict() is null. | Henrique Nakashima |
2018-06-07 | Check is first page number valid in CPDF_LinearizedHeader. | Artem Strygin |
2018-06-07 | Revert "Reland "Simplify CPDF_HintsTable."" | Ryan Harrison |
2018-06-07 | Test to show editing a PageObject and saving the .pdf duplicates it. | Henrique Nakashima |
2018-06-07 | Remove v8::Context slot usage entierly from fxjs | Tom Sepez |
2018-06-07 | Simplify cfxjs_engine_embeddertest.cpp | Tom Sepez |
2018-06-06 | Remove still more v8::Context slot usage.chromium/3452 | Tom Sepez |
2018-06-06 | Unsuppress dynamic_password_field_background_fill.pdf | Ryan Harrison |
2018-06-06 | Reland "Simplify CPDF_HintsTable." | Artem Strygin |
2018-06-06 | Add ability to log click events reaching PDFium | Ryan Harrison |
2018-06-06 | Embedder tests can write saved PDFs to a file for debugging. | Henrique Nakashima |
2018-06-06 | Get global consts without use of v8::Context slot | Tom Sepez |
2018-06-06 | Stop using some v8::Context slot to find runtime. | Tom Sepez |
2018-06-06 | [fm2js] Fixup initialized variable conversion | Dan Sinclair |
2018-06-06 | [xfa] Make class error description better | Dan Sinclair |
2018-06-06 | Simplify check root availability. | Artem Strygin |
2018-06-06 | Simplify check info availability. | Artem Strygin |
2018-06-06 | Better error reporting on XFA JS errors | Tom Sepez |
2018-06-06 | Create events and expectation for barcode_test.pdf | Ryan Harrison |
2018-06-06 | Use CPDF_StreamAcc to data access of CPDF_Stream. | Artem Strygin |
2018-06-05 | Introduce IJS_Runtime::ScopedEventContext helper class.chromium/3451 | Tom Sepez |
2018-06-05 | Revert "Do not merge content streams to parse them." | Henrique Nakashima |
2018-06-05 | Tidy parser lifecycle state machine in CPDF_PageObjectHolder. | Tom Sepez |
2018-06-05 | Revert "Create m_ContentStream field in CPDF_PageObject." | Henrique Nakashima |
2018-06-05 | Assert CPDF_ContentParser always has a valid page holder. | Lei Zhang |
2018-06-05 | [xfa] Make the event context available when calling back in XFA | Dan Sinclair |
2018-06-05 | Further improve CCodec_FaxDecoder performance in debug builds. | Lei Zhang |
2018-06-05 | Move CPDF_PageObjectHolder::m_pFormStream to CPDF_Form. | Lei Zhang |
2018-06-05 | Create m_ContentStream field in CPDF_PageObject. | Henrique Nakashima |
2018-06-05 | Clean up CFX_TxtBreak | Ryan Harrison |
2018-06-05 | Revert "Convert (void) to static_cast<void> in C++ code" | Ryan Harrison |
2018-06-05 | Add test for FPDF_GetPageSizeByIndex() | Tom Sepez |
2018-06-05 | Improve FPDFPath_GetMatrix() tests | Miklos Vajna |
2018-06-05 | Share read validator between CPDF_DataAvail and CPDF_SyntaxParser. | Artem Strygin |
2018-06-05 | Remove useless code. | Artem Strygin |