gnome-shell/js/misc
Dan Winship e2898bea5c findUrl: be pickier about what can precede a URL
findUrl() was seeing strings like "You have 1 new message in
foo@example.com/Inbox" and finding the URL
"[http://]example.com/Inbox". Require that URLs either start at the
start of the string, or are preceded by whitespace or an open
paren/quote/etc.

(Since JS doesn't have look-behind assertions like perl does, we have
to actually match the URL-preceding character in the regex, and then
adjust the result findUrl returns accordingly.)

https://bugzilla.gnome.org/show_bug.cgi?id=636252
2011-09-08 09:07:03 -04:00
..
config.js.in Propagate version to Javascript files 2011-01-12 20:32:30 +01:00
docInfo.js Don't switch to a workspace when dragging it to launch on that workspace 2011-02-08 19:43:21 -05: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 user-status: Hide "Power off" option if shutdown is disabled 2011-06-27 21:39:28 +02:00
history.js history: Fix navigation when entering a repeat 2011-04-27 10:08:00 -04:00
modemManager.js Status area: add NetworkManager indicator 2011-03-16 15:59:34 +01:00
params.js [Params] always return a new object from Params.parse 2010-05-03 12:51:09 -04:00
screenSaver.js screenSaver: bugfixes 2011-07-14 12:51:18 -04:00
util.js findUrl: be pickier about what can precede a URL 2011-09-08 09:07:03 -04:00