Граф коммитов

46202 Коммитов

Автор SHA1 Сообщение Дата
Phil Ringnalda d165b54b01 Merge m-c to m-i 2016-01-10 15:49:15 -08:00
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
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