Age | Commit message (Expand) | Author |
2015-04-06 | fix missing semicolons | JUN FANG |
2015-04-06 | Fix a fatal error due to cloning a global document object | JUN FANG |
2015-04-01 | doc.external - Check direction of property access before blindly getting. | 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-27 | Remove unused IDS_ constants from pdfium. | Tom Sepez |
2015-02-25 | Kill off unused IFXJS interface methods. | Tom Sepez |
2015-02-17 | Tidy up JS_Defines.h | Tom Sepez |
2015-02-05 | Kill off some more unreachable fopen's. | Tom Sepez |
2015-02-05 | Merge to master: Kill off some dodgy JS callbacks | Tom Sepez |
2015-02-05 | Add namespace and-re-arrange PDFium's local copy of chromium /base. | Tom Sepez |
2015-02-04 | Initialize V8 outside of PDFium. | John Abd-El-Malek |
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 |
2015-01-05 | Get rid of fifteen copies of m_sTimeMap and their initializers. | Bruce Dawson |
2014-12-30 | Get rid of FX_LPCSTR cast. | Bo Xu |
2014-12-12 | Avoid duplicate definitions of JSCONST_n*Hash and QeTable variables. | Bruce Dawson |
2014-12-12 | Simplify PDFium by removing code that's not used in the open source repo. | John Abd-El-Malek |
2014-12-08 | Replace manual/error-prone/hard-to-verify arraysize calculations with safe FX... | 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-11-14 | Remove FX_LPCWSTR cast to wchar_t* literals | Bo Xu |
2014-11-14 | Change from 'this' to L'this' and remove the cast that was hiding this mismatch. | Bo Xu |
2014-10-30 | For v8 Global Object, do not copy in CJS_Value constructor. | Tom Sepez |
2014-09-22 | Invoke V8::Initialize() explicitly during V8 setupchromium/2168chromium/2167 | Jochen Eisinger |
2014-08-22 | Fix confusion between length in bytes and length in characters in app::respon... | Tom Sepez |
2014-08-13 | Remove try/catch block | Bo Xu |
2014-07-31 | Fix a few more -Wreorder warnings. | Nico Weber |
2014-07-30 | Remove a few unused variables, functions, and member variables. | Nico Weber |
2014-07-30 | Add missing braces for aggregate initializers. | Nico Weber |
2014-07-29 | Tidy up app::response(). | Tom Sepez |
2014-07-29 | Fix a few more warnings in chromium_code mode. | Nico Weber |
2014-07-23 | Fix potential memory violation in CJS_PublicMethods::StrRTrim() | Tom Sepez |
2014-07-23 | Fix lookahead beyond bounds in CJS_PublicMethods::MakeFormatDate(). | Tom Sepez |
2014-07-18 | Fix bounds checking in CJS_PublicMethods::MakeRegularDate(). | Tom Sepez |
2014-07-17 | Hook up the default v8::Platform implementation to pdfium | Jochen Eisinger |
2014-07-14 | Fix an out-of-boundary issue for wide string | Bo Xu |
2014-06-26 | Import Chromium base/numerics to resolve integer overflow. | Chris Palmer |
2014-06-23 | Revert "Import Chromium base/numerics to resolve integer overflow." | John Abd-El-Malek |
2014-06-20 | Import Chromium base/numerics to resolve integer overflow. | Chris Palmer |
2014-05-23 | Convert all line endings to LF. | John Abd-El-Malek |
2014-05-20 | Add some blank lines at the end of 3 files to remove the "no newlines at end ... | John Abd-El-Malek |
2014-05-20 | Remove "using namespace v8" in header. This allows us to turn all warnings in... | John Abd-El-Malek |
2014-05-17 | Initial commit. | John Abd-El-Malek |