Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-18 | Reduce size of several PDFium constant tables. | Tom Sepez | |
Either by using the smallest possible data type, or By accurately calcuating the bounds, or Moving to array of pointers for varying length rows. Notes: The 929 is reassuring since PDF417 barcode uses GF(929). FX_WCHAR is 4 bytes on unix (2 on windows). Binary looks to be about 240k smaller on linux/64 R=ochang@chromium.org Review URL: https://codereview.chromium.org/1807373002 . | |||
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 . |