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

431980 Коммитов

Автор SHA1 Сообщение Дата
Nicholas Nethercote 35a54c92f0 Bug 1182977 (part 2) - Use PLDHashTable::Iterator in dom/storage/. r=khuey.
--HG--
extra : rebase_source : 7aeac7d3d093bb3360de179b8259bc98449b308e
2015-07-22 00:02:15 -07:00
Mike Hommey 3b0b38b4d9 Bug 1185671 - Use BytesIO instead of StringIO as backing store for FileAvoidWrite, and handle writing unicode to it explicitly. r=gps 2015-07-23 09:37:33 +09:00
Ralph Giles f104891fe4 Bug 1186257 - Avoid 'using' namespace imports in headers. r=jya
This is poor style as it can have side-effects in the caller's
code. Instead, use full namespace prefixes.
2015-07-22 16:59:27 -07:00
Ralph Giles 31d84bc29e Bug 1186257 - Add missing mediasource includes. r=jya
Add missing includes, forward declarations, and fix up
namespace references so dom/media/mediasource compiles
in a non-unified build.

The header side at least is important for writing unit tests.
2015-07-22 16:59:25 -07:00
Ralph Giles 1f15cff72d Bug 1186257 - Use default dtor in ContainerParser. r=jya
This fixes a non-unified build error. Defining and empty
dtor allows callers to inline (if they can prove it's not
a pointer to a derived class?) the dtor, but means the compiler
needs access to the details on the member variable wrapped
in smart pointers so it can call there dtors in turn.

I think marking it default instead of empty in the header
moves generation to the class implementation, which does
include SourceBufferResource.h.
2015-07-22 16:59:23 -07:00
Ralph Giles c9712d45cf Bug 1186257 - Fix formatting. r=jya 2015-07-22 16:58:39 -07:00
Jed Davis 39f6ab2a28 Bug 1157864 - Record chromium patch applied in previous commit. r=me 2015-07-22 15:48:49 -07:00
Kyle Huey 0c59dad482 Bug 1180978: Don't proceed with opening an invalidated database. r=janv,baku 2015-07-22 14:46:19 +08:00
Carsten "Tomcat" Book 6a7e108e0a Backed out changeset 35c6e7e9c205 (bug 1135261) for test failures in gij in bookmark_edit_test.js on a CLOSED TREE 2015-07-22 08:13:08 +02:00
Masayuki Nakano 9906797f75 Bug 1185316 TabParent should flush pending IME notifications after child process handles all sending events r=smaug 2015-07-22 14:51:36 +09:00
Masayuki Nakano a2baa83320 Bug 1184986 NOTIFY_IME_OF_POSITION_CHANGE should be put off until all sending events are recieved by child process r=smaug 2015-07-22 14:15:06 +09:00
Mark Hammond 0f9bf72b94 Bug 1182366 - avoid an invalid bookmark from preventing all bookmarks syncing. r=rnewman 2015-07-22 15:10:42 +10:00
Masayuki Nakano 7cf5ee93fa Bug 1184449 part.3 Fix the bustage of Mac OS X r=myself 2015-07-22 13:28:23 +09:00
Jean-Yves Avenard 2f64bef7b3 Bug 1184826: P2. Update web-platform-tests expected data. r=karlt 2015-07-22 14:22:53 +10:00
Jean-Yves Avenard 8204ebce53 Bug 1184826: P1. Mark MPEG-2 AAC as supported. r=cpearce 2015-07-22 14:22:53 +10:00
Jean-Yves Avenard 1300e03cad Bug 1186261: Disable mediasource-config-change-webm* tests. r=karlt
Those tests do not properly check that mediasource is not available and do not behave in a reliable fashion.
2015-07-22 14:22:52 +10:00
Jean-Yves Avenard b95b5ce0aa Bug 1165772: P3. Update web-platform-tests expected data. r=karlt
We now have identical results between Windows XP and Linux.
2015-07-22 14:22:52 +10:00
Jean-Yves Avenard 97f322485c Bug 1165772: P2. Properly reports if mimetype is supported in mediasource. r=kentuckyfriedtakahe 2015-07-22 14:22:51 +10:00
Jean-Yves Avenard cfc9c86adc Bug 1165772: P1. Refactor DecoderTraits::CanHandleMediaType. r=kentuckyfriedtakahe 2015-07-22 14:22:51 +10:00
Jean-Yves Avenard 831b3f9fbd Bug 1185814: Disable EME tests on 10.6. r=cpearce 2015-07-22 14:22:50 +10:00
Jean-Yves Avenard 99dee8a4f5 Bug 1171379: P2. Update web-platform-tests expected data. r=karlt
Failure on Linux and Windows XP are a consequence of no MSE available at all.
Failure on Mac and Windows >= 7 with two exceptions are due to the tests using a malformed video.
The bug was reported upstream: https://github.com/w3c/web-platform-tests/issues/1939
2015-07-22 14:22:50 +10:00
Jean-Yves Avenard a9584eece6 Bug 1171379: P1. Enable MediaSourceDemuxer by default. r=kentuckyfriedtakahe 2015-07-22 14:22:49 +10:00
Jean-Yves Avenard df76554a30 Bug 1182945: P2. Disable webm mse web-platforms tests. r=karlt
In theory, linux and windows XP should provide exactly the same results.
However, due to bug 1165772, MSE on linux incorrectly reports MP4 support.

Bug mediasource-buffered.html is disabled on Windows XP as it triggers a bug in the tests. As we can't intercept the result, we must disable the entire test instead.
2015-07-22 14:22:47 +10:00
Jean-Yves Avenard 88a0955b91 Bug 1182945: P1. Disable webm mediasource mochitests. r=kentuckyfriedtakahe 2015-07-22 14:22:46 +10:00
Jean-Yves Avenard f77f5f6283 Bug 1185431: Immediately resolve WaitingForDataPromise if we're not waiting for data. r=cpearce 2015-07-22 14:22:46 +10:00
Ryan VanderMeulen b2d38c262f No bug - Cleanup the layout/style mochitest manifest. 2015-07-21 23:52:48 -04:00
Ryan VanderMeulen be80fa87fb Bug 1186224 - Disable various layout mochitests on B2G debug for hitting frequent fatal mochitest hangs. r=dholbert 2015-07-21 23:52:48 -04:00
Ryan VanderMeulen 505da0e710 Bug 1186219 - Skip the test_value* tests on B2G opt as well due to causing memory explosions that often lead to timeouts. r=dholbert 2015-07-21 23:52:48 -04:00
Masayuki Nakano ea12486e61 Bug 1184449 part.2 nsIMM32Handler should store selection range as far as possible r=m_kato 2015-07-22 12:40:32 +09:00
Masayuki Nakano 9d9bd4c975 Bug 1184449 part.1 IMENotifiation::SelectionChangeData should store selected string r=smaug 2015-07-22 12:40:32 +09:00
Wes Kocher c825da801e Merge m-c to b2ginbound, a=merge 2015-07-21 16:13:21 -07:00
Wes Kocher 8dc017722b Merge fx-team to central, a=merge 2015-07-21 16:08:37 -07:00
Wes Kocher 2dfd2a2881 Merge inbound to central, a=merge 2015-07-21 15:49:23 -07:00
Jeff Muizelaar da5c0faf20 Bug 1180379. Split out GMAX4500 and block those devices from D2D. r=Bas
This line of cards seems to have lots of bugs. Let's block them
until we can figure out what works where.

--HG--
extra : rebase_source : 0aa9ff707a43e26204930301d55a79f41027ccb9
2015-07-21 18:04:48 -04:00
Ryan VanderMeulen a485de382f Merge b2g-inbound to m-c. a=merge 2015-07-21 16:31:59 -04:00
Richard Newman e14ce5547c Bug 1130066 - Be careful about environment changes during early or failed BrowserHealthRecorder init. r=mcomella
--HG--
extra : commitid : 2Xtz8qWkrZb
2015-07-21 13:26:34 -07:00
Jared Wein 0a490a2395 Bug 1185012 - followup, update the URL used for the first-run-on-windows10 page. r=MattN 2015-07-21 22:47:32 -04:00
Trevor Rowbotham 5393a24d2f Bug 1160780 - Completely rewrite the test to use Tasks instead of frame scripts to make the test more sane and attempt to fix an intermittent orange by switching from frame scripts to Tasks. r=jimm
CLOSED TREE
2015-07-21 15:59:00 -04:00
Nick Fitzgerald a23f223b5f Bug 1186650 - Do not mark mozilla::Variant copy and move constructors as explicit. r=Waldo 2015-07-22 14:49:00 -04:00
Jed Davis 315c4ad9c2 Bug 1186709 - Remove MOZ_IMPLICIT from security/sandbox/chromium. r=bobowen 2015-07-23 08:28:00 -04:00
Ryan VanderMeulen 958aa765f5 Backed out changesets 69542d63fcc8 and 6326eaf87f86 (bug 1184557) for causing widespread debug test assertions.
CLOSED TREE
2015-07-23 13:04:14 -04:00
Jeff Muizelaar 798729524d Bug 1183341. Reenable ANGLE w/ D3D11 on newer Intel GPUs. r=bas
Our device family for GMA4500 included more than just GMA4500 devices. Lets
remove the blacklist entry that was added unintentionally.  HG: Enter commit
message.  Lines beginning with 'HG:' are removed.

--HG--
extra : rebase_source : 103371b25bd7045d60243c217e910e7ab973300b
2015-07-22 10:32:29 -04:00
B2G Bumper Bot 9467e68490 Bumping manifests a=b2g-bump 2015-07-21 12:44:52 -07:00
B2G Bumper Bot 16a7f56c1a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/463a9495baf8
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #31046 from sfoster/appchrome-private-siteicon-bug-1181184

Bug 1181184 - Remove siteIcon from private window urlbar. r=albertopq

========

https://hg.mozilla.org/integration/gaia-central/rev/c914d24ac04a
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1181184 - Remove siteIcon from private window urlbar. r=albertopq
2015-07-21 12:42:52 -07:00
Mike Conley 30bb293184 Bug 1186057 - Update talos.json to latest tip. rs=jmaher on a CLOSED TREE.
We need to bring in a change to talos that puts talos-content.js into
the main-thread IO whitelist.

--HG--
extra : commitid : K1q15lNyOhM
extra : amend_source : e80d09559f9d6296f502cc993d5a89ddfd22aa9a
2015-07-21 15:17:36 -04:00
Ryan VanderMeulen 232f82153a Bug 1175098 - Remove duplicate isContent declaration causing B2G xpcshell failures. r=mconley 2015-07-21 14:58:09 -04:00
Andrew McCreight 621e57b2b7 Bug 1176341 - De-holder nsIXPConnect::CreateSandbox. r=baku,gabor 2015-07-21 11:31:44 -07:00
Andrew McCreight 7c34797069 Bug 1179924 - Create a more modern JS object holder for cross-thread references to JS objects. r=smaug 2015-07-21 11:31:44 -07:00
Justin Dolske 4b36568537 Bug 1184942 - Use DPI scaling factor to ensure top window border is correct thickness. r=jimm 2015-07-21 11:24:16 -07:00
Steven Michaud 2c1c21250c Bug 1186042 - "Undeclared identifier" errors building nsAboutBloat.cpp. r=jduell 2015-07-21 13:04:47 -05:00