Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2016-05-24 | Remove CFX_PrivateData from CPDF_ModuleMgr | tsepez | |
Its only used to store one object, so replace it with a unique_ptr to a class with a virtual dtor. Rename the prototypical class with virtual dtor from CFX_DestructObject to CFX_Deletable. Rename the fx_basic_module.cpp to cfx_modulemgr.cpp to match the one class in it. Review-Url: https://codereview.chromium.org/2013483003 |