Files
wxWidgets/include/wx/private
nns52k 24c56a413b Fix string escaping in JS code in wxWebView
For example, a newline was escaped to be a backslash followed by a
newline, but it actually shall be a backslash followed by a character
'n'. It seemed okay with most of codes until in the case that C++ style
comments, i.e. single line comments, in the JavaScript codes. If the
newline characters are not escaped correctly, the JavaScript interpreter
will ignore everything that goes after the single line comments because
the interpreter obviously cannot find the newline where it's supposed to
stop treating codes as comments.
2020-02-05 15:35:17 +01:00
..
2017-05-20 17:01:58 +02:00
2020-01-19 21:32:11 +01:00
2019-01-30 17:35:54 +01:00
2015-09-23 00:52:30 +02:00
2014-05-15 22:32:17 +00:00
2014-05-15 22:32:17 +00:00
2019-09-06 20:59:59 +02:00