summaryrefslogtreecommitdiff
path: root/testing/resources/javascript
AgeCommit message (Expand)Author
2018-10-24Be more particular about FX objects constructed from JSTom Sepez
2018-10-23Test color.convert() and equal() from JS (and fix comparison logic).Tom Sepez
2018-10-23Split field.in into field_properties.in and field_methods.inTom Sepez
2018-10-22Modernize app.* JS method tests.chromium/3590Tom Sepez
2018-10-22Consolidate app_*.in tests into app_methods.inTom Sepez
2018-10-22Add missing property to event_properties.inTom Sepez
2018-10-22Call last uncovered document methods.Tom Sepez
2018-10-22Fix timezone inconsistency in document methods test.Tom Sepez
2018-10-19Roll v8/ c623fabe5..604c50c84 (9 commits)Lei Zhang
2018-10-18Fully populate JS platform callbacks in pdfium_testTom Sepez
2018-10-18Try assigning more kinds of values to doc propsTom Sepez
2018-10-18Expand CJS_Document::mail{Doc,Form}() parametersTom Sepez
2018-10-18Remove PrintParams object.Tom Sepez
2018-10-18Add JavaScript tests for event API.Tom Sepez
2018-10-18Add JavaScript public methods tests.Tom Sepez
2018-10-15Clone dict before iteration in CJS_Document::get_infoTom Sepez
2018-10-12Beef up coverage in CJS_Field.Tom Sepez
2018-10-12Beef up CJS_Document method coverage.Tom Sepez
2018-10-12Add test for CJS_Annot JS callbacks.Tom Sepez
2018-10-12Add test for CJS_Color properties.Tom Sepez
2018-10-12Add tests for CJS_Console methods.Tom Sepez
2018-10-02Remove ability to delete annot in CJS_Document::removeField()Tom Sepez
2018-08-27Roll v8/ 9cf8abb7c..ff6b34b46 (689 commits)Lei Zhang
2018-06-20Re-work some more c_str() usage.Tom Sepez
2018-06-08Ensure CJS_Return() with error always includes a message.Tom Sepez
2018-06-07Convert resolve_nodes.pdf into 3 test casesRyan Harrison
2018-05-15Use {{streamlen}} macro in testing/resources/javascript/*.inTom Sepez
2018-05-15Use {{trailer}} macro in testing/resources/javascript/*.inTom Sepez
2018-05-15Test app.beep() in standalone PDFium.Tom Sepez
2018-01-29Roll V8 to ee5d9a0c.Lei Zhang
2017-08-31Implement FORM_OnFocus() API.Lei Zhang
2017-07-24Observe Annot destruction in CPDFSDK_PageView::DeleteAnnotTom Sepez
2017-07-17More tightly validate format strings in util.cpp.chromium/3160Tom Sepez
2017-07-13Fix invalid write for util.printfDan Sinclair
2017-06-16Avoid a crash inside wcsftime() on Windows.chromium/3135chromium/3134chromium/3133Lei Zhang
2017-03-15Add array_buffer JS test.Tom Sepez
2017-02-27Fix uninitialized memory read in CJS_Object::GetEmbedObject()Tom Sepez
2017-01-12Custom toString() methods may delete annots.tsepez
2017-01-11Annotation deleted while retrieving it in JStsepez
2016-10-18Add a test case for bug 494057.thestig
2016-08-26Add support to Document::getAnnots methodtonikitoo
2016-08-19Stub out Document::syncAnnotScan method.chromium/2834tonikitoo
2016-08-18Add initial Document::getAnnot supportchromium/2833tonikitoo
2016-08-10Make Document's 'info' property readonlytonikitoo
2016-08-08Add support to Document::gotoNamedDest method.tonikitoo
2016-08-08Add support to Document::URL property getter.tonikitoo
2016-03-29Add test for util.byteToChar() and fix error msg.tsepez
2016-03-28Added test for util.printx() and make it match spec.tsepez
2016-03-25util.printd() replaces specified date with current date.tsepez
2016-03-03Add JS tests for global const equality.Tom Sepez