Commit Graph

30 Commits

Author SHA1 Message Date
benjamin@smedbergs.us
9bb8ca578b Bug 352762 - Allow PFS to launch an executable file to run plugins, instead of installing an XPI. This fixes Windows Vista permissions errors in XPInstall, r=doron 2007-07-25 11:54:46 -07:00
benjamin@smedbergs.us
c2d1a0445c Bug 384925 - Allow PFS to return hashes for plugin XPIs, r=doron 2007-06-19 09:12:49 -07:00
sdwilsh@shawnwilsher.com
44cbc3eab4 Bug 381468 - Convert toolkit application/x-javascript to application/javascript. r=gavin.sharp 2007-05-23 11:08:10 -07:00
mozilla.mano%sent.com
191638575e Bug 330102 - Switch pfs to use principal matching rather than string matching. r=gavin, sr=bz. 2006-11-29 08:06:22 +00:00
bzbarsky%mit.edu
0a3a624149 Make it possible for protocol handlers to configure how CheckLoadURI should
treat them via their protocol flags.  Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
doronr%us.ibm.com
816d4e1359 Fix bug 338342 - clicking Finish in pfs no longer works. r=mconnor 2006-05-25 20:03:51 +00:00
rob_strong%exchangecode.com
15a7fd1ced Missed one file for Bug 332146 - Maximized state of Extensions/Themes/Downloads Manager not remembered. patch=Simon B�nzli zeniko@gmail.com, r=rob_strong 2006-04-27 09:26:10 +00:00
doronr%us.ibm.com
d65626a1e6 Bug 322833 - PFS gets stuck at license. r=rob_strong 2006-02-06 21:59:03 +00:00
gavin%gavinsharp.com
7ae23f387f Bug 322999: Can style contents of plugin placeholder, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=biesi, sr=bz 2006-01-12 01:18:37 +00:00
doronr%us.ibm.com
e0b8467af0 Bug 264282 - PFS never shows the mimetype needed, even if it fails to locate the plugin. r=mconnor 2006-01-03 19:44:55 +00:00
cbiesinger%web.de
1d04cb0110 Bug 309521
- add pseudo-classes for :-moz-type-unsupported and :-moz-has-handlerref (and a
  content state for the former)
  - make nsObjectLoadingContent return the right content state
- Add an XBL binding that gets instantiated for broken plugins
  - Make it themable
- Remove a lot of now-unused code in nsObjectFrame
- Fixes pluginfinder.
r+sr=bz, r=mconnor
2005-12-29 14:15:33 +00:00
gavin%gavinsharp.com
996a21f734 Bug 317949: hideMessage should default to hiding the message for selectedBrowser, r=mconnor 2005-12-27 18:39:18 +00:00
bsmedberg%covad.net
67cd236a1d Bug 299930 - Need nsIXULAppInfo.platformVersion, r=darin a=asa 2005-07-14 20:29:06 +00:00
doronr%us.ibm.com
2e373f4427 Bug 289076 - plugin finder URL should not be localizable. r/a=bsmedberg 2005-06-16 18:24:34 +00:00
doronr%us.ibm.com
040304a07c Bug 295407 - Finish button doesn't dismiss PFS dialog (manual installs). r=mconnor,a=asa 2005-06-09 14:57:25 +00:00
doronr%us.ibm.com
b75e15688b Bug 291716 - Install missing plugins... button only works once. r=mconnor,a=mkaply 2005-04-28 19:16:43 +00:00
doronr%us.ibm.com
5d2afefee0 Check in security fix for bug 289171 into trunk. r/a=dbaron, sr=jst 2005-04-19 15:09:46 +00:00
dbaron%dbaron.org
ba7012aded Check in bug 288556 for jst, r=darin, sr=brendan, a=drivers 2005-04-16 04:41:37 +00:00
bzbarsky%mit.edu
bfa5e9c161 Change more internal consumers to use application/xml instead of text/xml. Bug
247024, patch by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-03-13 19:08:42 +00:00
bsmedberg%covad.net
e75d55a075 From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd 2005-03-10 18:44:11 +00:00
bsmedberg%covad.net
3219ac4125 Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey) 2005-03-10 04:38:35 +00:00
doronr%us.ibm.com
715da7db19 Bug 283276 - Plugin finder service freezes when attempting to install plugins and not accepting first license. r=mkaply 2005-02-25 16:18:11 +00:00
doronr%us.ibm.com
278a724666 Bug 283277, r=mkaply 2005-02-23 18:19:44 +00:00
doronr%us.ibm.com
2423b6a102 Bug 282721 - plugin finder next button active during installation if no licences were shown. r=mconnor 2005-02-21 22:47:07 +00:00
doronr%us.ibm.com
43d12e93d3 Bug 273978 - Plugin Finder dialog hangs with mime type including plus. r=mconnor 2005-02-08 16:00:19 +00:00
doronr%us.ibm.com
0e94a96071 Bug 269024 - make Plugin wizard's first title localizable. r=mconnor 2005-02-08 15:58:18 +00:00
doronr%us.ibm.com
e7b086e0e3 Bug 266525 - Plugin finder does not work when a page with plugin is opened in background tab. r/sr=jst 2005-02-07 16:20:16 +00:00
myk%mozilla.org
b81eff6449 Fix for bug 271473: decouples the app update service, plugin finder service, and extension/theme directory (umo) from each other by moving them to different domain names (aus.mozilla.org, pfs.mozilla.org, and addons.mozilla.org, respectively, but that last URL will redirect to addons.update.mozilla.org temporarily so we don't break Firefox 1.0 users) so that we can isolate them from each other for better reliability and capacity control. r=ben 2004-12-16 09:12:20 +00:00
bsmedberg%covad.net
8780632762 Bug 273417 - Use the app id/version/buildid from nsXULAppAPI instead of using prefs r=darin a=ben 2004-12-07 04:53:07 +00:00
ben%bengoodger.com
a3b1eda480 Landing the Aviary Branch (Toolkit sections excluding toolkit/content). 2004-11-30 22:54:13 +00:00