Lee Salzman
96b2096dd3
Bug 1256515 - bail out in CanvasRenderingContext2D::DrawWindow if snapshotting draw target fails. r=bas.schouten a=lizzard
...
MozReview-Commit-ID: LxQ3v8zqXI
2016-03-21 10:48:35 -04:00
Gian-Carlo Pascutto
947d33c6bc
Bug 1254102 - Add "blackout" mode. If the window is not legal, output a black square. r=jesup a=ritu
...
MozReview-Commit-ID: GlBy8fUZwIE
2016-03-16 19:21:17 +01:00
Gian-Carlo Pascutto
a3d082b6de
Bug 1254102 - Don't skip Tab sources if the camera is in use. r=jesup a=ritu
...
MozReview-Commit-ID: 7ZaebdnWj3R
2016-03-15 20:39:37 +01:00
Jim Mathies
a13680a3ce
Bug 1041599 - Maintain a single volume control session between browser, content, and plugins on Windows. r=aklotz a=ritu
...
MozReview-Commit-ID: 2LuYciKfsWn
2016-03-13 08:25:23 -05:00
Wes Kocher
36d7bd2f09
Backed out changeset 30de9ac21a78 (bug 1256992) for causing crashes a=backout
...
MozReview-Commit-ID: L30XEzrSo0y
2016-03-28 10:51:05 -07:00
Eric Faust
d28cc246b4
Bug 1254122 - Don't bother saving scratch registers across TypeUpdate IC calls. r=jandem, a=lizzard
2016-03-23 14:43:36 -07:00
Jeff Walden
1c9c720214
Bug 1246061. r=jandem, r=bz, r=luke, r=froydnj, a=lizzard
2016-03-09 00:37:20 -08:00
Andrew McCreight
b5b634092f
Bug 1256061 - Hold a strong reference to a request when we call a method on it. r=jdm, a=ritu
...
I think it is possible for the TimerCallbackHolder to fire off a
Notify() while the geolocation object and the nsGeolocationRequest are
only holding each other alive, so they would be freed by the cycle
collector the next time it runs, but we haven't run the cycle
collector yet. If that happens, then Geolocation::RemoveRequest()
would break the cycle, causing stuff to unravel and bad things to
happen. To fix this, we just hold the request alive in
TimerCallbackHolder::Notify(), which will also ensure that the
geolocation object is alive, hopefully preventing crashes.
This will make the Notify() behavior similar to what it was before bug
1238427, when the nsITimer object would hold a strong reference to the
request when the Notify() was being run.
2016-03-23 12:59:14 -07:00
Jeff Muizelaar
0ea6721e62
Bug 1242668 - Hold more references. r=sotaro, a=lizzard
2016-02-25 17:26:10 -05:00
Eric Rahm
f80b885cd4
Bug 1258231
- Lock while iterating console messages. r=mccr8, a=lizzard
2016-03-21 12:15:42 -07:00
Jeff Walden
3bf8894d65
Bug 1253099. r=arai, r=efaust, a=ritu
2016-03-05 04:28:53 -08:00
Jeff Walden
1fe79f6b89
Bug 1242810. r=jandem, a=ritu
2016-03-02 17:52:08 -08:00
Alexander Surkov
c4760e4a35
Bug 1252857 - Value change events for HTML:select have wrong target. r=marcoz, a=ritu
2016-03-18 16:22:17 -04:00
Shu-yu Guo
fb146a9a7c
Bug 1254164 - Make aliasedBodyLevelLexicalBegin a uint32. r=Waldo, a=lizzard
2016-03-18 15:07:27 -07:00
Markus Stange
3dadaea877
Bug 1255068 - Do not allow empty transaction transform changes if the scroll position has changed since the last paint. r=kats, r=mattwoodrow, a=ritu
...
MozReview-Commit-ID: 7exuhuf3HTJ
***
Bug 1255068 - Add a check for null scrollid. r=kats
MozReview-Commit-ID: 15lbTMb76np
2016-03-24 16:19:14 -04:00
Michal Novotny
d7175ca42c
Bug 1227136 - Crash in mozilla::net::WebSocketChannel::StartWebsocketData. r=bagder, r=baku, a=ritu
2016-03-09 17:02:28 +01:00
Timothy Nikkel
346a596c50
Bug 1251150
- Add crash annotations if image visibility is re-entering. r=mats, a=ritu
2016-03-14 22:59:02 -05:00
Timothy Nikkel
3777573189
Bug 1251150
- Add some crash annotations to try to track down a crash bug. r=dholbert, a=ritu
2016-03-10 00:37:19 -06:00
Jonathan Kew
e39045d1a4
Bug 1140413 - Mark subsuper-fallback.html test as random on Android (as well) due to bug 1139269. (manifest annotation, no review) a=test-only
2016-03-21 07:29:06 +00:00
Ryan VanderMeulen
a61f1d9b20
Bug 1242234 - Disable browser_webconsole_netlogging.js on e10s for frequent failures across all platforms. a=test-only
2016-03-24 15:02:54 -04:00
Henrik Skupin
ceb7e1f033
Bug 1258385 - Improve failure messages for Wait().until() calls in Firefox Puppeteer. r=sydpolk, a=test-only
...
MozReview-Commit-ID: GCbVC1ZwUdf
2016-03-21 15:50:59 +01:00
Alexandre Poirot
bd4a4f9bb9
Bug 1229272 - Stop using CPOW when creating indexed DB in storage tests. r=mratcliffe, a=test-only
2016-03-18 02:44:22 -07:00
Alexandre Poirot
34141d484f
Bug 1249447 - Wait correctly for all storage creation/deletion in browser_storage_dynamic_windows.js. r=mratcliffe, a=test-only
2016-03-18 02:44:22 -07:00
Alexandre Poirot
d73b3cdfd6
Bug 1249447 - Prevent using CPOW and wait for indexedDB setup/clear with tasks. r=mratcliffe, a=test-only
2016-03-18 02:44:22 -07:00
Randell Jesup
27172ac8df
Bug 1257318: Pass TRACK_EVENT_ENDED events through to the TrackEncoders r=padenot a=ritu
...
MozReview-Commit-ID: 4b6p27YrHEw
2016-03-19 10:37:42 -04:00
Randell Jesup
1957f860c5
Bug 1257318: Make recorder.pause()/resume() work with DirectListeners r=padenot a=ritu
...
MozReview-Commit-ID: FrqlK7DqmIZ
2016-03-19 01:04:50 -04:00
Randell Jesup
53e48c777b
Bug 1257318: Move MediaRecorder to use DirectListeners wherever possible. r=roc a=ritu
2016-03-19 16:53:51 -04:00
Myk Melez
fba9e3febf
Bug 1258792 - ensure window before trying to use it in update check; r=marco, a=ritu
2016-03-24 14:24:47 -07:00
Ryan VanderMeulen
f0b3db2d72
Bug 1238435 - Try to fix uplift bustage. a=test-only
2016-03-24 15:30:54 -04:00
James Graham
a2ca50bd08
Bug 1238435 - Use a slow-loading image in some tests that will load after a minute and a half rather than seven and a half weeks, r=Ms2ger, a=test-only
...
MozReview-Commit-ID: KQXGe8oqQoc
2016-03-17 23:45:46 +00:00
Dragana Damjanovic dd.mozilla@gmail.com
dcc540a30a
Bug 1256336 - Do not use httpChannelChild after Send__delete is called. r=jduell, a=lizzard
2016-03-24 17:12:17 +01:00
Jonathan Kew
6b93820df1
Bug 1256576 - Make sure texture is (re)initialized if the size changed. r=snorp, a=lizzard
2016-03-23 14:38:31 +00:00
James Willcox
ea7cbbddd8
Bug 1142988 - Try harder to disable Flash on Tegra devices r=droeh, a=lizzard
2016-03-03 10:09:21 -06:00
Jonathan Kew
5da9398050
Bug 1248675 - Update the cached mBounds in nsChildView when its backing scale factor (display DPI) changes. r=mstange, a=lizzard
2016-03-23 16:30:07 +00:00
Mihai Tabara
70b7aa5902
Bug 1256063 - Add update bouncer aliases builder. r=rail a=release DONTBUILD
...
MozReview-Commit-ID: IdUXP3b2MOp
2016-03-24 14:43:34 +00:00
Bob Owen
a82bda1031
Bug 1256992: Initialize Windows sandbox BrokerServices before any child processes are created. r=aklotz, r=bholley, a=lizzard
2016-03-23 08:10:43 +00:00
Ehsan Akhgari
febdd81b18
Bug 1228882 - Don't assume that the textnode has changed when checking whether any textnode descendants determine the directionality of a dir=auto ancestor; r=peterv, a=lizzard
2016-03-08 15:54:01 -05:00
Jan de Mooij
8a3912284c
Bug 1227035 - Tighten the check in ObjectGroup::useSingletonForClone a bit more. r=bhackett, a=lizzard
2016-03-11 15:21:16 +01:00
Jean-Yves Avenard
d73e82310f
Bug 1258410: [MSE] P2. Disconnect init promise if any pending. r=gerald, a=lizzard
...
MozReview-Commit-ID: 9iOPqSeDzdH
2016-03-23 16:35:10 +11:00
Jean-Yves Avenard
01d4e3d1f2
Bug 1258410: [MSE] P1. Abort if mInputDemuxer has been reset. r=gerald, a=lizzard
...
MozReview-Commit-ID: 3irSFFSnXFp
2016-03-23 13:44:00 +11:00
JW Wang
e4b4a85975
Bug 1258627 - always schedule next cycle so MDSM has a chance to leave buffering state. r=cpearce. a=lizzard
...
MozReview-Commit-ID: ByCHVF9IxvS
2016-03-23 10:25:58 +08:00
Masatoshi Kimura
8de1beecd2
Bug 1257517 - Restore accidentally-removed zero check for non-default UVS offset. r=jfkthame, a=lizzard
2016-03-18 21:43:39 +09:00
Shane Caraveo
63559f3ce3
Bug 1258524 - fix icon for *unix*, r=gijs, a=lizzard
2016-03-22 13:00:49 -07:00
Michal Novotny
0bd8f391e3
Bug 1257611 - Fix wrong CondVar::Wait() and Monitor::Wait() usage in netwerk/cache2, r=honzab, a=lizzard
2016-03-21 16:51:58 +01:00
Matthew Gregan
ecefaaadce
Bug 1246108 - Enable video-replay-after-audio-end.html on all platforms. r=jwwang, a=lizzard
2016-03-22 20:56:29 +13:00
Matthew Gregan
0aa8bd80fb
Bug 1246108 - Don't restart completed audio streams. r=jwwang, a=lizzard
2016-03-22 20:55:51 +13:00
Randell Jesup
45e85c111d
Bug 1247574: Force webrtc audio input processing to resample to target rate to fix 16KHz mics. r=padenot, a=lizzard
...
MozReview-Commit-ID: BBZcX03Z6Kn
2016-03-19 16:05:13 -04:00
Karl Tomlinson
6bd4915696
Bug 1211892
- read -unico-border-gradient of early Unico versions for ThreeDHighlight and ThreeDShadow r=acomminos, a=lizzard
...
MozReview-Commit-ID: KWfQqT5MIjT
2016-03-18 22:49:46 +13:00
Markus Stange
6b273ed5cc
Bug 1248913 - Make nsDisplayBlendContainer active or inactive based on its contents. r=mattwoodrow, a=ritu
...
MozReview-Commit-ID: GN0084Rrmlm
2016-03-08 14:39:07 -05:00
Markus Stange
0cb7d62085
Bug 1248913 - Remove mCanBeActive and second nsDisplayBlendContainer constructor. r=mattwoodrow, a=ritu
...
MozReview-Commit-ID: Jcrip22bW5k
2016-03-08 14:38:22 -05:00