summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2016-02-01Use JS_ExpandKeywordParams() in app.response()Tom Sepez
2016-01-29Fix botched "CC:" parameter passing in JS_DocmailForm().Tom Sepez
2016-01-29Fix behaviour of app.alert() with a single object argument.Tom Sepez
2016-01-15Make pdfium_test report build options.Tom Sepez
2016-01-15Remove ifdefs for _FX_MANAGED_CODE_.Lei Zhang
2016-01-14Disable use of missing arm neon function in libpngSam Clegg
2016-01-06Return unique_ptrs from test_support functionsTom Sepez
2016-01-05Make FPDF_WIDESTRING work regardless of endianness.Tom Sepez
2015-12-31Reapply "Fix a partial rendering problem"Lei Zhang
2016-01-01Revert "Fix a partial rendering problem"Jun Fang
2016-01-01Revert "Fix a corpus test failure introduced by commit 84f6a56"Jun Fang
2015-12-31Fix a corpus test failure introduced by commit 84f6a56Jun Fang
2015-12-31Fix a partial rendering problemJun Fang
2015-12-22Start using allowed C++11 features.Lei Zhang
2015-12-10Fix BUILD.gn to load the correct V8 snapshot configurationchromium/2589chromium/2588Jochen Eisinger
2015-11-24make master samples/ and public/ look more like XFATom Sepez
2015-11-18Fix ASan gn build (chromium).Oliver Chang
2015-11-12Remove relative includes.Lei Zhang
2015-11-06Fix all relative includes to public.Lei Zhang
2015-11-05Fix all relative includes to third_party.chromium/2560chromium/2559chromium/2558chromium/2557Lei Zhang
2015-11-05Cleanup image_diff.cc.Lei Zhang
2015-11-04Make JS app.setTimeOut() work again.Lei Zhang
2015-11-04Make checkdeps --resolve-dotdot succeed.Lei Zhang
2015-11-02Use standard true and false to replace 'TRUE' and 'FALSE' in pdfium_testJun Fang
2015-11-02Support linearized loadingJun Fang
2015-10-29Remove linearized path print statementsDan Sinclair
2015-10-27Add context to file load failures in pdfium_test.Dan Sinclair
2015-10-20Fix pdfium-i#236: memory leaks from RenderPdfQin Zhao
2015-10-19Consolidate test support code.Tom Sepez
2015-10-16DEPS include_rules no longer allows core/ -> fpsdfsk/ inclusion.Tom Sepez
2015-10-09Allow compiling PDFium without V8.Tom Sepez
2015-10-02Pass v8::Isolate to PDFium at init time.Tom Sepez
2015-09-23Flip conditionals to positive logic in pdfium_test.Lei Zhang
2015-09-23Fix a couple potential file handle leaks in pdfium_test.Lei Zhang
2015-08-13Remove if checks after new.Lei Zhang
2015-08-13Allow external font-path configuration from pdfium_test.Tom Sepez
2015-08-13Revert "Allow external font-path configuration from pdfium_test."Tom Sepez
2015-08-13Allow external font-path configuration from pdfium_test.Tom Sepez
2015-08-07Convert all files on the master branch to unix line endings.Nico Weber
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-30Use bundled freetype for the pdfium_test binary.Tom Sepez
2015-07-15Flip the shut down order in tests.Lei Zhang
2015-07-15Revert "Pump the v8 message loop in tests"Jochen Eisinger
2015-07-15Plumb in an externally created v8::IsolateJochen Eisinger
2015-07-15Pump the v8 message loop in testsJochen Eisinger
2015-07-14Tighten up DEPS include rules.Tom Sepez
2015-07-01Fix some clang warnings with -Wmissing-braces in pdfium.Nico Weber
2015-06-19Disintermediation.Tom Sepez
2015-06-02Fix windows compile: fix size_t vs. int mismatchTom Sepez
2015-05-29Run V8 in predictable mode for pdfium_testJochen Eisinger