Paul Adenot
17ca0b45f8
Bug 1425150 - Register AudioCallbackDriver to the Gecko Profiler. r=jya
...
MozReview-Commit-ID: 3rJbF8Kq0zx
--HG--
extra : rebase_source : 49719ea92da9c1c556b1c3d10a06d3f2cdc3b08f
2017-12-13 17:10:14 -06:00
Hiroyuki Ikezoe
33d26976c8
Bug 1424948 - Check iteration progress value instead of animating computed style value. r=birtles
...
It is possible that animating computed style becomes the same value as the
value in the previous tick if Animation.mPendingReadyTime is pretty close
to the timeline current time.
MozReview-Commit-ID: COuur4Wlufx
--HG--
extra : rebase_source : 5dea9ef0bce7cb606dc290277e04b779fe608bbd
2017-12-15 01:10:11 +09:00
Hiroyuki Ikezoe
2a72c4f2f9
Bug 1424948 - Use waitForNextFrame instead of waitForFrame. r=birtles
...
MozReview-Commit-ID: AZJ7LyeIKq2
--HG--
extra : rebase_source : f42d2b0d4220d3d458093fdc5aed7ff11dcff63e
2017-12-15 00:06:26 +09:00
Doug Thayer
42065fc66b
Bug 1421704 - Optimize NotifyVisited IPC to take batch r=mak
...
During history import, sending NotifyVisited messages from the
chrome process to the content processes in order to change link
colors can take a significant portion of the parent process's
main thread time. Batching it seems to have very significant
results on jank time during history imports.
MozReview-Commit-ID: BHAXpIMa7ly
--HG--
extra : rebase_source : f43c653e6945d7775cc9dd7bca4c1e84099c2673
2017-12-04 09:45:29 -08:00
Andi-Bogdan Postelnicu
6e6af51637
Bug 1425209 - remove dead code in CompileSimpleQuery. r=bz
...
MozReview-Commit-ID: 3cJAjSC47zT
--HG--
extra : rebase_source : f6df2b43e025a761900f90217891c351c29722cc
2017-12-14 13:17:34 +02:00
DimiL
8db0f119dc
Bug 1407878 - P2. Add PLoginReputation.ipdl for LoginReputationService. r=billm,francois
...
Right now the only parameter will be sent via the IPC message is form URI.
IPC is triggered when a password field is focusd (See P2.)
MozReview-Commit-ID: J8lVwRhTFIr
--HG--
extra : rebase_source : b948cf1a719c9a06100c54f3eda526ea6f7cf848
2017-12-07 16:32:52 +08:00
Dorel Luca
110706c3c0
Merge mozilla-inbound to mozilla-central r=merge a=merge
2017-12-14 11:54:15 +02:00
Jonathan Kew
1a613e00cb
Bug 1424898 - patch 2 - De-virtualize nsIWordBreaker and rename to mozilla::intl::WordBreaker. r=m_kato
...
--HG--
rename : intl/lwbrk/nsSampleWordBreaker.cpp => intl/lwbrk/WordBreaker.cpp
rename : intl/lwbrk/nsIWordBreaker.h => intl/lwbrk/WordBreaker.h
2017-12-13 22:17:38 -06:00
Jonathan Kew
574a922078
Bug 1424898 - patch 1 - De-virtualize nsILineBreaker and rename to mozilla::intl::LineBreaker. r=m_kato
...
--HG--
rename : intl/lwbrk/nsJISx4051LineBreaker.cpp => intl/lwbrk/LineBreaker.cpp
rename : intl/lwbrk/nsILineBreaker.h => intl/lwbrk/LineBreaker.h
2017-12-13 22:17:32 -06:00
Stone Shih
3c22abf394
Bug 1394228 - Intermittent test_touch_action.html test timed out. r=kats.
...
Wait for chrome process to handle all synthesize requests and then finish the test.
MozReview-Commit-ID: 2qiFEO6l7wN
2017-12-09 14:26:14 +08:00
Edgar Chen
5fedbb92b8
Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]; r=smaug
...
MozReview-Commit-ID: HgbFo9ddr0o
--HG--
extra : rebase_source : 04989782fc7c7ce79e0e65b3dc907c9e174a0809
2017-11-27 16:10:27 +08:00
JW Wang
4b584fc48b
Bug 1424973. P2 - remove unused MediaDecoder::IsLiveStream() and friends. r=bechen,gerald
...
MozReview-Commit-ID: Hf3QAFoq97x
--HG--
extra : rebase_source : 0cbfaaec37dea3ab0ab4ad0622bae8056e383ec0
extra : intermediate-source : b591e2e854d0c480f889aa6ebe87f4892ffc0cdc
extra : source : 13db1fcd03825077382e41235c02d1f8ecc5edf2
2017-12-06 16:24:31 +08:00
JW Wang
bb45ff010e
Bug 1424973. P1 - propagate 'IsLiveStream' changes to MDSM in MediaDecoder subclasses. r=bechen,gerald
...
MozReview-Commit-ID: 8wSZf7pRERP
--HG--
extra : rebase_source : c2bea725064f5ad2e1cd1de1b8b9c19994bad89b
extra : intermediate-source : 54da627350d8a6276f9ad5d14a7191cb05957901
extra : source : dc582401401272df3150fb639bdf0ad05d749a06
2017-12-06 16:00:20 +08:00
JW Wang
0764603851
Bug 1424937 - read as many bytes as possible before giving up reading due to download ends abnormally. r=bechen,gerald
...
MozReview-Commit-ID: 39vdgyY5NCT
--HG--
extra : rebase_source : d476d0d2b725b94ed750c575bbb6708098f89bb3
2017-12-13 18:28:16 +08:00
Masatoshi Kimura
295faed3f9
Bug 1418914 - Move E10SUtils.jsm into toolkit/. r=mossop
...
MozReview-Commit-ID: EgDzEEKAeh1
--HG--
rename : browser/modules/E10SUtils.jsm => toolkit/modules/E10SUtils.jsm
extra : rebase_source : 0920ce818773af797a0daf3cf4ae90af41d71d2a
2017-12-12 21:35:16 +09:00
Csoregi Natalia
be90f4e875
Merge inbound to mozilla-central r=merge a=merge
2017-12-14 00:01:37 +02:00
Ben Kelly
af4aa7e6aa
Bug 1424943 Fix test_error_reporting.html not to race network vs Clients API. r=tt
2017-12-13 09:58:26 -05:00
Andrea Marchesini
fbb63ae853
Bug 1424183 - nsMultiplexInputStream must call OnInputStreamReady only when there is data available, r=smaug
2017-12-13 05:11:12 -06:00
Tim Taubert
43288c7d24
Bug 1407093 - Web Authentication - WD-07 updates for user handles r=jcj,smaug
...
Reviewers: jcj, smaug
Reviewed By: jcj, smaug
Bug #: 1407093
Differential Revision: https://phabricator.services.mozilla.com/D328
2017-12-13 11:15:16 +01:00
Narcis Beleuzu
71f4a218d8
Merge mozilla-central to inbound. r=merge a=merge on a CLOSED TREE
2017-12-13 12:24:41 +02:00
Cosmin Sabou
b0098afaea
Merge mozilla-inbound to mozilla-central. r=merge a=merge
2017-12-13 12:14:29 +02:00
Andrea Marchesini
5f1be317f0
Bug 1421094 - nsIUploadChannel2.cloneUploadStream returns the length of the stream, r=smaug
2017-12-12 18:38:19 -06:00
Stephen A Pohl
5b3cbf1d2f
Bug 1419004: Fix crash when setting plugin process names on macOS 10.13.2. r=mstange
2017-12-12 17:03:33 -06:00
Stephen A Pohl
957e2ba425
Backout e66e48637c65 (bug 1419004) for compile error. r=me
2017-12-12 16:57:35 -06:00
Alastor Wu
3a6045f260
Bug 1424903 - disable test_autoplay_policy.html on Android 6.0. r=jolin
...
MozReview-Commit-ID: 1QKNh4jrNYw
--HG--
extra : rebase_source : aed78cb8659c66c662525331c3c98104b84b2bdf
2017-12-12 13:38:17 -06:00
Samathy Barratt
d8ba79a56b
Bug 1351447 - Rename imagelib's DrawResult to ImgDrawResult r+tnikkel r=tnikkel
...
Renamed to imgDrawResult
MozReview-Commit-ID: 5ESSgIhhU41
--HG--
rename : image/DrawResult.h => image/ImgDrawResult.h
extra : rebase_source : dbf645574aff7eefe65fa81809d6c07cb5800ec6
2017-12-11 15:37:59 +00:00
Mark Banner
569ceb1a46
Bug 1424993 - Fix PresentationTransport to correctly throw NS_ERROR_NOT_AVAILABLE. r=smaug
...
MozReview-Commit-ID: KjfjyNvKz5j
--HG--
extra : rebase_source : 3a1ea0a82de2f6133d07c81fb2c9021af6d6c3ac
2017-12-11 19:45:41 +00:00
Stephen A Pohl
e92fbe9b5c
Bug 1419004: Fix crash when setting plugin process names on macOS 10.13.2. r=mstange
2017-12-12 16:38:19 -06:00
Margareta Eliza Balazs
6e01e6ff85
Merge mozilla-central to inbound. r=merge a=merge CLOSED TREE
2017-12-13 00:06:03 +02:00
Margareta Eliza Balazs
4551f2e31e
Merge inbound to mozilla-central r=merge a=merge
2017-12-12 23:58:36 +02:00
Ben Kelly
63c97930f1
Bug 1293277 P7 Make ServiceWorkerManager use ClientHandle::Control() for claiming and ClientSource::SetController() fire the controller change event. r=baku
2017-12-12 15:44:48 -05:00
Ben Kelly
890e126aaa
Bug 1293277 P6 Use the ClientInfo.Id() value for FetchEvent.clientId. r=baku
2017-12-12 15:44:48 -05:00
Ben Kelly
cfb0e62f7b
Bug 1293277 P5 Switch bindings over to new Client and Clients classes. r=baku
2017-12-12 15:44:47 -05:00
Ben Kelly
4bede347d6
Bug 1293277 P4 Add Client and Clients DOM classes, but don't hook them into bindings yet. r=baku
2017-12-12 15:44:47 -05:00
Ben Kelly
7fb7be80ac
Bug 1293277 P3 Remove the dom.serviceWorkers.openWindow.enabled pref. r=baku
2017-12-12 15:44:47 -05:00
Ben Kelly
6ba0d31fb9
Bug 1293277 P2 Cleanup test_openWindow.html mochitest service worker a bit. r=baku
2017-12-12 15:44:47 -05:00
Ben Kelly
64d85c2b66
Bug 1293277 P1 Capture StorageAccess when snapshoting ClientSource state. r=baku
2017-12-12 15:44:46 -05:00
Sebastian Hengst
bcb7c2c601
merge mozilla-central to autoland. r=merge a=merge
2017-12-12 19:05:39 +02:00
Sebastian Hengst
9d920555ec
Backed out 2 changesets (bug 1421482
) for failing modified mochitest layout/base/tests/test_bug1078327.html. r=backout a=backout
...
Backed out changeset a8701e1bd012 (bug 1421482
)
Backed out changeset d774f5fe6e94 (bug 1421482
)
2017-12-12 19:03:49 +02:00
Sebastian Hengst
8b217db2f0
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-12-12 19:07:09 +02:00
Eden Chuang
52c67dedbe
Bug 1423124 - add comments on nsIPaymentActionResponse.idl and nsIPaymentRequestService.idl. r=MattN DONTBUILD
...
--HG--
extra : amend_source : 651ddc930317c4230df85d25e8f923299bbe97f3
2017-12-12 15:12:23 +08:00
Gurzau Raul
7a92b31345
Merge mozilla-central to mozilla-inbound. r=merge a=merge CLOSED TREE
2017-12-11 12:43:00 +02:00
Sebastian Hengst
fe440c72a7
Backed out bug 1423923 for crashes, requested by drno. r=backout a=backout
...
Backed out changesets:
b44e089bcfe7
a3d9aa2649b9
9e92591ba6dc
e92ff1339db1
bf8977e0f440
a781b123b252
2c7a56648de9
0107b3feb84b
d12894d77770
1cf542ff8687
771c95f2963b
16f44ac4978a
ea8d6efcf3ef
a0d519ba5332
81889a72ac45
c02fd9acc634
--HG--
extra : histedit_source : 1cc2bad6f9f291f76d6c2385a5c7fa4512b9c6e3%2C758892ad6f034b39773940602a1399f4e3c8f887
2017-12-11 12:34:23 +02:00
Eden Chuang
f27a141a49
Bug 1423124 - add comments on nsIPaymentUIService.idl. r=MattN
2017-12-05 16:46:46 +08:00
Dragana Damjanovic
1ee1f7ed9c
Bug 1409449 - Update test for bug 1409449. r=:ckerschb
2017-12-12 10:34:42 +01:00
Sylvestre Ledru
2e6c383d43
Bug 1424867 - Fix an ignored-qualifiers warning in BindingUtils r=smaug
...
MozReview-Commit-ID: 2bMNgMZwucN
--HG--
extra : rebase_source : b5b79c47bc02fbd61c775e4749b8c674f7cf260c
2017-12-12 08:13:55 -06:00
JW Wang
381f8f5795
Bug 1423482 - ChannelMediaResource::CacheClientNotifyDataReceived() should use mCallback->AbstractMainThread() to dispatch tasks. r=bechen
...
To be consistent with other functions.
MozReview-Commit-ID: 1adZkXx2VkB
--HG--
extra : rebase_source : b7c420c717ffc95feb73749305fd25e3bba12ae1
extra : intermediate-source : a7a9f6ae0a0291c76f2eee0e89f57684df98a061
extra : source : 9055561c3203e06c0e2d6d0daaa76f3e85dc1b2c
2017-12-06 16:01:12 +08:00
JW Wang
29f9e59896
Bug 1423465. P7 - GetOwner()->DownloadProgressed() should be called after updating mCanPlayThrough. r=bechen,gerald
...
GetOwner()->DownloadProgressed() will update readyState of the media element
which will need to read mCanPlayThrough.
MozReview-Commit-ID: EDHlLJjKDoL
--HG--
extra : rebase_source : df4ffabc02f9e6b4b20e5fa6c9be6988570a9974
extra : intermediate-source : 371a6509c04bf89edb07b3437a41a9b36dba25ff
extra : source : 227ffb87de637994baefab6b178afeae4673a2ef
2017-12-05 16:01:18 +08:00
JW Wang
dffc1aa9bb
Bug 1423465. P6 - assert some MediaCacheStream functions are run off the main thread. r=bechen,gerald
...
MozReview-Commit-ID: I0GWj6I82Iv
--HG--
extra : rebase_source : 1f0271b1eae63391d23f5997359227af73d427d5
extra : intermediate-source : 30c996ff54197b85b97393762b7598cbbb528c0c
extra : source : 1f3a35716479caf1e493472762e28c586ef5f7dd
2017-12-05 15:23:43 +08:00
JW Wang
477cabbc8f
Bug 1423465. P5 - run ComputePlaybackRate() off the main thread. r=bechen,gerald
...
MozReview-Commit-ID: DhaZUVcHhiy
--HG--
extra : rebase_source : ff8e0ce52daee77aebee94bca8ec4f95b5ea51df
extra : intermediate-source : 25eb2b6120e83602b06bc8ef76c2c7e45a412966
extra : source : c3c25dee22ef2019a96e0c66cf5a1c2d6d1f4f17
2017-12-05 15:21:45 +08:00