David Major
|
c92c020b89
|
Bug 1157835: Remove the MSVC_ENABLE_PGO flag from the build system. r=glandium
|
2015-04-27 19:59:27 -04:00 |
|
Andrea Marchesini
|
b212600c95
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
|
Ehsan Akhgari
|
33bb32f549
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Jonathan Griffin
|
84011a87cc
|
Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown
|
2015-02-06 16:30:37 -08:00 |
|
Chih-Kai (Patrick) Wang
|
1ad4e22f45
|
Bug 1129315 - require app processes update permissions after forked from nuwa. r=jdm
|
2015-03-12 16:53:22 +08:00 |
|
Anish
|
48094b2951
|
Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher,mwargers
|
2015-02-19 11:53:01 -05:00 |
|
Carsten "Tomcat" Book
|
b6ef20bdf0
|
Backed out changeset 6885e993936a (bug 1056851) for crashtest failures
|
2015-02-19 15:02:05 +01:00 |
|
Anish
|
bbc6a8a249
|
Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher
|
2015-02-19 07:26:41 -05:00 |
|
Christoph Kerschbaumer
|
6809db89dc
|
Bug 1099296 - Attach LoadInfo to remaining callers of ioService and ProtocolHandlers - in extensions/ (r=ehsan)
|
2015-02-17 10:09:16 -08:00 |
|
Magnus Melin
|
f1cd52dc8b
|
Bug 1073095 - nsPermissionManager.cpp references a browser path by default in kDefaultsUrlPrefName. Make the permissions.manager.defaultsUrl pref overridable. r=benjamin
--HG--
rename : browser/app/default_permissions => browser/app/permissions
|
2015-02-13 23:32:41 +02:00 |
|
Ehsan Akhgari
|
4b86af6cdf
|
Bug 1119268 - Mark virtual overridden functions as MOZ_OVERRIDE in misc code; r=bsmedberg
|
2015-01-12 23:26:30 -05:00 |
|
Wes Kocher
|
668a2602fa
|
Backout c034dba7a417
|
2015-01-12 14:46:48 -08:00 |
|
Ehsan Akhgari
|
17d01d5a3a
|
Bug 1119268 - Mark virtual overridden functions as MOZ_OVERRIDE in misc code; r=bsmedberg
|
2015-01-12 16:35:06 -05:00 |
|
Ehsan Akhgari
|
b6e35bb4b4
|
Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo
Most of this patch (with the exception of dom/bindings/Codegen.py) was
generated by the following bash script:
#!/bin/bash
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "*/.git*" \
! -wholename "obj-*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-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 MOZ_DELETE '= delete'
|
2015-01-08 23:19:05 -05:00 |
|
Gavin Sharp
|
7e599127d6
|
Bug 575918: enable IPC tests on Mac since they work now, r=bsmedberg
--HG--
extra : rebase_source : 5b7214167249b3c276a9e240d867ce34193a5953
|
2015-01-02 17:00:20 -08:00 |
|
Ehsan Akhgari
|
92438be59a
|
Bug 1116542 - Remove the code to handle shutdown-cleanse from the permission manager; r=jdm
shutdown-cleanse has not been a thing for quite a while.
|
2014-12-31 09:31:28 -05:00 |
|
Christoph Kerschbaumer
|
e868230552
|
Bug 1087730: Make JS callers of ios.newChannel call ios.newChannel2 in extensions/ (r=mmc)
|
2014-10-24 14:51:41 -07:00 |
|
Chris Peterson
|
d3acb03f9f
|
Bug 1107814 - Part 1: Mark more directories as FAIL_ON_WARNINGS for all compilers. r=gps
|
2014-12-04 16:24:03 -08:00 |
|
Fernando Jiménez
|
301ff28a78
|
Bug 1068635 - [Loop] Not remembering + allow access to the contact list, 2nd time Loop is started -> Crash./mach build Tests. r=baku
|
2014-10-17 15:47:36 +02:00 |
|
Fernando Jiménez
|
d53861905d
|
Bug 1068635 - [Loop] Not remembering + allow access to the contact list, 2nd time Loop is started -> Crash!. r=baku, sicking
|
2014-10-17 15:47:35 +02:00 |
|
Boris Zbarsky
|
e6651ee69a
|
Bug 1082843. Don't import Promise.jsm into the global scope in xpcshell tests. r=yoric
|
2014-10-15 00:42:54 -04:00 |
|
Andrew Halberstadt
|
2da4ee197d
|
Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester
|
2014-10-07 18:18:28 -04:00 |
|
Jason Duell
|
28d38f64e8
|
Bug 966713 - Intermittent test_cookies_read.js times out. r=mcmanus
|
2014-09-15 12:42:00 +02:00 |
|
Shu-yu Guo
|
320f4e1440
|
Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin)
|
2014-09-15 16:30:47 -07:00 |
|
Mark Hammond
|
f9a0630114
|
Bug 1058433 - nsPermissionManager now records the mod-time of a permission and allows removal of ones modified since a specified time. r=ehsan
|
2014-09-15 11:33:12 +10:00 |
|
Mark Hammond
|
c6644b9e02
|
Bug 506446 - nsPermissionManager now reads a file with default permissions. r=bsmedberg
|
2014-09-12 13:24:10 +10:00 |
|
Ehsan Akhgari
|
662d5580a7
|
Bug 1060994 - Fix more bad implicit constructors in permission checker; r=bsmedberg
--HG--
extra : rebase_source : 455e38e7ff128a9a1b158dc256e86a012a6cc007
|
2014-09-02 18:20:38 -04:00 |
|
Trevor Saunders
|
f4fbfeeb43
|
bug 1059490 - mark more classes MOZ_FINAL r=froydnj
|
2014-08-27 14:26:48 -04:00 |
|
Ted Clancy (:tedders1)
|
965c41bed7
|
Bug 1000315 - Part 8: Various tests skip uninstall prompt. r=sicking
|
2014-06-12 09:53:54 -07:00 |
|
Peter Van der Beken
|
e704aed19b
|
Bug 1041808 - Thousands of about:blank windows when cookies policy set to "Keep until: I close Firefox". r=smaug.
--HG--
extra : rebase_source : 8706fb4ca98b9d01893dd4544d395161a4277474
|
2014-08-13 17:55:28 +02:00 |
|
Mike Hommey
|
1e79fe55c2
|
Bug 1043802 - Remove TOOLS_DIRS and TEST_TOOLS_DIRS. r=gps
|
2014-07-29 08:55:55 +09:00 |
|
Benoit Jacob
|
b649b7be9e
|
Bug 1028588 - Fix dangerous public destructors in extensions/ - r=ehsan
|
2014-06-23 18:40:02 -04:00 |
|
Nathan Froyd
|
4c20a67b0d
|
Bug 1003306 - part 2 - use services::GetPermissionManager everywhere that's appropriate; r=ehsan
|
2014-04-29 13:27:26 -04:00 |
|
Birunthan Mohanathas
|
ff8ce9bd42
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
|
Marco Castelluccio
|
aa366669d4
|
Bug 993326 - Use SpecialPowers.autoConfirmAppInstall to confirm app installation and stop using the browser.mozApps.installer.dry_run pref. r=fabrice
|
2014-04-17 16:43:04 -04:00 |
|
Neil Rashbrook
|
d8a22dc73a
|
Bug 514280 Remove concrete classes from interface maps r=bsmedberg
|
2014-03-28 08:40:13 +00:00 |
|
Bill McCloskey
|
aa5f40a77e
|
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
|
2014-03-13 21:38:19 -07:00 |
|
Wes Kocher
|
a3277d291d
|
Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
|
2014-03-13 19:41:21 -07:00 |
|
Bill McCloskey
|
f4f6bf8e4d
|
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
|
2014-03-13 15:41:41 -07:00 |
|
Bill McCloskey
|
7193069fa0
|
Backed out changeset d6261f65070a
|
2014-03-13 15:52:27 -07:00 |
|
Bill McCloskey
|
69a746922b
|
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
|
2014-03-13 15:41:41 -07:00 |
|
Vaibhav Agarwal
|
74d0d984a3
|
Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher
|
2014-03-13 10:40:10 -04:00 |
|
Gabor Krizsanits
|
79c86a04cc
|
Bug 980023 - Localstorage access with nsEp. r=bholley
|
2014-03-11 08:41:55 +01:00 |
|
Magnus Melin
|
ce741f665a
|
Bug 457296 - allow content manager to removing mail address permissions. r=josh
|
2014-01-25 21:00:10 +02:00 |
|
Ryan VanderMeulen
|
5c70dff09e
|
Backed out changeset fa9b60c88118 (bug 457296) for bustage on a CLOSED TREE.
|
2014-02-05 15:32:15 -05:00 |
|
Magnus Melin
|
531cd079e8
|
Bug 457296 - allow content manager to removing mail address permissions. r=josh
|
2014-02-05 21:49:00 +02:00 |
|
Magnus Melin
|
32454c9cf5
|
Bug 958865 - extensions/cookie/test should use standard Services.perms. r=jdm
|
2014-01-12 13:06:20 +02:00 |
|
Ehsan Akhgari
|
ebd358dfd7
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Bobby Holley
|
156c631057
|
Bug 946815 - Handle nsIExpandedPrincipal instances in the permission manager API. r=baku
|
2013-12-17 18:01:41 -08:00 |
|
Bobby Holley
|
bfac9cdb32
|
Bug 946815 - Hoist system-principal checks into CommonTestPermission. r=baku
|
2013-12-17 18:01:41 -08:00 |
|