Nathan Froyd
|
1cdb070dd9
|
Bug 940170 - part 4 - constify PLDHashTableOps in miscellaneous other places; r=bz
|
2013-11-18 21:58:27 -05:00 |
|
Tom Schuster
|
2a7f05152e
|
Bug 691610 - e10s support for useDefaultIcon. r=felipe sr=smaug
|
2013-07-29 11:03:41 -04:00 |
|
Gavin Sharp
|
64d722a6fa
|
Bug 866748 - isTopLevel shouldn't throw. r=smaug
|
2013-04-29 15:52:57 -07:00 |
|
Ryan VanderMeulen
|
8b0ebb0016
|
Backed out changeset 49976a593558 (bug 866748) for mochitest asserts.
|
2013-04-30 10:15:09 -04:00 |
|
Gavin Sharp
|
5c69c3ff84
|
Bug 866748 - isTopLevel shouldn't throw. r=smaug
|
2013-04-29 15:52:57 -07:00 |
|
Gavin Sharp
|
beb4258cf0
|
Backed out changeset 16c6e8f4dc2f, because I am dumb
|
2013-04-29 16:08:50 -07:00 |
|
Gavin Sharp
|
0b4382a756
|
Bug 866748: isTopLevel shouldn't throw, r=smaug
--HG--
extra : transplant_source : %FDZ%DE6%3Bw%A7%CD%C7%A2%5D%60%7F%B7%2C%92F5%88%08
|
2013-04-29 15:52:57 -07:00 |
|
Aryeh Gregor
|
f0404a303a
|
Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger
|
2013-04-22 14:15:59 +03:00 |
|
Bill McCloskey
|
3913838d2d
|
Bug 666801 - Add DOMWindowID and isTopLevel to nsIWebProgress (r=smaug)
|
2013-04-24 22:26:13 -07:00 |
|
Andrew McCreight
|
eee669680d
|
Bug 856906 - make nsDocLoader mainthread only.
|
2013-04-02 09:41:41 -07:00 |
|
Trevor Saunders
|
a0b7e3dddf
|
bug 842078 - fix iteration of mChildrenList r=smaug
|
2013-02-20 16:33:44 -05:00 |
|
Trevor Saunders
|
085fcc4d7f
|
bug 841434 - use a TArray for nsDocLoader::mChildList r=bz
|
2013-02-13 01:23:14 -05:00 |
|
Nathan Froyd
|
1a165433d7
|
Bug 803666 - convert nsDocLoader's outstanding status list to use mozilla::LinkedList; r=smaug
|
2012-10-19 12:24:12 -04:00 |
|
Ms2ger
|
3345abbb79
|
Bug 809756 - Backout bug 803665, bug 803668, bug 803666 and bug 803669 on a CLOSED TREE.
|
2012-11-08 09:20:25 +01:00 |
|
Nathan Froyd
|
2b1d98781d
|
Bug 803666 - convert nsDocLoader's outstanding status list to use mozilla::LinkedList; r=smaug
|
2012-10-19 12:24:12 -04:00 |
|
Nathan Froyd
|
24b0d73288
|
Backout 57d8f6cd245a (bug 803669), fb673c95d56b (bug 803665), 24d8e0cb73f2 (bug 803665), ac46bd0d9fba (bug 803669), c9c67b62799b (bug 803666), b3314c0ddaac (bug 803668) for debug build test failures
|
2012-10-31 13:23:17 -04:00 |
|
Nathan Froyd
|
7a7d2515cb
|
Bug 803666 - convert nsDocLoader's outstanding status list to use mozilla::LinkedList; r=smaug
|
2012-10-19 12:24:12 -04:00 |
|
Andrew Quartey
|
5d03f6af91
|
Bug 792581 - part 22: Replace LL_ZERO and LL_Zero() macros with 0. r=ehsan
|
2012-10-25 19:25:59 -04:00 |
|
Isaac Aggrey
|
b95ab79e45
|
Bug 795351: Replace LL_MAXINT, LL_MININT, LL_MAXUINT with stdint versions; r=ehsan
|
2012-09-28 14:55:23 -05:00 |
|
Aryeh Gregor
|
08e86fdc86
|
Bug 782594 - Don't use nsresult as boolean; r=bz
|
2012-08-14 12:10:42 +03:00 |
|
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04: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 |
|
Aryeh Gregor
|
719dcb2097
|
Bug 782252 - Change named constants to correct types; r=ehsan
|
2012-08-07 18:11:35 +03:00 |
|
Honza Bambas
|
66c7e9bfac
|
Bug 768568, r=kaie
|
2012-07-31 20:59:17 +02:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Oonishi Atsushi
|
8f0353652d
|
Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky
|
2011-11-10 15:01:11 +01: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 |
|
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 |
|
Boris Zbarsky
|
453903551e
|
Bug 489259. Grab the parent chain for our OnStateChange calls before we fire onload and possibly change the docshell tree. r=jst
|
2011-09-08 23:19:45 -04:00 |
|
Boris Zbarsky
|
8da3fa5aad
|
Bug 642551. Save status info we may want to use in a list so we don't have to walk the entire pending request hashtable looking for one of the rare ones with status info. r=neil
* * *
Bug 642551 followup to address review comment
|
2011-09-06 22:57:46 -04:00 |
|
Phil Ringnalda
|
8c67e09e0b
|
Back out fc945dec50bb and de06684dabc4 (bug 642551), 64c328251a24 (bug 683952) and 9d0d13998ebb (bug 684544) for orange on a CLOSED TREE
|
2011-09-06 21:42:54 -07:00 |
|
Boris Zbarsky
|
bcb6e0639c
|
Bug 642551 followup to address review comment
|
2011-09-06 23:04:45 -04:00 |
|
Boris Zbarsky
|
8f47fec0f3
|
Bug 642551. Save status info we may want to use in a list so we don't have to walk the entire pending request hashtable looking for one of the rare ones with status info. r=neil
|
2011-09-06 22:57:46 -04:00 |
|
Dão Gottwald
|
dea1dade04
|
Backed out changeset dc3780dd8a43 (bug 311007). Going to change onLocationChange instead of adding onLocationChange2.
|
2011-06-14 00:02:28 +02:00 |
|
Oonishi Atsushi
|
5fc1479298
|
Bug 311007 - Add onLocationChange2 which distinguishes between same-document and different-document location changes to web progress listeners. r=smaug, sr=bzbarsky
|
2011-06-04 05:31:07 +09:00 |
|
Ehsan Akhgari
|
2cc302e02c
|
Bug 646071 - Part 3: Remove nsInt64.h, and convert all uses of nsInt64 and nsUint64 in the tree to PRInt64 and PRUint64, respectively; r=bsmedberg
|
2011-03-31 20:15:27 -04:00 |
|
Ehsan Akhgari
|
cccdef8b2f
|
Backout the latest cedar merge wholesale until I test the correctness of the merge locally. This commit takes the tree state back to changeset 8d3f6093c425 (the last known good changeset before the merge)
|
2011-04-01 12:23:48 -04:00 |
|
Ehsan Akhgari
|
bd51cb9b94
|
Bug 646071 - Part 3: Remove nsInt64.h, and convert all uses of nsInt64 and nsUint64 in the tree to PRInt64 and PRUint64, respectively; r=bsmedberg
|
2011-03-31 20:15:27 -04:00 |
|
Mounir Lamouri
|
a94d43b800
|
Bug 600813 - Removing PUT and DELETE form methods. a=blocking-b7
|
2010-09-30 16:55:11 -07:00 |
|
Mounir Lamouri
|
a013a3e442
|
Bug 583288 (2/2) - Let forms using DELETE and PUT HTTP method when submitting. r=jst,sicking a2.0=sicking
|
2010-09-10 07:00:10 +02:00 |
|
Bjarne
|
ed732b9f7f
|
Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst
|
2010-08-04 22:15:55 -04:00 |
|
Boris Zbarsky
|
978b4e3454
|
Bug 572604. Don't flush layout before firing onload. r=dbaron
|
2010-07-18 22:30:56 -04:00 |
|
Neil Rashbrook
|
01a48078fe
|
Bug 564702 Refresh attempted sends bogus state change notification r=biesi
|
2010-05-28 10:08:24 +01:00 |
|
Mitchell Field
|
0fd15d94da
|
Bug 564950 - Make more use of mozilla::services, r=surkov, jst, neil, smontagu, roc, joshmoz, gavin, shaver
|
2010-05-14 18:24:41 +09:00 |
|
Timothy Nikkel
|
3acb38fa47
|
Bug 553363. Don't allow being in the middle of a flush to prevent the docloader from stopping. r=bzbarsky
|
2010-04-10 13:03:40 -05:00 |
|
Timothy Nikkel
|
9483bc4c6f
|
Merge back out of changeset 633cc14c86b8 (bug 553363) to try to fix tsvg_opacity regression.
|
2010-04-11 00:10:24 -05:00 |
|
Timothy Nikkel
|
1a1033b73e
|
Backed out changeset 633cc14c86b8 (bug 553363) to try to fix tsvg_opacity regression.
|
2010-04-11 00:09:55 -05:00 |
|
Craig Topper
|
8b8747d605
|
Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc
|
2010-04-10 16:10:12 -04:00 |
|
Craig Topper
|
25d5518e18
|
Bug 557416: Remove unnecessary includes and forward declarations of nsIPresShell. r=roc
|
2010-04-10 16:09:38 -04:00 |
|