summaryrefslogtreecommitdiff
path: root/core/fxcrt
AgeCommit message (Expand)Author
2018-03-16Make more variables const-ref.chromium/3373Lei Zhang
2018-03-15Use Width()/Height() methods from rectangles.Lei Zhang
2018-03-14Fix bad return value in WideString::Compare().chromium/3371Lei Zhang
2018-03-13Remove usage of FXSYS_*ASCIIlower/upper methodschromium/3370Ryan Harrison
2018-03-12Remove all usages of FXSYS_iswASCIIspacechromium/3369Ryan Harrison
2018-03-12Remove all usages of FXSYS_iswASCIIalphaRyan Harrison
2018-03-12Remove all usages of FXSYS_iswASCIIalnumRyan Harrison
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-02-26Add some more missing consts.chromium/3356Tom Sepez
2018-02-16Implement operator<< for CFX_Rect and CFX_RectF.Henrique Nakashima
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2018-02-15Make the CFX_XMLNode a MaybeOwned pointerDan Sinclair
2018-02-13Add last_child to CFX_XMLNodeDan Sinclair
2018-02-13Split CFX_XMLNode::SaveXMLNode apartDan Sinclair
2018-02-13Cleanup CFX_XMLNode pointersDan Sinclair
2018-02-13Cleanup CFX_XMLDoc::SaveXMLNodeDan Sinclair
2018-02-13Cleanup CFX_XMLNode and friendschromium/3347Dan Sinclair
2018-02-12Convert CFX_BmpDecompressor to use CFX_MemoryStreamRyan Harrison
2018-02-12Rearrange allocator functions to avoid unreachable codeDaniel Bratell
2018-02-10Renable -Wimplicit-fallthrough for PDFium.Nico Weber
2018-02-05Include time.h on wasm.chromium/3342chromium/3341Henrique Nakashima
2018-02-01Convert CFX_CSSPropertyTable to CFX_CSSDataRyan Harrison
2018-01-31Remove handrolled search from GetCSSColorByNamechromium/3336Ryan Harrison
2018-01-31Remove handrolled search from GetCSSLengthUnitByNameRyan Harrison
2018-01-31Remove handrolled search from GetCSSPropertyValueByNameRyan Harrison
2018-01-31Clean up CSS property tableRyan Harrison
2018-01-30Clean up CSS Data Table entries and accessRyan Harrison
2018-01-30Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned.""Tom Sepez
2018-01-30Revert "Use UnownedPtr instead of T* in MaybeOwned."Tom Sepez
2018-01-30Use UnownedPtr instead of T* in MaybeOwned.Tom Sepez
2018-01-22Tests for composing CFX_Matrix transforms.Henrique Nakashima
2018-01-19Fix CFX_Matrix.RotateAt()Henrique Nakashima
2018-01-16Add asm.js to supported platformsHenrique Nakashima
2018-01-12Fix "the the" typos.Lei Zhang
2018-01-11Add operator<< to CFX_FloatRect.Henrique Nakashima
2018-01-11Add jumbo build support for fdrm, fpdfdoc and fxcrt.Lei Zhang
2018-01-09Fix death tests for UnownedPtr + MSAN.Lei Zhang
2018-01-08Make SharedCopyOnWrite use RetainablesDan Sinclair
2018-01-05Convert CXML_Parser::GetAttrValue out param to returnRyan Harrison
2018-01-04Convert usages of pdfium::Optional to OptionalRyan Harrison
2017-12-20Combine operator< and ByteString::Compare().Lei Zhang
2017-12-19Remove some dead code.Lei Zhang
2017-12-13Get rid of CXML_AttrMap.Lei Zhang
2017-12-13Fix some nits in CXML_Element.Lei Zhang
2017-12-13Use size_t in CXML_Element and callers.Lei Zhang
2017-12-13Simplify CXML_Element::GetTagName().Lei Zhang
2017-12-13Inline CXML_Element private methods.Lei Zhang
2017-12-13Remove dead CXML_Element code.Lei Zhang
2017-12-12Combine WideString::operator< and Compare().Lei Zhang