Age | Commit message (Expand) | Author |
2017-03-27 | Add Mac 10.12 pixel expectations | Nicolas Pena |
2017-03-23 | Fix two CloneNonCycle issues | Wei Li |
2017-03-17 | Handle web links across lineschromium/3045 | Wei Li |
2017-03-15 | Add array_buffer JS test. | Tom Sepez |
2017-02-27 | Fix uninitialized memory read in CJS_Object::GetEmbedObject() | Tom Sepez |
2017-01-18 | Bad indexing in CPDF_Document::FindPageIndex when page tree corrupt. | tsepez |
2017-01-12 | Don't put timers with ID == 0 into the global timer map. | tsepez |
2017-01-12 | Custom toString() methods may delete annots. | tsepez |
2017-01-11 | Annotation deleted while retrieving it in JS | tsepez |
2016-12-19 | Relax the EncryptMetadata check.chromium/2957 | tsepez |
2016-11-23 | Add APIs for limited use of document tagged code. | thestig |
2016-11-23 | Add API for getting page labels. | thestig |
2016-11-21 | Add a regression test for rasterizing PDFs. | thestig |
2016-11-11 | Fix unique ptrs in fpdfppo.cpp | tsepez |
2016-11-04 | Implement FPDF_VIEWERREF_GetName() API.chromium/2910 | thestig |
2016-10-18 | Add a test case for bug 494057. | thestig |
2016-09-15 | Use either /RECT or /QuadPoints for annotation coordinates, depending on /AP | tonikitoo |
2016-09-15 | Use ToUnicode mapping even when unicode is 0. | npm |
2016-08-29 | Fix the test case added in https://codereview.chromium.org/2277063003/ | tonikitoo |
2016-08-26 | Add support to Document::getAnnots method | tonikitoo |
2016-08-26 | Extend pdfium_test capability so that more Javascript can be executedchromium/2841 | tonikitoo |
2016-08-19 | Stub out Document::syncAnnotScan method.chromium/2834 | tonikitoo |
2016-08-18 | Add initial Document::getAnnot supportchromium/2833 | tonikitoo |
2016-08-10 | Make Document's 'info' property readonly | tonikitoo |
2016-08-08 | Add support to Document::gotoNamedDest method. | tonikitoo |
2016-08-08 | Add support to Document::URL property getter. | tonikitoo |
2016-08-05 | Remove another potential stale CJS_Timer usage | tsepez |
2016-08-04 | Fix issue when firing TimerProc() destroys timerchromium/2820 | tsepez |
2016-08-04 | Beef up timer cancellation tests | tsepez |
2016-08-03 | Add test for bug 620428 (setinterval cancellation) | tsepez |
2016-08-02 | Fix Jbig2 document context creation by checking proper pointer | weili |
2016-05-23 | Distinguish between user and owner passwords. | thestig |
2016-05-11 | Revert "Reland of relax a couple checks to allow certain non-standard PDF fil... | weili |
2016-05-04 | Reland of lax a couple checks to allow certain non-standard PDF files. (patch... | weili |
2016-05-03 | Revert of Relax a couple checks to allow certain non-standard PDF files. (pat... | weili |
2016-04-29 | Relax a couple checks to allow certain non-standard PDF files. | weili |
2016-04-22 | Add a simple check for V4 cross reference table | weili |
2016-04-21 | Pixel tests are all generated, not .pdf files | dsinclair |
2016-04-20 | Revert of Re-Reland Combined test runner. (patchset #4 id:80001 of https://co... | dsinclair |
2016-04-20 | Re-Reland Combined test runner. | dsinclair |
2016-04-15 | Prevent a potential OOB read in TranslateImageLine. | ochang |
2016-04-13 | Revert of Reland Combined test runner. (patchset #4 id:60001 of https://coder... | dsinclair |
2016-04-13 | Reland Combined test runner. | dsinclair |
2016-04-11 | Fix integer issues leading to out of bounds access in fx_ge_text.cpp. | ochang |
2016-04-06 | Revert of Combined test runner. (patchset #2 id:20001 of https://codereview.c... | dsinclair |
2016-04-06 | Combined test runner. | dsinclair |
2016-03-29 | Add test for util.byteToChar() and fix error msg. | tsepez |
2016-03-28 | Added test for util.printx() and make it match spec. | tsepez |
2016-03-25 | util.printd() replaces specified date with current date. | tsepez |
2016-03-09 | Add a pixel test for text rendering regression | Wei Li |