Age | Commit message (Expand) | Author |
2018-03-05 | Fix crash when dragging scrollbar in XFA form. | Henrique Nakashima |
2018-03-05 | Clean up CPDF_DIBSource. | Lei Zhang |
2018-03-05 | Make FPDFBitmap_GetFormat() work for JBIG images. | Lei Zhang |
2018-03-05 | Use CPDF_DIBSource::LoadState enum class in more places. | Lei Zhang |
2018-03-05 | Change CPDF_DIBSource::LoadJpxBitmap() to return a bitmap. | Lei Zhang |
2018-03-05 | Change return types for some rendering Start/Continue methods. | Lei Zhang |
2018-03-05 | Add CPDF_DIBSource::LoadState enum class. | Lei Zhang |
2018-03-02 | Make EmbedderTest::WriteBitmapToPng() work with grayscale images.chromium/3362chromium/3361chromium/3360 | Lei Zhang |
2018-03-01 | Disable XFA tests without embedded fonts | Ryan Harrison |
2018-03-01 | Add a test for FPDFImageObj_GetBitmap() with a JBIG image. | Lei Zhang |
2018-03-01 | Break up CFX_DIBSource::ConvertBuffer(). | Lei Zhang |
2018-03-01 | Fix some nits in CFX_DIBSource::CloneConvert(). | Lei Zhang |
2018-02-28 | Add simple XFA test for entering text into TextEdit | Ryan Harrison |
2018-02-27 | Move XFA pixel tests under pixel/chromium/3358chromium/3357 | Ryan Harrison |
2018-02-26 | Shrink some tables and kill dead code in xfa. | Tom Sepez |
2018-02-26 | Get rid of some static variables. | Tom Sepez |
2018-02-26 | Add some more missing consts.chromium/3356 | Tom Sepez |
2018-02-26 | Fix -Wunused-variable warning if building with V8 snapshots disabled. | Nico Weber |
2018-02-26 | Fixup AFSimple_Calculate indexing bug | Dan Sinclair |
2018-02-25 | Add expectations for static XFA tests | Ryan Harrison |
2018-02-23 | Setup testing XFA using .in fileschromium/3355chromium/3354 | Ryan Harrison |
2018-02-22 | Roll build/ and tools/clang directorieschromium/3353 | Dan Sinclair |
2018-02-22 | [formcalc] Cleanup function handling | Dan Sinclair |
2018-02-22 | Jumbo fixes | Dan Sinclair |
2018-02-22 | Add namespaces to duplicated Skia code. | Jonathan Feinberg |
2018-02-21 | [formcalc] Cleanup if expression parsing. | Dan Sinclair |
2018-02-21 | [formcalc] Add elseif expression to parser test | Dan Sinclair |
2018-02-21 | [formcalc] Minor parser cleanupschromium/3352 | Dan Sinclair |
2018-02-21 | [formcalc] Use default destructors | Dan Sinclair |
2018-02-21 | [formcalc] Remove the ParseBlockExpression method | Dan Sinclair |
2018-02-21 | Roll pdfium/third_party/freetype/src/ 4a03f1744..713d68ee9 (3 commits) | Lei Zhang |
2018-02-21 | Download ciopfs from a hook in win/cross builds. | Lei Zhang |
2018-02-20 | [formcalc] Remove unused expression type | Dan Sinclair |
2018-02-20 | [formcalc] Treat elseif and else the same during output | Dan Sinclair |
2018-02-20 | [formcalc] Do not convert if to an identifier | Dan Sinclair |
2018-02-20 | [formcalc] Remove unused line parameter | Dan Sinclair |
2018-02-20 | [formcalc] Split literal parsing to its own method | Dan Sinclair |
2018-02-20 | Remove extra static qualifier. | Dan Sinclair |
2018-02-20 | Fix typo in method name FillSoildRect(). | Nico Weber |
2018-02-20 | [formcalc] The if token is a keyword and should not be made an identifier | Dan Sinclair |
2018-02-20 | Tighten up assignment instructions in formcalc. | Dan Sinclair |
2018-02-19 | Remove extraneous HasError checks | dan sinclair |
2018-02-19 | FormCalc Assignment is not a SimpleExpression | dan sinclair |
2018-02-19 | Cleanup FormCalc inheritance | dan sinclair |
2018-02-19 | Remove base class ToJavaScript methods in FormCalc | dan sinclair |
2018-02-19 | Cleanup JS generation in formcalc. | dan sinclair |
2018-02-19 | Inline FormCalc method names | dan sinclair |
2018-02-19 | Inline some formcalc identifiers | dan sinclair |
2018-02-19 | Merge FormCalc to JavaScript methods | dan sinclair |
2018-02-19 | Simplify CXFA_FMToken creation | dan sinclair |