Commit Graph

2667 Commits

Author SHA1 Message Date
Philipp von Weitershausen
5801c8b2ab Bug 776825 - Separate message managers into senders and broadcasters. r=smaug
--HG--
rename : content/base/public/nsIFrameMessageManager.idl => content/base/public/nsIMessageManager.idl
2012-08-27 11:13:02 -03:00
Mark Banner
0a50ec0dc8 Replace broken ifdef with ifeq for toolkit packager.mk to fix the Mac define, follow-up to bug 785102. rs=glandium over irc. 2012-08-26 20:48:57 +01:00
Yury
f71d14e548 Bug 776208 - Plugin preview overlay. r=johns,jaws,margaret, sr=joshmoz 2012-08-25 17:18:44 -04:00
Mike Hommey
0c455c08d3 Bug 783751 - Remove support for MOZ_OPTIONAL_PKG_LIST. r=ted 2012-08-25 08:57:40 +02:00
Benjamin Smedberg
b8603666c1 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
b3e51b2f82 Bug 776208 - Plugin preview overlay. r=johns,jaws,margaret, sr=joshmoz 2012-08-24 16:18:16 -04:00
Mark Banner
416dcf413c Backout part of the follow-up to bug 785102 for causing unexpected segfaults on the Linux 64 bit builds. r=bustage-fix
--HG--
extra : rebase_source : d84c3b3ea76d21b8e82d6829f284ed999fcb6e1b
2012-08-24 16:23:14 +01:00
Mark Banner
cb0d6aa0e3 Follow-up to bug 785102 - Set the library path rather than using run-mozilla.sh to fix builds for apps that don't ship run-mozilla.sh on Mac. Also define the command for when LIBXUL_SDK is set. r=glandium over irc 2012-08-24 14:22:03 +01:00
Rafael Ávila de Espíndola
13c6c0ca0a Bug 785102 - Two different libxul.so used while populating startupcache. r=glandium. 2012-08-23 15:27:21 -04:00
Geoff Lankow
a365b3a938 Bug 773214 - Make AddonInstall/AddonInstallWrapper aware of different icon sizes; r=Unfocused 2012-08-23 18:49:29 +12:00
Ehsan Akhgari
5b76a146bc Bug 579517 - Part 5: Add missing StandardInteger.h #includes where needed; r=bsmedberg
Landing on a CLOSED TREE
2012-08-08 17:08:17 -04:00
Ehsan Akhgari
0fd9123eac Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script.  Here's the source of the script for
future reference:

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name nsXPCOMCID.h \
       ! -name prtypes.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t

convert PRIntn int
convert PRUintn unsigned

convert PRSize size_t

convert PROffset32 int32_t
convert PROffset64 int64_t

convert PRPtrdiff ptrdiff_t

convert PRFloat64 double
2012-08-22 11:56:38 -04:00
Gavin Sharp
ac923ca26d merge fx-team into mozilla-central 2012-08-21 10:27:25 -07:00
Abhishek Potnis
45b5824eb5 Bug 771086 - Fix 4 strict warnings in toolkit/mozapps/extensions/content/extensions.js r=Unfocused 2012-08-20 07:26:00 +12:00
Tim Taubert
4f193b6d6f merge m-c to fx-team 2012-08-19 21:07:15 -07:00
Yury
f4592c9bd2 Bug 777388 - Make PDF Viewer settings persistent. r=mak 2012-08-20 20:14:20 -04:00
Shlomi Fish
a76083efba Bug 781808 - Don't fail to remove inexistent .pyc files during sdk packaging. r=glandium 2012-08-18 11:20:04 +02:00
Geoff Lankow
b2eaa3cc6d Bug 740289 - Check install.rdf has a valid combination of optionsType, optionsURL and/or options.xul in the add-on. r=Unfocused 2012-08-18 19:48:53 +12:00
Geoff Lankow
431c5ce219 Bug 704751 - toolkit/mozapps/extensions/content/extensions.js should not use sync XHR; r=Unfocused 2012-08-18 19:48:53 +12:00
Phil Ringnalda
34d464d80a Bug 783738 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin 2012-08-14 23:32:06 -07:00
Jesper Kristensen
e07e018813 Bug 782115 - Dictionary add-ons should be compatible by default. r=Mossop 2012-08-16 22:05:30 -04:00
Marcos S.
157d596ad5 Bug 758950 - Part 1: Use more for...of loops in Add-ons Manager frontend and backend code. r=Unfocused 2012-08-06 01:03:00 +12:00
Ed Morley
16f4f94306 Merge mozilla-central and fx-team 2012-08-17 19:22:11 +01:00
Mark Capella
4de57b3515 Bug 783404 - Remove superfluous check that nsIDirectoryEnumerator returns a nsIFile, r=unfocused 2012-08-16 16:45:00 +12:00
Tim Taubert
988348b086 merge m-c to fx-team 2012-08-16 11:10:41 -07:00
Atul Jangra
da5d828b6c Bug 767236 - Part 3: Name all anonymous functions in XPIProvider.jsm. r=Unfocused 2012-08-15 08:25:00 +12:00
Mark Capella
f6b3d51d4a Bug 772272 - Remove do_load_httpd_js from xpcshell tests, Toolkits, r=ted, f=gps 2012-08-14 10:06:12 -04:00
Tim Taubert
ca8d108df1 merge m-c to fx-team 2012-08-13 20:52:40 -07:00
Takanori MATSUURA
161b1f827b Bug 781338 - .mkdir.done file should not be bundled with final package and omnijar archive. r=mhommey 2012-08-10 11:29:58 -04:00
Chris Double
409cd2ff74 Bug 759945 - Part 1: Build changes for software decoding using libstagefright on Android - r=khuey
--HG--
extra : rebase_source : 842a055874967f1e3117e8198821ef14d8ec54aa
2012-08-10 20:15:12 +12:00
Blair McBride
ec56c1ee93 Bug 780121 - Expose internal Add-ons Manager objects in debug builds. r=Mossop 2012-08-13 14:19:37 +12:00
Blair McBride
3552bc7b16 Bug 772238 - NS_ERROR_FILE_TARGET_DOES_NOT_EXIST @ XPIProvider.jsm line 1932 when installing addons on B2G. r=Mossop 2012-08-13 14:19:31 +12:00
Ed Morley
969a047a7e Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-08-08 17:18:26 +01:00
Mark Capella
7f1134962e Bug 779057 - DirInstallLocation._readAddons() deletes stale pointer files unsafely, r=unfocused 2012-08-07 06:57:00 +12:00
Ed Morley
088ff72137 Backout 16a8b66f1503 (bug 758950) for M1 failures in test_bug292789.html 2012-08-07 11:12:26 +01:00
Marcos Santiago
d4a1961350 Bug 758950 - Part 1: Use more for...of loops in Add-ons Manager frontend and backend code. r=Unfocused 2012-08-06 01:03:00 +12:00
Mike Hommey
6173fa297f Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Mike Hommey
4e998b1d36 Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE 2012-08-04 10:38:41 +02:00
Mike Hommey
17fb6cad2d Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 08:48:56 +02:00
Mark Capella
286e999e99 Bug 772272 - Remove do_load_httpd_js from xpcshell tests, r=ted, f=gps 2012-08-08 00:51:28 -04:00
Blair McBride
17a2129b49 Bug 780313 - Remove unnecessary preprocessing of Toolkit files. r=gavin 2012-08-04 13:22:55 +12:00
Ed Morley
edbbd284ab Merge mozilla-central and fx-team 2012-08-03 15:52:55 +01:00
Devdatta Akhawe
a7f111cd79 Bug 767676 - Implement Security UI Telemetry. r=honzab,bsmith,felipc,dtownsend 2012-08-02 18:51:17 -07:00
Ryan VanderMeulen
d33bddd4d3 Merge m-c to inbound. 2012-08-16 17:35:14 -04:00
Mark Banner
3be4f7256b Bug 741972 - Test failures on ESR when channel is set to ESR, TEST-UNEXPECTED-FAIL | test_AddonRepository_compatmode.js | compatmode-strict@tests.mozilla.org == compatmode-ignore@tests.mozilla.org and more. Change tests to re-use the new AddonManager.checkCompatibility attribute for future-proofing channel additions/changes. r=bmcbride 2012-08-16 08:49:46 +01:00
Ekanan Ketunuti
b70f4a81e2 Bug 779420 - Fix mixed up variable names newVersion/oldVersion in XPIProvider.processPendingFileChanges. r=Unfocused 2012-08-02 13:48:46 +07:00
Tim Taubert
7c84c23358 merge m-c to fx-team 2012-07-31 16:38:32 +02:00
Fraser Gutteridge
bebdb02029 Bug 759642 - Part 1: Add-ons Manager should use Components.Exception consistently when throwing exceptions. r=Unfocused 2012-07-30 22:46:45 +12:00
Dave Townsend
f5fd283f55 Bug 753900: Encode extension ID and version in breakpad annotations. r=Unfocused 2012-07-27 10:53:09 -07:00
Margaret Leibovic
666c0aa48d Bug 777805 - Update error message for unsupported plugins to include "Learn More..." link. r=mbrubeck 2012-07-26 14:57:34 -07:00