Phil Ringnalda
4f1cbcd738
Merge b-i to m-c, a=merge
2016-01-10 15:38:35 -08:00
Nicholas Nethercote
88696a303a
Bug 1209812 (part 6) - Convert all gfxImageFormat values to SurfaceFormat equivalents. r=jrmuizel.
...
This patch:
- Makes the following substitutions (plus necessary namespace qualifiers:
gfxImageFormat::ARGB32 --> SurfaceFormat::A8R8G8B8_UINT32
gfxImageFormat::RGB24 --> SurfaceFormat::X8R8G8B8_UINT32
gfxImageFormat::A8 --> SurfaceFormat::A8
gfxImageFormat::RGB16_565 --> SurfaceFormat::R5G6B5_UINT16
gfxImageFormat::Unknown --> SurfaceFormat::UNKNOWN
- Changes gfxImageFormat to be a typedef to gfx::SurfaceFormat. This will be
removed soon.
- Removes gfxCairoFormatToImageFormat() and gfxImageFormatToCairoFormat() and
replace calls to them with CairoFormatToGfxFormat() and
GfxFormatToCairoFormat().
- Removes ParamTraits<gfxImageFormat>.
- Add namespace qualifiers to SurfaceFormat instances where necessary.
--HG--
extra : rebase_source : f56e92b1593957a9e4e00171100bc7605816e696
2016-01-07 20:57:38 -08:00
Xidorn Quan
219e3e84de
Bug 1191597 part 7 - Enable fullscreen-api test on e10s. r=smaug
...
--HG--
extra : source : aeab92829aab0777941e68dbab2dd336a52ead00
2016-01-11 09:38:53 +11:00
Xidorn Quan
9266c155c5
Bug 1191597 part 6 - Remove windowed plugins before closing to work around bug 1237853. r=smaug
...
--HG--
extra : source : 0689c13bdfefa771165ef1da282ddc151530d735
2016-01-11 09:38:53 +11:00
Xidorn Quan
18f7e26d54
Bug 1191597 part 5 - Ensure to cleanup old window size from the list when exit fullscreen. r=smaug
...
--HG--
extra : source : 64ff6f986119f8ace8f2c3fa73e554a2a73e2242
2016-01-11 09:38:53 +11:00
Xidorn Quan
1dac48d33e
Bug 1191597 part 4 - Use inner width and height for check window state. r=smaug
...
Inner width and height are more reliable than outer ones. Change to
outer ones may not trigger resize event on content process.
--HG--
extra : source : b89ae9bc6e0675896a2a464f17eee5e0b8575909
2016-01-11 09:38:53 +11:00
Xidorn Quan
8219338ba4
Bug 1191597 part 3 - Convert fullscreen-api-keys to a browser chrome test. r=smaug
...
--HG--
extra : source : e7639263857cc7d6c434ddd690a3653abbf3b189
2016-01-11 09:38:53 +11:00
Xidorn Quan
ad53fe3a56
Bug 1191597 part 2 - Convert fullscreen-esc-context-menu to a browser chrome test. r=smaug
...
--HG--
extra : source : 7eb596b873e6029b6f3d6a749a0206e74ae8f395
2016-01-11 09:38:53 +11:00
Xidorn Quan
1565a19749
Bug 1191597 part 1 - Add head.js and dummy page for browser chrome test. r=smaug
...
--HG--
extra : source : 1cf0a54ddb55b0434fa44851bf11be7415d0a27d
2016-01-11 09:38:53 +11:00
Mantaroh Yoshinaga
b35b375e0a
Bug 1237183 - Modify implementation of reading preference. r=seanlin
2016-01-07 18:43:00 -05:00
Randall Barker
3a71488eda
Bug 1233056 - Long tapping on a link will select a different link from the page r=tnikkel
...
Long tapping would fail when Java Pan-Zoom was enabled in Fennec.
2016-01-08 20:22:07 -08:00
Ehsan Akhgari
cddea9ec89
Bug 1236933 - Return null from FetchEvent.clientId for non-subresource network requests; r=bkelly
2016-01-08 21:53:37 -05:00
Mike Hommey
f56dcc705e
Bug 1234026 - Pass a --display option to gtk_init in content processes. r=karlt
2016-01-09 07:30:32 +09:00
Ross Lovas
c58011d852
Bug 1190093 - Stop throttling frame requests for loading pages by checking Hidden(), not isShowing. r=tnikkel
2016-01-08 15:20:34 -06:00
Andrew McCreight
0712efcb03
Bug 1238082 - Fix mode lines in dom/ipc. r=baku
...
This patch was generated using commit 139bd6c948f70fd0322ab71a585db7fd73439316 of
https://github.com/amccreight/moz-source-tools/blob/master/modeline.py
2016-01-08 12:40:26 -08:00
Andrew McCreight
bc43636ae7
Bug 1238076
- Enable test_postMessage_closed.html with e10s. rs=bz
2016-01-08 12:40:26 -08:00
Andrew McCreight
0b34e1b3cc
Bug 1230385, part 2 - Use NS_WARNING in unimplemented TabChild methods. r=billm
...
At least some of these methods can be called from chrome JS, so
warn instead of having an inaccurate static analysis annotation
about code never being reached.
2016-01-08 12:40:26 -08:00
Andrew McCreight
3eaa15e936
Bug 1230385, part 1 - Use MOZ_CRASH in ContentChild::AllocP*() methods. r=billm
...
These methods should never be called, so just crash.
2016-01-08 12:40:26 -08:00
Andrew McCreight
921340569f
Bug 1231498 - ContentParent::RecvCreateWindow() should fail in opt builds if passed bad chromeflags. r=billm
2016-01-08 12:40:26 -08:00
Andrew McCreight
5b8cac2504
Bug 1238080 - Remove trailing whitespace from nsIWebBrowserChrome.idl and test_window_bar.html. r=baku
...
IGNORE IDL because this is only whitespace changes.
2016-01-08 12:40:25 -08:00
Ben Kelly
f2bc2e331e
Bug 1230030 Don't replace active worker unnecessarly after saving registration in e10s mode. r=ehsan
2016-01-08 11:18:41 -08:00
Ehsan Akhgari
ec2c39ef0c
Bug 1142768 - Return the original document URI from ServiceWorkerClient.url; r=bkelly
2016-01-08 14:16:47 -05:00
Terrence Cole
fd0fcea703
Bug 1235923 - Part 2: Use new Root tracing APIs in Gecko; r=smaug
2015-12-30 11:31:16 -08:00
Eugen Sawin
d69c074e5e
Bug 1236639 - [1.2] Avoid division by zero in MP3Demuxer. r=gerald
2016-01-08 16:19:43 +01:00
Andrea Marchesini
13070077c7
Bug 1221418 - A better cleanup method for AsmJSCache::ChildRunnable, r=janv
2016-01-08 12:55:40 +00:00
Ethan Lin
36e70e85b0
Bug 1237194 - Fix getSyncParameter return error. r=jgilbert
...
--HG--
extra : rebase_source : 53ecd7eb7a750e8ed9dd36015504e9d992afe0c5
2016-01-06 01:29:00 +01:00
Ethan Lin
f8f7798965
Bug 1237191 - Add check for getQueryParameter to return correct error. r=jgilbert
2016-01-07 20:05:00 +01:00
Andrea Marchesini
d64cfad447
Bug 1237595 - FormData ctor and form submission should create empty Blob/File when a input type=file is not set, r=smaug
2016-01-08 08:35:30 +00:00
Shirotaka_Pro
f271c4587b
Bug 1179627
- Part 2: Add animation.id for CSS animations test files. r=bbirtles, r=hiikezoe
2015-12-21 11:02:21 +09:00
N.Shimizu
9c1354440b
Bug 1179627
- Part 1: Implement Animation.id. r=smaug, r=birtles
2016-01-08 03:17:00 -05:00
Alfredo Yang
869d8facd4
Bug 1224889 - OpenMax IL video decoding for PDM. r=sotaro, r=nical
...
--HG--
extra : rebase_source : 758864e83ac009581bea87b90ba1bc235934ffb7
2016-01-08 06:24:00 -05:00
JW Wang
c34a7481ae
Bug 1237607 - Add file names to logs of test_playback_rate.html to facilitate debugging. r=bechen.
2016-01-08 15:52:25 +08:00
Karl Tomlinson
409ab8ea16
bug 1230406 remove invalid assertion of equality between float and int32_t r=padenot
...
--HG--
extra : rebase_source : 659172cf1d400c45a0ddd09345a9a1a6f193975b
2016-01-06 20:05:41 +13:00
Phil Ringnalda
4929b34577
Back out 194d7968bf59 (bug 1195881) for e10s failures in browser_sessionStoreContainer.js
2016-01-07 20:28:38 -08:00
Nicholas Nethercote
ec89bbf7f2
Bug 1237151 (part 3) - Remove ignored qualifiers in all remaining code. r=froydnj.
2016-01-05 17:08:45 -08:00
Nicholas Nethercote
71ba19f700
Bug 1237151 (part 2) - Remove ignored qualifiers in WebRTC-relate code. r=jesup.
...
--HG--
extra : rebase_source : d61bf03c677bf90cc235168a5e6b82fb073a1598
2016-01-07 15:43:38 -08:00
Nicholas Nethercote
524b34adf6
Bug 1237151 (part 1) - Remove ignored qualifiers in dom/media/gmp/. r=cpearce.
...
--HG--
extra : rebase_source : a4934ff402b3402731d6070d36dd713368d09a1f
2016-01-07 15:43:37 -08:00
Alessio Placitelli
0ca9853f5c
Bug 1234522 - Remove references to the data reporting service. r=gfritzsche,smaug
2016-01-05 06:29:00 +01:00
Jeff Muizelaar
7053abd108
Bug 1236091. Move validate checks inside of null checks. r=jgilbert
...
We trigger this during deqp/functional/gles3/framebufferblit.html
2016-01-11 15:28:59 -05:00
Jeff Muizelaar
6013e98127
Bug 1236080. Null check format in GetParameter. r=jgilbert
...
This avoids a crash in deqp/functional/gles3/fbostatequery.html when Format() returns null.
2016-01-11 15:28:59 -05:00
Nathan Froyd
c594aa406f
Bug 1236561 - part 3 - make BluetoothConfigurationParameter.mValue a UniquePtr; r=btian
2015-12-06 10:41:42 -05:00
Nathan Froyd
a9051dc287
Bug 1236561 - part 2 - remove ObexHeaderSet::GetAuthChallenge; r=btian
...
We don't need to copy data in this case, and making this change enables
us to remove this use of nsAutoArrayPtr.
2015-12-06 10:28:04 -05:00
Nathan Froyd
3dfc3842bc
Bug 1236561 - part 1 - convert easy cases of nsAutoArrayPtr<T> to UniquePtr<T[]> in dom/bluetooth/; r=btian
2015-12-06 10:23:59 -05:00
Ehsan Akhgari
1d5110ac59
Bug 1238680 - Make dictionary arguments where a dictionary has a required member non-optional; r=bzbarsky
2016-01-11 14:20:20 -05:00
Ehsan Akhgari
25925d6706
Bug 1238213 follow-up: Mark the FetchEventInit dictionary argument to FetchEvent's constructor optional too; r=bzbarsky
2016-01-11 13:31:56 -05:00
Ehsan Akhgari
b217c995d9
Bug 1238205 - Mark Navigator.serviceWorker as SameObject; r=baku
2016-01-11 13:21:23 -05:00
Ehsan Akhgari
8a803e0e85
Bug 1238206 - Make ServiceWorkerContainer.getRegistration() return Promise<any>; r=baku
...
This change is cosmetic only, in order to bring us on par with
the spec.
2016-01-11 13:21:23 -05:00
Ehsan Akhgari
5d264b5e3c
Bug 1238207 - make ServiceWorkerGlobalScope.skipWaiting() return Promise<void>; r=baku
...
This change is cosmetic only, in order to bring us on par with
the spec.
2016-01-11 13:21:23 -05:00
Ehsan Akhgari
d5a13d2df8
Bug 1238210 - Correct the Promise return types on two Clients methods; r=baku
...
This change is cosmetic only, in order to bring us on par with
the spec.
2016-01-11 13:21:23 -05:00
Ehsan Akhgari
25594f6881
Bug 1238213 - Make FetchEvent.request non-nullable; r=baku
2016-01-11 13:21:23 -05:00
Ehsan Akhgari
199254cd45
Bug 1238225 - Mark ExtendableMessageEvent.ports as SameObject; r=baku
2016-01-11 13:21:23 -05:00
Boris Zbarsky
19d13525eb
Bug 1237714. Make nsContentUtils::IsCustomElementName faster in the common case of a non-custom-element name. r=smaug
2016-01-11 13:12:58 -05:00
Boris Zbarsky
405b7c4204
Bug 1236258 part 4. Change nsDOMAttributeMap::SetNamedItemNS to not remove the existing attribute when there is one. r=smaug
2016-01-11 13:01:35 -05:00
Boris Zbarsky
de5ab5f04f
Bug 1236258 part 3. Remove the unused aNsAware argument of nsDOMAttributeMap::GetAttribute. r=smaug
2016-01-11 13:01:33 -05:00
Boris Zbarsky
0ea951e98c
Bug 1236258 part 2. Remove the unused mNsAware member of nsIAttribute. r=smaug
2016-01-11 13:01:31 -05:00
Boris Zbarsky
257a42c64e
Bug 1236258 part 1. Remove the unused nsDOMAttributeMap::RemoveAttribute. r=smaug
2016-01-11 13:01:29 -05:00
Boris Zbarsky
413e8fe8b8
Bug 1237177. Make the this-rebinding callable proxy sandboxes use return the prototype of its target, not its own null prototype. r=efaust
2016-01-11 12:58:41 -05:00
Fernando Jimenez
9d13db865c
Bug 1180330 - http auth prompt shown when opening browser if prompt canceled/dismissed earlier. r=fabrice
2016-01-11 09:49:59 +01:00
Jean-Yves Avenard
e2ca8ba782
Bug 1237962: [ffmpeg] Do not create extra threads when decoding small videos. r=kentuckyfriedtakahe
...
Instead we use our current decoding's taskqueue.
2016-01-11 17:55:52 +11:00
Jean-Yves Avenard
6040488a59
Bug 1237540: [ffvpx] P2. update ffvpx build config. r=kentuckyfriedtakahe
2016-01-11 17:55:49 +11:00
Jean-Yves Avenard
7f7aeb115e
Bug 1232268: [ffmpeg] P4. Add support for libavcodec 57. r=kentuckyfriedtakahe
...
At this stage only the original FFmpeg project is supported.
2016-01-11 17:52:44 +11:00
Jean-Yves Avenard
47323ee898
Bug 1232268: [ffmpeg] P3. Add FFmpeg n2.9 headers. r=kentuckyfriedtakahe
...
libavcodec and libavutil minimal headers.
2016-01-11 17:50:30 +11:00
Jean-Yves Avenard
e07832a40e
Bug 1232268: [ffmpeg] P2. Remove unused AVFormat headers and unused functions. r=kentuckyfriedtakahe
...
Additionaly, do not attempt to resolve unused symbols.
2016-01-11 17:50:29 +11:00
Jean-Yves Avenard
d5ca543591
Bug 1232268: [ffmpeg] P1. Provide finer granularity on which symbols are to be loaded. r=kentuckyfriedtakahe
2016-01-11 17:50:28 +11:00
Jean-Yves Avenard
afa673d0a0
Bug 1235959: [ffmpeg] Load mozav libs separately. r=gerald
2016-01-11 17:50:28 +11:00
Xidorn Quan
9fc560132a
Bug 1237175 - Fix case of identifier of prefixed visibility API warning. r=smaug
...
--HG--
extra : source : f6bdb716be8108cd610ba75180582df8b9597c7c
2016-01-08 14:34:08 +11:00
Chris Pearce
bf16ee017a
Bug 1237836 - Backout 3bae9aee9d8a for test failures. r=backout
2016-01-08 15:43:27 +13:00
Morris Tseng
1ae8baf23c
Bug 917505 - Add WEBGL_compressed_texture_es3 support. r=jgilbert r=smaug
...
--HG--
extra : commitid : 96pBvjbX0be
2016-01-08 10:12:22 +08:00
Chris Pearce
4bd82d79ea
Bug 1237836 - Add support for MetadataTags to MediaFormatReader. r=jya
...
--HG--
extra : rebase_source : fdfd6ff1dc5ae2f298d50201859663aee5a6f45d
2016-01-08 13:22:53 +13:00
Timothy Nikkel
65f6bdf96f
Bug 1194851. Change one instance of GetDisplayPort to HasDisplayPort. r=botond
2016-01-07 18:27:48 -06:00
Jim Mathies
d52bf97565
Bug 1107702 - Try to avoid internal memory exhaustion problems with the Windows api GetAdaptersInfo by making a priming call to the api during startup. r=jesup
2016-01-07 13:57:42 -06:00
Kate McKinley
82579c5c6c
Bug 1195881 - Pass userContext through NeckoParent and TabChild. r=tanvi, r=sicking
2016-01-07 10:51:04 -08:00
Benjamin Chen
795c13e328
Bug 1198157 - Call |NotifyEndOfStream| if the encoder can't been initialized after 30 seconds. r=jwwang
...
--HG--
extra : rebase_source : 5c9b28e6162a2d61e9e40c0c6dd7925018b37a35
2016-01-06 15:42:08 +08:00
Andrea Marchesini
4fd7346fa1
Bug 1237674 - Rename nsFormData to mozilla::dom::FormData, r=smaug
...
--HG--
rename : dom/base/nsFormData.cpp => dom/base/FormData.cpp
rename : dom/base/nsFormData.h => dom/base/FormData.h
2016-01-07 19:30:36 +00:00
Andrea Marchesini
1e9d936689
Bug 1228456 - add 'override' to the Cancel() method of a nsICancelableRunnable, rs=me
2016-01-07 18:45:09 +00:00
Andrea Marchesini
7ac7825383
Bug 1228456 - SharedWorker should close the MessagePort in case the connecting runnable is not dispatched, r=smaug
2016-01-07 18:01:56 +00:00
Paul Adenot
abac115f81
Bug 1237557 - Suppress the exception if calling the callback fails when finishing a decodeAudioData operation, because there is not much we can do. r=ehsan
...
--HG--
extra : commitid : B4I1BhYOaBn
2016-01-07 16:58:39 +01:00
Kartikaya Gupta
3263b5aa68
Bug 1235994 - For wheel events which may have momentum following them, handle scroll snapping in APZ. r=mstange
...
--HG--
extra : commitid : 1NLmL8uvOSV
2016-01-07 10:39:46 -05:00
Eugen Sawin
f65cc759d8
Bug 1073224 - [2.1] Accept rotation vector device sensor listeners in tests. r=vlad
2016-01-07 15:23:39 +01:00
Eugen Sawin
c927fec54a
Bug 1073224 - [1.2] Use SENSOR_ROTATION_VECTOR for DOM DeviceOrientation events on Android. r=vlad
2016-01-07 15:23:33 +01:00
Andrea Marchesini
89d54361e0
Bug 1237588 - One of the File::Create methods is not used, r=smaug
2016-01-07 13:34:53 +00:00
Olli Pettay
403580fa4c
Bug 1237462 - Enable test_mutationobservers.html with e10s, r=mccr8
2016-01-07 15:13:40 +02:00
Eddy Bruel
4a221d8be9
Bug 1211903
- WorkerDebugger should live on the main thread;r=khuey
2016-01-07 13:35:31 +01:00
Boris Zbarsky
e7df3e8700
Bug 1236329. Back out the patch for bug 492933 (revision d8012b35413b) because it's not web-compatible in practice. r=smaug
2016-01-05 15:05:23 -05:00
Boris Zbarsky
f1705741f0
Bug 1230172. Update CSS.escape to never throw and instead replace U+0000 with U+FFFD, per recent spec change. r=dbaron
2016-01-05 15:05:23 -05:00
Carsten "Tomcat" Book
99af1f8707
Merge mozilla-central to mozilla-inbound
2016-01-07 12:20:27 +01:00
Carsten "Tomcat" Book
c3c9e7c565
merge mozilla-inbound to mozilla-central a=merge
2016-01-07 11:50:57 +01:00
Andrea Marchesini
dbe6014af1
Bug 1187157
- new FormData::get() should return an empty string if the file is not set - part 2, r=smaug
2016-01-07 09:54:16 +00:00
Andrea Marchesini
c1e3e74d6e
Bug 1187157
- new FormData::get() should return an empty string if the file is not set - part 1, r=smaug
2016-01-07 09:54:00 +00:00
Nigel Babu
30f113d5bc
Backed out changeset fc20ecea0409 (bug 1225425) for failing its own tests
...
--HG--
extra : commitid : Aaw1qGqAFdT
2016-01-07 11:51:05 +05:30
John Daggett
ade0c810ea
Bug 1157064 - implementation of font-display. r=heycam,khuey
2016-01-07 14:03:05 +09:00
Hiroyuki Ikezoe
4d993b1ed3
Bug 1212720 - Part 4: Remove all cancelAllAnimationsOnEnd. It is not needed any more. r=bbirtles
...
--HG--
extra : histedit_source : 1470ef2dfe10559b5761c6eb6a384a610d883718
2015-12-22 00:50:00 -05:00
Hiroyuki Ikezoe
c1f10eb765
Bug 1212720 - Part 3: Remove AnimationTimeline.getAnimations. r=heycam, r=smaug
...
--HG--
extra : histedit_source : 3b036799886ebcc8498d495346eae963a5b5863d
2015-12-21 20:39:00 -05:00
Hiroyuki Ikezoe
cd2f747a36
Bug 1212720 - Part 2: Tests for document.getAnimations. r=heycam
...
--HG--
rename : dom/animation/test/css-animations/file_timeline-get-animations.html => dom/animation/test/css-animations/file_document-get-animations.html
rename : dom/animation/test/css-animations/test_timeline-get-animations.html => dom/animation/test/css-animations/test_document-get-animations.html
rename : dom/animation/test/css-transitions/file_timeline-get-animations.html => dom/animation/test/css-transitions/file_document-get-animations.html
rename : dom/animation/test/css-transitions/test_timeline-get-animations.html => dom/animation/test/css-transitions/test_document-get-animations.html
2016-01-06 14:22:00 -05:00
Hiroyuki Ikezoe
df09492fe4
Bug 1212720 - Part 1: Implement Document.getAnimations(). r=heycam, r=smaug
2016-01-06 14:21:00 -05:00
Yoshi Huang
bd65e48e3f
Bug 1233644 - use pattern matching when listening clear-origin-data. r=baku
2015-12-18 18:58:41 +08:00
Ryan VanderMeulen
b4de131396
Merge m-c to b2g-inbound. a=merge
2016-01-06 09:51:28 -05:00
Ryan VanderMeulen
1d22ec87d3
Merge inbound to m-c. a=merge
2016-01-06 09:43:47 -05:00
Wes Kocher
ce6c1f316c
Merge m-c to b2ginbound, a=merge
...
--HG--
extra : commitid : I9Ga5BF9cFv
2016-01-05 16:53:17 -08:00
Wes Kocher
5c5db39163
Merge fx-team to m-c a=merge CLOSED TREE
...
--HG--
extra : commitid : 8cnDWzxc5CW
2016-01-05 16:34:06 -08:00