Commit graph

82 commits

Author SHA1 Message Date
myk%mozilla.org
be6b9d6928 cancel microsummary connections after a timeout
Patch by Dietrich Ayala.
bug=341840
r=myk
2007-01-14 05:38:15 +00:00
jminta%gmail.com
65dc596161 Bug 341837 microsummary service should impose limit on length of microsummary, r=myk 2007-01-14 05:38:14 +00:00
myk%mozilla.org
457d6eea62 display link tag's title attribute on microsummary menu item while downloading generator
Patch by Justin Dolske.
bug=342231
r=myk
2007-01-14 05:38:13 +00:00
myk%mozilla.org
2a4836ac22 make the microsummary service support <link> tags with rel=space-separated list of words and ignore case of "microsummary" rel value
Patch by Justin Dolske.
bug=342228
r=myk
2007-01-14 05:38:12 +00:00
myk%mozilla.org
807051cc1b make the microsummary service update installed generators when the user reinstalls them instead of installing a second copy
bug=342036
r=mconnor
2007-01-14 05:38:11 +00:00
myk%mozilla.org
6b2a925bfe truncate microsummary file names to 60 characters to prevent nsIFile.createUnique from failing due to too-long names
Patch by Joey Minta.
bug=342212
r=myk
2007-01-14 05:38:10 +00:00
gavin%gavinsharp.com
1121131254 Bug 341340: microsummary service should identify itself when downloading pages, patch by Simon B�nzli <zeniko@gmail.com>, r=myk, sr=darin 2007-01-14 05:38:09 +00:00
martijn.martijn%gmail.com
39663d5d03 Bug 337940 - Microsummary service should allow authors to dictate update frequency, patch by Simon B�nzli, r=myk 2007-01-14 05:38:08 +00:00
myk%mozilla.org
c9387b726a make the microsummary service handle text/html microsummaries by extracting their plaintext content
Patch by Simon B��nzli.
bug=344178
r=myk
2007-01-14 05:38:07 +00:00
myk%mozilla.org
c5a152a8c8 ignore whitespace around pages regexps
Patch by Simon B��nzli.
bug=343979
r=myk
2007-01-14 05:38:06 +00:00
myk%mozilla.org
a4d47e9343 make the microsummary service not dump anything to the console unless specifically directed to do so by the browser.microsummary.log preference. Patch by Adam Guthrie (ispiked). bug=343080; r=myk; sr=mconnor 2007-01-14 05:38:05 +00:00
myk%mozilla.org
24ab1ba5c4 don't let XSLT in microsummary generators load documents
bug=342274
r=sicking
2007-01-14 05:38:04 +00:00
myk%mozilla.org
b5eacb8a04 don't recheck microsummaries when previous update failed until normal expiration
bug=342908
r=ben
2007-01-14 05:38:03 +00:00
myk%mozilla.org
fd2f62ddd8 make sure resource exists before attempting to destroy it
bug=343385
r=ben
2007-01-14 05:38:02 +00:00
myk%mozilla.org
87f2e2b9e9 make the microsummary service parse HTML using a string input stream rather than a data URI so that huge messages don't get written to the error console when the CSS loader includes the URL in an error message
bug=342508
r=biesi
sr=mconnor
2007-01-14 05:38:01 +00:00
myk%mozilla.org
f54e9cad8f make sure the bookmarks sidebar is open before rebuilding it
bug=342739
r=mconnor
2007-01-14 05:38:00 +00:00
myk%mozilla.org
845848730d prevent the microsummary service from triggering bookmarked files to be downloaded
bug=339543
r=biesi
r/sr=mconnor
2007-01-14 05:37:59 +00:00
myk%mozilla.org
dbdb6e1ad7 factor out code for updating and refreshing microsummaries when the user selects a new one from the bookmark dialogs
bug=339296
r=mconnor
2007-01-14 05:37:58 +00:00
myk%mozilla.org
999a3b846d make bookmarks stop disappearing when a user unselects a microsummary (i.e. goes back to the static page title)
patch by Simon B��nzli
bug=342463
r=myk
2007-01-14 05:37:57 +00:00
myk%mozilla.org
8e8542aa6e make sure we have a bookmarks toolbar before we try to rebuild it
bug 342245
patch by Simon B��nzli
r=myk
2007-01-14 05:37:56 +00:00
myk%mozilla.org
a79bd2eeab fall back on the local URI if a generator has no source URI; a convenience for generator developers so they don't have to make up a fake source URI while developing their generators;
patch by Simon B��nzli
bug=342226
r=myk
2007-01-14 05:37:55 +00:00
myk%mozilla.org
44e8f654a3 display microsummaries in the bookmarks sidebar and bookmarks manager; bug=338429; r=myk; a=mconnor for 1.8.1 branch 2007-01-14 05:37:54 +00:00
myk%mozilla.org
7f53070637 add a bookmarks context menu item for refreshing a microsummary; bug=341555; r=mconnor; a=mconnor for 1.8 branch 2007-01-14 05:37:53 +00:00
myk%mozilla.org
2265724997 moves Firefox-specific microsummary directory definitions to nsBrowserDirectoryProvider
bug=337324
r=bsmedberg
a=mconnor for the 1.8 branch
2007-01-14 05:37:52 +00:00
myk%mozilla.org
70d402a54e prevent the mouse pointer from getting stuck in a busy state over chrome after updating a microsummary
bug=337038
r=mconnor
a=mconnor for 1.8 branch
2007-01-14 05:37:51 +00:00
myk%mozilla.org
3f7b706351 make sure the microsummary service doesn't attempt to load javascript: or data: URLs
bug=339377
r=mconnor
a=mconnor for 1.8 branch
2007-01-14 05:37:50 +00:00
myk%mozilla.org
dff708230a Work around XUL template builder regression on trunk and possibly marginally improve performance.
bug=336857
r=enndeakin
sr=ben
a=mconnor for checkin to 1.8 branch
2007-01-14 05:37:49 +00:00
myk%mozilla.org
8bf9816a04 make the microsummary service prefer cached generators to downloading generators over the network
bug=337113
r=brettw
sr=ben
2007-01-14 05:37:48 +00:00
myk%mozilla.org
7bbbc95c6c possible fix for microsummaries Ts regression
bug=336833
r=mconnor
2007-01-14 05:37:47 +00:00
bzbarsky%mit.edu
ab2c5fd0ca Observe shutdown too. Bug 336922 followup, r=mconnor, sr=darin, branch181=mconnor 2007-01-14 05:37:46 +00:00
myk%mozilla.org
533dd63782 stop leaking the annotation service in the microsummary service; possible fix for balsa leak regression
bug=336922
r=bz
2007-01-14 05:37:45 +00:00
myk%mozilla.org
288322bf36 Initial support for microsummaries via a service and integration into the bookmarks UI.
bug=334471
r=brettw
a=ben for the branch
2007-01-14 05:37:44 +00:00