Commit Graph

557910 Commits

Author SHA1 Message Date
Morris Tseng
b15936e47c Bug 1399050 - Apply inherited scale on 3d transform as well. r=kats
MozReview-Commit-ID: 8F1d4NzVcam
2017-09-13 17:07:17 +08:00
Morris Tseng
afa14cd3bb Bug 1394249 - SetNeedToCalcHasBCBorders to true when initialize nsTableFrame. r=mats
In the printing preview, we create continuous table frame if table is too
long to containing in a page. But the default value of
NeedToCalcHasBCBorders is false which means we don't calculate
HasBCBorders for continuous table frame. Thus, the border collapse is
not shown when printing preview.

MozReview-Commit-ID: IqhLSYuWj30
2017-09-13 17:05:52 +08:00
Valentin Gosu
3795bdfc3c Bug 1399300 - Backed out changeset be66eb2bb0d8 (bug 910207) a=backout
MozReview-Commit-ID: HztnJFk4MuL
2017-09-13 10:52:10 +02:00
Valentin Gosu
acc302eb58 Bug 1399300 - Backed out changeset a51cf9c048a1 (bug 910207) a=backout
MozReview-Commit-ID: 3l6B9n7VM1o
2017-09-13 10:51:18 +02:00
Sebastian Hengst
73e4408ece Backed out changeset e6f1fbbfdd1f (bug 1397593) for crashing e.g. in xpcshell's toolkit/mozapps/extensions/test/xpcshell/test_LightweightThemeManager.js on Windows. r=backout on a CLOSED TREE 2017-09-13 10:16:27 +02:00
Michal Novotny
6134d2df81 Bug 1392841 - Enable RCWN on Nightly, r=valentin 2017-09-13 09:05:15 +02:00
Franziskus Kiefer
13f706ca4e Bug 1386955 - land NSS a83094ccf952 UPGRADE_NSS_RELEASE, r=me
MozReview-Commit-ID: 9F66BeXNp3a

--HG--
extra : rebase_source : aac70379cd6e09112bec2af693eda051eba8d84c
2017-09-12 14:46:59 +02:00
Sebastian Hengst
643376d693 Backed out changeset a8d6f6fd7bda (bug 1359017) for failing wpt's /html/dom/reflection-forms.html. r=backout 2017-09-13 08:56:53 +02:00
Sebastian Hengst
92d408093a Backed out changeset 354139a05e75 (bug 1359017) 2017-09-13 08:56:23 +02:00
Sebastian Hengst
264522f53d Backed out changeset 9248962260f9 (bug 1359017) 2017-09-13 08:56:18 +02:00
Sebastian Hengst
66969c6b7b Backed out changeset 7b45c1aebf7f (bug 1359017) 2017-09-13 08:56:13 +02:00
Sebastian Hengst
38b304e15b Backed out changeset 43d65c965f0d (bug 1359017) 2017-09-13 08:56:07 +02:00
Michal Novotny
6c04f54acc Bug 1397593 - Assertion failure: !mOnStartRequestCalled (We should not call OnStartRequest twice) in HttpBaseChannel::DoNotifyListener(), r=valentin 2017-09-13 08:41:01 +02:00
Christoph Kerschbaumer
e328a6db15 Bug 1397652 - Update tests within browser/ to comply with new toplevel data: URI navigation policy. r=gijs 2017-09-13 06:56:42 +02:00
Kris Maglione
6335fa41aa Backed out changeset 6ff73d0599c5 (bug 1398974) for still being flaky on Winodws. r=backout
MozReview-Commit-ID: CzJ8bAwAPZx
2017-09-12 21:54:35 -07:00
Andrea Marchesini
60bea2b5c1 Bug 1359017 - WPTs for onmessageerror, r=masayuki 2017-09-13 05:59:06 +02:00
Andrea Marchesini
68fed142b9 Bug 1359017 - onmessageerror for WindowEventHandlers in case StructuredClone algorithm fails when deserializing, r=masayuki, r=smaug 2017-09-13 05:59:06 +02:00
Andrea Marchesini
977186322a Bug 1359017 - onmessageerror for Workers in case StructuredClone algorithm fails when deserializing, r=masayuki, r=smaug 2017-09-13 05:59:06 +02:00
Andrea Marchesini
f3bcbfa12b Bug 1359017 - onmessageerror for BroadcastChannel in case StructuredClone algorithm fails when deserializing, r=masayuki, r=smaug 2017-09-13 05:59:06 +02:00
Andrea Marchesini
456461ba4d Bug 1359017 - onmessageerror for MessagePort in case StructuredClone algorithm fails when deserializing, r=masayuki, r=smaug 2017-09-13 05:59:05 +02:00
Kris Maglione
270a894712 Bug 1398974: Follow-up: Disconnect StreamFilters when closing extension context. r=me
If we don't do this explicitly, the channel is automatically disconnected when
it's GCed. However, if we start shutdown while a stream is being processed,
the stream may not be GCed before we shut down the parent process's message
loop. In that case, we get a shutdown crash because the StreamFilterParent's
data channel is still open when we shut down its message loop.

Explicitly disconnecting the StreamFilter when the context is closed prevents
this, since app shutdown is automatically blocked on extension shutdown, and
extension shutdown explicitly closes all extant contexts.

MozReview-Commit-ID: 5JPrSUooq1j

--HG--
extra : rebase_source : d9af8c6b1c2107a726fead2aa0bbf9cc6f7b72e2
2017-09-12 18:55:24 -07:00
Kris Maglione
7b6af5ec80 Bug 1398974: Part 7 - Update and sign talos webext extension. r=me
MozReview-Commit-ID: AaQ5JaenApG

--HG--
extra : rebase_source : 76e9409005ecc55154952042ce8d10bbf06e39c9
2017-09-12 13:21:31 -07:00
Kris Maglione
938f05948a Bug 1398974: Part 6 - Add content script messaging to webext talos add-on. r=mixedpuppy,jmaher
MozReview-Commit-ID: Edn7BnZoHvK

--HG--
extra : rebase_source : b360c66cbcb828b81126f6f8d4b147f4e2bb5a50
2017-09-11 18:25:35 -07:00
Kris Maglione
a31daf3601 Bug 1398974: Part 5 - Add content script to webext talos add-on. r=mixedpuppy,jmaher
MozReview-Commit-ID: DDPOrJ2nuhE

--HG--
extra : rebase_source : cf8397698356fb56172e8fcfefebd1a7065f58ce
2017-09-11 18:20:17 -07:00
Kris Maglione
b9daf71c93 Bug 1398974: Part 4 - Add browserAction to webext talos add-on. r=mixedpuppy,jmaher
MozReview-Commit-ID: BJrWSTvg91D

--HG--
extra : rebase_source : e25d1a1e71eaf56c8eb2dfd1052918681f85a5f7
2017-09-11 18:17:04 -07:00
Kris Maglione
d368e16989 Bug 1398974: Part 3 - Add pageAction to webext talos add-on. r=mixedpuppy,jmaher
MozReview-Commit-ID: 7cQYGtNSE2O

--HG--
extra : rebase_source : 755b955fb612b1a7d6568699e55fb3ef3c6ab540
2017-09-11 18:14:36 -07:00
Kris Maglione
b6bee63a5f Bug 1398974: Part 2 - Add tab listeners to webext talos add-on. r=mixedpuppy,jmaher
MozReview-Commit-ID: ADY51Di0EjN

--HG--
extra : rebase_source : 2dc3d084f625c748469dd91810592103bc7886cf
2017-09-11 18:08:37 -07:00
Kris Maglione
4652e8ce88 Bug 1398974: Part 1 - Add webRequest listeners to webext talos add-on. r=mixedpuppy,jmaher
MozReview-Commit-ID: EUakliO1WnL

--HG--
extra : rebase_source : d405666aa57f013d78575ab584014acaa8de4c41
2017-09-11 18:03:07 -07:00
Julian Descottes
ded88d3bd5 Bug 1399028 - fix assert messages in browser_theme.js test;r=gl
MozReview-Commit-ID: 6RI0FNVIWsv
2017-09-12 15:30:54 +02:00
Julian Descottes
49e3e1453f Bug 1399028 - photon update - devtools icon, tab and accordion colors;r=gl
Updated colors and styles for toolbox toolbar tabs as well as sidebar tabs.
For icon color changes created special filters that match the expected photon colors.
The normal, selected and checked states of icons in both dark and light theme are now
always set using filters.

MozReview-Commit-ID: 4MTAxHnyI7a
2017-09-11 23:56:33 +02:00
Jeff Muizelaar
bc03cdc351 Bug 1398959. Remove duplicated gfxContext* parameter. r=mattwoodrow
All of the callers are passing in the same value for
both gfxContexts.
2017-09-12 22:39:14 -04:00
Jeff Muizelaar
113e9e1d43 Revert "Bug 1392523. Remove duplicated gfxContext* parameter. r=mattwoodrow"
This reverts commit 0337d3437615.
2017-09-12 22:37:43 -04:00
Boris Zbarsky
101a69d71a Bug 864845 part 2. Make window.content chromeonly. r=mystor
MozReview-Commit-ID: Q7hTmngEgI
2017-09-12 15:33:10 -04:00
Boris Zbarsky
88e03490ad Bug 864845 part 1. Stop using 'content' in devtools tests. r=ochameau
MozReview-Commit-ID: 5PppAzRx5JG
2017-09-12 15:33:10 -04:00
Jeff Muizelaar
d5f9b84940 Bug 1392523. Remove duplicated gfxContext* parameter. r=mattwoodrow
All of the callers are passing in the same value for
both gfxContexts.
2017-09-12 22:17:43 -04:00
Oriol Brufau
38624ed0af Bug 1395313 - Let JSON Viewer ignore the BOM. r=Honza
--HG--
extra : source : 0c0dfeb3692a60f3e8f62ee2ee0235fcb5607512
2017-09-12 06:15:00 -04:00
André Bargull
4a4936b05a Bug 1398751 - Part 2: Add fast path to convert int32 value to a code point. r=evilpie 2017-09-12 21:22:29 +02:00
André Bargull
43d9783cff Bug 1398751 - Part 1: Add fast-path for typed arrays in js::GetElements to speed-up Function.apply with typed arrays. r=evilpie 2017-09-11 22:06:39 +02:00
Michael Brennan
f8f22a254c Bug 1347827 - Add Persist Logs checkbox in NetMonitor toolbar. r=Honza 2017-09-12 12:49:00 -04:00
Benjamin Bouvier
5ece948831 Bug 1399239 - Remove unused srcBodyStart. r=luke
MozReview-Commit-ID: 6p4OIQz7dPb
2017-06-22 18:44:28 +02:00
Benjamin Bouvier
ca6eb53ca6 Bug 1370886 - Test for source script offset behavior in asm.js. r=luke 2017-09-12 22:11:24 +02:00
Ryan VanderMeulen
578923dcdc Bug 1367895 - Remove some obsolete nightly_only & release_or_beta test manifest annotations. r=mconley 2017-09-12 21:26:17 -04:00
Jan Keromnes
01d2ba9d5f Bug 1398082 - Support compiling stylo with llvm-config-5.0 or llvm-config-6.0. r=froydnj
--HG--
extra : rebase_source : fad9693d6dedfb9bc2ecc8d8286bee40f4bb31bb
2017-09-12 13:04:00 -04:00
André Bargull
d9f89f0c1a Bug 1398226 - Remove the indirection through NewDependentString when creating inline-strings in StaticStrings::getUnitStringForElement. r=jandem
--HG--
extra : rebase_source : df0913779dcd2a91cfc57d814875e15fa2416edc
2017-09-08 19:13:36 +02:00
Kris Maglione
d5ec8637a4 Bug 1399005: Always dispatch OnStop from the IO thread. r=mixedpuppy
Normally, we try to use the same thread for the IO and actor threads, which
means there's some basic assurance that OnStopRequest is always dispatched
after the last OnDataAvailable call. However, in cases where callers retarget
data delivery to a different background thread, it's possible for the main
thread to process the OnStopRequest runnable before the IO thread has
processed the last OnDataAvailable runnable, which can cause problems.

Dispatching the OnStop runnable through the IO thread guarantees at last basic
consistency in order of dispatch. In the case where the IO thread is the same
as the actor thread, the runnable is processed synchronously, and there's no
behavior change. In other cases, it's dispatched to the IO thread first, and
waits in the same queue as the already-dispatched OnDataAvailable events.

MozReview-Commit-ID: H2GD66WKxNn

--HG--
extra : rebase_source : 0c79d3467b92e9fe53842a642a5c1eac2f3ee54c
2017-09-11 20:04:48 -07:00
Wes Kocher
f84d70ea8f Backed out changeset 0c0dfeb3692a (bug 1395313) for maybe causing browser_bug451286.js failures a=backout CLOSED TREE
MozReview-Commit-ID: 5WybzB8cgmJ
2017-09-12 15:24:14 -07:00
Wes Kocher
2279d7a1dd Backed out changeset 9c55653c204f (bug 1393057) for maybe causing browser_bug451286.js failures a=backout CLOSED TREE
MozReview-Commit-ID: 1nHzrH84mfZ
2017-09-12 15:24:10 -07:00
Kris Maglione
b365b66e0d Bug 1399216: Follow-up: Fix browser_all_files_referenced error. r=me CLOSED TREE
MozReview-Commit-ID: 6DOgpyMtFPy
2017-09-12 13:39:11 -07:00
Wes Kocher
b1233c7d04 Backed out changeset 371a03aa9b24 (bug 1397056) for build errors in SmallPointerArray.h a=backout CLOSED TREE
MozReview-Commit-ID: FNVPjKmVCWB

--HG--
extra : rebase_source : 41e380e59d9eead945ba515d85c1b9195329bc74
2017-09-12 12:39:09 -07:00
Kris Maglione
6cc95e10e7 Bug 1371065: Follow-up: Fix emitter sandbox validation bustage. r=me CLOSED TREE
MozReview-Commit-ID: 8XK9HuAgtD0

--HG--
extra : rebase_source : 460979f308b2d0b9260b35252e5c53b4ab4e9c6e
extra : amend_source : c01320b0a4f66614cdc9cb8a0fdbe2c19a03af8a
2017-09-12 12:42:11 -07:00