Граф коммитов

503038 Коммитов

Автор SHA1 Сообщение Дата
Cameron McCormack f5bb6f2dfd Bug 1322185 - Rename some StyleDisplay enum values for consistency. r=xidorn
MozReview-Commit-ID: K27LmXKWNdk
2016-12-05 21:36:28 -10:00
Phil Ringnalda c8e1b94ffa Backed out 3 changesets (bug 1293656) for unexpected crash dump failures in test_process_error.xul
Backed out changeset c8545ffbd0cb (bug 1293656)
Backed out changeset f59861923f81 (bug 1293656)
Backed out changeset b997bb5bccb4 (bug 1293656)

MozReview-Commit-ID: GextDZheo78
2016-12-05 20:34:55 -08:00
Jan de Mooij b36c06e1aa Bug 1320670 part 2 - Use GetPropIRGenerator for GETELEM stubs in Baseline. r=h4writer 2016-12-05 15:44:35 -10:00
Jan de Mooij 30e3ef7752 Bug 1320670 part 1 - Use jsid instead of PropertyName in GetPropIRGenerator. r=h4writer 2016-12-05 15:44:02 -10:00
Cameron McCormack 649802627c Comment typo fix; no bug. 2016-12-05 15:14:59 -10:00
Luke Wagner 549d7571b3 Bug 1320905 - Add js::RefCounted that uses js_delete (r=waldo) 2016-12-05 15:59:18 -08:00
Nathan Froyd c482f7591d Bug 1321444 - part 5 - add taskcluster windows clang jobs; r=dustin
We need to define the jobs and we also need to whitelist them appropriately.
2016-12-03 06:38:22 -05:00
Nathan Froyd 4a6d6e5471 Bug 1321444 - part 4 - add mozharness configs for clang-cl build jobs; r=pmoore 2016-12-03 06:55:58 -05:00
Jon Coppeard b8a1fc66c2 Bug 1295033 - Handle failure in nsXPCWrappedJS constructor r=mccr8 2016-12-07 13:43:24 -10:00
Kan-Ru Chen 4fa8f3b74f Bug 1319271 - Return early in Send__delete__ method when Send fails. r=billm
Only for the async version.

MozReview-Commit-ID: GOVSpzT3JlX
2016-12-07 12:12:43 -10:00
Valentin Gosu 5cad898ab4 Bug 1313095 - Expire NET_VS_CACHE telemetry probes in Firefox 58 data-review=bsmedberg
MozReview-Commit-ID: 7Em2EvHiVXD
2016-12-07 11:09:52 -10:00
Jon Coppeard e4fa6589f8 Bug 1322380 - Fix alignment of major GC profiling headers r=sfink 2016-12-07 10:36:06 -10:00
Jon Coppeard 92cd671b8e Bug 1322380 - Print major / minor GC profiling headers together if both enabled r=sfink 2016-12-07 10:36:06 -10:00
Robert Strong 4c3453fa32 Bug 1318138 - Remove AddDDEHandlerValues macro from the installer now that it has no consumers. r=mhowell 2016-12-07 10:35:33 -10:00
Robert Strong 554a6e4c83 Bug 1322331 - Add Windows 10 detection to the installer. r=mhowell 2016-12-07 10:35:05 -10:00
Andrea Marchesini 461103a374 Bug 1317185 - Propagate contextual-identity-updated notification when an ContextualIdentity is modified, r=gijs 2016-12-07 10:24:08 -10:00
Aaron Klotz d2484c8f56 Bug 1320192: Ensure that we return a null native accessible if GetWindow(GW_CHILD) on a windowed plugin fails; r=tbsaunde
MozReview-Commit-ID: 1Fe8xwS3dWc
2016-12-07 09:37:36 -10:00
Andrea Marchesini f7f5990527 Bug 1317927 - Media caching needs to use origin attributes, r=cpearce, r=jesup 2016-12-07 07:07:09 -10:00
Sebastian Hengst 98798d9c07 Backed out changeset 5ac111460188 (bug 1316256) for failure in test_ext_webrequest_basic.html. r=backout 2016-12-07 13:52:18 +01:00
Andrzej Hunt 0d8088d742 Bug 1321799 - Use decimal format placeholder for filesize r=sebastian
%l seems to be for hour in 12hr clock (i.e. 1-12), but we're applying it to a filesize.
%d seems more appropriate in order to display the actual raw filesize.

MozReview-Commit-ID: AKTpYndm81o

--HG--
extra : rebase_source : 4107bd4ebbe6169ecd3823b2613099bb73ae81a1
2016-12-02 21:57:33 -08:00
Brian Birtles 3dba0a16a9 Bug 1301305 - Notify animations when they should synchronize with geometric animations; r=hiro
MozReview-Commit-ID: 9Ploi5UwseA

--HG--
extra : rebase_source : 64322a0166d97b85ba3e4d7f752c8501774b77ef
extra : histedit_source : ba6eea45f2e975fad8ab98e73cf1d42499567cbf
2016-12-02 10:21:11 +09:00
Brian Birtles 823fa40439 Bug 1301305 - Extend PendingAnimationTracker to mark play-pending animations if there are geometric animations starting at the same time; r=hiro
The approach here is to lazily check if we have such animations. This allows
animations to be modified after being added to the pending animation tracker
(but not after HasPlayPendingGeometricAnimations is called since we cache the
result at that point) and avoids poor performance when calling
RemovePlayPending.

MozReview-Commit-ID: LRLpCRnzvw

--HG--
extra : rebase_source : 59d2fea0458f833a97a3b32413930f9970c7eddb
extra : histedit_source : afbdb4148c21638160c3d2a3d57db71b07180862
2016-12-02 10:10:44 +09:00
Brian Birtles ca512d3518 Bug 1301305 - Add a member to track if an animation needs to be synchronized with geometric animations or not; r=hiro
Note that in this patch, the mSyncWithGeometricAnimations member is never set
to true since no one calls NotifyGeometricAnimationsStartingThisFrame yet.

MozReview-Commit-ID: GSTQmfkSdoy

--HG--
extra : rebase_source : 1304cdf678095f2eeaa32588b92c0531e8c64fcd
extra : histedit_source : bc25fc10a2451121a2b9fec247db3f92965e9b5b
2016-12-02 10:19:10 +09:00
Brian Birtles fab887e2db Bug 1301305 - Factor out check for main-thread synchronization to a method on Animation; r=hiro
This should be easier to read and provide us a convenient place to check for
other cases where we need to synchronize with the main thread (such as the
change introduced in this bug where we synchronize with other animations
started at the same time).

MozReview-Commit-ID: 8iuA7P4ycwM

--HG--
extra : rebase_source : 60a706d51897a0522794cd140734ad7158f4ccd6
extra : histedit_source : cbd0849fcb9077afaf3d2cd3f168201ddb2bf7a4
2016-12-02 10:13:06 +09:00
Brian Birtles 33786b40e1 Bug 1301305 - Add AnimationEffectReadOnly::AffectsGeometry() helper to identify effects that animate geometric properties; r=hiro
MozReview-Commit-ID: 7Q6wvm7ddxy

--HG--
extra : rebase_source : 6b2a719c0c9d744d6204b8cff50efe21f5940e2d
extra : histedit_source : 1cfbe1585c76aa500f8066b99c0d1d438018d400
2016-12-02 10:04:08 +09:00
Brian Birtles b34ecd0f35 Bug 1301305 - Add a performance warning type for transform animations that should be synchronized with geometric animations; r=hiro, r=flod
This patch adds a new performance warning type for the case when we start
a transform animation at the same time as an animation that includes a
geometric property. In that case we run the transform animation on the main
thread so that it is synchronized with the geometric animation (which we can
only run on the main thread).

This differs from CompositorAnimationWarningTransformWithGeometricProperties
in that this applies across different elements whilst the existing warning
only covers the case when the same animation animates both transform and
geometric properties.

MozReview-Commit-ID: EcOMo4VDAYY

--HG--
extra : rebase_source : b4bbc3e4ffa69d0d741fe6d67aba0349b9325b3e
extra : histedit_source : 9fd1b33e8776e270241cde40f1905e74fdfcb630
2016-12-02 10:00:51 +09:00
Brian Birtles abf343e33c Bug 1301305 - Make DevTools tests that expect all animation properties to run on the compositor use 'opacity'; r=pbro
In subsequent patches in this bug we will change the heuristics for determining
which transform animations run on the compositor. As a result some assumptions
in DevTools tests about which animations run on the compositor will change.

Since the heuristics for transform animations are more complex than opacity
animations, in this patch we just switch those animations to use opacity
instead (and add an animation rule that clearly marks that it expects all its
properties to run on the compositor).

MozReview-Commit-ID: FfDUAzKJRCz

--HG--
extra : rebase_source : 6e0a30658d35fa236f9d8bfb343cb4355b4ce0e5
extra : histedit_source : 700cc9b3352caf06008224f7e5651ba7f63890b1
2016-12-02 09:02:40 +09:00
Brian Birtles 005433850d Bug 1301305 - Expand the set of geometric properties to include margin and padding properties; r=hiro
If margin or padding is being animated then we should synchronize with transform
animations.

Originally I included the border-*-width properties in this set. However
I removed them because:

1. Generally animations of border-width are more subtle and it won't be
   noticeable if they are not synchronized with transform animations.

2. If authors animate the border shorthand (e.g. border: 1px blue -> 1px black)
   we will end up interpolating each of the longhands (including the widths
   despite there being no change) and yet such an animation does not really need
   to be synchronized with transform animations. Until we add code to workaround
   that it seems best to ignore border properties.

I have verified that the tests added in this patch fail without the code changes
in this patch.

MozReview-Commit-ID: AJiDAvTpFuN

--HG--
extra : rebase_source : 58462ab48acc0b1298915d0d3572915b6973ac82
extra : histedit_source : d293cfc68ff59483b4f9543a7a63b140d627a4fa
2016-12-02 09:00:05 +09:00
Brian Birtles 2a87280203 Bug 1301305 - Move propertyToIDL to testcommon.js; r=hiro
We would like to use this method in the next patch.

MozReview-Commit-ID: CSdwlVInyds

--HG--
extra : rebase_source : 5e9af4f0ffacaaf08ecee4e6018bed1ee4a74047
extra : histedit_source : b73144f07097982236038c3efb391f6b7d00e5ed
2016-12-02 08:58:19 +09:00
Brian Birtles 6b50df2d34 Bug 1301305 - Rename assert_property_state_on_compositor to assert_all_properties_running_on_compositor; r=hiro
Currently we have:

  assert_animation_property_state_equals
  assert_animation_property_state_on_compositor

and it's not clear what the difference is. This patch renames the latter to make
it clear it is testing that all properties are running on the compositor.

MozReview-Commit-ID: 3PRm8fse9UI

--HG--
extra : rebase_source : ff89d0e6a5f9e59990ead431200726b492f71e81
extra : histedit_source : c003d1806baf2a97252a734506ac2934e01a4839
2016-12-02 08:56:42 +09:00
Brian Birtles 5187ea4de8 Bug 1301305 - Move test data alongside the test function; r=hiro
Currently these tests are hard to read because the test data is separated from
the test function so it's not clear what each of the fields mean or how to use
it. This patch just brings the test data and test functions alongside
one-another so they are easier to read.

MozReview-Commit-ID: EzFLDG4YiXh

--HG--
extra : rebase_source : 9a6745e908e1794dd92c8d264acc6c61923f4242
extra : histedit_source : 1961454b749bc9cf74d5ae9eef4ac9e4d827179c
2016-12-02 08:56:29 +09:00
Jon Coppeard b2bf71677d Bug 1213977 - Don't reset an ongoing incremental GC if AutoKeepAtoms is set r=sfink 2016-12-06 17:25:02 -10:00
Jon Coppeard 18edf08fb3 Bug 1322312 - Assert that GCRuntime::enter/leaveUnsafe region is only used on the main thread r=sfink 2016-12-06 17:23:48 -10:00
Benjamin Bouvier 2b70890ad5 Bug 1321560: Fix codegen for rem_s of 0 by x on arm; r=luke
--HG--
extra : rebase_source : 35f1aa27f7b4a2e4e7b910e07a1e08ec60f5902e
extra : histedit_source : b58fd30abf129dd4d694d16029f8b025b9a0f659
2016-12-01 16:38:19 +01:00
JOrg K 7d596b4b82 Bug 1316256 - Allow passing nullptr as principal to content policy check. r=bz 2016-12-01 15:32:11 +08:00
Carsten "Tomcat" Book 6a10d6b691 Merge mozilla-central to mozilla-inbound 2016-12-07 11:39:51 +01:00
Boris Zbarsky 59f74104a6 Bug 1321879 part 2. Stop using IsCallerChrome() in animations API. r=birtles 2016-12-06 23:47:23 -10:00
Boris Zbarsky d9af26b7e0 Bug 1321879 part 1. Add an API on GlobalObject to get the caller type, for use in things like WebIDL constructors. r=bholley 2016-12-06 23:41:52 -10:00
Jeff Gilbert 5c54a45e7f Bug 1320030 - Mark tests.
MozReview-Commit-ID: C9TpCsqiWjw
2016-12-07 01:35:46 -08:00
Jeff Gilbert 1f193e4f38 Bug 1320030 - Handle program and shader object deletion differently. - r=ethlin
MozReview-Commit-ID: 4wSZ81lFP6e
2016-12-07 01:35:42 -08:00
Jeff Gilbert 406baa7c7d Bug 1320030 - Cherry-pick tests.
MozReview-Commit-ID: 1xcRhru8eQk
2016-12-07 01:35:39 -08:00
Jeff Gilbert 51d744aa93 Bug 1320030 - Simplify marking and deletion checks. - r=ethlin 2016-12-07 01:35:28 -08:00
Benjamin Bouvier 4e7e7e2264 Bug 1321189: Don't set instructions that can trap as Movable; r=jandem
--HG--
extra : rebase_source : 685f5d565eed9d2fd49dc16235a70aed75c26dfa
extra : histedit_source : db1f39d704f5e92d7df2f7240d60e2790ab630a1
2016-11-30 11:39:14 +01:00
John Lin 0c318ba97d Bug 1299068 - part 5: release/render buffers when VideoData sent to compositor. r=snorp
MozReview-Commit-ID: JmEKLKlJnaL

--HG--
extra : rebase_source : 5177ed35206aad3423b9960ea5e9e59459540cde
2016-11-30 17:55:52 +08:00
Emanuel Hoogeveen feeb6bb7b5 Bug 1321286 - Disable protection on Beta and Release builds. r=jandem
--HG--
extra : rebase_source : 3a70a738fb15a5ee2372304f8f9ffc99494372db
2016-11-30 06:04:00 +01:00
Wei-Cheng Pan 0d0c6da8ed Bug 1320651 - Only crash for real builtin sheet error. r=bz
--HG--
extra : rebase_source : f6fc55fab9941423a7401cace03f42f00c60ebe3
2016-12-06 18:25:00 +01:00
Andreas Pehrson 7256570f32 Bug 1317501 - Don't notify dom objects synchronously from MSG runnables in DOMMediaStream. r=padenot
--HG--
extra : rebase_source : 9fcd61afbecc1234c4ee80ba5197448ee838aad4
2016-12-07 08:56:14 +01:00
vincentliu ec6704029a Bug 1310064 - mark MediaEngineTabVideoSource draw target as uninitialized to avoid triggering assertion with Skia. r=lsalzman, jesup
---
 dom/media/webrtc/MediaEngineTabVideoSource.cpp | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)
2016-12-06 21:52:02 -10:00
Mike Shal 2214443444 Bug 1279221 - Remove buildbot routes for Taskcluster tasks; r=dustin
MozReview-Commit-ID: A2YxsnWo9ek

--HG--
extra : rebase_source : 2f979352c9ef2adbb33f386eb45a383cc142832b
2016-11-29 15:02:00 -05:00
Ryan Hunt 5730889559 Bug 1320817 - Move child process PAPZ initialization into TabChild::InitRenderingState. r=kats
--HG--
extra : rebase_source : 89b21123943a039e31e787f41c344574efe7989f
2016-11-28 22:21:27 -06:00