summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-02Remove some more |new|s, part 11chromium/3088Tom Sepez
2017-05-02CRYPT_ArcFourSetup: don't use key[0] when length is 0Tom Sepez
2017-05-02Remove some |new|s in cpdfsdk_formfillenvironment.cpp and cpdfxfa_context.cppTom Sepez
2017-05-02Roll FreeType to 5a3490e.Lei Zhang
2017-05-02Pass explicit string size in EncodeToCodewords().Lei Zhang
2017-05-02Change BarcodeTest to render to bitmaps.Lei Zhang
2017-05-02Add API to create a text object using a loaded font.Nicolas Pena
2017-05-02Tag FXJSE's V8 objects as such.Tom Sepez
2017-05-02Fix some nits in fx_gif.cppNicolas Pena
2017-05-02Remove more |new|s, part 8Tom Sepez
2017-05-02Remove more |new|s, part 7Tom Sepez
2017-05-01Remove more |new|s, part 6chromium/3087Tom Sepez
2017-05-01Remove more |new|s, part 5Tom Sepez
2017-05-01Fix CGifLZWDecoder::Decode comparisonNicolas Pena
2017-05-01Add PDF reference to CFX_Matrix commentNicolas Pena
2017-04-29Fix rotationschromium/3086chromium/3085rbpotter
2017-04-28Clean up private methods in CBC_C40Encoder.Lei Zhang
2017-04-28Remove some more |new|s, part 4.Tom Sepez
2017-04-28Limit recursion in CXML_Parser::ParseElement().Lei Zhang
2017-04-28Disallow CPDF_FormField with deep node trees.Lei Zhang
2017-04-28Remove more |new|s, part 3Tom Sepez
2017-04-28CXFA_FMStringExpression: int16_t is not a good type for a string index.Tom Sepez
2017-04-28Remove dead dimensions code in fxbarcode.chromium/3084Lei Zhang
2017-04-28Fix stack overflow in CFieldTree::Node::GetFieldInternal().Lei Zhang
2017-04-27Assert CPDF_Pattern always has a valid CPDF_Document pointer.Lei Zhang
2017-04-27Zero 4 byte variable before reading 3 bytes into itTom Sepez
2017-04-27Add barcode test skeletonTom Sepez
2017-04-27Remove CBC_HighLevelEncoder::illegalCharacter().Lei Zhang
2017-04-27move pdfium skia build forward to match chromechromium/3083Cary Clark
2017-04-27Remove more |new|s, part 2Tom Sepez
2017-04-26Remove a few more |new|s.Tom Sepez
2017-04-26Avoid unordered_set and maps for the time being.chromium/3082Tom Sepez
2017-04-26Guard against overflow in CFX_BilinearMatrix code.Dan Sinclair
2017-04-26Remove CPDF_Document parameter from CPDF_DeviceCS ctor.Lei Zhang
2017-04-26Get rid of a few |new|s in CPDF_Document.Tom Sepez
2017-04-26Fix botched negation in cpdf_imageobject.cppTom Sepez
2017-04-25Simplify CBC_OnedCode128Writer methods.chromium/3081Lei Zhang
2017-04-25Use unique_ptr in CFPF_SkiaDeviceModuleTom Sepez
2017-04-25Use unique_ptr for CFX_GEModule::m_pFontCache.Tom Sepez
2017-04-25Remove remaining ICodec_* abstract classesTom Sepez
2017-04-25Use unique_ptr in CXFA_ScriptContext::m_mapVariableToContext.Tom Sepez
2017-04-25Add unittest for matrix reverseDan Sinclair
2017-04-25Add test for bug 714187Dan Sinclair
2017-04-25Add comment to CFX_Matrix to record component positions.Dan Sinclair
2017-04-25Rename fx_basic_memmgr.cpp to fx_memory.cpp to match .h namingTom Sepez
2017-04-25Rename core/fxcrt/fx_basic_coords.cpp to fx_coordinates.cppTom Sepez
2017-04-25Fix a self-inclusion in third_party/base/stl_util.h.Lei Zhang
2017-04-25Delete some CFX string ctors.Lei Zhang
2017-04-25Test more OnedCode128WriterTest methods.Lei Zhang
2017-04-25Use fx_extension.h utilities in more places in xfa/Lei Zhang