Age | Commit message (Expand) | Author |
2015-09-10 | Remove some abstractions in fxjs_v8.h. | Tom Sepez |
2015-09-10 | Fix JS_GetArrayElement to not return an empty handle on successchromium/2507 | Jochen Eisinger |
2015-09-10 | Resolve bad cast to CJS_EventHandler | foxit |
2015-09-09 | Fix heap use after free in CPDFSDK_Annot::GetPDFAnnot. | Tom Sepez |
2015-09-08 | Beef up app_props.in and tidy app.cpp. | Tom Sepez |
2015-09-08 | Change the JS app.viewerType() return value to "pdfium" | Lei Zhang |
2015-09-01 | Remove IPDFSDK_AnnotHandler interface. | Tom Sepez |
2015-09-01 | CPDFSDK_MediaActionHandler is unused. | Tom Sepez |
2015-08-31 | CJS_Context::compile unused | Tom Sepez |
2015-08-31 | Fix two issues shown by bug 489995 | Tom Sepez |
2015-08-19 | Extern in .cpp file is a code smell, part 2. | 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 | Fix more sign comparison errors. | Lei Zhang |
2015-08-17 | js_global_data and global_alternate violate naming rules. | Tom Sepez |
2015-08-14 | Fix a incorrectly placed comment from 0f6b51c | Lei Zhang |
2015-08-14 | Clean: Fix some unneeded semi-colons and bad spacing. | Lei Zhang |
2015-08-14 | Add new public APIs to find the z-order for links and widgets.chromium/2485chromium/2484 | Lei Zhang |
2015-08-14 | Don't bother checking pointers before delete[] and FX_Free(). | Lei Zhang |
2015-08-14 | Use override in more classes in fpdfsdk/ | Lei Zhang |
2015-08-14 | Use override in more classes in core/ | Lei Zhang |
2015-08-13 | Cleanup: s/Torelance/Tolerance/ | Lei Zhang |
2015-08-13 | Tidy up JS_Object.h and JS_Object.cpp. | Tom Sepez |
2015-08-13 | Kill JS_TIMER_MAPARRAY | Tom Sepez |
2015-08-13 | Remove if checks after new. | Lei Zhang |
2015-08-13 | Allow external font-path configuration from pdfium_test. | Tom Sepez |
2015-08-13 | Revert "Allow external font-path configuration from pdfium_test." | Tom Sepez |
2015-08-13 | Allow external font-path configuration from pdfium_test. | Tom Sepez |
2015-08-11 | Fix some sign comparison warnings. | Lei Zhang |
2015-08-11 | Remove dead code from CPDF_Metadata. Add missing nullptr check. | Lei Zhang |
2015-08-10 | Cleanup: Mark methods with the override keyword.chromium/2483chromium/2482chromium/2481chromium/2480chromium/2479 | Lei Zhang |
2015-08-06 | clang-format all pdfium code, again. | Nico Weber |
2015-08-05 | CPDF_Parser shouldnt be in the business of opening files | Tom Sepez |
2015-08-05 | Don't dispose the isolate if its provided by the embedderchromium/2474 | Jochen Eisinger |
2015-08-04 | Remove stringify macro (#) from JS_STATIC_CONST_ENTRY_*. | Tom Sepez |
2015-08-04 | Quick fix in Consts.cpp to make tests pass after the clang-format CL. | Lei Zhang |
2015-08-04 | clang-format all pdfium code. | Nico Weber |
2015-07-31 | Name IFX_SysFontInfo subclasses consistently. | Tom Sepez |
2015-07-28 | Fix segv above CPDFSDK_Document::GetPageView()chromium/2473chromium/2472chromium/2471chromium/2470chromium/2469chromium/2468 | Tom Sepez |
2015-07-27 | Fix FX_BOOL compilation errors under windows | Tom Sepez |
2015-07-27 | Kill FX_READER_DLL symbol | Tom Sepez |
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 |