gnome-shell/js/misc
Maxim Ermilov 255d4634a9 util: Fix regex used to match for URLs
Commit a65a0f03d4 changed the literal RegExp to a string-based
RegExp(). As backslashes are treated specially inside strings,
translating an expression as /\s/ to '\s' results in a faulty
regex of /s/, so escape backslashes where necessary.
https://bugzilla.gnome.org/show_bug.cgi?id=639914
2011-01-19 05:06:53 +03:00
..
config.js.in Propagate version to Javascript files 2011-01-12 20:32:30 +01:00
docInfo.js genericDisplay: Remove unused module 2011-01-14 22:30:02 +01:00
fileUtils.js [misc] add fileUtils.listDirAsync 2010-10-01 01:08:22 +04:00
format.js [format] Add 'x' format specifier and field width 2010-06-24 15:54:54 +02:00
gnomeSession.js endSessionDialog: Add logout/shutdown dialog 2011-01-14 00:11:17 -05:00
params.js [Params] always return a new object from Params.parse 2010-05-03 12:51:09 -04:00
telepathy.js telepathyClient: Implement Sent signals. 2010-12-01 13:46:07 -05:00
util.js util: Fix regex used to match for URLs 2011-01-19 05:06:53 +03:00