summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-27Add fxcrt::AutoRestorer<T>::AbandonRestoration().chromium/3475Tom Sepez
2018-06-27Update third_party/base/template_util.h.Lei Zhang
2018-06-27Remove unused m_bGif* fields from CFX_DIBAttributeTom Sepez
2018-06-27Rework of loading of CPDF_Document.Artem Strygin
2018-06-27Use spans and UnownedPtrs in cjpx_decoder.hTom Sepez
2018-06-27Remove CXFA_FField::UnloadWidget().Tom Sepez
2018-06-27Implement CPDF_CrossRefTableArtem Strygin
2018-06-27Use unowned ptr for IFWL_ delegatesTom Sepez
2018-06-26Use UnownedPtr<> in cpdf_streamcontentparserchromium/3474Tom Sepez
2018-06-26Use UnownedPtr<> in CPDF_FontTom Sepez
2018-06-26Use unowned ptr in CPDF_CmapTom Sepez
2018-06-26Use pdfium::span<> in cpdf_fontglobals.hTom Sepez
2018-06-26Assert that tab width assumption holds in CFX_RTFBreak.Henrique Nakashima
2018-06-26Add some more consts to unowned pointers.Tom Sepez
2018-06-26Use pdfium::span in CPDF_CID2UnicodeMap.Tom Sepez
2018-06-26Fix Integer-overflow in CFX_RTFBreak::AppendChar_TabHenrique Nakashima
2018-06-26Simplify CPDF_Parser::RebuildCrossRef.Artem Strygin
2018-06-26Unify CPDF_Document loading methods.Artem Strygin
2018-06-26Add test which verify, that "Info" from linearized doc is correctly saved.Artem Strygin
2018-06-26Implement CPDF_ObjStream.Artem Strygin
2018-06-26Write pixel .evt test for dynamic_list_box_allow_multiple_selection.Henrique Nakashima
2018-06-26Make CPDF_Document::m_pRootDict an UnownedPtr<>.Tom Sepez
2018-06-26Add FPDFTextObj_GetFontSize() APIMiklos Vajna
2018-06-26Use ObservedPtr for CJS_Field::m_pJSFieldTom Sepez
2018-06-26Fix uninit value in CFX_CSSComputedStyle::InheritedData.Lei Zhang
2018-06-25Clean up CPDF_StreamContentParser::AddTextObject().chromium/3473Lei Zhang
2018-06-25Combine common code into CPDF_RenderStatus::ClipPattern().Lei Zhang
2018-06-25Make DrawRadialShading() slightly more compact.Lei Zhang
2018-06-25Update code coverage documentationRyan Harrison
2018-06-23Fix some nits from commit 27cf78d8.chromium/3472chromium/3471Lei Zhang
2018-06-22Fix some nits in gold.py.chromium/3470Lei Zhang
2018-06-22Follow up to removing JS alert/beep magic numbersRyan Harrison
2018-06-22Avoid some duplicate const/non-const getters.Tom Sepez
2018-06-22Fix overflow in CFX_RenderDevice::DrawFillStrokePath().Henrique Nakashima
2018-06-22CPDF_PageObjectHolder::GetDirtyStreams() returns const ref.Henrique Nakashima
2018-06-22Rework of Fixing metadata not read from linearized file.Artem Strygin
2018-06-21Clean up constant values for JS alert and beepRyan Harrison
2018-06-21Use enum for stages of CPDF_Creator.Henrique Nakashima
2018-06-21Do not save content stream if all page objects were removed from it.Henrique Nakashima
2018-06-21Use the length of calculated string instead of sourceRyan Harrison
2018-06-21Pass output parameters as pointers in ijs_event_contextTom Sepez
2018-06-21Remove WideString::c_str() calls where possible.Tom Sepez
2018-06-21Avoid const-refs to implicitly constructed strings.Tom Sepez
2018-06-21Add pass/fail Gold summary to outputchromium/3469Stephan Altmueller
2018-06-20Remove duplicate method for generating alertschromium/3468Ryan Harrison
2018-06-20Fix a couple of CPDF_DefaultAppearance::GetFont usageschromium/3467Nicolas Pena
2018-06-20Avoid more .c_str() usage, part 3Tom Sepez
2018-06-20Re-work some more c_str() usage.Tom Sepez
2018-06-20Replace SkTSwap with std::swap/swap.Ben Wagner
2018-06-20c_str() calls not needed when writing to ostreamTom Sepez