summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/javascript
AgeCommit message (Expand)Author
2015-08-06clang-format all pdfium code, again.Nico Weber
2015-08-05Don't dispose the isolate if its provided by the embedderchromium/2474Jochen Eisinger
2015-08-04Remove stringify macro (#) from JS_STATIC_CONST_ENTRY_*.Tom Sepez
2015-08-04Quick fix in Consts.cpp to make tests pass after the clang-format CL.Lei Zhang
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-27Revert "FX Bool considered harmful, part 3"Tom Sepez
2015-07-27FX Bool considered harmful, part 3Tom Sepez
2015-07-23document.delay and document.external are boolean properties.Tom Sepez
2015-07-23Revert "FX_BOOL considered harmful, part 2."Tom Sepez
2015-07-23FX_BOOL considered harmful, part 2.Tom Sepez
2015-07-23Fix FX_BOOL type mismatches.Tom Sepez
2015-07-22Re-land else-after-returnsTom Sepez
2015-07-22Revert "Fix else-after-returns throughout pdfium."Tom Sepez
2015-07-22Fix else-after-returns throughout pdfium.Tom Sepez
2015-07-22Remove dead code found by Scythe.Lei Zhang
2015-07-16Cleanup: Do not check pointers before deleting them, part 2.Lei Zhang
2015-07-16Tidy up CPDFDOC_Environment.Tom Sepez
2015-07-16Make v8 embedder data slot configurablechromium/2460chromium/2459chromium/2458Jochen Eisinger
2015-07-15Add missing reinterpret_cast from void to v8::Isolate*Jochen Eisinger
2015-07-15Plumb in an externally created v8::IsolateJochen Eisinger
2015-07-01Fix some clang warnings with -Wmissing-braces in pdfium.Nico Weber
2015-06-22Fix Javascript tests after commit f55771af6429.chromium/2445chromium/2444chromium/2443chromium/2442chromium/2441chromium/2440Lei Zhang
2015-06-22Cleanup: Remove more checks for new returning NULL.Lei Zhang
2015-06-22Delete dead code for deleting pages and icons.Lei Zhang
2015-06-19Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-15Do some IWYU cleanups.Lei Zhang
2015-06-15Remove some dead code.Lei Zhang
2015-06-11Remove trailing whitespaces in fpdfsdk.Lei Zhang
2015-06-11Cleanup: Get this rid of "this->" in fpdfsdk/Lei Zhang
2015-06-10Cleanup: Remove CFFL_IFormFiller::GetCommitKey() that always returns 0.Lei Zhang
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-06-02Fix heap use after free in Document::DoFieldDelay and Document::delayTom Sepez
2015-05-19Replace v8::Handle with v8::Local and v8::Persistent with v8::GlobalJochen Eisinger
2015-05-17Replace deprecated with non-deprecated V8 APIsJochen Eisinger
2015-05-14Fix another batch of compiler warnings.Lei Zhang
2015-05-14Use phantom handles instead of weak handlesJochen Eisinger
2015-04-30Provide an array buffer allocator to V8.chromium/2395chromium/2394chromium/2393chromium/2392chromium/2391chromium/2390chromium/2389chromium/2388Tom Sepez
2015-04-27Reduce usage of operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-27Revert "Kill operator LPCWSTR from CFX_WideString()."Tom Sepez
2015-04-27Kill operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-23Remove unused nParamNum values from JS method tables.Tom Sepez
2015-04-23Kill overloaded cast operators in CJS_Value.Tom Sepez
2015-04-06fix missing semicolonsJUN FANG
2015-04-06Fix a fatal error due to cloning a global document objectJUN FANG
2015-04-01doc.external - Check direction of property access before blindly getting.Tom Sepez
2015-03-02Kill off JS_ErrorString type.Tom Sepez
2015-03-02Return error information from pdfium to JS.Tom Sepez
2015-02-27Remove unused IDS_ constants from pdfium.Tom Sepez
2015-02-25Kill off unused IFXJS interface methods.Tom Sepez