summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-06Rename IFX classes in core/fxge to Ifacechromium/3364Dan Sinclair
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-03-06[formcalc] Allow empty declaration bodiesDan Sinclair
2018-03-05[formcalc] Simplify function signature parsingchromium/3363Dan Sinclair
2018-03-05[formcalc] Cleanup m_error handlingDan Sinclair
2018-03-05Cleanup CFWL_ScrollBar::Timer::Run.Henrique Nakashima
2018-03-05Fix crash when dragging scrollbar in XFA form.Henrique Nakashima
2018-03-05Clean up CPDF_DIBSource.Lei Zhang
2018-03-05Make FPDFBitmap_GetFormat() work for JBIG images.Lei Zhang
2018-03-05Use CPDF_DIBSource::LoadState enum class in more places.Lei Zhang
2018-03-05Change CPDF_DIBSource::LoadJpxBitmap() to return a bitmap.Lei Zhang
2018-03-05Change return types for some rendering Start/Continue methods.Lei Zhang
2018-03-05Add CPDF_DIBSource::LoadState enum class.Lei Zhang
2018-03-02Make EmbedderTest::WriteBitmapToPng() work with grayscale images.chromium/3362chromium/3361chromium/3360Lei Zhang
2018-03-01Disable XFA tests without embedded fontsRyan Harrison
2018-03-01Add a test for FPDFImageObj_GetBitmap() with a JBIG image.Lei Zhang
2018-03-01Break up CFX_DIBSource::ConvertBuffer().Lei Zhang
2018-03-01Fix some nits in CFX_DIBSource::CloneConvert().Lei Zhang
2018-02-28Add simple XFA test for entering text into TextEditRyan Harrison
2018-02-27Move XFA pixel tests under pixel/chromium/3358chromium/3357Ryan Harrison
2018-02-26Shrink some tables and kill dead code in xfa.Tom Sepez
2018-02-26Get rid of some static variables.Tom Sepez
2018-02-26Add some more missing consts.chromium/3356Tom Sepez
2018-02-26Fix -Wunused-variable warning if building with V8 snapshots disabled.Nico Weber
2018-02-26Fixup AFSimple_Calculate indexing bugDan Sinclair
2018-02-25Add expectations for static XFA testsRyan Harrison
2018-02-23Setup testing XFA using .in fileschromium/3355chromium/3354Ryan Harrison
2018-02-22Roll build/ and tools/clang directorieschromium/3353Dan Sinclair
2018-02-22[formcalc] Cleanup function handlingDan Sinclair
2018-02-22Jumbo fixesDan Sinclair
2018-02-22Add 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 testDan Sinclair
2018-02-21[formcalc] Minor parser cleanupschromium/3352Dan Sinclair
2018-02-21[formcalc] Use default destructorsDan Sinclair
2018-02-21[formcalc] Remove the ParseBlockExpression methodDan Sinclair
2018-02-21Roll pdfium/third_party/freetype/src/ 4a03f1744..713d68ee9 (3 commits)Lei Zhang
2018-02-21Download ciopfs from a hook in win/cross builds.Lei Zhang
2018-02-20[formcalc] Remove unused expression typeDan Sinclair
2018-02-20[formcalc] Treat elseif and else the same during outputDan Sinclair
2018-02-20[formcalc] Do not convert if to an identifierDan Sinclair
2018-02-20[formcalc] Remove unused line parameterDan Sinclair
2018-02-20[formcalc] Split literal parsing to its own methodDan Sinclair
2018-02-20Remove extra static qualifier.Dan Sinclair
2018-02-20Fix typo in method name FillSoildRect().Nico Weber
2018-02-20[formcalc] The if token is a keyword and should not be made an identifierDan Sinclair
2018-02-20Tighten up assignment instructions in formcalc.Dan Sinclair
2018-02-19Remove extraneous HasError checksdan sinclair
2018-02-19FormCalc Assignment is not a SimpleExpressiondan sinclair
2018-02-19Cleanup FormCalc inheritancedan sinclair