summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-23Replace second set of #defines with templates in JS_Define.hchromium/2342chromium/2341chromium/2340chromium/2339chromium/2338chromium/2337chromium/2336chromium/2335chromium/2334chromium/2333chromium/2332chromium/2331chromium/2330chromium/2329chromium/2328chromium/2327chromium/2326chromium/2325chromium/2324chromium/2323chromium/2322chromium/2321chromium/2320chromium/2319chromium/2318chromium/2317chromium/2316chromium/2315chromium/2314Tom Sepez
2015-02-20Update GN build files w/ cpu_arch -> current_cpu changes.Dirk Pranke
2015-02-19Add test for PDF's JS "global".Tom Sepez
2015-02-18Replace ugly JS_Define macros with templates.Tom Sepez
2015-02-17Tidy up JS_Defines.hTom Sepez
2015-02-13Run pixel tests via automated script.Tom Sepez
2015-02-13run_javascript_tests.py: Be more flexible about directory layout.Tom Sepez
2015-02-13Test top-level Document JS properties.chromium/2313chromium/2312chromium/2310chromium/2309chromium/2308chromium/2307chromium/2306chromium/2305Tom Sepez
2015-02-13Fix JPX image rendering that regressed due to several security fixes.Lei Zhang
2015-02-12Fix an error 'Use-of-uninitialized-value in CPDF_Function::Call'JUN FANG
2015-02-12Create run_javascript_tests.pyTom Sepez
2015-02-11CPDF_Object() constructor should set its internal m_Type variable.Tom Sepez
2015-02-10Fix uninitialized value in CFX_ByteString::FormatIntegerchromium/2304chromium/2303chromium/2302JUN FANG
2015-02-10Add JavaScript test for constants in Consts.cpp.Tom Sepez
2015-02-09Fix some typos in fpdf_render_loadimage.cpp.Lei Zhang
2015-02-06Cleanup: Fix some unused-function warnings.Lei Zhang
2015-02-06Cleanup parts of fpdf_render_loadimage.cpp.Lei Zhang
2015-02-06First JavaScript testing implementation.Tom Sepez
2015-02-05Fix GN build, fpdf_font_utility.cpp no longer present.Tom Sepez
2015-02-05Kill off some more unreachable fopen's.Tom Sepez
2015-02-05Merge to master: Kill off some dodgy JS callbacksTom Sepez
2015-02-05Fix segv in CPDF_DataAvail::CheckRoot() when /Root object is a string.Tom Sepez
2015-02-05Add namespace and-re-arrange PDFium's local copy of chromium /base.Tom Sepez
2015-02-04Update GN files from previous commit as well.chromium/2301chromium/2300chromium/2299chromium/2298chromium/2297chromium/2296John Abd-El-Malek
2015-02-04Initialize V8 outside of PDFium.John Abd-El-Malek
2015-02-04Prevent base::CheckedNumeric from leaking outside of pdfium.Tom Sepez
2015-02-03Replace CFX_SmartPointer cast operator with Get() method.Tom Sepez
2015-02-03Fix stack exhaustion in CPDF_DataAvail::HaveResourceAncestor()Tom Sepez
2015-02-03Remove OpenJPEG header generator binary from PDFium build.chromium/2295John Abd-El-Malek
2015-02-02Add embedder test for fix to bug_452455.Tom Sepez
2015-02-01Fix GN PDFium build when building all.chromium/2294chromium/2293John Abd-El-Malek
2015-02-01Always use the FreeType headers included in PDFium.John Abd-El-Malek
2015-01-31Fix heap buffer overflow in CPDF_SampledFunc::v_CallJUN FANG
2015-01-30Don't export any OpenJPEG methods from PDFium.John Abd-El-Malek
2015-01-30Use system FreeType on Linux.John Abd-El-Malek
2015-01-30Track formhandles in EmbedderTest class itselfTom Sepez
2015-01-29Fix infinite recursion in CPDF_RenderStatus::RenderSingleObject().Tom Sepez
2015-01-29Add minimized test cases for stack exhaustion crash to repository.Tom Sepez
2015-01-29Merge to Master: Add output scale factor command line parameter to pdfium_test.Tom Sepez
2015-01-28Merge to Master: Cover fpdftext.h API with embeddertests.Tom Sepez
2015-01-27Add embedder test for stream length beyond end of file.Tom Sepez
2015-01-27Kill scattered extern _PDF_CharType declarations.chromium/2292chromium/2291chromium/2290Tom Sepez
2015-01-26Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt().Tom Sepez
2015-01-23Fix test naming in previous commit.Tom Sepez
2015-01-23Fix null crash in CheckTrailer.Tom Sepez
2015-01-22Add pdfium_embeddertests to BUILD.gnTom Sepez
2015-01-22Fix build of pdfium_embeddertest under V8_USE_EXTERNAL_STARTUP_DATA.Tom Sepez
2015-01-22Use IPDF_DataAvail interface to hide CPDF_DataAvail.Tom Sepez
2015-01-22Add API tests: NamedDestsByName, DestGetPageIndex.Tom Sepez
2015-01-21Add tests for GetNamedDests() API.Tom Sepez