Matt Woodrow
e1ee7ce3d0
Bug 1415672 - Don't invalidate the entire frame tree when we're marking a specific frame as being modified. r=miko
...
--HG--
extra : rebase_source : 7ec5936718e52803bcdf6f1edf435b8247c5107d
2017-11-10 13:16:26 +13:00
Mike Hommey
41ede31cd3
Bug 1402283 - Enforce arena matching on moz_arena_{realloc,free}. r=njn
...
This enforces the API contract as described in memory/build/malloc_decls.h.
2017-11-10 16:05:24 +09:00
Mike Hommey
1dbfb30e4e
Bug 1402283 - Associate an arena to each huge allocation. r=njn
...
Currently, huge allocations are completely independent from arenas. But
in order to ensure that e.g. moz_arena_realloc can't reallocate huge
allocations from another arena, we need to track which arena was
responsible for the huge allocation. We do that in the corresponding
extent_node_t.
2017-11-10 16:05:22 +09:00
Mike Hommey
60238a717e
Bug 1402283 - Replace isalloc/isalloc_validate with static methods of a new AllocInfo class. r=njn
...
Both functions do essentially the same thing, one having more validation
than the other. We can use a template with a boolean parameter to avoid
the duplication.
Furthermore, we're soon going to require, in some cases, more
information than just the size of the allocation, so we wrap their
result in a helper class that gives information about an active
allocation.
2017-11-10 16:05:21 +09:00
Mike Hommey
a6f4d02c4c
Bug 1402283 - Make arena_ralloc use the same arena as the original pointer when none is provided. r=njn
...
When using plain realloc() on a pointer that was allocated with
moz_arena_malloc, we want the resulting pointer to still belong to the
same arena.
2017-11-10 16:05:19 +09:00
Mike Hommey
e9f49d03b4
Bug 1402283 - Rename extent_node_t fields. r=njn
2017-11-10 16:05:17 +09:00
Phil Ringnalda
ef24cfe9e6
Backed out 2 changesets (bug 1415214) for failures in 1415214.html
...
Backed out changeset 54a656b4c587 (bug 1415214)
Backed out changeset dbd2b14a7466 (bug 1415214)
MozReview-Commit-ID: 3NOHVkBjMVD
2017-11-09 22:46:22 -08:00
Tommy Kuo
543c7f2d74
Bug 1415214 - (Part 2) Add test case for the regression. r=jfkthame
...
MozReview-Commit-ID: 4g6QQtZsYT1
2017-11-10 13:53:05 +08:00
Tommy Kuo
1c4700db4c
Bug 1415214 - (Part 1) Fix the bound of the clip rect for drawing decoration lines. r=jfkthame
...
MozReview-Commit-ID: L534I2s3xTi
2017-11-10 13:53:05 +08:00
ffxbld
80565ab2ca
No bug, Automated HPKP preload list update from host bld-linux64-spot-035 - a=hpkp-update
2017-11-09 12:27:53 -08:00
ffxbld
5e3d80e936
No bug, Automated HSTS preload list update from host bld-linux64-spot-035 - a=hsts-update
2017-11-09 12:27:50 -08:00
Andreea Pavel
e455f7489a
Merge inbound to mozilla-central r=merge a=merge
2017-11-09 22:11:53 +02:00
Andreea Pavel
fc7ff60667
Merge autoland to mozilla-central r=merge a=merge
2017-11-09 22:10:08 +02:00
ffxbld
f025886309
No bug, Automated blocklist update from host bld-linux64-spot-032 - a=blocklist-update
2017-11-09 11:48:14 -08:00
ffxbld
b730c6b38d
No bug, Automated HPKP preload list update from host bld-linux64-spot-032 - a=hpkp-update
2017-11-09 11:48:10 -08:00
ffxbld
7e80b102d5
No bug, Automated HSTS preload list update from host bld-linux64-spot-032 - a=hsts-update
2017-11-09 11:48:06 -08:00
Julian Descottes
6ba9f761e9
Bug 1413844 - add utm parameters to about:devtools links;r=pbro
...
MozReview-Commit-ID: EjgklOeYQ2g
--HG--
extra : rebase_source : b54123549878f8f0e571e7dadbfb462559634961
2017-11-09 19:17:35 +01:00
J. Ryan Stinnett
555be6398c
Bug 1415502 - Remove RDM browser-swap docs. r=jryans
...
These low level docs are getting out of date and causing confusion. Further,
they are of limited value at this stage anyway.
MozReview-Commit-ID: FSoNniNZjtj
--HG--
extra : rebase_source : fa5e02a771adcae9b0e53bd18c4eb10ebb5315ef
2017-11-09 10:50:19 -06:00
dluca
3f1926865e
Backed out 1 changesets (bug 1413522) for failing a11y on OS X accessible/tests/mochitest/relations/test_ui_modalprompt.html r=backout on a CLOSED TREE.
...
Backed out changeset a74c645411e7 (bug 1413522)
2017-11-09 19:02:26 +02:00
Francesco Lodolo (:flod)
31c6ddd085
Bug 1415893 - Add Wolof (wo) to Firefox Nightly build r=delphine
...
MozReview-Commit-ID: 4EjylDDpRTV
--HG--
extra : rebase_source : 86d94977021f7b0d3c4bcfca148f334a893a6e7f
2017-11-09 16:16:45 +01:00
Shane Caraveo
4e6c5b003f
Bug 1411646 prevent oauth redirect requests from happening, r=rpl
...
MozReview-Commit-ID: L8ekyXDeCbp
--HG--
extra : rebase_source : 47b0e4a16c18cdc125d0af5d4749285f58f517e0
2017-11-09 15:11:13 -08:00
Emilio Cobos Álvarez
39758fd86f
servo: Merge #19163 - style: Remove the skip_applying_damage "optimization" (from emilio:useless-opt); r=nox
...
We already remove all change hints down the tree when finding a reframe hint
using ClearServoRestyleFromSubtree in ServoRestyleManager, so this is useless.
MozReview-Commit-ID: 1twx7iPt79x
Source-Repo: https://github.com/servo/servo
Source-Revision: 20ccde9a75e52f3dc7adccf0136f5753deb41158
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 4e8d88923fef766a3d9eeca267356ef6962809c6
2017-11-09 08:25:25 -06:00
dluca
b4ecd36f7b
Merge mozilla-central to mozilla-inbound a=merge on a CLOSED TREE
2017-11-09 16:03:23 +02:00
dluca
30ead7d1ae
Merge inbound to mozilla-central a=merge
2017-11-09 15:56:43 +02:00
dluca
c748db6076
Merge autoland to mozilla-central a=merge
2017-11-09 15:52:42 +02:00
dluca
6d9443afa6
Backed out 1 changesets (bug 1393817) for failing to repackage the nightly build on Windows a=backout.
...
Backed out changeset 25f21f22a34b (bug 1393817)
2017-11-09 15:34:00 +02:00
Benjamin Bouvier
d172c3963c
Bug 1319203: Also rename "entry trampoline" to "slow entry trampoline" in wasm tests; r=me
2017-11-09 13:47:07 +01:00
Sebastian Hengst
1911626bf9
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-11-09 12:01:00 +02:00
Sebastian Hengst
1b0413a887
merge mozilla-inbound to mozilla-central. r=merge a=merge
2017-11-09 11:53:05 +02:00
Dale Harvey
6fe0ace4ae
Bug 1385932 - Reenable browser_urlbar_search_reflows.js on Linux. r=mconley
...
MozReview-Commit-ID: H24TSQKemBp
--HG--
extra : rebase_source : f0c885c24b1716aa5e402c193eeccb94bb3a9fc6
2017-11-09 09:31:08 +00:00
Jan de Mooij
dcc4df0d8e
Bug 1415486 - Nursery allocate async functions. r=arai
2017-11-09 09:40:06 +01:00
Mark Banner
315a813f56
Bug 1415343 - Remove useless check for target window from FxAccountsWebChannel.jsm. r=markh
...
MozReview-Commit-ID: 4rFCNbMSF0a
--HG--
extra : rebase_source : 5d9ff600453d47afb4791a43bc6b043677c70cdb
2017-11-09 08:10:37 +00:00
Alfredo.Yang
77f0ffd196
Bug 1415809 - return error when parsing fails. r=kinetik
...
MozReview-Commit-ID: Dlzx9fsGEbE
--HG--
extra : rebase_source : 139152fcf02d51bb74e85a9feea7deb60fcddebe
2017-11-09 16:07:31 +08:00
Jared Wein
aa66390484
Bug 1415054 - Handle RTL in empty customize mode better. r=gijs
...
MozReview-Commit-ID: HjqvOM1n14G
--HG--
extra : rebase_source : fb133bb320f37585f63f872ead38ba7e7f87e544
2017-11-08 15:32:21 -05:00
dluca
8d7066b52a
Merge mozilla-central to mozilla-inbound. r=merge a=merge on a CLOSED TREE
2017-11-12 00:26:02 +02:00
André Bargull
230aa7d0ef
Bug 1345600 - Remove the empty script element workaround in jstests' browser.js. r=sfink
...
--HG--
extra : rebase_source : 3b8e7a233e8df7e5055e65f1a09774a46a05599c
extra : histedit_source : 94c8e1aceab45ac9b04141050f953cc19b6448a4
2017-11-11 04:55:45 -08:00
Michael Ratcliffe
41dd42c3c4
Bug 1415554 - Inspector to use prop-types and react-dom-factories r=gl
...
MozReview-Commit-ID: 7NxFwgFLDAL
2017-11-08 18:55:58 +00:00
Andrea Marchesini
e50200ef65
Bug 1416193 - Cloned nsHostObjectURI objects should be stored together with their BlobImpl by nsHostObjectProtocolHandler, r=valentin
2017-11-14 00:22:54 +01:00
Csoregi Natalia
6232db29bd
Merge mozilla-central to mozilla-inbound. r=merge a=merge CLOSED TREE
2017-11-14 01:00:48 +02:00
Csoregi Natalia
df6a317358
Backed out changeset a0e98ae937a2 (bug 1414447) for multiple failures on devtools/client r=backout on a CLOSED TREE
2017-11-14 00:33:13 +02:00
Christoph Kerschbaumer
9fe7e4ca2f
Bug 1401895 - Block top-level navigations to data: URIs. r=bz
2017-11-13 21:22:59 +01:00
Christoph Kerschbaumer
c848c91be9
Bug 1415612: Allow all plain text types when navigating top-level data URIs. r=bz
2017-11-13 21:25:02 +01:00
Eitan Isaacson
10ddb7f96f
Bug 1414447 - Use displayed definitions in toolbox component for kb nav. r=jryans
...
--HG--
extra : rebase_source : 36eccf958652439585b5a13f4b76cba632468636
2017-11-13 10:49:00 -05:00
Andrew Sutherland
7f0823b2e1
Bug 1413501 - Test for SpinningSynchronousClose unregisterConnection edge-case. r=mak
...
--HG--
extra : rebase_source : fd275beb962ece0fc85765abfe7d28e6b88e887a
extra : source : 16a37706634172c5f07d81a2086b800af92146de
2017-11-08 09:31:31 -08:00
Andrew Sutherland
1acb662626
Bug 1413501 - Fix for SpinningSynchronousClose unregisterConnection edge-case. r=mak
...
--HG--
extra : rebase_source : e7c6104e61a7d01c41f8566be86332a2e6c04da0
2017-11-08 10:11:27 -08:00
Luke Wagner
6d8f9c1263
Bug 1414174 - Baldr: fix OOM handling in compileStreaming (r=bbouvier)
2017-11-08 09:15:26 -08:00
Ben Kelly
d7eca2ba76
Bug 1415779
P4 Add ClientHandle class and make it attach to the correct ClientSource. r=baku
2017-11-08 21:20:00 -08:00
Ben Kelly
a973dff21c
Bug 1415779
P3 Add the ClientSource class and hook it into ClientManager/ClientManagerService. r=baku
2017-11-08 21:19:59 -08:00
Ben Kelly
4641badb26
Bug 1415779
P2 Add ClientManagerService and reference it from parent actors. r=baku
2017-11-08 21:19:59 -08:00
Ben Kelly
b0316788f6
Bug 1415779
P1 Add the ClientManager class. r=baku
2017-11-08 21:19:59 -08:00