Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-30 | Move fpdfsdk/javascript to fxjs/ | Dan Sinclair | |
This CL moves all of the CJS files into fxjs. The :javascript build rule is removed and :fxjs is used instead. Change-Id: I1701b308f51317d0346c7401b43812c3f43a27bf Reviewed-on: https://pdfium-review.googlesource.com/17047 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | |||
2016-07-20 | Clean up singleton implementation | weili | |
Move the singleton instances into their namespaces, and use get()/getInstance() for uniform accesses. Review-Url: https://codereview.chromium.org/2154843002 |