Commit graph

131 commits

Author SHA1 Message Date
rflint@ryanflint.com
841127f153 Bug 370242 - check HTTP status code to determine auth (and other) failures. r=myk 2007-08-09 15:07:42 -07:00
rflint@ryanflint.com
b58e3e6cf1 Bug 373500 - Generated titles (microsummaries) are not used in tree and menu places views. r=mano 2007-07-25 20:31:40 -07:00
mozilla.mano@sent.com
8854db12e8 Bug 386392 - Drop pre places/places-bookmarks support from browser/. r=gavin. 2007-07-17 14:08:24 -07:00
mozilla.mano@sent.com
d068e388b8 Bug 331654 - Provide a way to handle annotations values in a type-agnostic way. r=dietrich. 2007-07-11 02:57:59 -07:00
rflint@ryanflint.com
67649d3202 Bug 381254 - Replace module in nsMicrosummaryService.js with XPCOMUtils.jsm's generateModule. r=myk 2007-06-30 20:35:19 -07:00
thunder@mozilla.com
2da2087481 Bug 379913: Add convenience methods to the microsummary service. r=myk 2007-05-15 16:28:22 -07:00
mozilla.mano@sent.com
33a988643d Bug 379211 - Use item IDs for annotating bookmark/folder items rather than place: URIs. r=dietrich. 2007-05-10 01:05:19 -07:00
myk@mozilla.org
9ba03ade72 Bug 368252: notify observers when a microsummary gets updatedr=sspitzersr=mconnor 2007-05-07 03:52:55 -07:00
mozilla.mano@sent.com
3562330e8e Bug 373502 - Implement Fx2 style microsummary picker in the properties dialog. r=dietrich. 2007-05-07 03:52:54 -07:00
myk@mozilla.org
9f7fde2aca 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-05-07 03:52:53 -07:00
myk@mozilla.org
d8c784e813 don't treat microsummary generator that goes missing as if it were a remote generatorbug=346822r=mconnor 2007-05-07 03:52:52 -07:00
myk@mozilla.org
f9b8882a5f display link tag's title attribute on microsummary menu item while downloading generatorPatch by Justin Dolske.bug=342231r=myk 2007-05-07 03:52:51 -07:00
martijn.martijn@gmail.com
b37280c96e Bug 337940 - Microsummary service should allow authors to dictate update frequency, patch by Simon Bünzli, r=myk 2007-05-07 03:52:50 -07:00
myk@mozilla.org
e30874168a add a bookmarks context menu item for refreshing a microsummary; bug=341555; r=mconnor; a=mconnor for 1.8 branch 2007-05-07 03:52:49 -07:00
myk@mozilla.org
da623c877d Initial support for microsummaries via a service and integration into the bookmarks UI.bug=334471r=brettwa=ben for the branch 2007-05-07 03:52:48 -07:00
sspitzer@mozilla.org
97da9e6bfd fix for bug #378921: unable to bookmark a microsummarized URI.r=mano 2007-05-01 15:30:24 -07:00
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