Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-02 | Fix all the code which has duplicate variable declarations | weili | |
When there are duplicate variable declarations, the inner names shadow the outter ones. This is error prone and harder to read. Remove all the instances found by /analyze. BUG=chromium:613623, chromium:427616 Review-Url: https://codereview.chromium.org/2027273002 | |||
2016-05-18 | Split xfa/fee files into individual class files. | dsinclair | |
This CL splits the xfa/fee files into individual class files and moves them into the xfa/fde directory where they belong. Review-Url: https://codereview.chromium.org/1994693002 |