Commit Graph

134 Commits

Author SHA1 Message Date
timeless@mozdev.org
b0e4df4591 Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore 2008-04-06 05:28:34 -07:00
reed@reedloden.com
67e52d03e0 Typo fix. s/Permision/Permission/ in _checkAndGetURI()'s throw(). Found by Tomcat. 2008-04-02 19:45:31 -07:00
mozilla.mano@sent.com
7262f2d600 Bug 425010 - Feed subscription UI is broken. r=gavin, a=mconnor. 2008-03-25 17:23:38 -07:00
mozilla.mano@sent.com
021a04012b Bug 360529, r+a=mconnor. 2008-03-24 05:43:44 -07:00
timeless@mozdev.org
7f880e43ef reverting, wrong patch, missing AMBIGUOUS 2008-03-19 14:55:22 -07:00
timeless@mozdev.org
022712406a Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore 2008-03-19 14:19:35 -07:00
ted.mielczarek@gmail.com
5bc866acda bug 422360 - don't statically link browser components when jemalloc is enabled. r=bsmedberg 2008-03-13 11:34:13 -07:00
jwalden@mit.edu
818390570b Bug 401514 - Don't use a getter when a property will do. r=gavin, a=beltzner 2008-03-05 19:58:48 -08:00
mozilla.mano@sent.com
99c7903640 Bug 360529, r=sayrer, sr=jst, a=beltzner. 2008-03-03 00:15:37 -08:00
myk@mozilla.org
f3d64a6f83 bug 415732: expose way for chrome/extensions to register feed handler in current session; r=mano, a=dsicore 2008-02-25 13:24:10 -08:00
jruderman@hmc.edu
bac8744dcd Remove what looks like a stray dump() from this test. This dump() was causing Tinderbox to show "error" lines at the top of the log. 2008-02-09 00:55:27 -08:00
philringnalda@gmail.com
2988831fbb Bug 416005 - Sort feed readers by pref number, rather than mistakenly count on them coming out of the prefs system in order, r=mano, a=schrep+blocker 2008-02-08 20:46:44 -08:00
florian@queze.net
0e2785daf8 Bug 402788 - ensure web-based protocol handlers can't override gecko-internal stuff. r=gavin, r=dmose, a=blocking1.9+ 2008-02-08 15:52:48 -08:00
florian@queze.net
94d31a377c Bug 402287 - register{Protocol,Content}Handler should only be allowed from same host as handler. r=gavin, a=blocking1.9+ 2008-02-08 15:04:30 -08:00
philringnalda@gmail.com
bb66bf2bed Bug 415245 - Feed preview first run UI confuses video podcasts and feeds, r=mano, a=beltzner 2008-02-01 22:28:51 -08:00
mozilla.mano@sent.com
267a55ed4d Bug 414922 - RSS Subscription broken. r=myk. a=beltzner. 2008-01-30 13:53:37 -08:00
reed@reedloden.com
aed2f8acf2 Bug 400064 - "Adapt Web Feed preview page for Podcasts and Video Podcasts" (Missed file in previous patch) [p=will.guaraldi@pculture.org (Will Guaraldi) ui-r=beltzner r=myk r=sayrer a1.9b3=beltzner] 2008-01-30 12:57:16 -08:00
reed@reedloden.com
a58f37f7bb Bug 400064 - "Adapt Web Feed preview page for Podcasts and Video Podcasts" [p=will.guaraldi@pculture.org (Will Guaraldi) ui-r=beltzner r=myk r=sayrer a1.9=beltzner] 2008-01-29 20:40:49 -08:00
sayrer@gmail.com
af4a306e7c Bug 303645. Add support for media feeds and objects (enclosures). Patch by Will Guaraldi <will.guaraldi@pculture.org>. r=sayrer/gavin, ui-r=beltzner, a=beltzner 2008-01-29 18:08:57 -08:00
philringnalda@gmail.com
9c10fe1307 i before e except after c 2008-01-13 17:04:37 -08:00
philringnalda@gmail.com
a370c206cd Bug 355473 - Make FeedProtocolHandler.newChannel create a new real URI instead of modifying the caller's URI, and hack around bug 408599 by refusing in newURI to create feed URIs that will cause newChannel to create a channel with a spectacularly bad URI, r=sayrer, sr=bz, a=blocker 2007-12-31 14:27:50 -08:00
philringnalda@gmail.com
2f57ee3b4f Bug 368464 - RSS preview sniffs RSS 0.90 on trunk, r=sayrer, a=beltzner 2007-12-28 22:01:02 -08:00
philringnalda@gmail.com
fa5b56cf2f Bug 408328 - Replace FeedWriter.js's CheckLoadURIStr with CheckLoadURIStrWithPrincipal, r=sayrer, sr=bz, a=sayrer 2007-12-28 19:30:54 -08:00
dmose@mozilla.org
5953cabe8c Improve external protocol handling dialog UE (bug 402771), ui-r=beltzner, r=gavin, a=blocking-1.9+ 2007-12-02 17:55:12 -08:00
reed@reedloden.com
d8192cfe53 Bug 401343 - "restrict web-based protocol handlers to http/https" [p=florian@mozilla.com (Florian Quèze) r=gavin a=blocking1.9+] 2007-11-20 01:45:51 -08:00
peterv@propagandism.org
bb3daac541 Fix for bug 401345 (Calling registerProtocolHandler leaks like a sieve). r=sayrer. 2007-11-17 06:38:36 -08:00
dbaron@dbaron.org
19b6fbdb4c Remove the span causing the warning and incorrect alignment. b=401820 r=mano a1.9=beltzner 2007-11-12 11:15:52 -08:00
dbaron@dbaron.org
6917f47f2d Format the XUL-on-one-line more legibly. b=401820 r=mano a1.9=beltzner 2007-11-12 11:15:29 -08:00
peterv@propagandism.org
25895b551a Fix for bug 398270 ([mlk] Loading a feed leaks). r=sayrer. 2007-10-06 01:05:30 -07:00
rflint@ryanflint.com
af798b455d Bug 395557 - XPCOMUtilify FeedWriter. r=sayrer, a=mconnor 2007-09-17 14:10:10 -07:00
myk@mozilla.org
ec3ff32ae8 bug 377784: new Applications prefpane, which replaces the Download Actions dialog and the Feeds prefpane and provides a better UI for configuring handlers for MIME types and protocol schemes; r=gavin, ui-r=mconnor 2007-09-05 21:55:45 -07:00
philringnalda@gmail.com
bd4104a975 Bug 394491 - send feed: URLs on all platforms, not just Mac (can't subscribe to feeds in Outlook 2007), r=mano 2007-09-04 19:39:48 -07:00
sayrer@gmail.com
f8c9de3702 Bug 388275. Malformed feed breaks UI. r=gavin 2007-09-03 21:31:43 -07:00
sayrer@gmail.com
910987398d Bug 385178. Memory leak when viewing feeds. r=gavin 2007-08-20 22:31:04 -07:00
enndeakin@sympatico.ca
fa4a85978d Bug 386917, choose application in feeds page not working, add popup state retrieving api, r=mano,sr=bz,a=dbaron 2007-08-15 16:52:47 -07:00
sdwilsh@shawnwilsher.com
c7ff3a0d8d Bug 372441 - Implement registerProtocolHandler for arbitrary protocols. r=mano, ur-r=beltzner 2007-08-14 21:02:02 -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
philringnalda@gmail.com
4f5cca035b Bug 388207 - Remove the bogus and never-(properly-)shown 'it's our fault :-(' feed preview error, r=mano 2007-07-15 14:28:39 -07:00
jwalden@mit.edu
6d7584839a Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
sayrer@gmail.com
43d2c9d66c Bug 385982. WebContentConverterRegistrar in cycle with nsJSID. r=gavin 2007-06-26 16:48:55 -07:00
philringnalda@gmail.com
6e83676554 Bug 384259 - Remove unused function safeGetBoolPref, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=gavin 2007-06-13 21:41:41 -07:00
rflint@ryanflint.com
ef2ac3c676 Bug 382911 - Several JS components call nsICategoryManager.addCategoryEntry with an extra final parameter. Patch by Manish Singh <manish@flock.com>, r=gavin 2007-06-04 22:22:34 -07:00
mattwillis@gmail.com
9bb13b3eaf fix typo in comment. rs=sayrer 2007-06-01 07:34:22 -07:00
mozilla.mano@sent.com
821246e4a9 Bug 368745 - Use nsIFaviconService in Feed Preview. r=sspitzer,sayrer. 2007-05-22 17:36:38 -07:00
benjamin@smedbergs.us
3048b90adc Bug 376041 - Link browser components against the CRT statically (on Windows), to solve CRT embedding issues, r=luser 2007-04-23 12:25:39 -07:00
sayrer@gmail.com
6fd085adb9 bug 375588. FeedWriter should pull image from accessor, not property bag. r=mano 2007-03-27 18:02:33 -07:00
asqueella@gmail.com
693887e57a Bug 375215 - FeedWriter fails for feeds with text/html content type
p=Wladimir Palant <trev@gtchat.de>r=sayrer/mano
2007-03-24 22:26:32 -07:00
sayrer%gmail.com
ef9bf60780 Bug 372283. Feed preview layout issues. r=mano 2007-03-05 01:53:08 +00:00
mozilla.mano%sent.com
83c6dc6cd5 Bug 369935 - Partial feed subscription UI is shown until the feed is loaded. r=sayrer, gavin. 2007-02-11 00:05:19 +00:00
asqueella%gmail.com
9e3b19f9ee Bug 356578 - rebranding should affect the name of the executable
patch by O. Atsushi <torisugari@gmail.com>
r=mano, bsmedberg
2007-01-25 13:43:52 +00:00