Age | Commit message (Expand) | Author |
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 | document.delay and document.external are boolean properties. | 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-23 | Fix FX_BOOL type mismatches. | 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-22 | Remove dead code found by Scythe. | Lei Zhang |
2015-07-16 | Cleanup: Do not check pointers before deleting them, part 2. | Lei Zhang |
2015-07-16 | Tidy up CPDFDOC_Environment. | Tom Sepez |
2015-07-16 | Make v8 embedder data slot configurablechromium/2460chromium/2459chromium/2458 | Jochen Eisinger |
2015-07-15 | Add missing reinterpret_cast from void to v8::Isolate* | Jochen Eisinger |
2015-07-15 | Plumb in an externally created v8::Isolate | Jochen Eisinger |
2015-07-01 | Fix some clang warnings with -Wmissing-braces in pdfium. | Nico Weber |
2015-06-22 | Fix Javascript tests after commit f55771af6429.chromium/2445chromium/2444chromium/2443chromium/2442chromium/2441chromium/2440 | Lei Zhang |
2015-06-22 | Cleanup: Remove more checks for new returning NULL. | Lei Zhang |
2015-06-22 | Delete dead code for deleting pages and icons. | Lei Zhang |
2015-06-19 | Cleanup: Do not check pointers before deleting them. | Lei Zhang |
2015-06-15 | Do some IWYU cleanups. | Lei Zhang |
2015-06-15 | Remove some dead code. | Lei Zhang |
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 | Cleanup: Remove CFFL_IFormFiller::GetCommitKey() that always returns 0. | Lei Zhang |
2015-06-10 | Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Use stdint.h types throughout PDFium. | Tom Sepez |
2015-06-02 | Fix heap use after free in Document::DoFieldDelay and Document::delay | 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-05-14 | Fix another batch of compiler warnings. | Lei Zhang |
2015-05-14 | Use phantom handles instead of weak handles | Jochen Eisinger |
2015-04-30 | Provide an array buffer allocator to V8.chromium/2395chromium/2394chromium/2393chromium/2392chromium/2391chromium/2390chromium/2389chromium/2388 | Tom Sepez |
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-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 |