Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-09 | Move xfa/fxjse/ to fxjse/ | dsinclair | |
This makes it clear that fxjse/ is a standalone component and should not be entangled with other xfa/ components. BUG=pdfium:506 Review-Url: https://codereview.chromium.org/2056663004 | |||
2016-06-02 | Remove FXJSE_Value_ToObject and call methods directly | dsinclair | |
This Cl removes the global FXJSE_Value_ToObject method and adds individual methods on CXFA_Value to do the needed conversions. Review-Url: https://codereview.chromium.org/2026993003 |