Robert O'Callahan
2d76f54dbb
Bug 1109644. Part 3: Make MediaEngineDefaultVideoSource use GetEndOfAppendedData instead of aLastEndTime. r=jesup
...
--HG--
extra : rebase_source : d2285dad46e5b089b49e5ddce12564d5518c45a3
2014-12-30 14:54:02 +13:00
Robert O'Callahan
5b73829749
Bug 1109644. Part 2: Make MediaEngineWebRTCVideoSource use GetEndOfAppendedData instead of aLastEndTime. r=jesup
...
--HG--
extra : rebase_source : a1b716900bba01b5af1057e03bdc6360e327174b
2014-12-30 14:54:02 +13:00
Robert O'Callahan
85cb99cc25
Bug 1109644. Part 1: Create SourceMediaStream::GetEndOfAppendedData to reliably track how much data has been appended to a SourceMediaStream's track. r=jesup
...
--HG--
extra : rebase_source : 385ad9b704d35df7b70a75afe807e363e0929476
2014-12-30 14:54:01 +13:00
Cameron McCormack
d6b07ef6c4
Bug 649142 - Part 8: Tests. r=dbaron
2014-12-31 12:18:16 +11:00
Cameron McCormack
6549a2b58b
Bug 649142 - Part 7: Move CSS_PROPERTY_LOGICAL up into one of the earlier free bits. r=dbaron
2014-12-31 12:18:16 +11:00
Cameron McCormack
c501eb9fff
Bug 649142 - Part 6: Remove support for shorthand-implemented logical properties. r=dbaron
...
This includes removing:
* the box property directional source constants
* the CSS_PROPERTY_DIRECTIONAL_SOURCE property flag
* the CSS_PROPERTY_REPORT_OTHER_NAME property flag
* nsCSSProps::OtherNameFor
* methods on the CSS parser to parse directional box properties and set
the old *-source and *-value properties
* the resolution of logical and physical properties in nsRuleNode during
style computation, since that's now done as part of the cascade in
nsCSSExpandedDataBlock::MapRuleInfoInto
2014-12-31 12:18:16 +11:00
Cameron McCormack
324837a87d
Bug 649142 - Part 5: Convert logical border properties. r=dbaron
2014-12-31 12:18:15 +11:00
Cameron McCormack
246dccd863
Bug 649142 - Part 4: Convert logical margin properties. r=dbaron
2014-12-31 12:18:14 +11:00
Cameron McCormack
c1366ac48c
Bug 649142 - Part 3: Convert logical padding properties. r=dbaron
...
Here we convert the logical padding properties into their new resolved-at-
cascade-time implementations. This involves:
* converting -moz-padding-{start,end} into logical longhand properties
* adding padding-inline-{start,end} aliases for -moz-padding-{start,end}
* converting padding-{left,right} into longhand properties
* removing padding-{left,right}-value and
padding-{left,right}-{ltr,rtl}-source internal properties
The CSS parser and various tests are simplified a bit as a result.
2014-12-31 12:18:14 +11:00
Cameron McCormack
ba024f653a
Bug 649142 - Part 2.1: Test that logical properties in property_database.js are longhands. r=dbaron
2014-12-31 12:18:13 +11:00
Cameron McCormack
8c1da42424
Bug 649142 - Part 2: Convert logical properties to their physical equivalents during the cascade. r=dbaron
...
We will add cases to EnsurePhysicalProperty's switch statement as we
convert the existing shorthand-implemented logical properties to the
new, CSS_PROPERTY_LOGICAL-bearing properties.
2014-12-31 12:18:13 +11:00
Cameron McCormack
6cceecc24a
Bug 649142 - Part 1: Add macros and flags for defining logical properties and don't allocate storage for them in nsRuleData. r=dbaron
...
We define a new flag CSS_PROPERTY_LOGICAL to be used for logical longhand
properties and a new CSS_PROP_LOGICAL macro in nsCSSPropList.h to
define them.
When using CSS_PROP to capture all properties, includers must now
explicitly indicate whether logical properties are included or not,
by defining CSS_PROP_LIST_EXCLUDE_LOGICAL (to exclude them),
CSS_PROP_LIST_INCLUDE_LOGICAL (to include them), or CSS_PROP_LOGICAL
(to capture them separately from other properties).
2014-12-31 12:18:12 +11:00
Jeff Gilbert
a76e617dd0
Bug 1100699 - Use OriginPos instead of isInverted. - r=mattwoodrow,snorp
2014-11-17 17:02:19 -08:00
Wes Kocher
c214bcc122
Merge m-c to inbound a=merge
2014-12-30 16:04:20 -08:00
Wes Kocher
82e8b540fb
Merge inbound to m-c a=merge
2014-12-30 15:48:13 -08:00
Aaron Klotz
38d0922abd
Bug 1100360: Convert ChromeHang annotations to use UniquePtr; r=vladan
...
--HG--
extra : rebase_source : 5c2ae8645b927c4d73a649beb573cfe2e242c146
2014-12-30 14:52:39 -07:00
Wes Kocher
499bab536a
Merge fx-team to m-c a=merge
2014-12-30 13:32:22 -08:00
Geoff Brown
fd5ef4e2f9
Bug 1114655 - Increase robocop WaitHelper default wait time; r=mcomella
2014-12-30 14:27:44 -07:00
Geoff Brown
c095dea1c3
Bug 1113754 - Wait for view in robocop getToolbarView; r=mcomella
2014-12-30 14:27:42 -07:00
Alexander Surkov
c47639e831
Bug 1113389 - loading google creates accessibles without firing show events, r=tbsaunde
2014-12-30 15:43:49 -05:00
Bobby Holley
70f5c9f799
Bug 1116355 - Throw when setting SourceBuffer mode to 'sequence'. r=karlt,rs=Ms2ger
2014-12-30 12:22:45 -08:00
Ehsan Akhgari
de3498d101
Bug 1116358 - Directly call Release() on |this| when closing a GMP encoder/decoder proxies; r=cpearce
...
This is needed in order to avoid calling Release() on a smart pointer.
2014-12-30 14:53:12 -05:00
Kushan Joshi
94821f46e8
Bug 1116008 - Make FrameMetrics::mCriticalDisplayPort private. r=kats
2014-12-30 14:07:57 -05:00
Aaron Klotz
f7145ef6e9
Bug 998863: Fix non-unified build bustage r=bustage
...
--HG--
extra : rebase_source : 521f9fd6ce378021fa560c198b1d7b2f47ad4462
2014-12-30 10:46:05 -07:00
Ehsan Akhgari
89fd9cfe33
Bug 1083694
follow-up: Mark two constructors as explicit in order to fix the build bustage
2014-12-30 12:39:34 -05:00
B2G Bumper Bot
007817b323
Bumping manifests a=b2g-bump
2014-12-30 09:31:53 -08:00
B2G Bumper Bot
06cfdf614c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e704a7447a7f
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1102319 - merge pull request #27055 from anefzaoui:bug-1102319 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/5fef55255bc6
Author: Ahmed Nefzaoui <nefzaoui.ahmed@hotmail.com>
Desc: Bug 1102319 - Keypad solid-colored buttons are bunched up too much
2014-12-30 09:22:13 -08:00
Dan Gohman
f40533c96d
Bug 1115766 - IonMonkey: Generalize the regalloc constraints for LSimdShuffle r=bbouvier
2014-12-30 09:07:31 -08:00
Ehsan Akhgari
37f0d841d7
Bug 1109465 - Fix the interface maps of IMETextTxn and InsertTextTxn; r=smaug
...
The original change in bug 1056166 used NS_INTERFACE_MAP_ENTRY_AMBIGUOUS with
the wrong order for argument names. But more importantly, we cannot use
NS_INTERFACE_MAP_ENTRY_AMBIGUOUS here because the cast from the concrete
class to nsISupports* will remain ambiguous even when casting first through
nsITransaction, so we need to write the implementation without using any
macros.
2014-12-30 11:57:58 -05:00
Hannes Verschore
0cbd72641b
Bug 1083694
- TraceLogger: Part 10: Adjust JIT bits to be unfallible, r=bhackett
2014-12-30 16:34:26 +01:00
Kartikaya Gupta
2b2bb2889d
Bug 1098654 - Add a cache for animated geometry roots on the display list builder. r=roc
2014-12-30 09:40:01 -05:00
Kartikaya Gupta
43054fe29c
Bug 1098654 - Improve layerization of display items when dealing with async scrollable layers. r=tnikkel
...
The function IsSubjectToAsyncTransforms() was not correctly reporting when a
layer was actually subject to async transforms. As a result, sometimes display
items from above such a layer would end up in a layer below. This could
manifest as page elements being improperly covered by async scrolling elements.
2014-12-30 09:39:39 -05:00
J. Ryan Stinnett
8af0792934
Bug 1115957 - Protect DevTools from empty browsers array. r=ochameau
2014-12-30 08:27:15 -06:00
B2G Bumper Bot
505701294d
Bumping manifests a=b2g-bump
2014-12-30 04:36:52 -08:00
B2G Bumper Bot
81ecc67f20
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f34af4cf05ef
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #27045 from stasm/1113023-macro-arg-length-check
Bug 1113023 - Remove the arity check for macros. r=gandalf
========
https://hg.mozilla.org/integration/gaia-central/rev/375733d84b17
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1113023 - Remove the arity check for macros. r=gandalf
2014-12-30 04:27:12 -08:00
B2G Bumper Bot
1fabb7538b
Bumping manifests a=b2g-bump
2014-12-30 04:06:55 -08:00
B2G Bumper Bot
6221ad2e07
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0daceedfdf7a
Author: Tzu-Lin Huang <dwi019@gmail.com>
Desc: Merge pull request #27018 from dwi2/bug1111466
Bug 1111466 - [Stingray]Unpin card from context menu of app deck
========
https://hg.mozilla.org/integration/gaia-central/rev/5ffce4b8743b
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1111466 - [Stingray]Unpin card from context menu of app deck
2014-12-30 03:57:15 -08:00
Wes Kocher
dcdfc08c13
Merge m-c to fx-team a=merge
2014-12-29 17:35:54 -08:00
Wes Kocher
36b93d20b2
Merge inbound to m-c a=merge CLOSED TREE
2014-12-29 17:28:04 -08:00
Wes Kocher
c5db8302cc
Merge fx-team to m-c a=merge CLOSED TREE
2014-12-29 16:55:44 -08:00
Gavin Sharp
f0118ffb88
Bug 1106150: fix condition="defaultEngine" MozParam. r=markh
2014-12-30 08:54:23 +11:00
Gijs Kruitbosch
34f30cdadc
Bug 1096319
2014-12-29 12:12:02 -08:00
Wes Kocher
70b2583154
Backed out changeset 169e19d13daa (bug 903456) for S4 bustage
2014-12-29 11:55:21 -08:00
Michael Comella
5867915caa
Bug 1095278 - Part 4: Disable testGetUserMedia on release builds. r=rnewman
2014-12-29 11:29:32 -08:00
Michael Comella
15eabdf17b
Bug 1095278 - Part 3: Do not test for tracking protection on non-nightly builds. r=rnewman
2014-12-29 11:29:29 -08:00
Michael Comella
2a3d3b7407
Bug 1095278 - Part 2: Disable testAboutPasswords on non-Nightly builds. r=rnewman
2014-12-29 11:29:27 -08:00
B2G Bumper Bot
b36c9249be
Bumping manifests a=b2g-bump
2014-12-29 10:21:57 -08:00
B2G Bumper Bot
3367757f81
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f1830710359d
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #26860 from azasypkin/bug-1105857-alert-custom-dialog
Bug 1105857 - [Messages] User doesn't receive any notification about incoming message if native modal dialog is shown. r=schung
========
https://hg.mozilla.org/integration/gaia-central/rev/15e05e3a2be4
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1105857 - [Messages] User doesn't receive any notification about incoming message if native modal dialog is shown. r=schung
2014-12-29 10:12:17 -08:00
B2G Bumper Bot
94a02c0cd1
Bumping manifests a=b2g-bump
2014-12-29 09:19:03 -08:00
B2G Bumper Bot
c0c9d4a306
Bumping manifests a=b2g-bump
2014-12-29 08:36:54 -08:00