Commit Graph

458187 Commits

Author SHA1 Message Date
Tim Taubert
a2162b77a7 Bug 1240766 - Fix startup crash in Geolocation::Init() when principal URI is null r=jdm 2016-01-19 22:06:01 +01:00
Lars T Hansen
066de48f44 Bug 1239666 - part 3, devtools test case changes. r=sphink
--HG--
extra : rebase_source : fbc8881f6db1961399b302a0714c6d3e98d6c9ae
extra : histedit_source : 2c88643e3219c63bff7d1b2a7b17fe579cbbdfe2
2016-01-18 09:49:17 +01:00
Lars T Hansen
afa80bc73e Bug 1239666 - part 2, dom/indexedDB change. r=khuey
--HG--
extra : rebase_source : 1e6fc476f61ab42b5ed59b68506fc2ac5e7ea10a
extra : histedit_source : a093ba98d7ac9353cc24b7d93c18d77ed4496d42
2016-01-18 09:48:23 +01:00
Lars T Hansen
f23bd7b66d Bug 1239666 - part 1, get rid of the default parameter. r=waldo
--HG--
extra : rebase_source : e4077a078fd362797fb566f46bece67a7b40ac26
extra : histedit_source : a8386da7cddb3a1ea178b985f652989fc203f416
2016-01-20 15:03:16 +01:00
Lars T Hansen
e412a4793d Bug 1231024 - narrow the live range for values. r=jandem
--HG--
extra : rebase_source : ed78f40639fe782d743138cd09b498df6b979daa
extra : amend_source : 8cb4e9d1675d57502190d081212d547f81d4f308
2016-01-18 11:48:39 +01:00
Nicolas Silva
bf137eb0f2 Bug 1240730 - Initialize all GLLibraryEGL symbols in the ctor. r=mattwoodrow 2016-01-20 14:46:32 +01:00
Nicolas Silva
287b05140c Bug 1240730 - Initialize all GLXLibrary members in the ctor. r=mattwoodrow 2016-01-20 14:46:25 +01:00
Nicolas Silva
6b8f0413aa Bug 1240806 - Remove some dead code in GLContextProviderEGL. r=jgilbert 2016-01-20 14:46:16 +01:00
Neil Deakin
c53d211bc4 Bug 1236554 - remove Promise.jsm usage, r=mak 2016-01-20 08:45:58 -05:00
Neil Deakin
f7bb0ed1f1 Bug 1236554 - enable browser_bug399606 in e10s, r=mak 2016-01-20 08:45:58 -05:00
Neil Deakin
a01e5b4504 Bug 1236554 - enable browser_visituri_privatebrowsing_perwindowpb in e10s, r=mak 2016-01-20 08:45:58 -05:00
Neil Deakin
f1f2a61f55 Bug 1236554 - enable browser_visituri_nohistory in e10s, r=mak 2016-01-20 08:45:58 -05:00
Neil Deakin
862f7db653 Bug 1236554 - enable browser_visituri in e10s, r=mak 2016-01-20 08:45:58 -05:00
Neil Deakin
3c80154b61 Bug 1236554 - enable browser_redirect in e10s, r=mak 2016-01-20 08:45:58 -05:00
Neil Deakin
972bd1a853 Bug 1236554 - enable browser_bug646422.js in e10s, r=mak 2016-01-20 08:45:58 -05:00
Neil Deakin
933d7581a8 Bug 1236554 - enable browser_notfound.js in e10s, r=mak 2016-01-20 08:45:58 -05:00
Neil Deakin
7f57d26ef2 Bug 1236554 - enable browser_settitle in e10s, r=mak 2016-01-20 08:45:58 -05:00
Neil Deakin
c1a2c63146 Bug 1235372, remove Promise.jsm usage from search tests, r=florian 2016-01-20 08:42:15 -05:00
Neil Deakin
26859aebb1 Bug 1235372, re-enable search engine behavior tests in e10s, r=florian 2016-01-20 08:42:15 -05:00
Neil Deakin
29c0814a0f Bug 1235372, re-enable browser_contextmenu.js in e10s, r=florian 2016-01-20 08:42:15 -05:00
Neil Deakin
4e40f85263 Bug 1235372, re-enable browser_searchbar_openpopup.js in e10s, r=florian 2016-01-20 08:42:15 -05:00
Neil Deakin
faaf66e72a Bug 1235372, re-enable browser_private_search_perwindowpb.js in e10s, r=florian 2016-01-20 08:42:15 -05:00
Neil Deakin
21022fc197 Bug 1235372, re-enable browser_426329.js in e10s, r=florian 2016-01-20 08:42:14 -05:00
Jean-Yves Avenard
5094150c77 Bug 1240995: [ffmpeg] P2. Mark constructor explicit. r=me 2016-01-21 00:20:46 +11:00
Olli Pettay
499be663e1 Bug 1240963 - Make test_bug328885.html more reliable, r=khuey 2016-01-20 15:14:03 +02:00
Andreas Tolfsen
d251a645fd Bug 1240610 - Align socket_timeout with Python's socket interface; r=automatedtester
When socket.settimeout(None) is set in Python's standard library this
is meant to be equivalent to disabling timeouts on socket operations.
marionette.transport should respect this.

This change set unbreaks the use of the --jdebugger flag to `./mach
marionette-test'.

--HG--
extra : rebase_source : a2b72fd1e40142cbae5387193ea828348c8eee5c
2016-01-19 14:44:54 +00:00
Jean-Yves Avenard
dac8ee7941 Bug 1240995: [ffmpeg] Refactor FFmpeg PDM. r=kentuckyfriedtakahe
This greatly simplify how the external libavcodec and libavutil are linked.
2016-01-20 23:55:37 +11:00
Jean-Yves Avenard
27d1086f32 Bug 1240630: [ffmpeg] P4. Rename FFmpegH264Decoder into FFmpegVideoDecoder. r=kentuckyfriedtakahe
The days we used to only be able to use the FFmpeg decoder for H264 are long gone. It can do H264, VP6, VP8 and VP9.
2016-01-20 23:55:37 +11:00
Jean-Yves Avenard
040ca072ee Bug 1240630: [ffmpeg] P3. Only build FFmpeg on mac and unixes. r=kentuckyfriedtakahe
This is a partial revert of bug 1214462 part2. We don't need FFmpeg support on Android or Windows anymore; instead the functionality is provided by the FFVPX PDM.
Remove support for FFmpeg on Windows.
2016-01-20 23:55:36 +11:00
Jean-Yves Avenard
2e03328e3d Bug 1240630: [ffvpx] P2. Hook up FFVPX PDM to PDMFactory. r=kentuckyfriedtakahe
Add new preference media.ffvpx.enabled to control FFVPX PDM being enabled.
2016-01-20 23:55:35 +11:00
Jean-Yves Avenard
fe89dd84a5 Bug 1240630: [ffvpx] P1. Add a FFVPX PDM. r=kentuckyfriedtakahe
This allows support for linking to two different version of libavcodec: our own and the system one if found.
ffvpx symbols are loaded within the namespace mozilla::ffvpx.
2016-01-20 23:55:35 +11:00
Andreas Tolfsen
5cafccde88 Bug 1240751 - Annotate bug component in testing/marionette; r=automatedtester
--HG--
extra : rebase_source : 718156a49591330db69ae2ca8b78683ee36b815a
extra : source : bfcb339fc342cd90797a113b8770175e0738c27d
2016-01-19 16:05:43 +00:00
Edwin Flores
4623e471a3 Bug 1207958 - Fix heuristic for choosing which ICO sub-image to render - r=tn 2016-01-20 11:00:12 +00:00
Masayuki Nakano
93611e5b4c Bug 1052947 Allow users to disable 4th button and/or 5th button of mouse on Windows r=smaug+jimm 2016-01-20 19:56:37 +09:00
Bogdan Postelnicu
0190fc58af Bug 1240515 - change allocator for addr and localaddr from malloc to new, since the smart pointer that is used uses delete operator. r=dragana
--HG--
extra : transplant_source : N%80%F2%14%3C%84%90%C7%9A%866g%C2R%27%A0%2C%7E%ADc
2016-01-20 12:31:01 +02:00
Hiroyuki Ikezoe
2e4a107162 Bug 1235286 - Part 3: Comment out some compositor animations tests. r=birtles
In current our implemantation, animations which can run on compositor
in invisible element can not run on compositor on all desktop platforms.
*BUT* both on Android and B2G the animations still run on compositor somehow.

And one more thing.  Animations can run on compositor in elements which are
scrolled out in the parent element *RUN* on compositor as well.

mochitest does not allow us to disable each test on specific platforms respectively.
One we have mozinfo in mochitest (bug 1150818), we can skip the tests on specific platforms.
2016-01-20 02:31:00 +01:00
Hiroyuki Ikezoe
7d7693b812 Bug 1235286 - Part 2: Tests for animation optimizations. r=birtles
--HG--
extra : transplant_source : %05%087%F1%8En%C5V%F5%D9ds%7D%C8%5CsB%02%87%EC
2015-12-25 19:37:34 +09:00
Hiroyuki Ikezoe
cf03d3bfaf Bug 1235286 - Part 1: Add an argument to waitForAnimationFrames to run a task in each requestAnimationFrame callback. r=birtles
--HG--
extra : transplant_source : %AF%A0%20%B8%D7%3A%7F%C2_y%0A%82%88w%5E%95%8D%17%EA%EF
2016-01-08 09:49:04 +09:00
Benjamin Bouvier
5f6447339c Bug 1240527: Fix tracing of RegExpStaticsObject; r=nbp
--HG--
extra : rebase_source : 47e833cb8b4072be7f461ea478abbc3df419f634
extra : amend_source : 14bb01fa2c2032eb7fd6f707e5c9b787deb3a818
2016-01-18 17:23:30 +01:00
Jon Coppeard
b540ee46ba Bug 1215600 - Make IonBuilder::testGlobalLexicalBinding() work if there's no type information r=shu 2016-01-20 10:13:14 +00:00
Jon Coppeard
de80f46e74 Bug 1240416 Disallow setting GC mark stack size to zero, and assert on attempt to realloc() zero bytes r=terrence 2016-01-20 10:13:14 +00:00
Henrik Skupin
86d9919eb8 Bug 1240733 - Improve tox configuration for optional arguments. r=jlund DONTBUILD 2016-01-20 11:01:19 +01:00
Sotaro Ikeda
f1adc19aeb Bug 1240668 - Duplicate GonkNativeHandle::NhObj in ImageClientSingle::UpdateImage() r=nical 2016-01-20 01:47:05 -08:00
Andrew McCreight
6f11c351b4 Bug 1240908 - Make the window reference in nsContentPermissionRequester weak. r=smaug 2016-01-19 14:07:00 +01:00
Hal Wine
52bbe43d73 Bug 1225364 - remove non-gecko parts of mozharness; r=jlund 2016-01-14 15:22:21 -08:00
Hiroyuki Ikezoe
33ce2fba3e Bug 1240646 - Do not unthrottle animations if RestyleType::Throttled is specified. r=bbirtles 2016-01-18 20:54:00 +01:00
Bogdan Postelnicu
e98ff21162 Bug 1240717 - initialize stackAddress_ with nullptr in order to prevent garbage value. r=jorendorff
--HG--
extra : transplant_source : R%CF1%F45r%14%A9%17%1E%DB%98o%D9%5B%1A_%C3%DF%CE
2016-01-19 15:03:35 +02:00
Bogdan Postelnicu
cc15f7a738 Bug 1240484 - fixed control flow patch issue by adding brackets. r=mccr8
--HG--
extra : rebase_source : 7335287c2a5654186bc4e75b5cdf32dcbfcc848c
2016-01-18 13:01:06 +02:00
Honza Bambas
e3cd93ce31 Bug 1239687 - Leak invalid/doomed file handles immediately after HTTP cache shutdown. r=michal
--HG--
extra : rebase_source : fbf0ddf9489b83e60bbfe09f19d9dd2ffdc16629
2016-01-14 08:14:00 +01:00
Christoph Kerschbaumer
84b03c8a8e Bug 1232910 - Use channel.asyncOpen2 within dom/push/PushServiceHttp2.jsm. r=sicking r=dragana 2016-01-19 20:00:18 -08:00