Age | Commit message (Expand) | Author |
2018-08-28 | Stop using deprecated V8 APIs in CJS_Global.chromium/3537chromium/3536 | Lei Zhang |
2018-08-28 | Use pdfium::span<> in more image modules | Tom Sepez |
2018-08-28 | Stop using deprecated v8::ObjectTemplate::NewInstance(). | Lei Zhang |
2018-08-28 | Initialize some CFXJSE_Engine members in the header. | Lei Zhang |
2018-08-28 | Rename remaining fx_codec*.cpp to match class and .h file name | Tom Sepez |
2018-08-28 | Use std::span<> in CCodec_JPEGModule | Tom Sepez |
2018-08-28 | Handle non-printing characters at beginning of extraction region | Ryan Harrison |
2018-08-28 | Make built-in JS console compatible with Adobe's console. | Henrique Nakashima |
2018-08-28 | Let CCodec_ProgressiveDecoder::m_pSrcBuf outlive contexts | Tom Sepez |
2018-08-27 | Rework CCODEC_ProgressiveDecoder. | Tom Sepez |
2018-08-27 | Use pdfium::span<> in CCodec_RLScanlineDecoder | Tom Sepez |
2018-08-27 | The final game: mark everything final. | Tom Sepez |
2018-08-27 | Remove unnecessary ToArray() calls and locals in CPDF_Dest.chromium/3535 | Lei Zhang |
2018-08-27 | Roll v8/ 9cf8abb7c..ff6b34b46 (689 commits) | Lei Zhang |
2018-08-27 | Add a "lastchange" hook. | Lei Zhang |
2018-08-25 | More cleanup in CPDF_TextPagechromium/3534chromium/3533 | Nicolas Pena |
2018-08-24 | Rename CFX_DIBSource to CFX_DIBBase. | Tom Sepez |
2018-08-24 | Use span<uint8_t> in more fxcodec code. | Tom Sepez |
2018-08-24 | Cleanup CalculateBaseSpace in CPDF_TextPage | Nicolas Pena |
2018-08-24 | Change CPDF_MetadataTest test data to static const char data[]. | Lei Zhang |
2018-08-24 | Fix a bug in make_expected.sh. | Lei Zhang |
2018-08-23 | Use pdfium::span<> in CPDF_Stream::SetData(). | Tom Sepez |
2018-08-23 | Pass unique_ptr<> to CFX_MemoryStream constructor | Tom Sepez |
2018-08-23 | Fix GCC build with V8 disabled. | Lei Zhang |
2018-08-23 | Enable warnings for shadowed variables | Ryan Harrison |
2018-08-23 | Fix shadowed variables | Ryan Harrison |
2018-08-23 | Remove CBC_BarcodeMatrix::m_matrixOut and just return the bit array. | Henrique Nakashima |
2018-08-23 | Remove deprecated FPDFDest_GetPageIndex() API. | Lei Zhang |
2018-08-23 | Remove bool arg from CFWL_Widget::GetBorderSize(). | Tom Sepez |
2018-08-23 | Swap width and height params in CBC_BarcodeMatrix constructor. | Henrique Nakashima |
2018-08-23 | Cleanup CPDF_TextPage::GetRectArray | Nicolas Pena |
2018-08-23 | Reorder RenderResult and RenderDeviceResult in CBC_TwoDimWriter.chromium/3532 | Henrique Nakashima |
2018-08-23 | Remove bool bPromptCJK argument (several places) | Tom Sepez |
2018-08-23 | Remove m_bTruncated flag from CBC_PDF417Writer. | Henrique Nakashima |
2018-08-23 | Fold CPDF_Document::LoadDocInternal() into caller. | Tom Sepez |
2018-08-23 | BUILD.gn - put cfx_windowsrenderdevice.h in win-specific section. | Tom Sepez |
2018-08-22 | Use UnownedPtr<> in CXFA_RenderContext.chromium/3531 | Tom Sepez |
2018-08-22 | Remove m_currentRow from the state of CBC_BarcodeMatrix. | Henrique Nakashima |
2018-08-22 | Simplify internal state of CBC_BarcodeMatrix. | Henrique Nakashima |
2018-08-22 | Remove unused barcode matrix scaling code. | Henrique Nakashima |
2018-08-22 | Properly handle language markers in decoded text | Ryan Harrison |
2018-08-22 | Change in/out params in CBC_PDF417Writer::Encode to only out. | Henrique Nakashima |
2018-08-22 | Use UnownedPtr<> in IJS_Runtime. | Tom Sepez |
2018-08-22 | Use UnownedPtr<> in JBig2_TrdProc, part 2. | Tom Sepez |
2018-08-22 | Use UnownedPtr<> in CPDFSDK_FileWriteAdapter. | Tom Sepez |
2018-08-22 | Remove unused setters in CBC_BarcodeMatrix and CBC_BarcodeRow. | Henrique Nakashima |
2018-08-22 | Mark CFX_XMLNode pointers as const in various places. | Lei Zhang |
2018-08-22 | Add GetLowerCaseElementAttributeOrDefault() helper function. | Lei Zhang |
2018-08-22 | Fix integer overflow in CPDF_CIDFont::GetCharBBox | Nicolas Pena |
2018-08-22 | Simplify GetEmbeddedObj() methods. | Lei Zhang |