278172b32f0068542444a5dbadd34435fbb4c51f: Bug 1277129 Part 3b - Rename nsTableReflowState, nsRowGroupReflowState, and nsTableCellReflowState.
draft
Ting-Yu Lin <tlin@mozilla.com> - Thu, 21 Jul 2016 12:58:27 +0800 - rev 390449
Push
23670 by tlin@mozilla.com at Thu, 21 Jul 2016 05:05:21 +0000
Bug 1277129 Part 3b - Rename nsTableReflowState, nsRowGroupReflowState, and nsTableCellReflowState.
This patch is generated by the following script:
function rename() {
find .\
-type f\
! -path "./obj*"\
! -path "./.git"\
! -path "./.hg"\
\( -name "*.cpp" -or\
-name "*.h" \)\
-exec sed -i -e "s/$1/$2/g" "{}" \;
}
rename nsTableReflowState TableReflowInput
rename nsRowGroupReflowState TableRowGroupReflowInput
rename nsTableCellReflowState TableCellReflowInput
MozReview-Commit-ID: 4YRrrdGsymp
b9026d15beff4a242e00aedacb739fdbb5c083a2: Bug 1277129 Part 3a - Move nsTableReflowState, nsRowGroupReflowState, and nsTableCellReflowState into mozilla namespace.
draft
Ting-Yu Lin <tlin@mozilla.com> - Thu, 21 Jul 2016 12:58:26 +0800 - rev 390448
Push
23670 by tlin@mozilla.com at Thu, 21 Jul 2016 05:05:21 +0000
Bug 1277129 Part 3a - Move nsTableReflowState, nsRowGroupReflowState, and nsTableCellReflowState into mozilla namespace.
Also move the definition of nsRowGroupReflowState from .h into .cpp as
other two classes did since forward declaration in header is enough.
MozReview-Commit-ID: BBLPW5ccVIA
ec52b49a0b2b0c46f980c06d917c54729426064a: Bug 1277129 Part 2c - Rename nsBlockReflowState to BlockReflowInput.
draft
Ting-Yu Lin <tlin@mozilla.com> - Thu, 21 Jul 2016 12:58:26 +0800 - rev 390447
Push
23670 by tlin@mozilla.com at Thu, 21 Jul 2016 05:05:21 +0000
Bug 1277129 Part 2c - Rename nsBlockReflowState to BlockReflowInput.
This patch is generated by the following script:
function rename() {
find .\
-type f\
! -path "./obj*"\
! -path "./.git"\
! -path "./.hg"\
\( -name "*.cpp" -or\
-name "*.h" \)\
-exec sed -i -e "s/$1/$2/g" "{}" \;
}
rename "nsBlockReflowState" "BlockReflowInput"
MozReview-Commit-ID: FMUY3cg8w2k
0d55e9c9cd7c97a3f8ab292b6c411eb991574478: Bug 1277129 Part 2b - Rename nsBlockReflowState.h/cpp to BlockReflowInput.h/cpp and fix #includes.
draft
Ting-Yu Lin <tlin@mozilla.com> - Thu, 21 Jul 2016 12:58:26 +0800 - rev 390446
Push
23670 by tlin@mozilla.com at Thu, 21 Jul 2016 05:05:21 +0000
Bug 1277129 Part 2b - Rename nsBlockReflowState.h/cpp to BlockReflowInput.h/cpp and fix #includes.
The #includes are fixed by the following script:
function rename() {
find .\
-type f\
! -path "./obj*"\
! -path "./.git"\
! -path "./.hg"\
\( -name "*.cpp" -or\
-name "*.h" \)\
-exec sed -i -e "s/$1/$2/g" "{}" \;
}
rename "nsBlockReflowState\.h" "mozilla\/BlockReflowInput\.h"
MozReview-Commit-ID: Bwz1AbhHsIs
f96f93d5929481dacb982a5b7450f774982e62a2: Bug 1277129 Part 2a - Move nsBlockReflowState into mozilla namespace.
draft
Ting-Yu Lin <tlin@mozilla.com> - Thu, 21 Jul 2016 12:58:26 +0800 - rev 390445
Push
23670 by tlin@mozilla.com at Thu, 21 Jul 2016 05:05:21 +0000
Bug 1277129 Part 2a - Move nsBlockReflowState into mozilla namespace.
MozReview-Commit-ID: GRmxZFVDGBW
3145e5c67a478f5d48f55743984125781f19a4b9: Bug 1277129 Part 1d - Rename nsCSSOffsetState to SizeComputationInput.
draft
Ting-Yu Lin <tlin@mozilla.com> - Thu, 21 Jul 2016 12:58:26 +0800 - rev 390444
Push
23670 by tlin@mozilla.com at Thu, 21 Jul 2016 05:05:21 +0000
Bug 1277129 Part 1d - Rename nsCSSOffsetState to SizeComputationInput.
This patch is generated by the following script:
function rename() {
find .\
-type f\
! -path "./obj*"\
! -path "./.git"\
! -path "./.hg"\
\( -name "*.cpp" -or\
-name "*.h" \)\
-exec sed -i -e "s/$1/$2/g" "{}" \;
}
rename nsCSSOffsetState SizeComputationInput
MozReview-Commit-ID: CP9cDta1F0T
3f3bb29ad96b2f6669631e3ca8caf107dd270133: Bug 1277129 Part 1c - Rename nsHTMLReflowState to ReflowInput.
draft
Ting-Yu Lin <tlin@mozilla.com> - Thu, 21 Jul 2016 12:58:25 +0800 - rev 390443
Push
23670 by tlin@mozilla.com at Thu, 21 Jul 2016 05:05:21 +0000
Bug 1277129 Part 1c - Rename nsHTMLReflowState to ReflowInput.
This patch is generated by the following script:
function rename() {
find .\
-type f\
! -path "./obj*"\
! -path "./.git"\
! -path "./.hg"\
\( -name "*.cpp" -or\
-name "*.h" \)\
-exec sed -i -e "s/$1/$2/g" "{}" \;
}
rename nsHTMLReflowState ReflowInput
MozReview-Commit-ID: 4ZUJuY7yP33
18d4f3e773d68802d61feff978d9e1d6207e13d1: Bug 1277129 Part 1b - Rename nsHTMLReflowState.h/cpp to ReflowInput.h/cpp and fix #includes.
draft
Ting-Yu Lin <tlin@mozilla.com> - Thu, 21 Jul 2016 12:58:24 +0800 - rev 390442
Push
23670 by tlin@mozilla.com at Thu, 21 Jul 2016 05:05:21 +0000
Bug 1277129 Part 1b - Rename nsHTMLReflowState.h/cpp to ReflowInput.h/cpp and fix #includes.
The #includes are fixed by the following script:
function rename() {
find .\
-type f\
! -path "./obj*"\
! -path "./.git"\
! -path "./.hg"\
\( -name "*.cpp" -or\
-name "*.h" \)\
-exec sed -i -e "s/$1/$2/g" "{}" \;
}
rename "nsHTMLReflowState\.h" "mozilla\/ReflowInput\.h"
MozReview-Commit-ID: KUDcI5eYwym
35def22ecab06df6e919fb19603cb4f5fa63974a: Bug 1277129 Part 1a - Move nsHTMLReflowState and nsCSSOffsetState into mozilla namespace.
draft
Ting-Yu Lin <tlin@mozilla.com> - Thu, 21 Jul 2016 12:58:24 +0800 - rev 390441
Push
23670 by tlin@mozilla.com at Thu, 21 Jul 2016 05:05:21 +0000
Bug 1277129 Part 1a - Move nsHTMLReflowState and nsCSSOffsetState into mozilla namespace.
MozReview-Commit-ID: DJfEQRCgNo3
ad64c13c0e57bdb1a0aa18e95df1d7e7d7bee958: Bug 1288313 - Ensure the host and target compilers build for the right endianness. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Thu, 21 Jul 2016 08:24:45 +0900 - rev 390440
Push
23669 by bmo:mh+mozilla@glandium.org at Thu, 21 Jul 2016 04:54:31 +0000
Bug 1288313 - Ensure the host and target compilers build for the right endianness. r?chmanchester
877197a941a2fa5e3520ff22b4b3dcbe7dee1058: Bug 1288313 - Ensure the host and target compilers build for the right kernel. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Tue, 26 Apr 2016 15:38:45 +0900 - rev 390439
Push
23669 by bmo:mh+mozilla@glandium.org at Thu, 21 Jul 2016 04:54:31 +0000
Bug 1288313 - Ensure the host and target compilers build for the right kernel. r?chmanchester
0bd3978c7decc86748822bdc5a05037aa5ec21d5: Bug 1288313 - Ensure the host and target compilers build for the right CPU. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Fri, 22 Apr 2016 15:08:55 +0900 - rev 390438
Push
23669 by bmo:mh+mozilla@glandium.org at Thu, 21 Jul 2016 04:54:31 +0000
Bug 1288313 - Ensure the host and target compilers build for the right CPU. r?chmanchester
And for GCC and clang, try to see if adding -m32, -m64 or --target
works if they don't.
ba020a387c27d69f9508c4ae9c8d4555e37b3970: Bug 1288313 - Explicitly reject unknown CPU types. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Tue, 26 Apr 2016 16:27:46 +0900 - rev 390437
Push
23669 by bmo:mh+mozilla@glandium.org at Thu, 21 Jul 2016 04:54:31 +0000
Bug 1288313 - Explicitly reject unknown CPU types. r?chmanchester
Since
bug 1264482, unknown CPU types end up triggering a ValueError
exception because of the CPU EnumString. Even if somehow the CPU is
valid, the endianness is not and would trigger a ValueError exception
as well.
So, instead of letting the exceptions happen, use a nicer failure mode
with an explicit die().
7659fca2b0a05b896569492c432b0bc064a12f6a: Bug 1288284 - Add tests for eval and friends in content script
draft
Rob Wu <rob@robwu.nl> - Wed, 20 Jul 2016 21:53:39 -0700 - rev 390436
Push
23668 by bmo:rob@robwu.nl at Thu, 21 Jul 2016 04:52:59 +0000
Bug 1288284 - Add tests for eval and friends in content script
MozReview-Commit-ID: Be2c2EqX9G0
caaa3a16592dc83d7464de49ce1c38020d40657f: Bug 1278198 - Adapt Adobe GMP's obsolete GMPDecryptor interface to new interface. r=gerald
draft
Chris Pearce <cpearce@mozilla.com> - Thu, 14 Jul 2016 13:33:48 +1200 - rev 390435
Push
23667 by cpearce@mozilla.com at Thu, 21 Jul 2016 04:33:11 +0000
Bug 1278198 - Adapt Adobe GMP's obsolete GMPDecryptor interface to new interface. r=gerald
The Adobe GMP only supports up to GMPDecryptor version 7. We're now up to
version 9. So we need to provide an adaptor to convert the old version to run
with the new interface.
MozReview-Commit-ID: 5dKreev7JMv
e485739193cfd95dc554bf479566c1a7d4dee884: Bug 1264686 - Reps: Use grip-array rep to display NamedNodeMap; r?linclark
draft
gasolin <gasolin@gmail.com> - Thu, 21 Jul 2016 10:53:49 +0800 - rev 390434
Push
23666 by bmo:gasolin@mozilla.com at Thu, 21 Jul 2016 03:57:13 +0000
Bug 1264686 - Reps: Use grip-array rep to display NamedNodeMap; r?linclark
MozReview-Commit-ID: FxSaFDxg0Tt
8a00db57d77ab0ac59a1707c87da8232eeae2699: Bug 1285036 - Part 9: Clean up the XHR send() API endpoints, and how nsIVariants are handled. r=baku
Thomas Wisniewski <wisniewskit@gmail.com> - Wed, 20 Jul 2016 13:02:54 -0400 - rev 390433
Push
23666 by bmo:gasolin@mozilla.com at Thu, 21 Jul 2016 03:57:13 +0000
Bug 1285036 - Part 9: Clean up the XHR send() API endpoints, and how nsIVariants are handled. r=baku
abbef296a82f16186245cae60fcaebd7d2325ffe: Bug 1285036 - Part 8: Change XHR open() and related code to follow the spec more closely. r=baku
Thomas Wisniewski <wisniewskit@gmail.com> - Wed, 20 Jul 2016 13:02:36 -0400 - rev 390432
Push
23666 by bmo:gasolin@mozilla.com at Thu, 21 Jul 2016 03:57:13 +0000
Bug 1285036 - Part 8: Change XHR open() and related code to follow the spec more closely. r=baku
16fefebdbb50f9c10ea7786500e0bfe19545b42c: Bug 1285036 - Part 7: Change SetRequestHeader() and related header code to follow the spec more closely. r=baku
Thomas Wisniewski <wisniewskit@gmail.com> - Wed, 20 Jul 2016 12:22:43 -0400 - rev 390431
Push
23666 by bmo:gasolin@mozilla.com at Thu, 21 Jul 2016 03:57:13 +0000
Bug 1285036 - Part 7: Change SetRequestHeader() and related header code to follow the spec more closely. r=baku
e543221ad4eeea0df25192d740a587211105f511: Bug 1284945 - update KEYGEN_GENERATED_KEY_TYPE to collect until Firefox 60. r=keeler,p=ally
Kate McKinley <kmckinley@mozilla.com> - Wed, 20 Jul 2016 15:00:00 +0200 - rev 390430
Push
23666 by bmo:gasolin@mozilla.com at Thu, 21 Jul 2016 03:57:13 +0000
Bug 1284945 - update KEYGEN_GENERATED_KEY_TYPE to collect until Firefox 60. r=keeler,p=ally