gnome-shell/js
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
..
gdm Fix batch import for loginDialog 2011-08-30 13:58:02 +02:00
misc findUrl: be pickier about what can precede a URL 2011-09-08 09:07:03 -04:00
perf overview: Make viewSelector private 2011-08-28 12:23:59 -04:00
ui popupMenu: do height-for-width negotiation 2011-09-08 08:47:10 -04:00
Makefile.am search: Allow searching for people in overview mode 2011-08-29 17:43:30 -04:00