1. 9b57ec9 Clean up CPDFSDK_PageView methods. by jaepark · 8 years ago
  2. a1d2111 CPDF_Annot::GetRect() should return CFX_FloatRect. by jaepark · 8 years ago
  3. d99a833 Remove unused m_nTabOrder in CPDFSDK_Annot. by jaepark · 8 years ago
  4. e5cbb33 Drop CPDFSDK_PageView::Annot_HasAppearance by tonikitoo · 8 years ago
  5. cae6bdff Remove unused IPDFSDK_AnnotHandler::GetName(). by jaepark · 8 years ago
  6. 156de02 Removing CPDF_Parser::CloseParser. by dsinclair · 8 years ago
  7. 0e3e890 Cleanup some PWL_FontMap methods by dsinclair · 8 years ago
  8. cedaa55 Flip document and parser ownership by dsinclair · 8 years ago
  9. a470b5e Fix stack overflow in object Clone() functions by weili · 8 years ago
  10. 0dadcc6 Fix page leaks in an embedder test by weili · 8 years ago
  11. a73b8fe Implement Field::SetHidden using Field::SetDisplay. by tonikitoo · 8 years ago
  12. 28a4a24 Destroy window before cleaning up combobox by dsinclair · 8 years ago
  13. 9b777de Fix an embedder test with leaked page object by weili · 8 years ago
  14. a752edf Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs. by tsepez · 8 years ago
  15. bb5fa04 Stub out Document::syncAnnotScan method. by tonikitoo · 8 years ago
  16. 618cb1f Add initial Document::getAnnot support by tonikitoo · 8 years ago
  17. 2eb7c7d Use a map for app::m_Timers by dsinclair · 8 years ago
  18. 9282819 Speculative fix for DrawAppearance issue by dsinclair · 8 years ago
  19. 70ba38a Build CPDFSDK_XFAAnnotHandler only when PDF_ENABLE_XFA. by jaepark · 8 years ago
  20. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago
  21. 7c05a7a Factor out the duplicated logic in Field::SetDisplay by tonikitoo · 8 years ago
  22. 4674d95 Fix a double free in CPDFSDK_PageView::IsValidAnnot(). by thestig · 8 years ago
  23. f85e7e2 Rename async to linearized when parsing by dsinclair · 8 years ago
  24. 4540fba Get CPDF_Parser out of the document creation business. by tsepez · 8 years ago
  25. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  26. ef523dd Only create widgets if really needed. by dsinclair · 8 years ago
  27. a494191 Move some v8 objects from CJS back into FXJS by tsepez · 8 years ago
  28. 98e1019 Split fpdfsdk/fsdk_annothandler.h into individual classes. by jaepark · 8 years ago
  29. d0b6ed1 Make FXJS_GetObjectElement return std::vector<CFX_WideString>. by tsepez · 8 years ago
  30. 2736276 Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files. by jaepark · 8 years ago
  31. b4d1b57 Use smart pointers for class owned pointers in xfa/fxfa by weili · 8 years ago
  32. ec26876 Make Document's 'info' property readonly by tonikitoo · 8 years ago
  33. 401d4f2 Use CPDFSDK_Document::FromFPDFFormHandle in ::FORM_DoPageAAction by tonikitoo · 8 years ago
  34. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 8 years ago
  35. f3dc8c6 Remove backpointer to CJS_Runtime from CJS_Value by tsepez · 8 years ago
  36. 85af2a3 Add another PDFEditTest test case. by thestig · 8 years ago
  37. f4dc38b The benefits of having a CPDFSDK_FormActionHandler instance in by tonikitoo · 8 years ago
  38. dc359b0 Fix a leak with FPDFPageObj_NewImgeObj(). by thestig · 8 years ago
  39. ad5ac75 Fix typos of the word outer. by thestig · 8 years ago
  40. f3c8832 Remove back-pointer to CJS_Runtime from CJS_Date by tsepez · 8 years ago
  41. 1c83675 Add support to Document::gotoNamedDest method. by tonikitoo · 8 years ago
  42. e1e7bd0 Remove MsgBox()/Alert() from CJS_EmbedObj. by tsepez · 8 years ago
  43. e3ff76b Rename CJS_Timer to GlobalTimer and make private to app.cpp by tsepez · 8 years ago
  44. 33c4cdb Add support to Document::URL property getter. by tonikitoo · 8 years ago
  45. e5aff74 Remove backpointer to runtime from CJS_Array. by tsepez · 8 years ago
  46. 660de3c Move CFX_ClipRgn and CFX_PathData into their own files. by npm · 8 years ago
  47. f41d9dc Add CPDF_ImageObject::GetImage(). by thestig · 8 years ago
  48. 8ca63de Remove another potential stale CJS_Timer usage by tsepez · 8 years ago
  49. 135b998 Return v8::Date specialization not v8::Value where possible by tsepez · 8 years ago
  50. 26b86e6 Move CFX_GEModule into its own file by npm · 8 years ago
  51. 32e693f Fix issue when firing TimerProc() destroys timer by tsepez · 8 years ago
  52. 0fa54b8 Beef up timer cancellation tests by tsepez · 8 years ago
  53. 39e0e14 Remove unused method CPDFSDK_BAAnnot::CreateFormFiller. by jaepark · 8 years ago
  54. 8e12029 Add test for bug 620428 (setinterval cancellation) by tsepez · 8 years ago
  55. 2d5b020 Use smart pointers for class owned pointers by weili · 8 years ago
  56. 448c433 Splitting fpdfdoc/doc_* part II. by dsinclair · 8 years ago
  57. ea3ff9e Introduce ::getPropertyInternal method to avoid duplication by tonikitoo · 8 years ago
  58. ca97a8e Watch for destruction of CPDFSDK_widget during callback by tsepez · 8 years ago
  59. c54bb43 Simplify some FPDF edit functions. by thestig · 8 years ago
  60. 7484762 Refactor fxge/fx_apple and fx_win header files by npm · 8 years ago
  61. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  62. f73893a Splitting fx_ge_fontmap.cpp by npm · 8 years ago
  63. 461eeaf Reland of Remove pageview from map immediately by dsinclair · 8 years ago
  64. f2cee98 Revert of Remove pageview from map immediately (patchset #1 id:1 of https://codereview.chromium.org/2179283005/ ) by dsinclair · 8 years ago
  65. 49dce65 Remove pageview from map immediately by dsinclair · 8 years ago
  66. fbf52c2 Tidy up JS_Value.h by tsepez · 8 years ago
  67. d780735 Remove unused CJS_Value::Attach() variant by tsepez · 8 years ago
  68. 9f515bc Use actual type instead CFX_Deletable by weili · 8 years ago
  69. 1d3348c Remove EnableMessageBox() / IsMessageBoxEnabled() by tsepez · 8 years ago
  70. 9ca2b09 Remove the use of handler array in CPDFSDK_AnnotHandlerMgr by weili · 8 years ago
  71. 3999d6a Remove unused methods from JS_Object.cpp by tsepez · 8 years ago
  72. 47228ac Clean up singleton implementation by weili · 8 years ago
  73. 3617751 Remove m_pList conditionals from CPWL_ListBox by dsinclair · 8 years ago
  74. e6a6561 Reset notify parameter in CPWL_ListBox OnDestroy(). by dsinclair · 8 years ago
  75. fdb35ff Implement CGdiPrinterDriver::DrawDeviceText(). by thestig · 8 years ago
  76. efd5a99 Removing default params from CFX_Edit. by dsinclair · 8 years ago
  77. d8f3978 Remove CFX_Edit_Refresh::Analyse by dsinclair · 8 years ago
  78. e8a8066 Remove foxit app related setter and getter APIs in XFA code by weili · 8 years ago
  79. 40faa79 Remove type info from CJS_Value, interrogate v8 instead by tsepez · 8 years ago
  80. 88b6686 Do not try to v8::Object::Clone() any objects by tsepez · 8 years ago
  81. dbc7716 Cleanup some PWL interfaces. by dsinclair · 8 years ago
  82. e35af1e Remove some IFX_* wrappers. by dsinclair · 8 years ago
  83. a2919b3 Remove RichText support from fpdfsdk/fxedit. by dsinclair · 8 years ago
  84. 38506d3 Rename methods in CPDF_Interform. by jaepark · 8 years ago
  85. b3f2467 Move fpdfsdk/jsapi into fxjs/ by dsinclair · 8 years ago
  86. 08fea80 Rename fxjse/ to fxjs/ update files to match class names. by dsinclair · 8 years ago
  87. 5a6c139 Use smart pointers for class owned member variables by weili · 8 years ago
  88. fd36b8f PDFDocTest should TearDown() properly. by thestig · 8 years ago
  89. c9a0ec5 Fix compilation with strict format checking by agoode · 8 years ago
  90. 7e6a848 Roll DEPS for v8 to 820a23aa. by jochen · 8 years ago
  91. c4dedf3 Remove prototypes from v8 functions that aren't constructors by jochen · 8 years ago
  92. 2d6dda1 Implement IJS_Runtime::Destroy(). by thestig · 8 years ago
  93. 8ea3f51 Clean up some CPDF_Font subclasses. by thestig · 8 years ago
  94. dff03da Clean up fxet_ap.cpp. by thestig · 8 years ago
  95. ab5b60e Load font maps in XFA. by dsinclair · 8 years ago
  96. 907a522 Use FXFONT defines in place of integers. by thestig · 8 years ago
  97. 56a8b19 Convert XFA_ELEMENT to an enum class by dsinclair · 8 years ago
  98. bff506d Change func(void) to func() by weili · 8 years ago
  99. ec51ac3 Another round of fx_ge cleanup. by thestig · 8 years ago
  100. 7d554c9 Speculative fix for FXJS_InitializeRuntime crash. by dsinclair · 8 years ago