Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-04 | Fix ownership when making a private annot dictionary into a shared one. | tsepez | |
There's no way to take ownership back from the CPDF_Array without deleting the object, so add a new primitive to make elements become indirect rather than manipulating them outside the class. This should solve the ASSERT(objnum == 0) issue that blocked the previous roll. Review-Url: https://codereview.chromium.org/2391883003 | |||
2016-10-04 | Move core/fpdfapi/fpdf_render to core/fpdfapi/render | dsinclair | |
BUG=pdfium:603 Review-Url: https://codereview.chromium.org/2393593002 | |||
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair | |
BUG=pdfium:603 Review-Url: https://codereview.chromium.org/2392603004 |