Blair McBride
|
9555477bbb
|
Bug 897735 - Bustage fix for nsIBlocklistService.idl
|
2014-01-15 09:30:26 +13:00 |
|
Ryan VanderMeulen
|
b1e00a80a2
|
Bug 897735 - Bump the nsIBlocklistService IID.
DONTBUILD CLOSED TREE
|
2014-01-14 11:54:30 -05:00 |
|
Sachin Hosmani
|
3bf22859ba
|
Bug 897735 - Support regular expression filters for name and creator in extension blocks. r=Unfocused
CLOSED TREE
|
2014-01-06 14:16:32 +05:30 |
|
Ryan VanderMeulen
|
72b3035461
|
Backed out changeset 933bf791b773 (bug 897735) for Windows test bustage.
CLOSED TREE
|
2014-01-14 11:10:33 -05:00 |
|
Sachin Hosmani
|
ac557339b2
|
Bug 897735 - Support regular expression filters for name and creator in extension blocks. r=Unfocused
|
2014-01-06 14:16:32 +05:30 |
|
Ehsan Akhgari
|
e368dc9c85
|
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 |
|
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 |
|
Hernán Rodriguez Colmeiro ext:(%2C%20Mehdi%20Mulani%20%3Cmars.martian%2Bbugmail%40gmail.com%3E)
|
e4806fa0cc
|
Bug 406026: Point users to a specific page for each blocklisted item. r=dtownsend
|
2011-05-25 14:31:56 -07:00 |
|
Wesley Johnston
|
99d7ddf1d2
|
Bug 537180 - Fennec uses old blocklisting URL [r=dtownsend a=blocking-fennec]
|
2010-09-01 21:35:06 -04:00 |
|
Blair McBride
|
86cf9e1b49
|
Bug 514327 - Detect outdated plugins and offer upgrade path. ui-r=beltzner, r=dtownsend,josh
|
2009-10-02 13:26:04 +02:00 |
|
Dave Townsend
|
82da6767f5
|
Bug 455906: Support severities for blocklist entries. r=robstrong, r=jst
--HG--
rename : toolkit/mozapps/extensions/content/list.xul => toolkit/mozapps/extensions/content/blocklist.xul
rename : toolkit/mozapps/extensions/public/nsIBlocklistService.idl => xpcom/system/nsIBlocklistService.idl
|
2008-11-02 12:13:48 +00:00 |
|
Dave Townsend
|
5fe4198f76
|
Backed out changeset bbccbf2c7456
|
2008-11-02 03:27:18 +00:00 |
|
Dave Townsend
|
ebb5261581
|
Bug 455906: Support severities for blocklist entries. r=robstrong, r=jst
--HG--
rename : toolkit/mozapps/extensions/content/list.xul => toolkit/mozapps/extensions/content/blocklist.xul
rename : toolkit/mozapps/extensions/public/nsIBlocklistService.idl => xpcom/system/nsIBlocklistService.idl
|
2008-11-02 01:34:45 +00:00 |
|