Jean-Yves Avenard
2a45c11cd9
Bug 1394591 - P2. Fix style. r=gerald
...
MozReview-Commit-ID: Jmyrf7d8hGW
--HG--
extra : rebase_source : 5fef879c0f2847a98e72ae8a30e176bdeea3b780
2017-09-01 14:27:39 +02:00
Jean-Yves Avenard
f2acd77b7c
Bug 1394591 - P1. Use nsCString for decoder description. r=gerald
...
This will allow to modify the string returned later.
MozReview-Commit-ID: Giw1JyukE4v
--HG--
extra : rebase_source : d126b8b956ff1f54c33a838834aee9cc6340de95
2017-09-01 14:25:28 +02:00
Xidorn Quan
372bd402fb
Bug 1387905 part 2 - Use 10bit for specificity in Gecko as well. r=heycam
...
MozReview-Commit-ID: G5qq0FY0HQ8
--HG--
extra : rebase_source : 2572ad7845c4275d0f0a580204697e6ee87a4a5f
2017-09-04 12:07:24 +10:00
Xidorn Quan
441c9db551
Bug 1387905 part 1 - Count pseudo-element into specificity. r=heycam
...
MozReview-Commit-ID: IWlINaYAhql
--HG--
extra : rebase_source : f0d12277ecda1c7e498ba208cec0e0cde6fc5a25
2017-09-04 12:05:56 +10:00
Hiroyuki Ikezoe
76c1b26215
Bug 1396041 - Disassociate element from document before destroying animations in UnbindFromTree(). r=birtles
...
This allows us to avoid posting animation-related restyles when removing
elements from the document tree.
MozReview-Commit-ID: CzN4S0DTUMa
--HG--
extra : rebase_source : a5b94d9ad5b1b2243abd0a5b188eec2b334df74d
2017-09-04 12:24:07 +09:00
Hiroyuki Ikezoe
0b3afbde59
Bug 1396442 - Enable clipped-animated-transform-1.html for styloVsGecko. r=boris
...
MozReview-Commit-ID: Hg8cq3TXWre
--HG--
extra : rebase_source : ec43b4581693d0a16bc62a47678836933627ef75
2017-09-04 06:32:33 +09:00
Hiroyuki Ikezoe
aa8f1c18e2
Bug 1396442 - Use longer duration and fill:forwards to keep the animations running on the compositor. r=boris
...
MozReview-Commit-ID: Dpfi00TmHGu
--HG--
extra : rebase_source : f146ed60c1bdcd177c3248f84b37c7d1192b8733
2017-09-04 06:32:33 +09:00
Jing-wei Wu
aa15879831
Bug 1393477 - Resize favicon shown in doorhanger. r=nechen
...
MozReview-Commit-ID: I8vFxePDOeF
--HG--
extra : rebase_source : 3100d3aa56f343e010d92998f29440366031ea6e
2017-08-31 16:29:13 +08:00
JW Wang
94fcc0f623
Bug 1395431 - dispatch a task to call MediaResourceCallback::NotifyDataArrived() in CacheClientNotifyDataReceived(). r=cpearce
...
Since MediaResourceCallback is ref-counted, we don't need nsRevocableEventPtr
to handle the case ChannelMediaResource might go away before mCallback->NotifyDataArrived()
is run. This also avoid the data race in accessing mDataReceivedEvent on different threads
when OMT data delivery is enabled.
MozReview-Commit-ID: 1Tbjxrm1ar5
--HG--
extra : rebase_source : 235bca5f578aac0e586754596eaa0e0fa6325df4
extra : source : 74edc45577859a3f4593a6957880778df732d8eb
2017-08-30 11:58:43 +08:00
Brian Birtles
5f9e8575bc
Bug 1394985 - Synchronize throbber animations; r=jaws
...
MozReview-Commit-ID: Gxgl8IJX6vZ
--HG--
extra : rebase_source : be163614147499c7f3c5632adf979e46e9adfd50
2017-09-01 09:32:35 +09:00
Xidorn Quan
27aa5c5a83
Bug 1390726 - Enable browser_bug329212.js for stylo windows. r=xidorn
...
MozReview-Commit-ID: HdNKmqpQdIE
--HG--
extra : rebase_source : aeead82322d72c0c59ad3e045c1bdac6ba9313a2
2017-09-04 10:46:34 +10:00
Mike Hommey
acb85e2b41
Bug 1396361 - Avoid crashing when some system library calls malloc_zone_free(zone, NULL). r=njn
...
Some system libraries call malloc_zone_free directly instead of free,
and sometimes they do that with the wrong zone. When that happens, we
circle back, trying to find the right zone, and call malloc_zone_free
with the right one, but when we can't find one, we crash, which matches
what the system free() would do. Except in one case where the pointer
we're being passed is NULL, in which case we can't trace it back to any
zone, but shouldn't crash (system free() explicitly doesn't crash in
that case).
--HG--
extra : rebase_source : 17efdcd80f1a53be7ab6b7293bfb6060a9aa4a48
2017-09-04 07:32:42 +09:00
toidiu
d8b57ef9d7
servo: Merge #18361 - change function signature to get type name via intrinsics (from toidiu:ak-18354); r=emilio
...
<!-- Please describe your changes on the following line: -->
change function signature to get type name via intrinsics
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #18354 (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because stated in the PR that it was not required
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 887b011288f832634eed634769b5d2ec48f0e24d
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 15e173afe75d74728204397ee807e97233bef897
2017-09-03 16:28:25 -05:00
Sebastian Hengst
39fcf97cf0
merge mozilla-central to autoland. r=merge a=merge
2017-09-04 00:15:51 +02:00
Sebastian Hengst
94169d21f8
Backed out changeset 409dbe62d0ea (bug 1394591) for asserting GLBlitHelper requires vertex_array_object in dom/media/mediasource/test/test_FrameSelection.html on Android 4.3. r=backout
2017-09-04 00:08:33 +02:00
Sebastian Hengst
a5febec2a2
Backed out changeset 74209b2b69b7 (bug 1394591)
2017-09-04 00:07:13 +02:00
Sebastian Hengst
82383978f8
Backed out changeset 478ba48df051 (bug 1394591)
2017-09-04 00:07:07 +02:00
Sebastian Hengst
c6ac74c855
Backed out changeset b741cbca23bd (bug 1394591)
2017-09-04 00:07:02 +02:00
Sebastian Hengst
239e4df31a
Backed out changeset ba1a3d16916b (bug 1394591)
2017-09-04 00:06:56 +02:00
Sebastian Hengst
e9bfcd79f9
Backed out changeset de401d17868d (bug 1394591)
2017-09-04 00:06:51 +02:00
Sebastian Hengst
ac835df167
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 6jtVMJA4WMu
2017-09-03 23:57:05 +02:00
Sebastian Hengst
29e0d80ed6
merge autoland to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: DI1L2b0p988
2017-09-03 23:55:53 +02:00
Ryan VanderMeulen
ad81a66617
Bug 1396432 - Update pdf.js to version 1.9.523. r=bdahl
2017-09-03 15:35:03 -04:00
Jean-Yves Avenard
eccbe26070
Bug 1396428 - Fix end of lines. r=jya
...
MozReview-Commit-ID: 3reYozTMKk0
--HG--
extra : rebase_source : 1b9d259eca5609ffa68cf6a0d269dfa44aace038
2017-09-03 21:28:52 +02:00
Jan Henning
96e370c7ce
Bug 1396303 - Fix typo in variable declaration that breaks the download helper app dialogue. r=JanH
...
MozReview-Commit-ID: Kg24dBizlRf
--HG--
extra : rebase_source : 357be7740ba48bb4254ad3253a38057f23b7a7ff
2017-09-03 21:12:40 +02:00
ffxbld
999385a5e8
No bug, Automated HPKP preload list update from host bld-linux64-spot-306 - a=hpkp-update
2017-09-03 10:37:46 -07:00
ffxbld
58548e3fc5
No bug, Automated HSTS preload list update from host bld-linux64-spot-306 - a=hsts-update
2017-09-03 10:37:42 -07:00
Sebastian Hengst
7afb65280a
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 47jGmg0qsJV
2017-09-03 10:54:14 +02:00
Jeff Gilbert
8ad8b56fea
Bug 1322746 - Mark windows as passing video fast-upload tests.
...
MozReview-Commit-ID: EbAitGKID64
2017-09-02 21:52:50 -07:00
Jeff Gilbert
e0767b6b54
Bug 1322746 - Remove video->canvas2d fastpath for SkiaGL. - r=lsalzman
...
MozReview-Commit-ID: GjLnyS2lqDo
2017-09-02 21:52:47 -07:00
Jeff Gilbert
0086c87614
Bug 1322746 - SkiaGL should ask for a blit to OriginPos::BottomLeft. - r=lsalzman
...
MozReview-Commit-ID: Fu2VP0Va2Fk
2017-09-02 21:52:44 -07:00
Jeff Gilbert
29703124cf
Bug 1322746 - Add common func addLoadEvent to mochi-to-testcase.py.
...
MozReview-Commit-ID: 2I7qdlZ6Po6
2017-09-02 21:52:42 -07:00
Jeff Gilbert
dc78acfe2b
Bug 1322746 - No fast uploads for x/y/zOffset!=0 yet. - r=daoshengmu
...
MozReview-Commit-ID: CVq6TYhg9FP
2017-09-02 21:52:39 -07:00
Jeff Gilbert
2e54682899
Bug 1322746 - Mark mp4->webgl as fast on Mac.
...
MozReview-Commit-ID: FgnmIJZQyex
2017-09-02 21:52:36 -07:00
Jeff Gilbert
5c0f0feb19
Bug 1322746 - dom/base/test/test_anonymousContent_canvas.html should not assume webgl works. - r=daoshengmu
...
MozReview-Commit-ID: 7oEK4pWMCdc
2017-09-02 21:52:33 -07:00
Jeff Gilbert
d0d2a623db
Bug 1322746 - Disable webgl reftest on Android. - r=dvander
...
WebGL isn't starting on Android slaves, likely since we made vertex_array_object mandatory in this bug.
MozReview-Commit-ID: ILFGnxWDBWn
2017-09-02 21:52:30 -07:00
Jeff Gilbert
fd8d97161e
Bug 1322746 - Fix android blitting. - r=daoshengmu
...
MozReview-Commit-ID: F9qm5XtPUoE
2017-09-02 21:52:28 -07:00
Jeff Gilbert
daa61bbdbe
Bug 1322746 - Explicitly reject D3D9_RGB32_TEXTURE for fast blitting.
...
MozReview-Commit-ID: JA683emuAzX
2017-09-02 21:52:25 -07:00
Jeff Gilbert
2079c15795
Bug 1322746 - Add extern decls for DrawBlitProg::Key. - r=daoshengmu
...
MozReview-Commit-ID: CZSOmThJSbj
2017-09-02 21:52:22 -07:00
Jeff Gilbert
62f11c8d02
Bug 1322746 - Support blit from IOSurfaces. - r=mattwoodrow
...
MozReview-Commit-ID: K4aHyOjQXfP
2017-09-02 21:52:19 -07:00
Jeff Gilbert
8a890b29aa
Bug 1322746 - Support PLANAR_YCBCR, GPU_VIDEO, and D3D11_YCBCR_IMAGE in GLBlitHelper. - r=jerry
...
MozReview-Commit-ID: FNsmq0RPvYB
2017-09-02 21:52:16 -07:00
Jeff Gilbert
816740fb9e
Bug 1322746 - Add general ID3D11Texture2D to EGLStream support to ANGLE. - r=jerry
...
Also expose NV12 support, selecting Y or UV planes with EGL_NATIVE_BUFFER_PLANE_OFFSET_IMG.
MozReview-Commit-ID: IYzPAFEc84d
2017-09-02 21:52:13 -07:00
Jeff Gilbert
e8ed9905f9
Bug 1322746 - Expose DXGI HANDLEs for GPU_VIDEO. - r=mattwoodrow
...
MozReview-Commit-ID: Aea0xGesaQi
2017-09-02 21:52:10 -07:00
Steve Armand
144bed46f3
Bug 1392981 - Delete about:sessionrestore & about:welcomeback from about:about. r=Gijs
...
MozReview-Commit-ID: GOjrpMsOaRi
--HG--
extra : rebase_source : a4e6c1d77f008ec8918761c166119d3b19b6ec7b
2017-09-03 00:28:28 -04:00
Anthony Ramine
697a32a1cb
servo: Merge #18358 - Properly change the kind of the given attribute in SetAttributeNode (from servo:change-attr-kind); r=emilio
...
Fixes #18357 .
Source-Repo: https://github.com/servo/servo
Source-Revision: 096912101b2ea8702a0337aae092241b930d6b5d
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 3136bd03aa4f44533fce9a3d705b5b3eae03ccbf
2017-09-03 13:05:00 -05:00
davidmurray
f3d7d85165
Bug 1391355 - add force reload support via keyboard r=JanH
...
MozReview-Commit-ID: 9s3paEoZueW
--HG--
extra : rebase_source : a5ea6aed84538cfbb7d8c91370254ba5bbc58cd6
2017-09-02 14:20:44 -07:00
Shane Caraveo
f2a7869214
Bug 1392210 extension content needs nsIWebBrowserChrome3 for link traversal, r=kmag
...
MozReview-Commit-ID: ITJhNL8FemG
--HG--
extra : rebase_source : 552112b2568e61af3e4cd68a63bc00f9b8c37987
2017-09-02 16:00:12 -07:00
Chenxia Liu
44dbfc06fd
Bug 1396407 - [lint] Fix AlertDialog.Builder.setView call to support pre-r21. r=liuche
...
MozReview-Commit-ID: IDJY3sDU9g
--HG--
extra : rebase_source : 6aefc2683fbe9a5d6ce38e551539eb5c07420db4
2017-09-03 10:03:10 -07:00
Sebastian Hengst
9c2ed70916
merge mozilla-central to autoland. r=merge a=merge
2017-09-03 10:55:23 +02:00
Josh Aas
f7ce922c6e
Bug 1394646 - Cocoa nsChildView: replace string with constant and remove unused code. r=mstange
2017-09-02 13:57:00 -04:00