gnome-shell/js
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
..
misc util: Fix regex used to match for URLs 2011-01-19 05:06:53 +03:00
perf Use non recursive automake for JS 2010-09-15 18:38:46 +02:00
ui Don't reset y position of expanded notifications when updating them 2011-01-18 15:08:46 -05:00
Makefile.am genericDisplay: Remove unused module 2011-01-14 22:30:02 +01:00