gnome-shell/tests/unit
Florian Müllner 5cc42b18b0 utils: Simplify URL regex to only support one layer of parentheses
The author of the original URL-matching regex warns[0] that the pattern may
cause certain regex engines to lock up with certain input, namely patterns
that contain parentheses. It turns out SpiderMonkey is affected, but rather
than switching to the author's improved version (that is still crazy), sim-
plify the pattern a bit by removing support for nested parentheses in URLs.
Even a single pair of parentheses is extremely rare, so this is unlikely to
make a noticeable difference (other than not locking up SpiderMonkey of
course) ...

[0] http://daringfireball.net/2010/07/improved_regex_for_matching_urls
2018-04-13 18:15:44 +00:00
..
insertSorted.js Util: fix binary search exit condition 2011-12-20 22:44:03 +01:00
jsParse.js tests: Fix JS warning 2017-10-04 18:12:27 +02:00
markup.js tests: Update markup test for function moved to messageList 2017-05-19 08:30:04 -04:00
url.js utils: Simplify URL regex to only support one layer of parentheses 2018-04-13 18:15:44 +00:00