Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-21 | Update SetThemeColor and SetThemeData | dsinclair | |
The SetThemeColor and SetThemeData methods are always called with a parameter of 0. This Cl removes the parameter and updates the code as needed. Review-Url: https://codereview.chromium.org/2521683002 | |||
2016-11-02 | Remove FX_BOOL from xfa. | tsepez | |
Review-Url: https://codereview.chromium.org/2467203003 | |||
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 |