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

35 Коммитов

Автор SHA1 Сообщение Дата
benjamin%smedbergs.us 1aa947c723 Bug 345517 - Build Firefox --enable-libxul by default, r=darin/mento 2006-08-09 13:39:19 +00:00
gavin%gavinsharp.com 67da7d7f5e Bug 346356: Replace deprecated calls to preventBubble() on trunk, patch by Adam Guthrie <ispiked@gmail.com>, r=mano 2006-08-07 22:40:33 +00:00
sayrer%gmail.com 115389e1d9 Bug 346312. RSS preview page should reload without feed preview if there was no result.doc. Patch by Michael Wu <michael.wu@mozilla.com>. r=mconnor. 2006-08-07 16:57:26 +00:00
jwalden%mit.edu c856790afd Bug 344651 - Want tweaks to feed preference code to better support the new prefwindow. r=ben 2006-07-28 00:17:22 +00:00
beng%bengoodger.com 2e92728f7a 342943 - localization for default feed handlers... move configuration into localizable prefs. r=pamg.bugs@gmail.com 2006-07-27 17:18:52 +00:00
sayrer%gmail.com baa1adde55 Bug 341407. After subscribe to feed operation, rss icon is broken until web page is refreshed. Second patch, fix call site. Patch by Ben Goodger <bugs@bengoodger.com>. r=darin, a=mconnor 2006-07-27 06:26:56 +00:00
sayrer%gmail.com 84a8bf9f71 Bug 344991. Change accessors to return nsIFeedTextConstructs. r=ben. missed this file 2006-07-22 15:56:58 +00:00
jminta%gmail.com f4d96c6ad6 Bug 344279 FeedWriter dumps error messages to the console, r=ben 2006-07-21 18:10:22 +00:00
beng%bengoodger.com 7859732cad 341407 - reload web page after user subscribes to a feed when an auto-handler is set so that the browser's cached feed list, which is cleared on startDocumentLoad, is regenerated so that subsequent subscription attempts work. r=darin 2006-07-20 16:28:30 +00:00
beng%bengoodger.com 27c563ea3d 340179 - update to include better comments and canonical contract id format for embeddor-implemented components r=darin 2006-07-06 03:00:37 +00:00
gavin%gavinsharp.com a58625a2ca Bug 342991: feeds show up empty, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=mconnor 2006-07-05 20:03:02 +00:00
beng%bengoodger.com a2952e396e part of previous checkin, make sure object qis to nsIWebContentConverterRegistrar 340179 2006-06-29 00:58:52 +00:00
beng%bengoodger.com af5d422f2d 334747, 339893 - desktop application feed readers do not display their app name properly or launch with the specified feed on OSX due to lack of support for a function to get the application bundle name, and a method to invoke an application bundle on OS X with a URL. Add an attribute to nsILocalFileMac called bundleDisplayName to show the application's name, and a method to nsIShellService called openApplicationWithURL which launches an application with a URL parameter appropriately across platforms (nsIProcess on windows and linux, LaunchServices on OS X). Update the client code to use bundleDisplayName, and also the <filefield> binding in preferences to use it too. r=mark sr=darin 2006-06-27 22:38:55 +00:00
beng%bengoodger.com 59958a7b23 336903 - feed view should not run with chrome privileges. Browser pieces: move privileged code from subscribe.js into FeedWriter javascript component, make an about:feeds redirector module in browser so that we don't need to touch the one in necko. r=mento 2006-06-27 19:53:48 +00:00
beng%bengoodger.com 145430bef6 340897 - lots of rss bug fixes r=sspitzer 2006-06-12 18:14:55 +00:00
sayrer%gmail.com 4532389728 b=337201. Incorrect handling of feed:https://. Patch by Phil Ringnalda <philringnalda@gmail.com>. r=ben 2006-06-02 04:49:15 +00:00
mozilla.mano%sent.com eb6031d72d Bug 337998 - don't force the chrome direction on the whole feed preview (but do set it on the UI parts of it), also includes some RTL-compat fixes on the themes side of things. r=mconnor. 2006-05-30 14:28:58 +00:00
smontagu%smontagu.org d48d993992 Use debug() instead of dump() for debugging messages. Bug 338139, r=brettw 2006-05-16 15:33:53 +00:00
beng%bengoodger.com c0a83e8d1b 336945 - subscription options - can't use/select use a website on windows if no feed protocol handler ever installed on system. r=gavin 2006-05-11 00:16:30 +00:00
beng%bengoodger.com 8a860d81bc did not mean to check this in yet 2006-05-08 22:59:52 +00:00
beng%bengoodger.com 9bdc07160f did not mean to check this in yet 2006-05-08 22:21:14 +00:00
beng%bengoodger.com bfc843d2f3 337184 - feed sniffer considers too many documents feeds... needs to not consider an element a feed unless it is the root element. reviewed by darin, r=mconnor 2006-05-08 22:18:58 +00:00
beng%bengoodger.com e43d861c21 336903 - make sure we check uris specified in the feed with the security manager before we set them as load-able hrefs or srcs in the output document, which has chrome privileges. r=bz 2006-05-08 04:21:44 +00:00
beng%bengoodger.com 34f74f36a5 336852 - show some basic content in the feed handling page, also fix some bustage due to identicaly named libraries with toolkit/components/feeds. 2006-05-06 04:58:38 +00:00
beng%bengoodger.com 87a668a019 336755 - revert earlier change I made on darin's suggestion because end_iter is moved after all. allows proper detection of rdf-rss feeds. also ensure that the rdf-rss switch is triggered after all three conditions are met, not any one 2006-05-06 03:05:28 +00:00
beng%bengoodger.com 53f781ee79 335443 - support <link> autodetection of search engines patch by Pam Greene <pamg.bugs@gmail.com> r=brettw@gmail.com sr=ben@mozilla.org 2006-05-06 02:37:51 +00:00
beng%bengoodger.com 57053ea858 336824 - numerous small issues with feed handling/options r=brettw for browser bits r=sayrer for processor exception handling 2006-05-05 23:13:20 +00:00
beng%bengoodger.com 684a66945b 333751 - land feed preview page. actually turn it on by default + address some review comments from darin to nsFeedSniffer.* r=darin@meer.net for the configure changes and nsFeedSniffer.* 2006-05-04 21:57:18 +00:00
beng%bengoodger.com 9c210f99dc 333751 make sure that a default handler for windows is shown in the box, if one is specified in the windows registry. not part of the build 2006-05-03 23:38:18 +00:00
beng%bengoodger.com 5eda5f18ab 333751 - move pref names around per brettw review request. 2006-05-03 04:52:32 +00:00
beng%bengoodger.com 13d14ebd83 333751 - more integration with browser - co-opt the subscribe item in the location bar, add a link to this functionality from preferences (preliminary), and seed the web handler list with some default values. r=brettw@gmail.com 2006-05-03 03:56:20 +00:00
beng%bengoodger.com 0628634a71 333751 - more feed tweaking... safe exception handling around preferences. NOT PART OF BUILD! 2006-04-28 18:40:36 +00:00
beng%bengoodger.com 080e6a9cdc 333751- more tweaking of feed handler, client apps and live bookmark support NOT PART OF BUILD 2006-04-28 18:05:34 +00:00
beng%bengoodger.com 44510e80b8 333751 - more feed handling changes... NOT PART OF BUILD!! 2006-04-28 06:08:22 +00:00
beng%bengoodger.com c2d6dd5251 333751 - land initial content converter patch for feed parsing, turned off. r=bsmedberg for configure bits, r=brettw for everything else... use --enable-feeds in .mozconfig to turn this on. 2006-04-27 00:24:12 +00:00