Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-29 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 9 | tsepez | |
Converted one place to unique_ptr to avoid redundant cleanup. Review-Url: https://codereview.chromium.org/1937593002 | |||
2016-04-29 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 8 | tsepez | |
This also removes another hand-written bubblesort in favor of the std::sort() STL function. Review-Url: https://codereview.chromium.org/1937513002 | |||
2016-03-14 | Move xfa/src up to xfa/. | Dan Sinclair | |
This CL moves the xfa/src files up to the xfa/ directory and fixes the includes, include guards, and build files. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1803723002 . |