Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-05 | Update externs in unicodenormalization.cpp to not have array sizes. | Lei Zhang | |
This is a follow-up to f9640495. R=brucedawson@chromium.org Review URL: https://codereview.chromium.org/825983004 | |||
2015-01-05 | Fix an array size mismatch. | Lei Zhang | |
The g_UnicodeData_Normalization_Map2 array is initialized with a size of 1724 in core\src\fpdftext\unicodenormalizationdata.cpp but its size is 1734 (+10) in core\src\fpdftext\unicodenormalization.cpp, 1724 seems to be the real size (i.e. there's 1724 values in the initialization list). BUG=446057 Original Author: sebmarchand@chromium.org Original CL: https://codereview.chromium.org/837523002/ Review URL: https://codereview.chromium.org/812843004 | |||
2014-05-23 | Convert all line endings to LF. | John Abd-El-Malek | |
2014-05-17 | Initial commit. | John Abd-El-Malek | |