Commit graph

115 commits

Author SHA1 Message Date
myk@mozilla.org
aa4de4e765 Bug 368252: notify observers when a microsummary gets updatedr=sspitzersr=mconnor 2007-04-27 13:37:52 -07:00
myk@mozilla.org
2cd4a80d9d bug 376919: add a hidden pref to disable microsummariesPatch by Ryan Flint.r=myk 2007-04-27 13:32:23 -07:00
mozilla.mano@sent.com
ca16ac0359 Bug 373502 - Implement Fx2 style microsummary picker in the properties dialog. r=dietrich. 2007-03-22 16:13:57 -07:00
mozilla.mano%sent.com
90877ef48b Bug 370215 - update microsummaries to use unique place: uris for Places bookmarks. r=myk/dietrich. 2007-03-13 22:35:52 +00:00
philringnalda%gmail.com
25f61e4a51 Bug 371402: _saveGeneratorXML() should create a file if the one passed to it does not already exist, patch by Ryan Flint <ryan@ryanflint.com>, r=myk 2007-02-28 04:41:16 +00:00
philringnalda%gmail.com
88e1bc4dc4 Bug 368272: Notify observers upon generator installation, patch by Ryan Flint <ryan@ryanflint.com>, r=myk 2007-02-28 04:33:49 +00:00
myk%mozilla.org
5ed516515c fixing build bustage caused by earlier checkin for bug 347310 2007-02-22 02:09:07 +00:00
myk%mozilla.org
76ef59031f bug 347310: makes MicrosummaryResource implement nsIPrompt on its notification callback to suppress extraneous errors on the Error Console when the microsummary resource updates microsummaries
r=biesi
2007-02-22 01:26:29 +00:00
myk%mozilla.org
71338f25c0 bug 368272: notify observers when microsummary generators are installed or updated to improve the API for extensions that add generator-related functionality (like Microsummary Manager)
Patch by Ryan Flint.
r=myk
2007-02-15 02:13:12 +00:00
myk%mozilla.org
a2f381ca0e bug 354449: remove file that is no longer necessary now that it's been copied to nsMicrosummaryService.js on the CVS server; r=gavin on IRC 2007-01-17 20:52:51 +00:00
sayrer%gmail.com
7829e29ccb bug 354449. Fix some bustage. nsMicrosummaryService.js not regenerated when enabling/disabling Places. Patch by Daniel Brooks <db48x@yahoo.com>. r=bsmedberg 2007-01-14 06:17:51 +00:00
sspitzer%mozilla.org
e03a1f319b 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
2007-01-14 05:38:35 +00:00
myk%mozilla.org
2fc78c365b 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
2007-01-14 05:38:34 +00:00
myk%mozilla.org
cf6c7e4fd3 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
2007-01-14 05:38:33 +00:00
myk%mozilla.org
19b7fc6f47 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
2007-01-14 05:38:32 +00:00
myk%mozilla.org
4ff5e834dc 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
2007-01-14 05:38:31 +00:00
cbiesinger%web.de
4cf08fe46f Bug 265780 part I: Implement nsIAuthPrompt2 and related interfaces per the design at
http://wiki.mozilla.org/Necko:nsIAuthPrompt2
r=darin
2007-01-14 05:38:30 +00:00
myk%mozilla.org
3541e05c3e 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
2007-01-14 05:38:29 +00:00
myk%mozilla.org
475032ab03 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
2007-01-14 05:38:28 +00:00
myk%mozilla.org
8fbd2c1672 better workaround for problem that Live Title bookmark not listed in the main bookmark menu until Firefox is restarted
bug=348248
r=mconnor
2007-01-14 05:38:27 +00:00
myk%mozilla.org
6f42150dcf 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
2007-01-14 05:38:26 +00:00
myk%mozilla.org
0980012b98 make the microsummary update interval use a preference
bug=342044
Patch by Simon B��nzli.
r=myk
2007-01-14 05:38:25 +00:00
myk%mozilla.org
5300a40ad3 don't treat microsummary generator that goes missing as if it were a remote generator
bug=346822
r=mconnor
2007-01-14 05:38:24 +00:00
myk%mozilla.org
db43e1d917 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
2007-01-14 05:38:23 +00:00
myk%mozilla.org
2b3b50ac9e 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
2007-01-14 05:38:22 +00:00
myk%mozilla.org
1cd9c0843b cancel timeout when loading a microsummary resource on error in addition to on load
bug=346824
r=mconnor
2007-01-14 05:38:21 +00:00
myk%mozilla.org
39282616c1 stop installed microsummary generators from being leaked at shutdown by destroying the timer property of MicrosummaryResource objects
bug=346913
r=mconnor
2007-01-14 05:38:20 +00:00
jminta%gmail.com
a61c8b80e1 Bug 341842 microsummary service should be stricter about parsing generators, r=myk 2007-01-14 05:38:19 +00:00
myk%mozilla.org
52fb1520a4 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
2007-01-14 05:38:18 +00:00
jminta%gmail.com
1d776befff backing out Bug 341842 2007-01-14 05:38:17 +00:00
jminta%gmail.com
9e6a88e239 Bug 341842 microsummary service should be stricter about parsing generators, r=myk 2007-01-14 05:38:16 +00:00
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