Age | Commit message (Expand) | Author |
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 |
2018-02-19 | Skip font loading in formcalc embedder tests | dan sinclair |
2018-02-19 | Simplify formcalc token list | dan sinclair |
2018-02-16 | Reland "Actually enable -Wimplicit-fallthrough for pdfium." | Henrique Nakashima |
2018-02-16 | Correct mapping text to characters for characters missing from font | Ryan Harrison |
2018-02-16 | Fix more fallthroughs before reenabling -Wimplicit-fallthrough. | Henrique Nakashima |
2018-02-16 | Fix mouse pointer in XFA forms. | Henrique Nakashima |
2018-02-16 | Roll DEPS for clang to a695c30c. | Lei Zhang |
2018-02-16 | Avoid 100 blank FX_FONTDESCRIPTOR entries. | Tom Sepez |
2018-02-16 | Add ASSERT to check OOB m_CharCodes | Nicolas Pena |
2018-02-16 | m_pEnumerator only ever has one value, indirection not needed. | Tom Sepez |