Commit Graph

5074 Commits

Author SHA1 Message Date
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
myk%mozilla.org
8e8542aa6e make sure we have a bookmarks toolbar before we try to rebuild it
bug 342245
patch by Simon B��nzli
r=myk
2007-01-14 05:37:56 +00:00
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
gijskruitbosch%gmail.com
358cf36800 Bug 364611 - toggleOfflineStatus in browser.js shouldn't ask if it can go offline if it's going online.
r=gavin.sharp@gmail.com (Gavin Sharp)
2007-01-13 10:29:16 +00:00
mozilla.mano%sent.com
481ad499fe Bug 329147 - no tooltips in places toolbar. r=sspitzer. 2007-01-13 10:18:30 +00:00
jst%mozilla.org
13e769d9b6 Fixing popup blocker bug 354973. r=mano@mozilla.com, sr=peterv@propagandism.org 2007-01-13 01:08:43 +00:00
bzbarsky%mit.edu
867068ef8a Implement the proposed Web Apps 1.0 API for changing the selected style sheet
set, querying the available sets, etc.  Bug 200930, r=sicking, sr=dbaron
2007-01-11 19:32:31 +00:00
mozilla.mano%sent.com
2a02122616 Bug 366589 - Avoid places URIs parsing in the history sidebar. r=sspitzer. 2007-01-11 09:00:47 +00:00
sspitzer%mozilla.org
67de309fbc fix for bug #364599: some newly created profile files are write protected.
For Firefox 2.0.0.1-de, the default bookmarks.html, localstore.rdf, and mimeTypes.rdf (as well as search.rdf, but that is unused) files had the wrong permissions, which caused several problems.

Going forward, bsmedberg has made it so the build system will fix this problem if it happens again.  But for those 2.0.0.1-de users who were affected, this change will fix the permissions on these files.

r=bsmedberg
2007-01-10 21:48:07 +00:00
sspitzer%mozilla.org
f8e5d6319c improve comments, per asaf. no bug #.
r=mano
2007-01-10 09:49:20 +00:00
sspitzer%mozilla.org
63f867c71b fix for bug #366481
blank menu item under the "File" menu in the places (organize bookmarks) dialog.

It is supposed to be a "Properties..." menu item, but that has been
moved back to under the "Edit" menu item (see bug #365538).

r=mano
2007-01-10 09:33:11 +00:00
mozilla.mano%sent.com
f2f2471535 Bug 365538 - 'Move Bookmark(s)' UI in Places Organizer. r=sspitzer. 2007-01-09 23:00:23 +00:00
mozilla.mano%sent.com
b715965768 Bug 331856 - Middle-clicking Bookmarks Toolbar / non-bookmark items in Bookmarks menu opens all bookmarks in tabs. r=sspitzer. 2007-01-09 22:57:03 +00:00
mozilla.mano%sent.com
05d2d85ccb Bug 366474 - rootNodeIsSelected is not reliable for the menu view. r=sspitzer. 2007-01-09 22:48:50 +00:00
gavin%gavinsharp.com
bf31d58845 Bug 365996: Take advantage of old yes/no constant in nsIPromptService, patch by Ryan Jones <bugs@ryan-jones.com>, r=mscott for /mail, r=neil for /xpfe and /mailnews, r=ctho for /suite, r=me for the rest 2007-01-09 20:29:09 +00:00