Mark Banner
a41b5adcb0
Bug 1314918 - Fix most of the remaining no-unused-vars issues for local scope in browser/. r=mossop
...
MozReview-Commit-ID: LdoXLniNeT7
--HG--
extra : rebase_source : d2418b8cfab0a399d0dfb5a96ea50c62fac63e70
2016-11-03 11:51:48 +00:00
Fred Lin
eb9572c272
Bug 1312352
- Netmonitor: the Timeline column shoud have a text label when the request list is empty;r=jsnajdr
...
MozReview-Commit-ID: HOzXFRiiPMD
--HG--
extra : rebase_source : 0bd0540c4280688b9e74b39bfe1cdf0e5cb124e2
2016-10-27 10:12:21 +08:00
Chris Pearce
d2ec5f2f3e
Bug 1307546 - Ensure we don't set timers with negative intervals in to update A/V sync. r=jya
...
Our logic to do A/V sync sets a timer to drop expired frames based on the
start time of the next frame in the queue. If the frames in the queue are
badly muxed and don't have monotonically increasing start times, we can
end up setting a timer with a negative interval. This causes us to reevaluate
the frames in the VideoSink's queue immediately, set the same timer again,
and so we end up hot-looping.
This is a simple low-risk fix that detects when we're about to set a negative
interval timer, and instead sets the timer 1/30th of a second in the future.
This fix is deliberately low risk, such that it's suitable for uplift. I have
an idea how to do this better, but the lower risk this is most suitable for
uplift.
MozReview-Commit-ID: CDOqJJodx4l
--HG--
extra : rebase_source : b2833382d95143ee1845f2ea32dcc77a1903dc00
2016-11-04 16:42:24 +13:00
Carsten "Tomcat" Book
c30b70be6d
Merge mozilla-central to autoland on a CLOSED TREE
2016-11-04 11:54:35 +01:00
Carsten "Tomcat" Book
a4d6240b83
Backed out changeset e00ed3bd29f9 (bug 1272256) fix eslint issues
2016-11-04 11:53:06 +01:00
Carsten "Tomcat" Book
da760bfc3f
Bug 1300376 - fix bustage on a CLOSED TREE
2016-11-04 11:52:30 +01:00
Carsten "Tomcat" Book
e8ea3d2955
Merge mozilla-central to autoland on a CLOSED TREE
2016-11-04 11:38:37 +01:00
Carsten "Tomcat" Book
0e1f512a95
Backed out changeset 8002299dfc3f (bug 1300376) causing es bustage on a CLOSED TREE
2016-11-04 11:35:25 +01:00
Carsten "Tomcat" Book
59d55de411
Merge mozilla-central to autoland on a CLOSED TREE
2016-11-04 11:24:13 +01:00
Daosheng Mu
ebd920cbdb
Bug 1313585 - Part 2: Removing the existing gamepads before scanning VR controllers; r=gw280
...
MozReview-Commit-ID: 24a4tRoYX8f
--HG--
extra : rebase_source : fa48d7214fb2b4d1a891b201dac7c178374ac91a
2016-10-28 16:00:12 +08:00
Daosheng Mu
7331dee69c
Bug 1313585 - Part 1: Removing gamepads while nsGlobalWindow is removed in GamepadManager; r=lenzak800,qdot
...
MozReview-Commit-ID: 8kh0hyqzOyW
--HG--
extra : rebase_source : 51f3bbf930f5d8eb5a53b83ca47600d26346599c
2016-10-28 15:58:22 +08:00
Tim Huang
39c2a3224e
Bug 1310092 - Fixing the timeout problem of the favicon test for userContextIds. r=baku
...
--HG--
extra : rebase_source : f6dfb0f4557b3bf92573e0ddd36bf50fcae3c9f1
2016-11-03 16:11:09 +08:00
Bob Silverberg
7083cbf0d9
Bug 1308058 - Implement sessions.getRecentlyClosed WebExtensions API, r=aswan
...
MozReview-Commit-ID: 7AKfMil3Dr4
--HG--
extra : rebase_source : 075f74835aff7f9937d3f456714c64b9a31168db
2016-10-25 16:09:28 -04:00
Phil Ringnalda
c9fdc270b6
Merge m-c to autoland
...
--HG--
rename : dom/media/webaudio/compiledtest/TestAudioEventTimeline.cpp => dom/media/webaudio/gtest/TestAudioEventTimeline.cpp
2016-11-03 20:02:24 -07:00
Iris Hsiao
aaddb56e74
Backed out changeset 5b9b56fecb95 (bug 1267810)
2016-11-04 10:57:34 +08:00
Iris Hsiao
3d27c428a9
Backed out changeset be4455a7669f (bug 1267810) for eslint failure
2016-11-04 10:57:29 +08:00
Phil Ringnalda
0f32b67e2d
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: Hm1RxN6OaoZ
2016-11-03 19:32:48 -07:00
Phil Ringnalda
898435da51
Merge autoland to m-c, a=merge
...
MozReview-Commit-ID: AdEwRLzhsHr
2016-11-03 19:24:04 -07:00
Jonathan Kingston
9919073d9f
Bug 1267916 - part 2 - Add in UX for about:preferences#containers page, r=jaws
2016-11-03 19:31:35 +01:00
Jonathan Kingston
56045a5e26
Bug 1267916 - part 1 - Open about preferences #containers in any existing menu (except context menu), r=jaws
2016-11-03 19:31:28 +01:00
Gabor Krizsanits
566393518d
Bug 1301340 - part5: Turning off some tests temporarily to enable e10s-multi. r=mrbkap
2016-11-03 19:28:15 +01:00
Gabor Krizsanits
fccad1c205
Bug 1301340 - part4: Force single content process for failing tests. r=mrbkap
2016-11-03 19:28:09 +01:00
Gabor Krizsanits
684d9317d3
Bug 1301340 - part3: Force single content process for tests that times out. r=mrbkap
2016-11-03 19:28:03 +01:00
Jan de Mooij
af4e54557a
Bug 1314569 - Purge ShapeTables on shrinking GCs. r=jonco
2016-11-03 19:15:15 +01:00
Till Schneidereit
a14435c813
Bug 1298414 - Properly handle resolve/reject callbacks on xray'd promises. r=bz,efaust
...
MozReview-Commit-ID: H9dppdKlRG6
2016-11-03 19:08:56 +01:00
ffxbld
a179f2db56
No bug, Automated blocklist update from host bld-linux64-spot-078 - a=blocklist-update
2016-11-03 06:27:37 -07:00
ffxbld
d8a49e1f77
No bug, Automated HPKP preload list update from host bld-linux64-spot-078 - a=hpkp-update
2016-11-03 06:27:34 -07:00
ffxbld
b0d0d6c4b3
No bug, Automated HSTS preload list update from host bld-linux64-spot-078 - a=hsts-update
2016-11-03 06:27:32 -07:00
Munro Mengjue Chiang
e2f31f9f1e
Bug 1273734 - [AVFoundation] Expose different FPS range as discrete capability; r=jib
...
MozReview-Commit-ID: 3k3r87VDhDR
--HG--
extra : rebase_source : 477e5e09ab7bc1b2b2685fc161f5336df9b7d553
2016-11-03 16:17:25 +08:00
Matthew Wein
3197becc99
Bug 1267810 - Use the new module to implement the omnibox api. r=aswan,robwu
...
MozReview-Commit-ID: GYzueGSijyd
--HG--
extra : rebase_source : 0c92350bbfa13b25e5eb1cc2f38161be357ac056
2016-11-03 16:28:30 +00:00
Matthew Wein
dde16e219d
Bug 1267810 - Add a module for registering keywords and handling keyword input sessions. r=adw
...
MozReview-Commit-ID: Ghqe5xLw67Y
--HG--
extra : rebase_source : cae9a75edb18529f608bc68f464a432300b8b88e
2016-11-03 16:27:50 +00:00
Mike Hommey
17153e5c27
Bug 1314894 - Avoid path changes from b6be0e9e3e1e. r=chmanchester
...
Importing 'os' in python configure functions, on Windows, changes the
separate the various os.path functions use, and that can have
unexpected, badly handled, consequences. While on the long term, it is
desirable to make @imports('os') modify os.path to use the same base
functions as if there were no @imports, let's go with the simpler
workaround of restoring the non-{isfile,isdir,exists} os.path functions
from b6be0e9e3e1e.
--HG--
extra : rebase_source : a1857b5dce2aa818c72a77d0d9727ac6ce16cb8f
2016-11-04 06:50:43 +09:00
Michelangelo De Simone
80af1b3196
Bug 1310864
- Remove DOM/(contacts, mobileconnection, icc) and related code. r=jst
...
MozReview-Commit-ID: Az4PTYFUKW8
--HG--
extra : rebase_source : 4c31210ec079a1d2f18deca4e3e1d6bdbc797f76
2016-11-03 13:55:36 -07:00
Wes Kocher
16a45d598b
Backed out changeset 36b1cce63e74 (bug 1314795) for lint failures a=backout CLOSED TREE
2016-11-03 17:04:16 -07:00
Phil Ringnalda
393b414467
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: 48WAQwKUCpw
2016-11-02 19:28:38 -07:00
Chris Pearce
5cba5b5a25
Bug 1314858 - Refactor multiple callers of HasPluginForAPI into a helper. r=gerald
...
I've repeated myself a few times, so make a helper to make determining which
GMPs are available easier.
MozReview-Commit-ID: 2fFLeaA5o8u
--HG--
extra : rebase_source : 74ea0b429d339273535610df3bbd7fec7beae469
2016-11-03 14:33:31 +13:00
Chris Pearce
098c153601
Bug 1314858 - Remove PContent.NotifyGMPsChanged. r=gerald
...
MozReview-Commit-ID: FMb3AbEEnl5
--HG--
extra : rebase_source : 0adb2527cf71d0c43956b8051ce6a493becc3056
2016-11-03 16:26:54 +13:00
Wes Kocher
b3cc5c7c85
Merge autoland to m-c a=merge
2016-11-02 17:15:58 -07:00
Sebastian Hengst
5cd97768df
Backed out changeset 0473f2d0d024 (bug 1289001) for eslint failures. r=backout on a CLOSED TREE
2016-11-02 23:04:44 +01:00
Sebastian Hengst
c762cb9627
Backed out changeset 40e351ced11b (bug 1289001)
2016-11-02 23:04:05 +01:00
Shane Caraveo
cb4c301312
Bug 1273138 fix WebRequest for background pages, r=kmag
...
MozReview-Commit-ID: DEW9anMmKi2
--HG--
extra : rebase_source : 7d82d1000473b2530d6144987a28e35815c11999
2016-11-02 09:30:50 -07:00
Shane Caraveo
5dad9554f6
Bug 1314493 simplify xhr webrequest tests for uploads, fix xhr blob send, r=kmag
...
MozReview-Commit-ID: 4sQGgwD6HMC
--HG--
extra : rebase_source : 52e103db1287d122e6b434840affbae7335c74f9
2016-11-02 09:27:48 -07:00
ffxbld
e9855bb022
No bug, Automated blocklist update from host bld-linux64-spot-588 - a=blocklist-update
2016-11-02 06:10:46 -07:00
ffxbld
fdf04fa504
No bug, Automated HPKP preload list update from host bld-linux64-spot-588 - a=hpkp-update
2016-11-02 06:10:43 -07:00
ffxbld
5510b83ac8
No bug, Automated HSTS preload list update from host bld-linux64-spot-588 - a=hsts-update
2016-11-02 06:10:41 -07:00
Mark Banner
9c3d575a0f
Bug 386473 - Change a few QueryInterface functions in nsSearchService.js to use XPCOMUtils.generateQI. Based on a patch originally by Ryan Flint. r=florian
...
MozReview-Commit-ID: 2xB9VjjnKW1
--HG--
extra : rebase_source : c597dbb94f6bf80c4fdee2165ac77bebe38ef207
2016-11-02 10:39:53 +00:00
Chris Pearce
7250493ddc
Bug 1314858 - Remove GMPDecoderModule::UpdateUsableCodecs. r=gerald
...
MozReview-Commit-ID: 7678JImLL9T
--HG--
extra : rebase_source : 77cd678431669cc3932cfaabc7034e546b92166c
2016-11-02 15:31:21 +13:00
Chris Pearce
776ec7bfa9
Bug 1314858 - Make GMPDecoderModule::SupportsMimeType call GMPService::HasPluginForAPI() directly. r=gerald
...
MozReview-Commit-ID: 3VblaPbTQFJ
--HG--
extra : rebase_source : 6f66e97cb22fa8f92a2d26adffeba60ec8a30936
2016-11-02 10:04:39 +13:00
Chris Pearce
d6045d04f6
Bug 1314858 - Make content process cache of GMP capabilities thread safe. r=gerald
...
MozReview-Commit-ID: 5zTFlfReBne
--HG--
extra : rebase_source : 90e6018b6574c0d2f5a51ad56ab87ef5b535f124
2016-11-02 09:47:00 +13:00
Chris Pearce
50e79d67a0
Bug 1314858 - Add MP4Decoder::IsAAC. r=gerald
...
We have this for H.264, so we may as well have it for AAC too.
MozReview-Commit-ID: 2k64ANJGUNN
--HG--
extra : rebase_source : 6fe2543788afd26682d31c0ec45b9ac80e501ab1
2016-11-02 09:43:45 +13:00