Age | Commit message (Expand) | Author |
2018-07-02 | Roll Clang to dec27d72. | Lei Zhang |
2018-07-02 | Kill a malloc/memcpy in cjs_document.cpp | Tom Sepez |
2018-07-02 | Virtualize Observable<T>::ObservedPtr::OnDestroy() for CPDF_Avail cleanup | Tom Sepez |
2018-07-02 | Use std::vector<float> in cpdf_expintfunc.cpp | Tom Sepez |
2018-07-02 | Access a span properly in DetectSRGB(). | Lei Zhang |
2018-07-02 | Check for more integer overflows in CJBig2_TRDProc. | Lei Zhang |
2018-07-02 | Use std::vector in one more place in cpdf_colorspace.cpp | Tom Sepez |
2018-07-02 | Comment some raw pointers that cant become UnownedPtr<>. | Tom Sepez |
2018-07-02 | Add pdfium::Vector2D<>() | Tom Sepez |
2018-07-02 | Use UnownedPtr<> in cfwl_event.h and cfwl_message.h | Tom Sepez |
2018-06-29 | Use UnownedPtr<CXFA_Node> or comment raw pointers as tree nodes.chromium/3479chromium/3478 | Tom Sepez |
2018-06-29 | Use UnownedPtr to CXFA_Node from outside the treechromium/3477 | Tom Sepez |
2018-06-29 | Use pdfium::span with CPDF_IccProfile and friends. | Lei Zhang |
2018-06-29 | Remove out param from CCodec_IccModule::CreateTransform_sRGB(). | Lei Zhang |
2018-06-29 | Add ScopedCmsProfile. | Lei Zhang |
2018-06-29 | Clean up CLcmsCmm. | Lei Zhang |
2018-06-29 | Delete dead code in CCodec_IccModule. | Lei Zhang |
2018-06-29 | Better determine if ICC colorspaces can be used for blending. | Lei Zhang |
2018-06-29 | Use more UnownedPtr<> in cxfa_ffwidget | Tom Sepez |
2018-06-29 | Limit image size in CJBig2_PDDProc. | Lei Zhang |
2018-06-29 | Clean up CJBig2_PDDProc. | Lei Zhang |
2018-06-29 | Implement CPDF_HintsTable::PageInfo. | Artem Strygin |
2018-06-29 | Revert "Simplify CPDF_PageOrganizer::UpdateReference method." | Lei Zhang |
2018-06-28 | Fix logic error in CJX_InstanceManager::count()chromium/3476 | Tom Sepez |
2018-06-28 | Remove redundant FPDF_PAGEOBJECT null-ness checks. | Lei Zhang |
2018-06-28 | Simplify CPDF_PageOrganizer::UpdateReference method. | Artem Strygin |
2018-06-28 | Use unique_ptr in ccodec_tiffmodule.cpp | Tom Sepez |
2018-06-28 | Use spans and std::unique_ptrs in fx_codec_flate.cpp | Tom Sepez |
2018-06-28 | Replace DCHECKs with ASSERTs. | Lei Zhang |
2018-06-28 | Use UnownedPtr for document within CPDF_XXXAvail. | Artem Strygin |
2018-06-27 | Remove useless code. | Artem Strygin |
2018-06-27 | Remove CPDF_Parser::ParseIndirectObjectAtByStrict(). | Lei Zhang |
2018-06-27 | Add fxcrt::AutoRestorer<T>::AbandonRestoration().chromium/3475 | Tom Sepez |
2018-06-27 | Update third_party/base/template_util.h. | Lei Zhang |
2018-06-27 | Remove unused m_bGif* fields from CFX_DIBAttribute | Tom Sepez |
2018-06-27 | Rework of loading of CPDF_Document. | Artem Strygin |
2018-06-27 | Use spans and UnownedPtrs in cjpx_decoder.h | Tom Sepez |
2018-06-27 | Remove CXFA_FField::UnloadWidget(). | Tom Sepez |
2018-06-27 | Implement CPDF_CrossRefTable | Artem Strygin |
2018-06-27 | Use unowned ptr for IFWL_ delegates | Tom Sepez |
2018-06-26 | Use UnownedPtr<> in cpdf_streamcontentparserchromium/3474 | Tom Sepez |
2018-06-26 | Use UnownedPtr<> in CPDF_Font | Tom Sepez |
2018-06-26 | Use unowned ptr in CPDF_Cmap | Tom Sepez |
2018-06-26 | Use pdfium::span<> in cpdf_fontglobals.h | Tom Sepez |
2018-06-26 | Assert that tab width assumption holds in CFX_RTFBreak. | Henrique Nakashima |
2018-06-26 | Add some more consts to unowned pointers. | Tom Sepez |
2018-06-26 | Use pdfium::span in CPDF_CID2UnicodeMap. | Tom Sepez |
2018-06-26 | Fix Integer-overflow in CFX_RTFBreak::AppendChar_Tab | Henrique Nakashima |
2018-06-26 | Simplify CPDF_Parser::RebuildCrossRef. | Artem Strygin |
2018-06-26 | Unify CPDF_Document loading methods. | Artem Strygin |