Neil Rashbrook
|
757dacf9be
|
Bug 514280 Remove concrete classes from interface maps r=bsmedberg
|
2014-03-28 08:40:13 +00:00 |
|
Birunthan Mohanathas
|
02d0812720
|
Bug 828300 - Replace NS_ARRAY_LENGTH with mozilla::ArrayLength/MOZ_ARRAY_LENGTH. r=ehsan
|
2014-01-30 13:26:54 -05:00 |
|
Ms2ger
|
4f1e9b830b
|
Bug 956015 - Add an infallible nsIDocShellTreeItem::ItemType; r=bz
|
2014-01-20 08:58:26 +01:00 |
|
Ehsan Akhgari
|
1b83407ce9
|
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 |
|
Christoph Kerschbaumer
|
9c4e72b4ed
|
Bug 910139 - Add TYPE_XSLT to nsIContentPolicy for XSLT loads and update CSP to treat XSLT as script. r=grobinson, r=jst
|
2013-09-11 14:11:49 -07:00 |
|
Tanvi Vyas
|
392c076606
|
Bug 802905 - Create custom Content Type for CSP Reports. r=sstamm, sr=bz
|
2012-11-20 20:28:34 -05:00 |
|
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
John Schoenick
|
9d11c4150f
|
Bug 781126 - Followup, remove accidental tabs. r=me DONTBUILD
|
2012-08-22 14:13:14 -07:00 |
|
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 |
|
John Schoenick
|
ae11e94460
|
Bug 781126 - Part 1 - Browser content policy should check TYPE_OBJECT at shouldProcess rather than shouldLoad. r=jst
|
2012-08-17 14:45:04 -07:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Devdatta Akhawe
|
07903f7e5c
|
Bug 767134 - Stuff the source principal into nsIContentPolicy (r=bz, sr=jst)
|
2012-07-02 16:16:11 -07:00 |
|
David Zbarsky
|
d2ee12f6f9
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Kyle Huey
|
188b4c5f37
|
Bug 692067: Make WebSockets trigger content policies. r=smaug,dveditz
|
2011-12-07 18:19:43 -05:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Jeff Walden
|
b5e57820bf
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
|
Jeff Walden
|
d0532c3e95
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
0f30b277bf
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07:00 |
|
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Neil Rashbrook
|
f3e6df7c77
|
Bug 684726 Add missing content types to nsContentBlocker r=bz
|
2011-09-08 21:20:44 +01:00 |
|
Daniel Holbert
|
92a7240fd1
|
Bug 504934: Add braces to an "if/else" cascade to fix build warning. r+sr=jst
|
2009-07-20 15:29:32 -07:00 |
|
reed@reedloden.com
|
59695deb84
|
Bug 420609 - "XMLHttpRequest no longer able to parse XHTML documents with entity references" [p=trev.moz@adblockplus.org (Wladimir Palant) r+sr=bzbarsky a1.9=sicking a=blocking1.9+]
|
2008-03-05 02:29:32 -08:00 |
|
kherron@fmailbox.com
|
4f3b4ab01c
|
Bug 375314 - discriminate ping and xmlhttprequests in content policy check. Patch by Wladimir Palant <trev.moz@adblockplus.org>, r=jst, sr=peterv.
|
2007-06-17 06:50:50 -07:00 |
|
bzbarsky%mit.edu
|
add20431b9
|
Fix build bustage
|
2006-04-24 20:25:56 +00:00 |
|
bzbarsky%mit.edu
|
c6cc005766
|
Fix image blocking for obviously image objects. Bug 334825, r=biesi, sr=shaver
|
2006-04-24 19:56:18 +00:00 |
|
jst%mozilla.jstenback.com
|
8f1863159b
|
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
|
2005-11-28 23:56:44 +00:00 |
|
peterv%propagandism.org
|
a91a09cd13
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null), remove some includes. Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-26 14:37:29 +00:00 |
|
mvl%exedo.nl
|
6dd7aa8789
|
check for return code in order to not reset prefs
bug 280670, r=dwitte, sr=darin
|
2005-02-02 11:18:20 +00:00 |
|
mvl%exedo.nl
|
14912925b3
|
porting patch from imageblocker to contentblocker.
already had r=dwitte, sr=shaver. bug 256172
|
2005-01-25 18:31:02 +00:00 |
|
mvl%exedo.nl
|
dbd7b0260c
|
enable permissions extension. Update UI to use it. migrate old prefs.
bug 240070, r=dwitte, sr=darin
|
2004-12-15 18:31:23 +00:00 |
|
mvl%exedo.nl
|
f0929b7b00
|
Add a general way of blocking/allowing content based on nsIContentPolicy and nsIPermissionManager
Not enabled yet.
bug 240070, r=dwitte, sr=darin
|
2004-11-08 15:37:32 +00:00 |
|