Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-21 | Add Nico to AUTHORS. | John Abd-El-Malek | |
2014-05-21 | Don't remove -Wheader-hygiene for pdfium, 41f0590a9d7 fixed all violations. | Nico Weber | |
BUG=375558 | |||
2014-05-21 | Add Raymes to AUTHORS | John Abd-El-Malek | |
2014-05-21 | Add codereview.settings and OWNERS for pdfium | Raymes Khoury | |
2014-05-21 | Fix clang warnings so we can treat warnings as errors. | John Abd-El-Malek | |
2014-05-20 | Add Matt Giuca to AUTHORS. | John Abd-El-Malek | |
2014-05-20 | Fixed or silenced all warnings and turned on warnings-as-errors. | John Abd-El-Malek | |
- Silence -Wheader-hygiene warning on Clang. Between fx_agg_driver.cpp and fxjs_v8.h there are hundreds or thousands of things that depend on "using namespace", so it is best to just suppress this warning than fix it. - gzguts.h: Include unistd.h on all non-Windows platforms, not just Apple platforms. Fixes implicit include warnings on Linux. - Added parens to silence a warning about mixing && and ||. - Removed a check if an enum is negative. Enums can be unsigned, generating an always-false warning. The check isn't necessary. - Removed some statements that are just names of variables that do nothing. BUG=375114 Patch by Matt Giuca <mgiuca@chromium.org> | |||
2014-05-20 | cf2hints: Fix early loop termination causing hints to be ignored. | John Abd-El-Malek | |
There was a comparison that checks maskEndPtr >= maskEndPtr. It has been fixed to maskPtr >= maskEndPtr. BUG=375139 Patch by Matt Giuca <mgiuca@chromium.org> | |||
2014-05-20 | Add some blank lines at the end of 3 files to remove the "no newlines at end ↵ | John Abd-El-Malek | |
of file" warning. | |||
2014-05-20 | Add my @chromium account in the AUTHORS file. | John Abd-El-Malek | |
2014-05-20 | Remove "using namespace agg" to make it clear which code is using agg, and ↵ | John Abd-El-Malek | |
also so we can turn compiler warnings into errors. | |||
2014-05-20 | Fix warning on Mac. | John Abd-El-Malek | |
2014-05-20 | Remove "using namespace v8" in header. This allows us to turn all warnings ↵ | John Abd-El-Malek | |
into errors. It also makes it clearer to find usage of v8 in the library. | |||
2014-05-19 | Remove refernce to file that's not there in gyp. | John Abd-El-Malek | |
2014-05-17 | Initial commit. | John Abd-El-Malek | |
2014-05-09 | Initial empty repository | Chase Phillips | |