Ehsan Akhgari
|
531525812e
|
Bug 579517 follow-up: Remove NSPR types that crept in
--HG--
extra : rebase_source : adad9af01d9168a14d87c201c1bd51a3a7a768f5
|
2012-08-29 10:56:51 -04:00 |
|
Phil Ames
|
cd2459e50f
|
Bug 690168. Implement the 'Allow-From' directive for X-Frame-Options. r=bzbarsky
|
2012-08-27 15:46:24 -04:00 |
|
Justin Lebar
|
7649f5cc25
|
Bug 784436 - Part 2: Use new infallible nsIDocShell methods. r=bz
|
2012-08-22 18:27:04 -07: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 |
|
Aryeh Gregor
|
0923bf00ef
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Mounir Lamouri
|
397bc64735
|
Bug 774957 - Update nsDocShell jazz so distinction between browser and app frame is clearer. r=jlebar sr=sicking
|
2012-07-18 22:26:21 -07:00 |
|
Steve Fink
|
3b5b986d0b
|
Backed out changeset 060a9d9fc1c6 from a CLOSED TREE since it seems to depend on afc1cf222996 or 1bafff5720a8 that I just backed out
|
2012-07-19 15:45:27 -07:00 |
|
Mounir Lamouri
|
d6d9b5f0b7
|
Bug 774957 - Update nsDocShell jazz so distinction between browser and app frame is clearer. r=jlebar sr=sicking
|
2012-07-18 22:26:21 -07:00 |
|
Ed Morley
|
80af77da9d
|
Backout ea6db8f420c0 (bug 770831), b51c79ee0883 (bug 774957), 020f6ed5958b (bug 758258), 11d8e19e1fca (bug 758258), 707fc51bfe2e (bug 775354), 489d944a6fe6 (bug 327244), be7df3c9d50f (bug 327244) for m-oth orange
|
2012-07-19 08:29:48 +01:00 |
|
Mounir Lamouri
|
8cfd0a9baa
|
Bug 774957 - Update nsDocShell jazz so distinction between browser and app frame is clearer. r=jlebar sr=sicking
|
2012-07-18 22:26:21 -07:00 |
|
Justin Lebar
|
3a1c239b62
|
Bug 770239 - Make X-Frame-Options work correctly with <iframe mozbrowser>, and remove the disable X-Frame-Options pref (added in bug 707893). r=bz
--HG--
extra : rebase_source : 6dbcc596dac24dbc2b19b7292f6e5b924bd2908d
|
2012-07-09 16:42:17 -04:00 |
|
Sid Stamm
|
639e036eae
|
bug 761655 - Support for multiple X-Frame-Options policies (multiple headers or comma in header value). r=jst
|
2012-06-11 09:17:35 -07:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Josh Matthews
|
6b9a8a5fe2
|
Bug 729204 - Make docshell privacy notifications work across multiple processes. r=bz
|
2012-04-19 20:13:20 -04:00 |
|
Geoff Lankow
|
baa4881110
|
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part B, remove uses of nsIPrefBranch2 in modules/libpref/ ; r=bsmedberg
|
2012-01-16 21:47:13 +13:00 |
|
Justin Lebar
|
0a0da95eaf
|
Bug 707893 - Ignore X-Frame-Options on b2g. r=bz
--HG--
extra : rebase_source : 636a7d9f892c2b280acb0b004b61f02b58352d36
|
2011-12-22 11:51:00 -05:00 |
|
Ehsan Akhgari
|
2a602a5685
|
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 |
|
Michael Wu
|
d8e503c38b
|
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 |
|
Marco Castelluccio
|
7cb0506077
|
Bug 682744 - Sprinkle some do_QueryObject fairy dust around the tree; r=khuey
|
2011-08-30 22:45:31 +01:00 |
|
Ms2ger
|
36c532ffa2
|
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
|
2011-07-15 12:31:34 +02:00 |
|
Mounir Lamouri
|
b550e1a0a6
|
Bug 623482 - Present error page when someone tries to access remote XUL. r+a=sicking
--HG--
extra : rebase_source : 2786e51db70ca0c66f6388376711e74816828c2d
|
2011-01-14 16:33:57 +01:00 |
|
Brandon Sterne
|
6b5c4f41f8
|
Bug 608662 - fix X-Frame-Options crash when using external view-source editor, r=jst, a=blocking2.0
|
2010-11-05 09:33:26 -07:00 |
|
Brandon Sterne
|
94e9ec412b
|
Bug 605077 - fix loop condition in CheckFrameOptions to check for top non-system docshell, r=jst, a=jst
|
2010-10-20 15:01:49 -07:00 |
|
Brandon Sterne
|
4defdf0722
|
Bug 581226 - fix assertion: DoContent returned no listener?: 'abort || m_targetStreamListener', a=blocking2.0
|
2010-10-14 15:26:59 -07:00 |
|
Daniel Holbert
|
9cff7a2163
|
Bug 458167 - Fix bad usage of "it's" in comments: patch for docshell folder. r=bsmedberg
|
2009-02-05 18:05:03 -08:00 |
|
jwalden@mit.edu
|
e3c4baccae
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|