Age | Commit message (Expand) | Author |
2016-07-07 | Fix compilation with strict format checking | agoode |
2016-07-06 | Roll DEPS for v8 to 820a23aa. | jochen |
2016-07-06 | Remove prototypes from v8 functions that aren't constructors | jochen |
2016-06-28 | Implement IJS_Runtime::Destroy(). | thestig |
2016-06-27 | Clean up some CPDF_Font subclasses. | thestig |
2016-06-27 | Clean up fxet_ap.cpp. | thestig |
2016-06-23 | Load font maps in XFA. | dsinclair |
2016-06-21 | Use FXFONT defines in place of integers. | thestig |
2016-06-21 | Convert XFA_ELEMENT to an enum class | dsinclair |
2016-06-20 | Change func(void) to func() | weili |
2016-06-20 | Another round of fx_ge cleanup. | thestig |
2016-06-20 | Speculative fix for FXJS_InitializeRuntime crash. | dsinclair |
2016-06-16 | Simplify CPDF_TextPage::FindTextlineFlowOrientation().chromium/2773chromium/2772chromium/2771 | thestig |
2016-06-16 | Remove unused code. | dsinclair |
2016-06-15 | Make code compile with clang_use_chrome_plugin (part IV) | weili |
2016-06-14 | Get rid of IPDF_DataAvail. | thestig |
2016-06-13 | Remove unimplemented signatures | dsinclair |
2016-06-09 | Cleanup some cjs_runtime ifdefs. | dsinclair |
2016-06-09 | Remove more casts, part 7. | tsepez |
2016-06-09 | Move xfa/fxjse/ to fxjse/ | dsinclair |
2016-06-08 | Remove redundant casts, part 4 | tsepez |
2016-06-08 | Remove implicit CFX_CountedRef::operator T*() | tsepez |
2016-06-08 | Change time_t conversion operator to ToTime_t() function | weili |
2016-06-08 | Fix GetPageIndex() for dynamic XFA documents. | thestig |
2016-06-07 | Remove various FXJSE Value methods. | dsinclair |
2016-06-07 | Get rid of NULLs in fpdfsdk/ | thestig |
2016-06-07 | Fix more code which has shadow variables | weili |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-06 | Remove FWL_HTIMER in favor of IWFL_TimerInfo | tsepez |
2016-06-06 | Remove unused context param from execute. | dsinclair |
2016-06-03 | Fix some code which causes warnings when compiled by /analyze tool | weili |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-06-01 | Remove unused LoadString values, cleanup remaining strings. | dsinclair |
2016-06-01 | Track shared isolates better in FXJSE. | tsepez |
2016-06-01 | Remove use of v8:Lockers | tsepez |
2016-05-31 | Fix a leak in CXFA_FontMgr. | thestig |
2016-05-27 | Clean up some Android/Windows code. | thestig |
2016-05-26 | Fix MSVC C4800 build warnings. | thestig |
2016-05-26 | Remove default arguments from CFX_FxgeDevice. | thestig |
2016-05-26 | Remove checks for _WIN32_WCE. | thestig |
2016-05-26 | Clean up CPDF_TextRenderer slightly. | thestig |
2016-05-26 | Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* | dsinclair |
2016-05-26 | Remove default argument from RestoreState() methods. | thestig |
2016-05-25 | Clean up fx_ge.h and IWYU. | thestig |
2016-05-25 | Fix a Skia build error from commit 1e2c557. | thestig |
2016-05-25 | Rename FXJSE_HRUNTIME to v8::Isolate | dsinclair |
2016-05-25 | Remove CFX_PrivateData from CPDF_Document | tsepez |
2016-05-25 | Remove CFX_PrivateData from CPDF_Page | tsepez |
2016-05-24 | Remove CFX_PrivateData from CPDF_ModuleMgr | tsepez |
2016-05-23 | Change CPDF_Boolean to use bool instead of FX_BOOL. | thestig |