Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-03 | Kill last use of CFX_PtrList. | tsepez | |
I'd been waiting on this hoping the code would be refactored out of existence, but it looks to be used. Use tests against x.end() in place of a "null position". This is greatly complicated by the use of "tail position", which now calcluated by std::prev(x.end()) unless the list is empty. Review-Url: https://codereview.chromium.org/2592163002 | |||
2016-11-02 | Remove FX_BOOL from xfa. | tsepez | |
Review-Url: https://codereview.chromium.org/2467203003 | |||
2016-08-03 | Rename xfa_layout_pagemgr_new.h | dsinclair | |
This renames the file to match the class name. Review-Url: https://codereview.chromium.org/2209823002 |