Bobby Holley
|
fdb7f06f04
|
Bug 803870 - Compare the subject with the outer window for History. r=bz
|
2013-02-20 08:37:21 -08:00 |
|
Trevor Saunders
|
443e419ad9
|
bug 841436 - remove nolonger needed qi from nsIDocShell to nsIDocShellTreeItem r=bz
|
2013-02-12 17:02:51 -05:00 |
|
Nikhil Marathe
|
882441527a
|
Bug 804174 - Inline IsCallerTrustedForRead with IsCallerChrome. r=mccr8
|
2012-10-25 16:10:53 -07:00 |
|
Randell Jesup
|
3b4961b603
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ehsan Akhgari
|
243c878d26
|
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
|
691ef24b2a
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Aryeh Gregor
|
7dfe568de5
|
Bug 780469 - Reduce unnecessary includes in some content/ header files; r=bz
|
2012-08-06 15:02:08 +03:00 |
|
Aryeh Gregor
|
2daa4558eb
|
Bug 776849 - Fix unused variable in nsHistory::Go; r=sicking
|
2012-07-27 17:03:28 +03:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Zbarsky
|
9050aef271
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Blake Kaplan
|
099ceeb688
|
Bug 664737 - Make GetNext use a belt as well as its braces. r=bzbarsky
|
2012-01-26 12:54:23 +01:00 |
|
Ehsan Akhgari
|
478ad1a412
|
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 |
|
Peter Van der Beken
|
22f5dbe67d
|
Stop including nsDOMClassInfo.h all over the place.
|
2011-10-03 21:11:31 +02:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Ms2ger
|
26b7c93961
|
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
|
2011-07-15 12:31:34 +02:00 |
|
Ms2ger
|
8e77cf50f6
|
Bug 658906 - Remove nsIDOMNSDocument; r=sicking
|
2011-05-28 09:43:53 +02:00 |
|
Masayuki Nakano
|
ccc2f5b479
|
Bug 659533 Replace nsContentUtils::GetBoolPref() with Preferences::GetBool() r=roc
|
2011-05-25 15:31:59 +09:00 |
|
Justin Lebar
|
e1f02bed7e
|
Bug 551225 - Make pushState use structured clone. r=zpao, sicking
|
2011-04-24 22:30:54 -04:00 |
|
Peter Van der Beken
|
7ec04d0434
|
Fix for bug 637116 (Leak documents+windows with replaceState, focus, event handler closure). r=mrbkap.
|
2011-03-03 12:55:55 +01:00 |
|
Benjamin Smedberg
|
5b2f7aeb23
|
Bug 617539 - Fold nsIDOMHistory_MOZILLA_2_0_BRANCH back into the main interface, r=smaug
|
2011-03-25 11:03:34 -04:00 |
|
Benjamin Smedberg
|
0622ee5361
|
Remove nsIDOMNSDocument_MOZILLA_2_0_BRANCH, moving its private method to nsIDocument, r=sicking
|
2011-03-25 11:03:33 -04:00 |
|
Jonas Sicking
|
d3c29932f7
|
Bug 635844 part 2: Update pushState to latest agreed behavior. r=jlebar a=beltzner/jst
|
2011-02-28 23:08:56 -08:00 |
|
Blake Kaplan
|
1c845f3f61
|
Fix bug 691359. r=jst@mozilla.com, a=blocker
|
2011-02-01 09:19:35 -08:00 |
|
Blake Kaplan
|
9f7073589e
|
Fix bug 617879. r=jst@mozilla.com, a=blocker
|
2011-01-11 17:12:38 -08:00 |
|
|
|
16fafd331c
|
Bug 538362 - rename nsIDocument::GetPrimaryShell to nsIDocument::GetShell. r=smaug
|
2010-06-25 15:59:57 +02:00 |
|
Peter Van der Beken
|
ca30200583
|
Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst.
|
2010-01-12 14:08:43 +01:00 |
|
Justin Lebar
|
a1288e078a
|
Bug 500328 - Implement History.pushState(), History.replaceState() methods. r=smaug, r=zpao, sr=sicking
|
2009-09-01 09:45:05 -07:00 |
|
Daniel Holbert
|
4169db85ee
|
Backed out changeset dc7a04be6904 on suspicion of causing bug 543034.
|
2010-01-29 18:50:46 -08:00 |
|
Justin Lebar
|
3bf83e55ef
|
Bug 500328 - Implement History.pushState(), History.replaceState() methods. r=smaug, r=zpao, sr=sicking
|
2009-09-01 09:45:05 -07:00 |
|
Benjamin Smedberg
|
28a78c0c2c
|
Bug 481102 - Reorganize dom/public, dom/public/base, and dom/src/base to dom/base, r+sr=jst
|
2009-03-11 10:10:19 -04:00 |
|