Commit Graph

150 Commits

Author SHA1 Message Date
Dão Gottwald
e1a4065ed3 Bug 525710 - getPagesWithAnnotation, getItemsWithAnnotation, getPageAnnotationNames, getItemAnnotationNames, getFaviconData, getQueries, getFolders and getTagsForURI length out params should be optional. r=sdwilsh
--HG--
extra : rebase_source : e46c14838c9076d6bb32a423e0193e71b1d0532a
2009-11-02 22:04:15 +01:00
Ryan Flint
2dd815bb9d Bug 520342 - Consolidate some getService calls. r=dietrich 2009-10-03 17:48:43 -04:00
Robert Strong
72041e0b70 Bug 471219 - Store timer registrations somewhere permanent. r=dtownsend 2009-09-18 11:03:27 -07:00
Blake Winton
46549979e9 Bug 507386 - Unintended semicolons at the end of if-statements. r=dietrich 2009-07-30 20:40:45 +02:00
Ryan Flint
b567f089b7 Bug 502764 - Disable DNS prefetching for microsummary requests. r=sdwilsh 2009-07-06 22:24:04 -04:00
Dietrich Ayala
b1252c747a Bug 492794 - microsummary service should cache bookmark ids for fast access (r=marco) 2009-06-12 15:26:04 -07:00
dtownsend@oxymoronical.com
eb23ab4e4f Bug 404726: Addon compatibility check gives many alerts (toolkit and security portions). r=gavin.sharp, r=kengert 2008-01-15 07:06:34 -08:00
reed@reedloden.com
2276958b67 Bug 401865 - "nsMicrosummaryService.js cleanup" [p=dao r=Mano a1.9=schrep] 2007-11-14 23:33:00 -08:00
kaie@kuix.de
ad2bb22af2 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 04:47:26 -07:00
myk@mozilla.org
62764c09a6 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 13:17:06 -07:00
sayrer@gmail.com
dcf03827a0 Bug 397819. Microsummaries uses e4x Namespace objects when it shouldn't. r=myk, a=mconnor 2007-09-28 23:06:18 -07:00
myk@mozilla.org
cc831ba0e1 bug 397231: backing out patch, which mistakenly got checked in before it has received approval 2007-09-28 15:43:18 -07:00
myk@mozilla.org
9c7b7b3694 bug 397231: fix leaks in microsummary service when loading malformed XML; r=mconnor, a= 2007-09-28 15:41:58 -07:00
rflint@ryanflint.com
bc99c26487 Bug 389578 - Remove field wrappers. r=myk, a=mconnor 2007-09-17 14:20:14 -07:00
rflint@ryanflint.com
9e292c5882 Bug 338295 - Microsummaries should be removed when they cease to exist. r=myk 2007-08-17 20:27:22 -07:00
rflint@ryanflint.com
229a3bef17 Bug 341341 - automatically update installed microsummary generators. r=myk 2007-08-17 15:44:28 -07:00
rflint@ryanflint.com
d591549c76 Backout due to places test failures 2007-08-15 12:02:55 -07:00
rflint@ryanflint.com
f822bfeed5 Bug 341341 - automatically update installed microsummary generators. r=myk 2007-08-15 11:24:33 -07:00
rflint@ryanflint.com
7baa3586e4 Bug 392079 - Don't pass bad URIs from link elements beyond extractFromPage. r=myk 2007-08-14 23:18:30 -07:00
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