Граф коммитов

144 Коммитов

Автор SHA1 Сообщение Дата
dtownsend%oxymoronical.com cd6af1e57b Bug 404726: Addon compatibility check gives many alerts (toolkit and
security portions). r=gavin.sharp, r=kengert
2008-01-15 15:06:37 +00:00
reed%reedloden.com 5e741f9ef2 Bug 401865 - "nsMicrosummaryService.js cleanup" [p=dao r=Mano a1.9=schrep] 2007-11-15 07:33:00 +00:00
kaie%kuix.de fa8ca2458f Bug 327181, Improve error reporting for invalid-certificate errors (error page for https, or combined dialog)
Code in mozilla/security/manager: r=rrelyea
Code elsewhere: r=mconnor, sr=dveditz
blocking1.9=mconnor
2007-10-03 11:52:26 +00:00
myk%mozilla.org f1b0098bee bug 397231: switch from throwing to calling error handler when encountering problems after an XMLHttpRequest completes so the microsummary service doesn't leak when it encounters those problems; r,a=mconnor 2007-09-30 20:17:06 +00:00
sayrer%gmail.com 845748fec4 Bug 397819. Microsummaries uses e4x Namespace objects when it shouldn't. r=myk, a=mconnor 2007-09-29 06:06:18 +00:00
myk%mozilla.org 60a83ec97d bug 397231: backing out patch, which mistakenly got checked in before it has received approval 2007-09-28 22:43:18 +00:00
myk%mozilla.org 86871be023 bug 397231: fix leaks in microsummary service when loading malformed XML; r=mconnor, a= 2007-09-28 22:41:58 +00:00
rflint%ryanflint.com 81fe4d4cb1 Bug 389578 - Remove field wrappers. r=myk, a=mconnor 2007-09-17 21:20:14 +00:00
rflint%ryanflint.com 8eec5474e7 Bug 338295 - Microsummaries should be removed when they cease to exist. r=myk 2007-08-18 03:27:22 +00:00
rflint%ryanflint.com 2abb085f80 Bug 341341 - automatically update installed microsummary generators. r=myk 2007-08-17 22:44:28 +00:00
rflint%ryanflint.com 0c931d5b47 Backout due to places test failures 2007-08-15 19:02:55 +00:00
rflint%ryanflint.com 4bfed5599f Bug 341341 - automatically update installed microsummary generators. r=myk 2007-08-15 18:24:54 +00:00
rflint%ryanflint.com ee93e4512a Bug 392079 - Don't pass bad URIs from link elements beyond extractFromPage. r=myk 2007-08-15 06:18:30 +00:00
rflint%ryanflint.com 1cd86360e7 Bug 370242 - check HTTP status code to determine auth (and other) failures. r=myk 2007-08-09 22:07:42 +00:00
rflint%ryanflint.com 31fc3fac94 Bug 373500 - Generated titles (microsummaries) are not used in tree and menu places views. r=mano 2007-07-26 03:31:41 +00:00
mozilla.mano%sent.com 14f87809f7 Bug 386392 - Drop pre places/places-bookmarks support from browser/. r=gavin. 2007-07-17 21:08:28 +00:00
mozilla.mano%sent.com cd350f4baf Bug 331654 - Provide a way to handle annotations values in a type-agnostic way. r=dietrich. 2007-07-11 09:58:00 +00:00
rflint%ryanflint.com 2f631be6c5 Bug 381254 - Replace module in nsMicrosummaryService.js with XPCOMUtils.jsm's generateModule. r=myk 2007-07-01 03:35:19 +00:00
thunder%mozilla.com 81c6d0b64d Bug 379913: Add convenience methods to the microsummary service. r=myk 2007-05-15 23:28:22 +00:00
mozilla.mano%sent.com c5bd30ba2d Bug 379211 - Use item IDs for annotating bookmark/folder items rather than place: URIs. r=dietrich. 2007-05-10 08:05:22 +00:00
myk%mozilla.org 5c6b7f8546 Bug 368252: notify observers when a microsummary gets updated
r=sspitzer
sr=mconnor
2007-05-07 10:52:55 +00:00
mozilla.mano%sent.com a4a97b7fb6 Bug 373502 - Implement Fx2 style microsummary picker in the properties dialog. r=dietrich. 2007-05-07 10:52:54 +00:00
myk%mozilla.org 7241410483 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 10:52:53 +00:00
myk%mozilla.org 21897b7347 don't treat microsummary generator that goes missing as if it were a remote generator
bug=346822
r=mconnor
2007-05-07 10:52:52 +00:00
myk%mozilla.org 2b8f0e8a28 display link tag's title attribute on microsummary menu item while downloading generator
Patch by Justin Dolske.
bug=342231
r=myk
2007-05-07 10:52:51 +00:00
martijn.martijn%gmail.com 2836cef9e1 Bug 337940 - Microsummary service should allow authors to dictate update frequency, patch by Simon B�nzli, r=myk 2007-05-07 10:52:50 +00:00
myk%mozilla.org 2d1e6cb70f add a bookmarks context menu item for refreshing a microsummary; bug=341555; r=mconnor; a=mconnor for 1.8 branch 2007-05-07 10:52:49 +00:00
myk%mozilla.org 3304da2db8 Initial support for microsummaries via a service and integration into the bookmarks UI.
bug=334471
r=brettw
a=ben for the branch
2007-05-07 10:52:48 +00:00
sspitzer%mozilla.org 908a749bcf fix for bug #378921: unable to bookmark a microsummarized URI.
r=mano
2007-05-01 22:30:24 +00:00
myk%mozilla.org ab8ecdbeea Bug 368252: notify observers when a microsummary gets updated
r=sspitzer
sr=mconnor
2007-04-27 20:37:52 +00:00
myk%mozilla.org 340bba2f41 bug 376919: add a hidden pref to disable microsummaries
Patch by Ryan Flint.
r=myk
2007-04-27 20:32:23 +00:00
mozilla.mano%sent.com c1c7015cc5 Bug 373502 - Implement Fx2 style microsummary picker in the properties dialog. r=dietrich. 2007-03-22 23:13:57 +00:00
mozilla.mano%sent.com 53c2ad01a7 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 343dd8eddd 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 5760a15acb 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 a931b4e3dc fixing build bustage caused by earlier checkin for bug 347310 2007-02-22 02:09:07 +00:00
myk%mozilla.org 6fe515d97d 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 2f0929a950 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 ed268ec5cf 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 2857cfd1ee 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 9665ee309a 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 33bef4324a 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 1e5a4ca79e 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 b1dff948ea 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 c627eb3835 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 41d3b25bda 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 22f7049ef6 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 4b1ae1f2df 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 cf40f9a67a 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 790f55631c 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