Commit graph

64 commits

Author SHA1 Message Date
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
sspitzer%mozilla.org
519037fe9d fix for bug #356487
make MOZ_PLACES (if enabled) only build the places based history UI, use MOZ_PLACES_BOOKMARKS to turn off the places based bookmarks UI.

also addresses bugs:

bug #330923:  "View -> Sidebar menu" is empty if you build with places
bug #355738:  implement history sidebar on top of places backend
bug #356175:  hook up the history menu to the places backend
bug #356453:  add back "Clear Private Data" menu item
bug #356630:  add back "History | Show in Sidebar" menu item
bug #356631:  remove "search in history" and "view all history" menu items
bug #357301:  add back history and bookmark sidebar toolbar button items, remove places toolbar button
bug #358831:  history sidebar, right mouse button click should not expand / collapse item

r=dietrich, r=gavin
2006-11-04 04:48:06 +00:00
myk%mozilla.org
28164580ef bug 348928: a better workaround for this bug that doesn't make all bookmark UI rebuild from scratch each time a microsummary gets updated; they still rebuild from scratch when microsummaries are added or removed; besides the performance win, this is a usability win, as rebuilds cause users in the middle of selecting bookmarks from bookmark trees to lose their selections;
r=mconnor
a=schrep
2006-09-13 06:16:39 +00:00
myk%mozilla.org
1ab04a841e bug 345016: correctly generate microsummary for page with non-UTF-8 charset specified via meta tags or other mechanisms not detectable by XMLHttpRequest
r=bzbarsky
sr=mconnor
2006-09-13 05:51:26 +00:00
myk%mozilla.org
9fed209e0a bug 347481: find link tags in XHTML documents (where the link tag is in the default namespace) in addition to HTML documents
namespace)
Patch by Justin Dolske.
r=myk
2006-09-12 01:12:39 +00:00
myk%mozilla.org
fa364dc3e5 bug 349440: trim whitespace from the beginning of microsummaries generated by microsummary generators in addition to those provided as plain text.
Patch by Justin Dolske.
r=myk
2006-09-12 01:08:44 +00:00
cbiesinger%web.de
8c59aae763 Bug 265780 part I: Implement nsIAuthPrompt2 and related interfaces per the design at
http://wiki.mozilla.org/Necko:nsIAuthPrompt2
r=darin
2006-08-26 21:42:54 +00:00
myk%mozilla.org
1964f70a1e bug 346818: make sure microsummary bookmark records in the bookmarks datastore really exist (i.e. they aren't for cut or deleted bookmarks, which don't get completely removed from the datastore until restart) so we don't hit an error when trying to update them; also, trap errors when updating microsummary bookmarks, so an exception for one update doesn't hork the rest of them; finally, add microsummary properties to the bookmark transaction manager, so they get saved and restored the way they are supposed to be saved and restored when bookmarks are cut and pasted
r=mconnor
2006-08-24 22:30:07 +00:00
myk%mozilla.org
af9a6dd4de make the microsummary service stop loading about:blank in new hidden iframes to work around a crash when about:blank and another URI are both loading in a doc shell
bug=344305
r=bzbarsky
2006-08-22 01:15:44 +00:00
myk%mozilla.org
422f5d5b83 better workaround for problem that Live Title bookmark not listed in the main bookmark menu until Firefox is restarted
bug=348248
r=mconnor
2006-08-17 07:38:10 +00:00
myk%mozilla.org
c198bf4728 changes microsummary load timeout from 10 seconds to 300 seconds (five minutes), which is long enough to handle almost every page load while still being short enough to cancel loads before they start to pile up
bug=347097
r=mconnor
2006-08-15 23:57:17 +00:00
myk%mozilla.org
7ebcc67add make the microsummary update interval use a preference
bug=342044
Patch by Simon B��nzli.
r=myk
2006-08-15 19:39:28 +00:00
myk%mozilla.org
bcf442316b don't treat microsummary generator that goes missing as if it were a remote generator
bug=346822
r=mconnor
2006-08-11 00:18:39 +00:00
myk%mozilla.org
c173400c52 correctly detect when a microsummary page isn't HTML or XML, and explicitly don't handle multipart content (multipart/x-mixed-replace), since there's no good way to determine which part of it is the last part when downloading it via XMLHttpRequest
bug=346624
r=mconnor
2006-08-09 22:50:28 +00:00
myk%mozilla.org
3dfef310be after selecting microsummary for bookmark, ensure bookmark label displays something even if microsummary hasn't finished loading
Patch by Simon B��nzli.
bug=342225
r=myk
2006-08-04 13:26:36 +00:00
myk%mozilla.org
cba6346ced cancel timeout when loading a microsummary resource on error in addition to on load
bug=346824
r=mconnor
2006-08-02 17:59:28 +00:00
myk%mozilla.org
b498828dbd stop installed microsummary generators from being leaked at shutdown by destroying the timer property of MicrosummaryResource objects
bug=346913
r=mconnor
2006-08-02 17:40:36 +00:00
jminta%gmail.com
f7955a54c2 Bug 341842 microsummary service should be stricter about parsing generators, r=myk 2006-07-31 23:20:14 +00:00
myk%mozilla.org
cd04a7edd6 hide domain mismatch error dialog and HTTP authentication dialog (aborting the load instead of continuing if we reach either dialog) when updating microsummaries
bug=344277
r=mconnor
2006-07-31 22:48:43 +00:00
jminta%gmail.com
9236369ccf backing out Bug 341842 2006-07-31 22:06:09 +00:00
jminta%gmail.com
a27c79ebc1 Bug 341842 microsummary service should be stricter about parsing generators, r=myk 2006-07-31 22:03:15 +00:00
myk%mozilla.org
a8a7a229d7 cancel microsummary connections after a timeout
Patch by Dietrich Ayala.
bug=341840
r=myk
2006-07-31 21:31:14 +00:00
jminta%gmail.com
afc6cd16d3 Bug 341837 microsummary service should impose limit on length of microsummary, r=myk 2006-07-24 18:01:04 +00:00
myk%mozilla.org
65847c39bb display link tag's title attribute on microsummary menu item while downloading generator
Patch by Justin Dolske.
bug=342231
r=myk
2006-07-21 21:49:44 +00:00
myk%mozilla.org
c4d986a2b5 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
2006-07-21 00:12:26 +00:00
myk%mozilla.org
a132927214 make the microsummary service update installed generators when the user reinstalls them instead of installing a second copy
bug=342036
r=mconnor
2006-07-20 22:29:46 +00:00
myk%mozilla.org
4b19461842 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
2006-07-20 08:52:31 +00:00
gavin%gavinsharp.com
0579dc031f Bug 341340: microsummary service should identify itself when downloading pages, patch by Simon B�nzli <zeniko@gmail.com>, r=myk, sr=darin 2006-07-19 13:43:26 +00:00
martijn.martijn%gmail.com
ac75acc281 Bug 337940 - Microsummary service should allow authors to dictate update frequency, patch by Simon B�nzli, r=myk 2006-07-19 12:38:11 +00:00
myk%mozilla.org
05e9335fb1 make the microsummary service handle text/html microsummaries by extracting their plaintext content
Patch by Simon B��nzli.
bug=344178
r=myk
2006-07-18 20:57:59 +00:00
myk%mozilla.org
bc1f4914c1 ignore whitespace around pages regexps
Patch by Simon B��nzli.
bug=343979
r=myk
2006-07-18 20:55:42 +00:00
myk%mozilla.org
ed8219cede 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 2006-07-18 18:47:25 +00:00
myk%mozilla.org
9ffcbfbcc4 don't let XSLT in microsummary generators load documents
bug=342274
r=sicking
2006-07-06 01:41:26 +00:00
myk%mozilla.org
f2f3f66af3 don't recheck microsummaries when previous update failed until normal expiration
bug=342908
r=ben
2006-07-05 20:23:57 +00:00
myk%mozilla.org
e190211354 make sure resource exists before attempting to destroy it
bug=343385
r=ben
2006-07-05 16:49:17 +00:00
myk%mozilla.org
b010673769 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
2006-07-04 07:19:24 +00:00
myk%mozilla.org
d2d74921c6 make sure the bookmarks sidebar is open before rebuilding it
bug=342739
r=mconnor
2006-07-03 16:54:04 +00:00
myk%mozilla.org
e3270f1685 prevent the microsummary service from triggering bookmarked files to be downloaded
bug=339543
r=biesi
r/sr=mconnor
2006-06-29 20:17:37 +00:00
myk%mozilla.org
cc943403ba factor out code for updating and refreshing microsummaries when the user selects a new one from the bookmark dialogs
bug=339296
r=mconnor
2006-06-26 18:14:51 +00:00