Age | Commit message (Expand) | Author |
2015-10-09 | Pass IJS_Runtime, not IJS_Context, to native object constructors. | Tom Sepez |
2015-10-08 | Wean CJS_Value off of v8::Isolate. | Tom Sepez |
2015-10-07 | Rename IFXJS_Runtime and IFXJS_Context to IJS_. | Tom Sepez |
2015-10-06 | Make the vast majority of JS headers private to src/javascript. | Tom Sepez |
2015-10-05 | Remove JavaScript.h | Tom Sepez |
2015-09-21 | More tidy of CJS_Object, kill implicit cast operator | Tom Sepez |
2015-09-16 | Fix build broken at 506df426d5d6. | Tom Sepez |
2015-09-16 | Ensure functions in FXJS_V8 are prefixed by FXJS_. | Tom Sepez |
2015-09-14 | Get CJS_RuntimeFactory out of the CJS_GlobalData management business. | Tom Sepez |
2015-09-11 | Fix strings, remove stringify macros, void return types for Consts.h. | Tom Sepez |
2015-09-10 | Remove some abstractions in fxjs_v8.h. | Tom Sepez |
2015-08-19 | Extern in .cpp files is a code smell. | Tom Sepez |
2015-08-17 | CFX_MapByteStringToPtr considered harmful. | Tom Sepez |
2015-08-17 | js_global_data and global_alternate violate naming rules. | Tom Sepez |
2015-08-14 | Use override in more classes in fpdfsdk/ | Lei Zhang |
2015-08-04 | clang-format all pdfium code. | Nico Weber |
2015-07-27 | Revert "FX Bool considered harmful, part 3" | Tom Sepez |
2015-07-27 | FX Bool considered harmful, part 3 | Tom Sepez |
2015-07-23 | Revert "FX_BOOL considered harmful, part 2." | Tom Sepez |
2015-07-23 | FX_BOOL considered harmful, part 2. | Tom Sepez |
2015-07-22 | Re-land else-after-returns | Tom Sepez |
2015-07-22 | Revert "Fix else-after-returns throughout pdfium." | Tom Sepez |
2015-07-22 | Fix else-after-returns throughout pdfium. | Tom Sepez |
2015-07-16 | Tidy up CPDFDOC_Environment. | Tom Sepez |
2015-06-11 | Remove trailing whitespaces in fpdfsdk. | Lei Zhang |
2015-06-11 | Cleanup: Get this rid of "this->" in fpdfsdk/ | Lei Zhang |
2015-06-10 | Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-05-19 | Replace v8::Handle with v8::Local and v8::Persistent with v8::Global | Jochen Eisinger |
2015-05-17 | Replace deprecated with non-deprecated V8 APIs | Jochen Eisinger |
2015-04-27 | Reduce usage of operator LPCWSTR from CFX_WideString(). | Tom Sepez |
2015-04-27 | Revert "Kill operator LPCWSTR from CFX_WideString()." | Tom Sepez |
2015-04-27 | Kill operator LPCWSTR from CFX_WideString(). | Tom Sepez |
2015-04-23 | Remove unused nParamNum values from JS method tables. | Tom Sepez |
2015-04-23 | Kill overloaded cast operators in CJS_Value. | Tom Sepez |
2015-03-02 | Kill off JS_ErrorString type. | Tom Sepez |
2015-03-02 | Return error information from pdfium to JS. | Tom Sepez |
2015-02-17 | Tidy up JS_Defines.h | Tom Sepez |
2015-01-05 | Cleanup: Get rid of CRLF line endings. | Lei Zhang |
2015-01-05 | Remove run-time calculation of hash constants in pdfium. | Bruce Dawson |
2014-12-12 | Avoid duplicate definitions of JSCONST_n*Hash and QeTable variables. | Bruce Dawson |
2014-12-08 | Getting rid of more (FX_LPCWSTR) casts and fixing two bugs revealed by this. | Bruce Dawson |
2014-11-17 | Removing unnecessary casts from wchar_t* to wchar_t*, by various names. | Bruce Dawson |
2014-05-23 | Convert all line endings to LF. | John Abd-El-Malek |
2014-05-17 | Initial commit. | John Abd-El-Malek |