mediawiki-extensions-Math/modules/ve-math
Thiemo Mättig 1ac3ab619e More strict regular expressions for CSS parsing
Having greedy .* matchers in these regular expressions is quite scary,
and a possible source of hard to track errors. For example, a string
like "height:8px;left:3ex" will make these regular expressions succeed,
even if they shouldn't. The substring "8px;left;3" will be fetched, and
most probably turned into something unexpected like "8ex" for the
calculations below.

Change-Id: Ia6753a58802fb3f3c5df4d2b35a6d8e616835f20
2017-07-11 07:33:34 +00:00
..
tools More strict regular expressions for CSS parsing 2017-07-11 07:33:34 +00:00
chem.svg Create chemistry icon for upcoming VE chemistry support 2017-01-11 14:28:31 -08:00
chemSymbols.json Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
math-display-block.svg Rename modules/VisualEditor to modules/ve-math 2015-09-17 15:10:30 +00:00
math-display-default.svg Rename modules/VisualEditor to modules/ve-math 2015-09-17 15:10:30 +00:00
math-display-inline.svg Rename modules/VisualEditor to modules/ve-math 2015-09-17 15:10:30 +00:00
math.svg Rename modules/VisualEditor to modules/ve-math 2015-09-17 15:10:30 +00:00
mathSymbols.json Add a few symbols to the math dialog menu 2017-06-05 19:00:54 +01:00
ve.ce.MWChemNode.js Specify iconWhenInvisible for math/chem nodes 2017-06-07 22:41:16 +01:00
ve.ce.MWLatexNode.css Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ce.MWLatexNode.js Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ce.MWMathNode.js Specify iconWhenInvisible for math/chem nodes 2017-06-07 22:41:16 +01:00
ve.dm.MWChemNode.js Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.dm.MWLatexNode.js Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.dm.MWMathNode.js Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ui.MWChemContextItem.js Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ui.MWChemDialog.js Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ui.MWChemDialogTool.js Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ui.MWChemInspector.js Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ui.MWChemSymbols.css Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ui.MWLatexContextItem.js Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ui.MWLatexDialog.css stylelint: Drop unsupported no-unsupported-browser-features reference 2017-04-10 13:12:54 -07:00
ve.ui.MWLatexDialog.js Use TabPanelLayout instead of the deprecated CardLayout 2017-05-17 15:02:42 +05:30
ve.ui.MWLatexIcons.css Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ui.MWLatexInspector.css Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ui.MWLatexInspector.js Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ui.MWLatexPage.css stylelint: Drop unsupported no-unsupported-browser-features reference 2017-04-10 13:12:54 -07:00
ve.ui.MWLatexPage.js Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ui.MWMathContextItem.js Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ui.MWMathDialog.js Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ui.MWMathDialogTool.js Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ui.MWMathInspector.js Add support for chemical formulae in VisualEditor 2017-02-19 18:36:26 +00:00
ve.ui.MWMathSymbols.css Add a few symbols to the math dialog menu 2017-06-05 19:00:54 +01:00