Age | Commit message (Expand) | Author |
2016-03-08 | Re-land "Split CPDF_SyntaxParser into its own named .cpp/.h files." | Tom Sepez |
2016-03-08 | Missing return, broken win build. | Dan Sinclair |
2016-03-08 | Revert "Split CPDF_SyntaxParser into its own named .cpp/.h files." | Tom Sepez |
2016-03-08 | Split CPDF_SyntaxParser into its own named .cpp/.h files. | Tom Sepez |
2016-03-08 | Reland "Fix chromium-style errors." | Dan Sinclair |
2016-03-08 | Move xfa/src/fxgraphics/src up one level. | Dan Sinclair |
2016-03-08 | Remove xfa/src/fxjse/src and move code up a level. | Dan Sinclair |
2016-03-08 | Remove xfa/src/fxfa/src/common and xfa/src/fxfa/src | Dan Sinclair |
2016-03-08 | Fix build breakage at 69af2a34f211 | Tom Sepez |
2016-03-08 | FX_FONTDESCRIPTOR must be POD. | Tom Sepez |
2016-03-08 | Update cast to fix lint warning. | Dan Sinclair |
2016-03-08 | Remove xfa/src/fwl/src and move code up a level. | Dan Sinclair |
2016-03-08 | Revert "Force GN build onto XFA (at next roll)." | Tom Sepez |
2016-03-08 | CXFA_TextParseContext::m_eDisplay is too small | Tom Sepez |
2016-03-08 | Move fx_agg_driver files up one level | Dan Sinclair |
2016-03-08 | Remove extraneous xfa/src/fwl/src include/ directories. | Dan Sinclair |
2016-03-07 | Completely de-virtualize CPDF_SyntaxParser. | Tom Sepez |
2016-03-07 | Suppress C4201 for Windows build. | Oliver Chang |
2016-03-07 | Revert "Fix chromium-style errors." | Dan Sinclair |
2016-03-07 | Fix chromium-style errors. | Dan Sinclair |
2016-03-07 | Force GN build onto XFA (at next roll). | Tom Sepez |
2016-03-07 | Fix a regression caused by 7cf13c9 | Wei Li |
2016-03-07 | Remove _FX_WINAPI_PARTITION_APP_ | Dan Sinclair |
2016-03-07 | Reland "Add option to GYP to use chromium clang plugins." | Dan Sinclair |
2016-03-07 | Fix linux XFA build. | Dan Sinclair |
2016-03-07 | Remove deprecated declarations | jinming_wang |
2016-03-04 | Add unit tests for FPDFBookmark_Find() | Wei Li |
2016-03-04 | Turn on -Werror for standalone builds. | Tom Sepez |
2016-03-04 | Revert "Add option to GYP to use chromium clang plugins."chromium/2671chromium/2670chromium/2669chromium/2668 | Tom Sepez |
2016-03-04 | Re-land "Only place primitive objects on the V8 global template." | Tom Sepez |
2016-03-04 | Try again to suppress mac warnings. | Tom Sepez |
2016-03-04 | Remove V8_DEPRECATION_WARNINGS for mac/xfa | Tom Sepez |
2016-03-04 | Revert "Only place primitive objects on the V8 global template." | Tom Sepez |
2016-03-04 | Only place primitive objects on the V8 global template. | Tom Sepez |
2016-03-04 | Try again to suppress mac deprecation warnings. | Tom Sepez |
2016-03-04 | Suppress same windows warnings in xfa.gyp | Tom Sepez |
2016-03-04 | Small change to enable skia-backed version of pdfium. | Cary Clark |
2016-03-04 | Fix deprecated ObjectTemplate::New() and TryCatch() warnings. | Tom Sepez |
2016-03-03 | Combine StrToInt methods. | Dan Sinclair |
2016-03-03 | Add option to GYP to use chromium clang plugins. | Dan Sinclair |
2016-03-03 | Fixup chromium-style warnings in fpdf_objects.h | Dan Sinclair |
2016-03-03 | Suppress deprecation warnings for XFA.chromium/2667 | Tom Sepez |
2016-03-03 | Remove other remaining use of std::list::size() from loop body. | Tom Sepez |
2016-03-03 | Fix infinite loop for bookmark search | Wei Li |
2016-03-03 | Add JS tests for global const equality. | Tom Sepez |
2016-03-03 | Fix O(n^2) behaviour in parser. | Tom Sepez |
2016-03-03 | Don't allow empty expression in CXFA_FMParse::ParseParenExpression. | Oliver Chang |
2016-03-03 | Some cleanup for xfa_expression/xfa_simpleexpression | Oliver Chang |
2016-03-03 | Fix parsing of object numbers > 16,777,216. | Dan Sinclair |
2016-03-03 | Remove unnecessary code | Zhiwei Lin |