Kyle Machulis
f5e3aadf0b
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Ryan VanderMeulen
ff194700f0
Backed out changeset 9983874bfa63 (bug 854467) for bustage on a CLOSED TREE.
2013-04-09 13:45:39 -04:00
David Keeler
932324bf5d
bug 854467 - fix nsIPluginTag enabled state API r=bsmedberg r=unfocused
2013-03-27 14:06:43 -07:00
Mike Shal
ea1d9b8ba7
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Gregory Szorc
629b5d86c6
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
...
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Gabriele Svelto
c085a1a3ec
Bug 689256 - Record invalid PROCESS_CREATION timestamps and adjust tests to cope with them. r=glandium
2013-03-08 12:37:16 +01:00
Ryan VanderMeulen
1ce4fb8a84
Backed out changeset f856bcb5097f (bug 689256) for xpcshell orange on a CLOSED TREE.
2013-03-06 14:37:34 -05:00
Gabriele Svelto
994415fc7b
Bug 689256 - Record invalid PROCESS_CREATION timestamps and adjust tests to cope with them. r=glandium
2013-03-05 18:24:21 +01:00
Tom Schuster
0e0562fc36
Bug 661961 - change about:plugins to add the path for every extension. r=bsmedberg
2013-02-28 13:46:42 +01:00
Ms2ger
c6832bb745
Merge m-i to b-s.
2013-02-28 14:46:10 +01:00
Gregory Szorc
cc8470b5e8
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
2013-02-25 13:19:09 -08:00
Shane Caraveo
4812b598c5
Bug 755126 add social services management to about:addons, r=felipe
2013-02-26 14:50:24 -08:00
Dave Townsend
f3bad0d1f9
Bug 824022: Forcibly timeout xpcshell tests that run too long. r=Unfocused
2013-02-23 21:55:23 -08:00
Dave Townsend
77c3430a18
Bug 554780: Make plugins provider correctly handle plugins being added and removed through detection at runtime. r=Unfocused
2013-02-15 10:12:44 -06:00
Mike Hommey
94d34b6513
Bug 755724 - Move browser application in a subdirectory. r=jimm
2013-02-11 14:10:16 +01:00
Jim Mathies
8759ba05ed
Bug 839793 - TelemetryTimestamps.jsm imported using the wrong path. r=glandium
2013-02-09 12:28:38 -06:00
Irving Reid
c6afe4138b
Bug 810146: Add telemetry for addon manager startup times, unpacked add-ons and various changes detected at startup r=Mossop
...
--HG--
rename : browser/modules/TelemetryTimestamps.jsm => toolkit/modules/TelemetryTimestamps.jsm
rename : browser/modules/test/browser_TelemetryTimestamps.js => toolkit/modules/tests/browser_TelemetryTimestamps.js
2013-02-07 16:47:33 -05:00
Ryan VanderMeulen
d30eedd7b3
Backed out changeset 4a271b44cbfe (bug 810146). r=bustageahoy
...
CLOSED TREE
2013-01-28 15:14:28 -05:00
Irving Reid
63f5c2157b
Bug 810146: Add telemetry for addon manager startup times, unpacked add-ons and various changes detected at startup
2013-01-28 13:57:55 -05:00
Nathan Froyd
152e9edc71
Bug 715376 - update MockFilePicker.init() to take a window for event dispatching purposes; r=jmaher
2012-10-16 17:39:32 -04:00
Kris Maglione
28f2ca6445
Bug 831805: Block malicious Mozilla Framework Assistant (em:creator is Mozilla.org). r=Mossop
2013-01-23 11:46:06 -08:00
Dave Townsend
13948d8c34
Bug 818468: Langpacks aren't being properly registered in bootstrappedAddons. r=Unfocused
2013-01-13 16:29:25 -08:00
Peter Van der Beken
748bb844b3
Fix for bug 817497 (Generic extension icons do not display anymore in Add-ons Manager). r=dolske.
...
--HG--
extra : rebase_source : 3a05f0f88c72545cffd27487a2e62668d2c19550
2012-12-06 22:07:42 +01:00
Jonathan Kamens
4cd512b349
Bug 823042 - Fix redeclared argument warnings. r=Mossop
2012-12-19 09:10:19 -05:00
Daniel Holbert
54a81dc4e8
Bug 822430: Add parens around assignment-used-as-loop-condition in AddonRepository.jsm, to fix JS strict warning "test for equality mistyped as assignment". r=Mossop
2012-12-20 14:02:20 -08:00
Jim Mathies
f5523fcce2
Bug 817881 - Move test plugin to dist/plugins, and touch up tests and test logic to support the change. r=glandium, dtownsend
2012-12-17 12:08:00 -06:00
Daniel Holbert
265e76278e
Bug 821507: Add parens around assignment-used-as-loop-condition in XPIProvider.jsm and PluginProvider.jsm, to fix JS strict warning "test for equality mistyped as assignment". r=Mossop
2012-12-13 15:23:43 -08:00
James Lal
d08b4ba7c4
Bug 816957: Fix some issues in the extensions manager when sharing compartments. r=khuey
2012-12-11 13:24:15 -08:00
Rafael Ávila de Espíndola
5e02012d67
Bug 818147 - Replace "Add-ons" with a function. r=vladan.
2012-12-07 00:45:33 -05:00
Chen Zeyu
cb3e0b1f2b
Bug 813801: null-check blocklistWindow in nsBlocklistService.js. r=dtownsend
2012-12-05 14:13:26 -08:00
Rafael Ávila de Espíndola
49dda6423c
Bug 817012 - Use a richer interface to talk from about:telemetry to TelemetryPing.js. r=vdjeric
...
--HG--
extra : rebase_source : 57f135df797ab6c24d95b1cab0e66b564255024e
2012-12-03 13:31:00 -05:00
Peter Van der Beken
567c46a640
Fix for bug 814195 (Replace Element quickstubs with new binding methods). r=bz.
2012-11-22 12:09:43 +01:00
Ed Morley
e19c72f00c
Backout 67e95e421678 (bug 814195) for Windows debug jsreftest failures on a CLOSED TREE
2012-11-29 11:17:11 +00:00
Peter Van der Beken
f19a710259
Fix for bug 814195 (Replace Element quickstubs with new binding methods). r=bz.
...
--HG--
extra : rebase_source : 360b2ee1bc678265781991149185a1c1d262642e
2012-11-22 12:09:43 +01:00
Ehsan Akhgari
69c983597a
Backed out 6 changesets (bug 814821, bug 815158, bug 814195) for test failures
...
Backed out changeset 0c2011091748 (bug 815158)
Backed out changeset 9d70b4460508 (bug 814195)
Backed out changeset bf8746658a72 (bug 814821)
Backed out changeset e73366b088d7 (bug 814821)
Backed out changeset 49fc6d535c41 (bug 814821)
Backed out changeset 987aea26a43a (bug 814821)
2012-11-27 16:30:39 -05:00
Peter Van der Beken
d376ba5130
Fix for bug 814195 (Replace Element quickstubs with new binding methods). r=bz.
...
--HG--
extra : rebase_source : 349ceea8412f4133e1b9de4e2859d7663da27fa5
2012-11-22 12:09:43 +01:00
Joe Walker
e71a1aae69
Merge m-c to fx-team
2012-11-27 17:57:17 +00:00
Blair McBride
56de5038cc
Bug 806534 - Support regular expressions in extension id for blocklist entries. r=Mossop
2012-11-27 16:40:00 +13:00
Nagarjuna Varma
8b67eb9226
Bug 810149: Telemetry to track time spent recursively scanning addon directories on startup. r=vdjeric
2012-11-26 18:04:47 -05:00
David Keeler
c2fa73a4b7
bug 811375 - decouple nsIPluginTag::clicktoplay from click-to-play blocklisting r=joshmoz
2012-11-19 14:03:24 -08:00
Jim Mathies
219d437ae4
Bug 810810 - Fixup misc. directory issues with plugin tests. r=bsmedberg, glandium
2012-11-17 14:35:24 -06:00
Kyle Huey
45adfbf2c8
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
...
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
e6e6deb486
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Kyle Huey
7457de64ad
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 12:28:11 -07:00
Ed Morley
a7bb0ec116
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
dd0cfd935a
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 08:26:12 -07:00
Blair McBride
d7f4addd04
Bug 804849 - When logging nsresult values, convert to a human-readable string representation. r=Mossop
2012-10-26 14:48:28 +13:00
Blair McBride
af24b27547
Bug 799266 - Add hardcoded block. r=Mossop
2012-10-26 00:51:58 +13:00
Atul Jangra
fa95a47bf5
Bug 767236 - Part 4: Name all anonymous functions in remaining Add-ons Manager code. r=Unfocused
2012-10-24 22:58:00 +13:00
Eduard Neculaesi
2be618d30e
Bug 802945 - Remove aType parameter from AddonUpdateChecker.checkForUpdates and UpdateParser. r=Unfocused
2012-10-24 08:20:00 +13:00
Frank Yan
b03dbb29d7
Bug 619652 - Display plugin file and mime types in Add-ons Manager. Part 2: Test. r=Unfocused
2012-10-19 04:15:25 -07:00
Frank Yan
f2dcce142f
Bug 619652 - Display plugin file and mime types in Add-ons Manager. Part 1: Implementation. r=Unfocused
2012-09-15 17:17:32 -05:00
Fabrice Desré
e3f33c28d0
Bug 794228 - addon-manager services are running in B2G [r=glandium]
2012-10-15 11:14:53 -07:00
Ed Morley
bd0d1f6c0a
Bug 795393 - Remove instances of "ifneq (mobile,$(MOZ_BUILD_APP))" since they're now always true; r=ted
2012-10-06 16:46:09 +01:00
Josh Matthews
f56c4d461a
Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused
2012-10-04 15:07:51 -04:00
Ryan VanderMeulen
d3510ae5f7
Backout e5269e137290, (bug 794606), e94dbc151121 (bug 794602), and 0ea0cfc7f6f4 (bug 792821) due to mochitest-other orange on a CLOSED TREE.
2012-10-04 19:34:19 -04:00
Jesper Kristensen
f8f34f3fa3
Bug 782118 - Dictionary add-ons cannot be updated from addons.mozilla.org. r=Unfocused
2012-10-04 17:54:40 -04:00
Josh Matthews
fe1c85126f
Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused
2012-10-04 15:07:51 -04:00
Tim Taubert
f824f55136
merge m-c to fx-team
2012-10-02 09:59:18 +02:00
Julian Muenster
1d6de614d7
Bug 791163 - Add addon-options-displayed/addon-options-hidden as constants on AddonManager. r=Unfocused
2012-09-27 07:42:00 +12:00
David Keeler
75a180d8e8
bug 772897 - implement addon manager ui for click-to-play plugins r=unfocused
2012-09-25 11:49:18 -07:00
Axel Hecht
dca386cd9d
bug 677092, make language packs restartless, r=Unfocused
...
Make language packs just trigger the chrome registration hooks, and
disable picking up bootstrap.js, and declare them restartless.
--HG--
rename : build/valgrind/cross-architecture.sup => build/valgrind/x86_64-redhat-linux-gnu.sup
rename : toolkit/mozapps/extensions/test/addons/test_chromemanifest_1/chrome.manifest => toolkit/mozapps/extensions/test/addons/test_langpack/chrome.manifest
rename : toolkit/mozapps/extensions/test/addons/test_chromemanifest_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_langpack/install.rdf
rename : toolkit/mozapps/extensions/test/xpcshell/test_dictionary.js => toolkit/mozapps/extensions/test/xpcshell/test_langpack.js
extra : rebase_source : 73562f71a9ba983be8e84fb891c8b0d8246cdaf6
2012-09-20 10:01:39 +02:00
Blair McBride
b6b66afbee
Bug 671894 - Part 2: Add-ons Manager doesn't recover correctly in some cases when the database is locked. r=Mossop
2012-09-25 16:34:49 +12:00
Brad Lassey
67790e4274
bug 792825 - Crash in js::gc::MarkObjectRange on CyanogenMod 10, back out changeset 9a02263d7206 r=mossop
2012-09-29 08:03:54 -04:00
Dave Townsend
f74fa6736b
Bug 671894 - Part 1: Add-ons Manager doesn't recover correctly in some cases when the database is locked. r=Unfocused
2012-05-10 12:49:36 -07:00
Tim Taubert
a04b82ca78
Bug 650968 - Enabling a lightweight theme (Persona) causes significant startup slowness; r=felipe
2012-09-22 21:24:26 +02:00
Marcos S.
3665bcb073
Bug 758950 - Part 2b: Use more for...of loops in Add-ons Manager frontend and backend code. r=Unfocused
2012-09-17 15:14:00 +12:00
Marcos S.
d53801e41f
Bug 758950 - Part 2a: Use more for...of loops in Add-ons Manager frontend and backend code. r=Unfocused
2012-09-21 22:35:00 +12:00
Graeme McCutcheon
13c767cf84
Merge last PGO green changeset from mozilla-inbound to mozilla-central
2012-09-19 15:15:34 +01:00
Blair McBride
908bb68c06
Bug 788378 - Add guards to the AddonManager/AddonManagerInternal getters and setters, to ensure they're not used before startup/after shutdown. r=Mossop
2012-09-18 16:49:42 +12:00
Blair McBride
ab73d21425
Backout 7209f50695da (bug 788378) due to debug xpcshell orange
2012-09-18 19:27:55 +12:00
Blair McBride
308f9d21d5
Bug 788378 - Add guards to the AddonManager/AddonManagerInternal getters and setters, to ensure they're not used before startup/after shutdown. r=Mossop
2012-09-18 16:49:42 +12:00
Blair McBride
6e897d31ae
Bug 788416 - Remove ancient and unused tests in toolkit\mozapps\extensions\test\unit. r=Mossop
2012-09-18 16:48:01 +12:00
Andres Hernandez
ba43cd94bb
Bug 721165 - Extract repeated code for retrieving CHANNEL information from Blocklist and Telemetry to a javascript module r=gavin
2012-09-10 10:54:41 -06:00
Adam Dane [:hobophobe]
fe6d81410d
Bug 87717 - Allow offline mode to connect to loopback r=mcmanus sr=cbiesinger
2012-09-17 18:45:10 -05:00
David Keeler
cbc3fb0b92
Bug 789620 - a plugin that gets unblocklisted should go back to normal. r=bmcbride
2012-09-10 14:24:28 -07:00
Blair McBride
b03213d7dc
Bug 787253 - Addons Manager XPCShell tests that set AddonManager.checkCompatibility too early are failing on Aurora 17 nightly builds. r=Mossop
2012-09-05 14:46:37 +12:00
Victor Porof
02fccc4072
Merge m-c to fx-team
2012-09-03 13:24:52 +03:00
Fraser Gutteridge
41b8bbd4c6
Bug 759642 - Part 2: Add-ons Manager should use Components.Exception consistently when throwing exceptions. r=Unfocused
2012-09-03 19:13:04 +12:00
Philipp von Weitershausen
f47e2a9937
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
Geoff Lankow
91d6a852b1
Bug 773214 - Make AddonInstall/AddonInstallWrapper aware of different icon sizes; r=Unfocused
2012-08-23 18:49:29 +12:00
Joe Drew
25db76739c
Bug 706908 - Tests for Windows 8 version, and some other OS version tests. r=bjacob
2012-08-31 12:42:07 -04:00
Ehsan Akhgari
8c296bbcd4
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
Abhishek Potnis
5e9cb16f02
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
690de38a33
merge m-c to fx-team
2012-08-19 21:07:15 -07:00
Geoff Lankow
50dfa01788
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
5b78ea6b33
Bug 704751 - toolkit/mozapps/extensions/content/extensions.js should not use sync XHR; r=Unfocused
2012-08-18 19:48:53 +12:00
Jesper Kristensen
e9cc4618f2
Bug 782115 - Dictionary add-ons should be compatible by default. r=Mossop
2012-08-16 22:05:30 -04:00
Marcos S.
afd75d4fa4
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
bbbbb7d130
Merge mozilla-central and fx-team
2012-08-17 19:22:11 +01:00
Mark Capella
e262621a27
Bug 783404 - Remove superfluous check that nsIDirectoryEnumerator returns a nsIFile, r=unfocused
2012-08-16 16:45:00 +12:00
Tim Taubert
4f66306ec3
merge m-c to fx-team
2012-08-16 11:10:41 -07:00
Atul Jangra
b58fc43688
Bug 767236 - Part 3: Name all anonymous functions in XPIProvider.jsm. r=Unfocused
2012-08-15 08:25:00 +12:00
Mark Capella
d35354cd9e
Bug 772272 - Remove do_load_httpd_js from xpcshell tests, Toolkits, r=ted, f=gps
2012-08-14 10:06:12 -04:00
Blair McBride
d72220b99e
Bug 780121 - Expose internal Add-ons Manager objects in debug builds. r=Mossop
2012-08-13 14:19:37 +12:00
Blair McBride
fbb956477a
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
36e594f3ce
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-08-08 17:18:26 +01:00
Mark Capella
68a40cb40b
Bug 779057 - DirInstallLocation._readAddons() deletes stale pointer files unsafely, r=unfocused
2012-08-07 06:57:00 +12:00
Ed Morley
7d2d55ecc3
Backout 16a8b66f1503 (bug 758950) for M1 failures in test_bug292789.html
2012-08-07 11:12:26 +01:00
Marcos Santiago
5743455ff8
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
c1b35e7b2a
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Mike Hommey
be451c22dc
Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE
2012-08-04 10:38:41 +02:00
Mike Hommey
e79d87471e
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 08:48:56 +02:00
Mark Capella
382853790b
Bug 772272 - Remove do_load_httpd_js from xpcshell tests, r=ted, f=gps
2012-08-08 00:51:28 -04:00
Blair McBride
c11391d111
Bug 780313 - Remove unnecessary preprocessing of Toolkit files. r=gavin
2012-08-04 13:22:55 +12:00
Ed Morley
d359ee0356
Merge mozilla-central and fx-team
2012-08-03 15:52:55 +01:00
Devdatta Akhawe
7b2dada83c
Bug 767676 - Implement Security UI Telemetry. r=honzab,bsmith,felipc,dtownsend
2012-08-02 18:51:17 -07:00
Ryan VanderMeulen
2dc86e8608
Merge m-c to inbound.
2012-08-16 17:35:14 -04:00
Mark Banner
e62e39c6a1
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
79d067295c
Bug 779420 - Fix mixed up variable names newVersion/oldVersion in XPIProvider.processPendingFileChanges. r=Unfocused
2012-08-02 13:48:46 +07:00
Fraser Gutteridge
1f4822fa33
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
1501054938
Bug 753900: Encode extension ID and version in breakpad annotations. r=Unfocused
2012-07-27 10:53:09 -07:00
Dave Townsend
7a602435d3
Bug 782881 - Protect against attempts to use the Add-ons Manager APIs after shutdown. r=Unfocused
...
Bug 782881 - Protect against attempts to use the Add-ons Manager APIs after shutdown. r=Unfocused
2012-05-10 11:33:02 -07:00
Blair McBride
36643cef64
Backout 42bc5a310a29 (bug 782881) due to multi-orange.
2012-08-15 23:07:45 +12:00
Mark Capella
dabde85c2f
Bug 779407 - Remove usage of nsILocalFile in Add-ons Manager, r=unfocused
2012-08-14 16:04:00 +12:00
Dave Townsend
2182723b6e
Bug 782881 - Protect against attempts to use the Add-ons Manager APIs after shutdown. r=Unfocused
2012-05-10 11:33:02 -07:00
Ed Morley
f8256012d3
Merge mozilla-central to fx-team
2012-07-24 11:31:54 +01:00
Atul Jangra
943e8e2269
Bug 767236 - Part 2: Name all anonymous functions in content/extensions.js. r=Unfocused
2012-07-24 16:23:26 +12:00
Atul Jangra
1ddbe23c3e
Bug 767236 - Part 1: Name all anonymous functions in AddonRepository.jsm. r=Unfocused
2012-07-24 16:23:11 +12:00
Dave Townsend
8cdc7ae3f7
Bug 774990: Copying a profile with a disabled restartless add-on to a different directory causes extensions to fail to load. r=Unfocused
2012-07-23 11:53:57 -07:00
Geoff Lankow
66daf4c3de
[Bug 776411] Migrated addons.sqlite not updated due to schema changes; r=Unfocused
2012-07-23 14:26:42 +12:00
Geoff Lankow
165f683054
Bug 767320 - Cache results of Addon.hasResource() to try avoid unnecessary IO; r=Unfocused
2012-07-18 01:24:51 +12:00
Geoff Lankow
8abd4724fd
Bug 760892 - Store available icon sizes from the API in addons.sqlite; r=Unfocused
2012-07-18 01:24:51 +12:00
David Keeler
679f55960f
bug 760625 - use the blocklist to inform click-to-play plugins. r=joshmoz,bmcbride
2012-07-11 08:56:34 -07:00
Nathan Froyd
24ffd1eab5
Bug 772532 - fix JavaScript warnings for XPIProviderUtils.js; r=Unfocused
2012-07-10 15:37:51 -04:00
Nathan Froyd
5b30baa4c3
Bug 370750 - consolidate mochitest files installation; r=glandium
...
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Neil Rashbrook
7b61c655b7
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-26 00:11:16 +01:00
Ed Morley
38b8947933
Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends
2012-06-25 19:14:43 +01:00
Neil Rashbrook
a95ac4a2a9
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-25 09:24:49 +01:00
Luis Ares
391e841c33
Bug 759446 - Use rest arguments where possible in the Add-ons Manager. r=Unfocused
2012-06-20 21:12:11 +12:00
Blair McBride
598b532f6c
Bug 746916 - Lazy load XPIDatabase. r=dtownsend
2012-06-20 17:52:56 +12:00
Blair McBride
8fa6514cf4
Bug 746916: Prepare XPIDatabase for being lazy-loaded. r=dtownsend
2012-06-20 17:52:37 +12:00
Jason Orendorff
432ba576a2
Bug 750307 - "Assertion failure: isBoolean()" in RegExpObject::ignoreCase after redefining nonconfigurable data property. r=Waldo. Second landing, test change rs=bholley on IRC.
2012-06-13 03:11:18 -05:00
Blair McBride
7e2b7ca01e
Bug 757663 - AddonManagerInternal.callAddonlListeners() informs it's listeners unsafely, causing silent skips in the notification loop. r=Mossop,darktrojan
2012-06-01 18:12:26 +12:00
Dave Camp
e3f37996ee
Merge fx-team to m-c
2012-05-30 19:21:18 -07:00
Gervase Markham
638c878b13
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
...
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
2012-05-29 16:52:43 +01:00
Blair McBride
25bea66eda
Bug 746908 - Add parameter guards to AddonManager/AddonManagerPrivate API functions. r=dtownsend
2012-05-30 18:34:32 +12:00
Marcos Santiago ext:(%2C%20Jimmy%20Phan%20%3Cjphan9%40gmail.com%3E)
364b6bc470
Bug 740237 - Use for...of loops in Add-ons Manager frontend and backend code. r=Unfocused
2012-05-28 00:21:48 +12:00
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Ed Morley
cd947fcd6d
Merge fx-team and mozilla-central ready for MPL2 update
2012-05-21 07:49:47 +01:00
Blair McBride
512d774474
Bug 752868 - Outdated locales aren't being removed from extensions.sqlite, causing bad performance. r=dtownsend
2012-05-19 17:18:38 +12:00
Dave Townsend
15b74dd4fc
Bug 733436: OSX resource forks on FAT disks cause problems installing and uninstalling add-ons. r=Unfocused
2012-05-16 11:35:53 -07:00
Matthew Noorenberghe
23cc9d7bcd
Bug 706292 - Hide the automatic update settings from the add-on details for the hotfix extension. r=Unfocused
...
--HG--
extra : rebase_source : 8a46b13436f7447f59d08a5e23f927a682090471
2012-04-18 14:39:29 -04:00
Dave Townsend
46aef94182
Bug 744833: Rebuild the bootstrapped add-ons list when the profile moves to a different directory. r=Unfocused
2012-05-14 13:05:56 -07:00
Blair McBride
d67506a36f
Bug 727702 - Undoing applying a Persona reverts back to default theme instead of old Persona (backout bug 714841). r=dtownsend
2012-05-12 00:29:34 +12:00
Rob Campbell
0226390b82
merge fx-team to m-c
2012-05-10 11:54:23 -03:00
Angie Ngo ext:(%2C%20Rich%20Gomez%20%3Crwgmez%40gmail.com%3E)
14421cf807
Bug 616440 - Detail view blocks scrolling with page-up, page-down, and arrow keys. r=Unfocused
2012-05-10 14:34:42 +12:00
Blair McBride
a458638305
Bug 743967 - JavaScript Error: "bootstrap is not defined" {file: "resource://gre/modules/XPIProvider.jsm" line: 3523}. r=dtownsend
2012-05-10 14:30:37 +12:00
Blair McBride
f7913f5587
Bug 746909 - Lazy load AddonRepository, and various other JS modules. r=dtownsend
2012-05-10 14:28:45 +12:00
Joe Drew
02f1f0ccb2
Bug 741979 - Don't require version numbers in the downloaded graphics driver blacklist. r=bjacob
...
--HG--
extra : rebase_source : b8abd6950804e1957d126b134146c55224288d14
2012-05-04 15:33:59 -04:00
Mark Banner
28098f3213
Backout bug 741972 / changeset 993d0e9edd3f due to test failures
2012-04-17 12:01:14 +01:00
Mark Banner
9920cc494a
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-04-17 10:24:24 +01:00
Marco Castelluccio
2632ae941f
Bug 611843 - Don't fsync extensions.ini. r=mossop
2012-04-14 09:03:02 -04:00
Marco Bonardo
c9eb168ef6
Bug 573259 - Intermittent time out in browser_relative.js due to browser_offline.js
...
r=Mossop
2012-04-03 11:48:36 +02:00
Marco Bonardo
508dc27a5b
Merge last green PGO from inbound to central
2012-03-22 13:04:29 +01:00
Yury
3d6687900a
Bug 714712 - Part 3: Fix browser_select_update.js and browser_select_confirm.js. r=bmcbride
2012-03-21 22:25:06 -04:00
Dave Townsend
e723194c97
Bug 735069 - Some add-ons manager tests are pinging AMO. r=Unfocused
2012-03-21 17:30:19 +13:00
Blair McBride
bd65a101c8
Bug 734848 - extensions.checkCompatibility.* prefs don't work as expected in ESR releases. r=dtownsend
2012-03-21 17:22:05 +13:00
Blair McBride
84e166a9e2
Bug 727398 - Restartless extensions that uninstall themselves on startup break the UI. r=dtownsend
2012-03-15 16:21:06 +13:00
Matt Brubeck
788b29276e
Merge mozilla-central to mozilla-inbound
2012-03-08 16:27:40 -08:00
Rob Campbell
44c93895a1
merge fx-team to m-c
2012-03-08 10:30:11 -04:00
Marco Bonardo
7a53ebb551
Merge inbound and central
2012-03-07 10:33:11 +01:00
Geoff Lankow
5ca634c9e7
Bug 733677 - Inline prefs should send a notification when they stop displaying; r=Unfocused
2012-03-08 14:01:27 +13:00
Geoff Lankow
45548ff348
Bug 733633 - Inline settings of type=control only let buttons and menulists be in the input-container; r=Unfocused
2012-03-07 21:40:13 +13:00
Geoff Lankow
add238cfb7
Bug 731041 - Tidy up addon inline preferences code, toolkit; r=mbrubeck, Unfocused
2012-03-07 00:41:25 +13:00
Serge Gautherie
e2501d0b4f
Bug 730551. (Bv2) browser_bug638292.js: Check load target, Make SeaMonkey support more specific. r=bmcbride.
2012-03-06 15:10:25 +01:00
Serge Gautherie
dbbe47f3a7
Bug 732615. (Av1a-TK) Move browser_checkAddonCompatibility.js test from SeaMonkey to Toolkit. r=bmcbride.
2012-03-03 14:52:33 +01:00
Blair McBride
f98f71ea0b
Bug 711679 - Send background version checks to new domain. r=darktrojan,dtownsend
2012-03-07 21:18:28 +13:00
Matt Brubeck
6f6169950d
Bug 717904 - Add-ons Manager is broken after installing an extension with browser restart [r=Unfocused]
2012-02-27 16:34:07 -08:00
Serge Gautherie
d8cdd20700
Bug 728633. (Av2) Add ensureElementIsVisible() calls, to support having more items. r=bmcbride.
2012-02-27 10:44:36 +01:00
Serge Gautherie
f644bc5b75
Bug 730551. (Av1) browser_bug638292.js: Support SeaMonkey's "about:blank" loads. r=bmcbride.
2012-02-27 07:54:25 +01:00
Dave Townsend
699a0190c9
Bug 740612: Inject values into bootstrap scope before running bootstrap.js and properly handle errors. r=Unfocused
2012-05-09 14:54:02 -07:00
Blair McBride
e8a554ea69
Bug 725058 - Get Add-ons pane incorrectly references nsIWebProgressListener.STATE_IS_TRANSFERRING. r=dtownsend
2012-02-15 15:07:30 +13:00
Blair McBride
260d199edb
Bug 714841 - With 30 lightweight themes installed, Add-ons Manager appearance pane is slow to load. r=dtownsend
2012-02-15 15:07:30 +13:00
Blair McBride
7adab55265
Bug 718630 - Add-ons with compatibility override are displayed as enabled and incompatible if skipping compatibility check after upgrade. r=dtownsend
2012-02-15 15:07:29 +13:00
Blair McBride
3d697927c7
Bug 702920 - If compatibility changes for a user-disabled addon, the UI doesn't get notified and doesn't update. r=dtownsend
2012-01-19 19:00:24 +13:00
Blair McBride
868ce9c2d7
Bug 715787 - Refactor common provider-agnostic prefs to be properties of AddonManager. r=dtownsend
2012-02-15 15:07:29 +13:00
Geoff Lankow
63ce20111b
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part C, remove uses of nsIPrefBranch2 in toolkit/ ; r=bsmedberg
2012-01-17 14:18:29 +13:00
Dão Gottwald
fb5926d8cc
Bug 724286 - Fix TelemetryTimestamps, AddonManagerPrivate global scope pollution and whitelist __SSi. r=dietrich
2012-02-05 21:22:57 +01:00
Panagiotis Koutsourakis
583eb38038
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
Dão Gottwald
6a95aff71b
Bug 720985 - Make some tests stop polluting the global scope
2012-02-03 10:13:41 +01:00
Tim Taubert
456b0bba2b
merge m-c to fx-team
2012-02-02 10:03:01 +01:00
Dave Townsend
5908b09675
Bug 635610 - Show the discovery pane's content earlier in the loading process. r=Unfocused, ui-r=limi
2012-02-01 14:21:16 +13:00
Gregory Szorc
8baa0dbe2f
Bug 716736 - Re-add performance data to daily add-on update check; r=Unfocused
2012-01-31 17:22:42 -08:00
Brad Lassey
0f9ace8cd9
bug 714168 - make reftest-remote seems to fail on tablets because nsLocalFileUnix throws exceptions when setting file permissions on a FAT file system r=mossop,unfocussed
...
--HG--
extra : rebase_source : 9e97d0f2bbe09c654407295d40b8936abbb88cb3
2012-01-25 03:24:52 -05:00
Brad Lassey
5cb8361be5
backout f583132674d5 due to failing tests
2012-01-26 01:42:38 -05:00
Brad Lassey
ef50914ecf
bug 714168 - make reftest-remote seems to fail on tablets because nsLocalFileUnix throws exceptions when setting file permissions on a FAT file system r=mossop,unfocussed
2012-01-25 03:24:52 -05:00
Dão Gottwald
e1d8649025
No bug - fix some browser chrome tests that pollute the global scope
2012-01-24 23:08:42 +01:00
Geoff Lankow
4fe4d06e20
Bug 669392 - File and Directory paths should be cropped in the middle and not at the beginning of the path; r=Unfocused
2011-08-17 14:03:28 +12:00
Geoff Lankow
abbb31376f
Bug 719002 - Use a transaction when upgrading addon.sqlite's schema; r=Mossop
2012-01-19 22:13:03 +13:00
Tim Taubert
d2339616cf
merge m-c to fx-team
2012-01-19 12:10:03 +01:00
Tim Taubert
d3cd2f00e8
Backed out changeset d0b03b763e5b (bug 702920)
2012-01-19 12:04:23 +01:00
Blair McBride
996335a8e2
Bug 702920 - If compatibility changes for a user-disabled addon, the UI doesn't get notified and doesn't update. r=dtownsend
2012-01-19 19:00:24 +13:00
MSU Capstone Team
75d1ef4ef4
Bug 717119 - Typo in documentation comment for AddonUpdateChecker.getNewestCompatibleUpdate(). r=bmcbride
2012-01-19 18:46:06 +13:00
Till Schneidereit
2ee58c18ea
Bug 718518. Remove in-tree uses of the nonstandard third argument to String.prototype.replace. r=dcamp,jgriffin,dao,ted,dtownsend
2012-01-18 16:10:39 -05:00
Dão Gottwald
6754282a69
Bug 718536 - browser_select_compatoverrides.js leaks selectAddons.xul. r=bmcbride
2012-01-17 12:50:48 +01:00
Geoff Lankow
0caa9e7355
Bug 717694 - Persist prefs after closing the add-ons manager; r=Unfocused
2012-01-13 15:07:52 +13:00
Geoff Lankow
e5e7495054
Bug 715735 - Detail view icon has no dimensions set, causes a relayout when it loads; r=Unfocused
2012-01-10 20:15:51 +13:00
Geoff Lankow
2e6f1ebc36
Bug 664897 - Details view should scroll down when it has inline settings and options button in list view is clicked; r=Unfocused, ui-r=Boriss
2011-08-30 00:19:58 +12:00
Marco Bonardo
03eac44863
Merge mozilla-central and mozilla-inbound
2012-01-05 11:31:12 +01:00