Age | Commit message (Expand) | Author |
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 |
2018-02-16 | Implement operator<< for CFX_Rect and CFX_RectF. | Henrique Nakashima |
2018-02-16 | Fix fallthroughs in XFA code.chromium/3350 | Henrique Nakashima |
2018-02-16 | Improve performance of writing path floats. | Dan Sinclair |
2018-02-15 | Revert "Actually enable -Wimplicit-fallthrough for pdfium." | dsinclair |
2018-02-15 | Actually enable -Wimplicit-fallthrough for pdfium. | Nico Weber |
2018-02-15 | Fix roll-freetype script | Nicolas Pena |
2018-02-15 | Make the CFX_XMLNode a MaybeOwned pointer | Dan Sinclair |
2018-02-15 | Correctly seek when header size is larger then expectedchromium/3349 | Ryan Harrison |
2018-02-15 | Add limit to number of formcalc expressions | Dan Sinclair |
2018-02-14 | Fix lifetime probe issue in CJX_Objectchromium/3348 | Dan Sinclair |
2018-02-14 | Check that the request was satisfied in ReadData | Ryan Harrison |
2018-02-14 | Roll pdfium/third_party/freetype/src/ 036bdc0c9..4a03f1744 (2 commits) | Nicolas Pena |