David Keeler
7bac2af2ad
Bug 754472 - Implement multiple plugin click-to-play UI. r=jaws r=margaret r=dietrich
2012-08-28 09:23:10 -07:00
Yury
4d8df099e9
Bug 776208 - Plugin preview overlay. r=johns,jaws,margaret, sr=joshmoz
2012-08-25 17:18:44 -04:00
Benjamin Smedberg
75b52bafcd
Revert bug 776208 for semi-consistent failures:
...
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Test 1a, the overlay about: content is expected
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: chrome://mochitests/content/browser/browser/base/content/test/plugin_test.html
CLOSED TREE
2012-08-24 13:08:15 -04:00
Yury
66d7f566fa
Bug 776208 - Plugin preview overlay. r=johns,jaws,margaret, sr=joshmoz
2012-08-24 16:18:16 -04:00
Benjamin Smedberg
a859c5ef74
Revert bug 776208 for semi-consistent failures:
...
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Test 1a, the overlay about: content is expected
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: chrome://mochitests/content/browser/browser/base/content/test/plugin_test.html
--HG--
extra : rebase_source : e000988677d466b4796c5b2a51968f586743e6db
2012-08-24 13:08:15 -04:00
Yury
a1e1a451e4
Bug 776208 - Plugin preview overlay. r=johns,jaws,margaret sr=joshmoz
...
--HG--
extra : rebase_source : f9b13bbda1318dbdaa71b04b3e04736655e65081
2012-08-23 17:11:51 -04:00
Mike Hommey
70d7c821af
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Margaret Leibovic
adfc19c5fc
Bug 777805 - Update error message for unsupported plugins to include "Learn More..." link. r=mbrubeck
2012-07-26 14:57:34 -07:00
Margaret Leibovic
cbd6ff9d26
Bug 725286 - Plugin placeholder text for the unsupported platforms is misleading. r=blassey,dolske
2012-07-25 21:44:11 -07:00
David Keeler
6f37861531
bug 760625 - use the blocklist to inform click-to-play plugins. r=joshmoz,bmcbride
2012-07-11 08:56:34 -07:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
David Keeler
1a6ab65dd8
Bug 742753 - Click-to-play: activate only the clicked plugin. r=jaws
2012-05-15 11:10:43 -07:00
Bobby Holley
1ef0a14fe7
Bug 751086 - Disable toolkit/mozapps/plugins/tests/browser_bug435788.js for leaks (r=Mano,a=test-only)
2012-05-02 15:06:27 -07:00
Jared Wein
58d288335f
Bug 711552 - Click to play plugins for desktop Firefox. r=felipe
2012-04-02 13:49:56 -07:00
Gavin Sharp
ec26eb5fde
Back out parts of bug 698986 to resolve bug 716945
2012-01-30 15:37:59 -08:00
Dão Gottwald
fd612d89f0
Bug 724286 - Fix TelemetryTimestamps, AddonManagerPrivate global scope pollution and whitelist __SSi. r=dietrich
2012-02-05 21:22:57 +01:00
Panagiotis Koutsourakis
9c7dfb9706
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
...
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
Margaret Leibovic
4846cb7c60
Bug 710240 - Tapping on "Tap to play" link reloads page instead of playing plugin. r=dolske a=no-cpp
2011-12-13 14:29:11 -08:00
Ed Morley
219d1eb56e
Merge mozilla-central and mozilla-inbound
2011-11-05 18:46:28 +00:00
Ed Morley
7ea8e12caa
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
2011-11-05 18:35:59 +00:00
Felix Fung
cc8c87e50a
Bug 698986 - Only Crashed Plugins Should Suggest Reloading. r=dolske
2011-11-05 10:43:59 -07:00
Rail Aliiev
ac65d0d88e
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00
Felix Fung
c9753d7a14
Bug 665196 - Change in-content plugin crash UI to submit a crash report and reload the page in one step. r=dolske
2011-09-23 22:28:56 -07:00
Brad Lassey
2a0422ad2e
bug 687265 - Front-end support for flash on Android Fennec r=mbrubeck,blassey,dolske,jst
2011-10-07 13:46:02 -04:00
Dão Gottwald
38d068a45d
Bug 663401 - browser_bug435788.js cleanup. r=mossop
2011-06-15 08:17:14 +02:00
Dão Gottwald
4eb46ca35a
fix JS error "onwizardfinish is not defined" in browser_bug435788.js
2011-06-08 07:34:35 +02:00
Dão Gottwald
e0abfe934e
Bug 658738 - remove event listeners in browser chrome tests
2011-06-07 16:45:26 +02:00
Neil Rashbrook
b08e1af5f9
Fix DOS line endings rs=sdwilsh
...
DONTBUILD
2011-05-26 20:29:31 +01:00
Justin Dolske
b4cb13cbef
Bug 545070 - plugin-problem UI shouldn't say "click here". r=gavin
2011-05-22 18:46:33 -07:00
Mitchell Field
e0346f1ed6
Bug 595513 - Fix bustage.
2011-03-08 23:56:08 +11:00
Josh Aas
30020c8b7a
Bug 599467: Re-enable "browser_bug435788.js" on Mac OS X. a=test
2010-10-15 12:07:40 -04:00
Nick Thomas
27a5084bee
Bug 571367, turn production x86_64 builds into i386/x86_64 universal binaries (disable tests known to fail on leopard) r=ted CLOSED TREE
2010-09-27 12:14:47 +13:00
Dave Townsend
862af5a28f
Bug 575463: Rename AddonInstall.sourceURL to sourceURI and make it return an nsIURI rather than a string. r=robstrong
2010-07-01 20:36:50 -07:00
Benjamin Smedberg
31432df1fb
Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
...
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
2010-06-22 12:59:15 -04:00
Justin Wood
55183ae219
Bug 568733 - patch for mobile specific browser-chrome tests breaks seamonkey. r=ted
...
pending-feedback=jmaher
Also RE-enables browser-mochitests for docshell.
2010-06-09 19:29:44 -04:00
Dave Townsend
2ccabda62f
Bug 570200: Errors aren't passed sanely from getInstallForFile. r=robstrong
...
--HG--
rename : toolkit/mozapps/extensions/test/xpinstall/corrupt.xpi => toolkit/mozapps/extensions/test/xpcshell/data/corrupt.xpi
rename : toolkit/mozapps/extensions/test/xpinstall/empty.xpi => toolkit/mozapps/extensions/test/xpcshell/data/empty.xpi
rename : toolkit/mozapps/extensions/test/xpinstall/unsigned.xpi => toolkit/mozapps/extensions/test/xpcshell/data/unsigned.xpi
2010-06-10 16:39:47 -07:00
Joel Maher
7bb6fe4f0e
Bug 535922 - Genereate mobile specific browser chrome test package files r=ted
2010-05-27 13:01:37 -07:00
Dave Townsend
b68d45677b
Bug 555942: Fix naming of getInstalls in plugins tests. r=robstrong
2010-04-26 13:53:42 -07:00
Dave Townsend
929932c978
Bug 553022: Remove cancelled and failed installs from the active installs list. r=robstrong
2010-04-07 11:16:10 -07:00
Dave Townsend
f9d642dc36
Bug 552761: Switch PFS over to the new API. r=robstrong
2010-05-06 13:16:14 -07:00
Dave Townsend
d4b96a8d7c
Bug 487717: browser_bug435788.js times out. Add lots more logging. r=robstrong
2010-05-05 09:00:59 -07:00
Dave Townsend
bfd56a86b8
Backout new add-ons manager due to Ts regression on OSX 10.5
...
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml => toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml => toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml => toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js => toolkit/mozapps/extensions/test/unit/test_bug404024.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js => toolkit/mozapps/extensions/test/unit/test_bug417606.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js => toolkit/mozapps/extensions/test/unit/test_bug424262.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js => toolkit/mozapps/extensions/test/unit/test_bug449027.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js => toolkit/mozapps/extensions/test/unit/test_bug455906.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js => toolkit/mozapps/extensions/test/unit/test_bug514327_3.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js => toolkit/mozapps/extensions/test/unit/test_bug541420.js
2010-05-01 11:04:44 -07:00
Dave Townsend
d025183229
Bug 555942: Fix naming of getInstalls in plugins tests. r=robstrong
2010-04-26 13:53:42 -07:00
Dave Townsend
1234610a27
Bug 553022: Remove cancelled and failed installs from the active installs list. r=robstrong
2010-04-07 11:16:10 -07:00
Dave Townsend
e0f68d1390
Bug 552761: Switch PFS over to the new API. r=robstrong
2010-04-06 10:30:59 -07:00
Ehsan Akhgari
d8ba25d90f
Bug 555289 - Plugin crashed UI should be RTL in RTL locales (Further fixes + tests); r=dao,dbaron
2010-04-07 19:35:09 -04:00
Justin Dolske
2fcd3aa8fa
Bug 557661 - change OOPP crash UI to make it easier to submit crash reports. r=gavin, ui-r=beltzner
2010-04-07 18:53:00 -07:00
Ehsan Akhgari
a58f16038b
Another follow-up fix for bug 555289
2010-03-29 14:15:57 -04:00
Ehsan Akhgari
8946e0fac7
Follow-up fix for bug 555289
2010-03-29 14:08:34 -04:00
Ehsan Akhgari
adefcacdfd
Bug 555289 - Plugin crashed UI should be RTL in RTL locales; r=dao
2010-03-29 14:06:25 -04:00
Justin Dolske
1ab06617a3
Bug 550293 - plugin-crashed UI needs more user opt-in. r=vlad, ui-r=faaborg
2010-03-16 22:10:08 -07:00
Justin Dolske
44b19b2421
Bug 545514 - plugin-problem UI needs to be an inline-block element. r=gavin
2010-02-23 13:52:00 -08:00
Justin Dolske
4f9d77f28c
Bug 545686 - [OOPP] crashed plugin UI doesn't work on some sites. r=gavin
2010-02-24 15:45:00 -08:00
Dão Gottwald
e9c8f4703a
bustage fix for bug 547292
2010-02-22 12:28:26 +01:00
Gavin Sharp
11a78eaab6
Bug 547292 - clean up plugin binding styling. r=dolske
2010-02-22 11:41:50 +01:00
Justin Dolske
08adb94c35
Bug 544550 - Ubufox addon incompatible with new plugin-crashed UI. r=gavin
2010-02-18 13:43:22 -08:00
Justin Dolske
6eb9a66d10
Bug 538910 - Plugins: Need a "plugin crashed" UI. r=gavin, ui-r=faaborg, icon=shorlander
2010-02-09 17:05:32 -08:00
Justin Dolske
bd1cdede6a
Bug 539848 - Make in-content plugin problem UI look better. r=gavin
...
--HG--
rename : toolkit/mozapps/plugins/content/missingPlugin.xml => toolkit/mozapps/plugins/content/pluginProblem.xml
rename : toolkit/mozapps/plugins/content/missingPluginBinding.css => toolkit/mozapps/plugins/content/pluginProblemBinding.css
rename : toolkit/themes/pinstripe/mozapps/plugins/missingPlugin.css => toolkit/themes/pinstripe/mozapps/plugins/pluginProblem.css
rename : toolkit/themes/winstripe/mozapps/plugins/missingPlugin.css => toolkit/themes/winstripe/mozapps/plugins/pluginProblem.css
2010-02-09 17:05:32 -08:00
Josh Aas
28475979b0
Remove nsIPluginManager/nsIPluginManager2. Fold their functionality into nsIPluginHost. b=499431 r/sr=jst
2009-06-25 17:06:54 -04:00
Dave Townsend
de5acceeb8
Bug 487717: Make sure that failing plugins failed the download and not the detection stage. r=robstrong
2009-06-17 11:48:35 +01:00
Dave Townsend
5feb239461
Bug 487717: browser_bug435788.js times out occasionally. r=robstrong
2009-05-14 19:11:16 +01:00
Ted Mielczarek
77760a0e0d
bug 489073 - race condition with nsinstall in toolkit/mozapps/plugins/tests Makefile. r=mossop
2009-04-20 14:51:26 -04:00
Dave Townsend
1e0914b868
Bustage fix from bug 480427
2009-04-16 21:07:00 +01:00
dtownsend@mozilla.com
5c73478c40
Bug 487489 - browser_bug435788.js fails intermittently (r=rstrong)
2009-04-16 10:31:35 -07:00
Dave Townsend
83462d1cae
Bug 435788: Plugin finder service can't install plugins using installerLocation, stage 2. r=robstrong
2009-03-26 11:13:18 +00:00
Dave Townsend
b38cf5820a
Bug 435788: Plugin finder service can't install plugins using installerLocation, stage 1. r=robstrong
2009-03-26 11:12:55 +00:00
Dave Townsend
01fa27abdb
Bug 391728: No placeholder for disabled plugins (frontend). r=gavin
...
--HG--
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/gnomestripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/gnomestripe/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/pinstripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/pinstripe/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-16-aero.png => toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-16-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-aero.png => toolkit/themes/winstripe/mozapps/plugins/pluginDisabled-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/winstripe/mozapps/plugins/pluginDisabled.png
2008-09-30 07:31:19 +01:00
gavin@gavinsharp.com
d2767b2d98
Bug 433615: Firefox should send version numbers to PFS not just build ids, patch by Dave Townsend <dtownsend@mozilla.com>, r=me, a=beltzner
2008-05-28 11:49:32 -07:00
dtownsend@oxymoronical.com
69c1fd7d24
Fix typo from bug 424137
2008-04-03 16:42:43 -07:00
dtownsend@oxymoronical.com
9c7d1f827a
Bug 424137: PFS does not restart FF, therefore plug-ins do not render after install. r=gavin.sharp, ui-r+a=beltzner
2008-04-03 13:17:18 -07:00
reed@reedloden.com
9c442c7554
Bug 400764 - "Don't depend on Firefox specifics for notifications for popups and missing plugins" [p=twanno@lycos.nl (Teune van Steeg) r=gavin a1.9=schrep]
2007-12-19 03:26:36 -08:00
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