Commit Graph

267525 Commits

Author SHA1 Message Date
Olli Pettay
f71a066625 Bug 1214316 - Improve assertions on top level remote accessible doc handling, r=tbsaunde 2015-10-13 22:00:35 +03:00
Aryeh Gregor
6415f1cbbd Bug 1214164 - Don't honor all <option> descendants of <select>; r=bz
Per spec, we should only pay attention to options that are children of
the select, or of an optgroup child of the select.
2015-10-13 11:28:00 +02:00
Jan-Ivar Bruaroey
905ae3e4a6 Bug 1213738 - media::Pledge.Then() moves lambda args instead of copying them. r=jesup 2015-10-13 14:34:54 -04:00
Jan-Ivar Bruaroey
a914338dbd Bug 1213738 - media::NewRunnableFrom() and media::NewTaskFrom() move lambda arg instead of copying it. r=jesup 2015-10-12 19:12:01 -04:00
Jed Davis
c9d8e74b0f Bug 1213491 - Change CanvasRenderingContext2D::ContextState::clipsPushed to an nsTArray. r=nical 2015-10-09 16:20:00 +02:00
Olli Pettay
7244b6d588 Bug 1213382 - proxy more accessible selection methods, r=tbsaunde 2015-10-13 22:08:00 +03:00
David Rajchenbach-Teller
fb1a3ed865 Bug 1212244 - Same-process sendAsyncMessage can now throw instead of OOM. r=smaug 2015-10-07 12:42:43 +02:00
Joel Maher
39692a3850 Bug 1210863 - test_bug618176.xul fails on windows debug with runByDir enabled. r=dvander 2015-10-13 14:10:00 +02:00
Seth Fowler
97dd7fbc1c Bug 1209739 - Make nsImageRenderer::PrepareImage() fail unless an image has STATUS_LOAD_COMPLETE. r=tn 2015-10-14 00:02:37 -07:00
Seth Fowler
fb299f65f8 Bug 1209731 - Return DrawResult::NOT_READY from PaintBackgroundWithSC if we couldn't prepare the nsImageRenderer. r=tn 2015-10-14 00:02:37 -07:00
Byron Campen [:bwc]
ae6c9a215a Bug 1208176 - Part 3: Be forgiving when we see prflx instead of host candidates in ice_unittest. r=drno 2015-10-06 15:09:45 -05:00
Byron Campen [:bwc]
5770032bce Bug 1208176 - Part 2: Add a one-sided trickle test case to ice_unittest. r=drno 2015-10-06 15:07:19 -05:00
Byron Campen [:bwc]
d85e9926c1 Bug 1208176 - Part 1: Add a couple of interface names. r=drno 2015-10-06 15:06:36 -05:00
Chris Pearce
65938600aa Bug 1209385 - Backout 417dab86a413 and 6078e8b4878b. r=backout 2015-10-14 19:42:25 +13:00
Chris Pearce
521e6b9f02 Bug 1214478 - Ensure MediaKeySession.close() does not store its promise twice. r=gerald 2015-10-14 19:42:24 +13:00
Chris Pearce
e79b13ad7d Bug 1214469 - Ensure gmp-clearkey accounts for mNumInputTasks when flushing. r=gerald 2015-10-14 19:42:24 +13:00
Gian-Carlo Pascutto
14b169f77b Bug 1209987 - webrtc.org Engine creation and destruction should happen on the WebRTC threads. r=jesup 2015-10-14 08:39:10 +02:00
Daniel Holbert
4c85f6e2ba Bug 1212191: In CSS mochitest helper-file "property_database.js", add subproperties array for aliases that are missing it, and make it mandatory for CSS_TYPE_SHORTHAND_AND_LONGHAND. r=heycam 2015-10-13 23:35:48 -07:00
Seth Fowler
5223f29ff2 Bug 1209725 - Use DrawResult combining operators in nsCSSRendering::PaintBackgroundWithSC. r=tn 2015-10-13 23:21:39 -07:00
Seth Fowler
b5df412f06 Bug 1209715 - Add operator overloads for combining DrawResults. r=tn 2015-10-13 23:21:39 -07:00
Ekanan Ketunuti
320de474c2 Bug 1213765 - Add preliminarily to the en-US dictionary. r=ehsan 2015-10-12 15:21:51 +07:00
David Rajchenbach-Teller
e682064b11 Bug 1213672 - Turning onWindowOpened into a variable; r=mak 2015-10-12 09:30:23 +02:00
Jamie Nicol
41310ac9c1 Bug 1209801 - Part 3: Adjust reftest fuzz and expected fails. r=mattwoodrow
Due to parts 1 and 2 the fuzz factor on a test needed to be slightly
increased, and several tests which were failing now pass.
2015-10-14 11:32:55 +05:30
Jamie Nicol
80bbe2880c Bug 1209801 - Part 2: Do not allow big image textures to be used with TiledLayerBuffers. r=mattwoodrow
Big-image textures (where multiple textures are tiled together to act as
a single larger texture, e.g. TiledTextureImage) were in some cases
being used to back the TextureSources associated with each Tile in a
TiledLayerBuffer. CompositorOGL was unaware of this, so when compositing
would only render the first tile in each big image, stretching it to the
size of the entire big image.

It doesn't make much sense to allow tiling-within-tiling, so set the
DISALLOW_BIGIMAGE flag for textures created for use with TiledLayerBuffers.
2015-10-14 11:32:44 +05:30
Jamie Nicol
89235db67b Bug 1209801 - Part 1: Add TextureFlags parameter to TextureClientPool. r=mattwoodrow 2015-10-14 11:32:35 +05:30
Andrea Marchesini
9373bbb439 Bug 1207546 - Integrate WebRTC with audio channels, r=roc 2015-10-14 11:32:23 +05:30
Henry
91f3ca4967 Bug 1210235 - Skip package verification if pref out or no signature. The package would be treated unsigned. r=valentin 2015-10-12 15:38:41 +08:00
Jared Wein
39b5d58cab Bug 1209999 - Update string for push notification doorhanger. 2015-10-14 11:26:33 +05:30
Joel Maher
ea480513c5 Bug 1205005 - Talos-e10s(tp) occasionally fails with TALOSDATA was seen 0 times, expected 1. r=aklotz 2015-10-14 11:18:40 +05:30
Jukka Jylanki
bb0cc73d64 Bug 1147441 - Add SharedArrayBuffer support to WebGL and WebGL 2. r=jgilbert, r=bzbarsky 2015-10-14 11:18:19 +05:30
sajitk
a097ebf80d Bug 996105 - Added tests for registry access. Fixed wrong condition in ReadStringValue code. r=bsmedberg 2015-10-14 11:17:07 +05:30
Aryeh Gregor
0e1ce1775c Bug 799937 - Make createElement()'s result always in the HTML namespace (except for XUL documents); r=bz
The new expected failures in web-platform are in a test that doesn't
match the spec, which has already been synced upstream and will be
synced shortly.  For the same test in imptests, I chose to modify the
test instead, because it's easier and imptests is going to be removed.
2015-10-14 11:16:08 +05:30
Bobby Holley
663f03b17a Bug 1214488 - Allow native callers in GetEntryGlobal. r=me 2015-10-13 22:17:33 -07:00
Phil Ringnalda
a394916434 Back out 5 changesets (bug 1159385, bug 1165558) for making browser_pdfjs_zoom.js frequently leak on Windows
CLOSED TREE

Backed out changeset 9c0a6b934c7a (bug 1159385)
Backed out changeset 1dcf1d5a95ce (bug 1159385)
Backed out changeset 50b20aa3fd46 (bug 1159385)
Backed out changeset 863379c3fe31 (bug 1159385)
Backed out changeset 8decc8f8fcb1 (bug 1165558)
2015-10-13 21:36:10 -07:00
Phil Ringnalda
02330b4b1b Bug 1202663, bug 1213797 followup followup, fix more missing metadata update
CLOSED TREE
2015-10-13 20:39:00 -07:00
Phil Ringnalda
9276f87c84 Back out changeset d34a1af95066 (bug 1207288) for Windows mochitest-gl not being that into being validated
CLOSED TREE
2015-10-13 20:00:38 -07:00
Phil Ringnalda
3f3c2e74c5 Back out changeset 81b6dbef4fb1 (bug 1210330) for Android and b2g mochitest-chrome failures in test_tcpsocket_jsm.html
CLOSED TREE
2015-10-13 19:40:20 -07:00
Andrew Comminos
7340e48bf4 Bug 1209774 - Transform from GDK coords to layout device pixels before calling DispatchEvent. r=karlt 2015-10-13 19:14:54 -07:00
Wes Kocher
d8680efe42 Backed out 2 changesets (bug 1137009)
Backed out changeset 2c77e4edc2a5 (bug 1137009)
Backed out changeset 7a5322e5fa07 (bug 1137009)
2015-10-13 18:33:51 -07:00
Wes Kocher
351dd90680 Backed out changeset e28dde22ac26 (bug 1211344) 2015-10-13 18:33:27 -07:00
Andrew Sutherland
71740178fd Bug 1210330 - TCPSocket data event should be an ArrayBuffer in non-e10s case too. r=jdm
The conversion to WebIDL introduced a minor regression where the "data" event
carried a Uint8Array payload instead of an ArrayBuffer.  This patch corrects
the type and introduces a fix.
2015-10-13 20:48:49 -04:00
Jeff Walden
b6d78fb6ab Bug 1052139 - Make prototype-setting first create Object.prototype so that subsequent prototype chain-splicing will work correctly. r=bz 2015-10-09 13:21:39 -07:00
Jeff Walden
a8c33a0a5d Bug 1052139 - Adjust sandbox code to create the sandbox with an (observably) immutable [[Prototype]], once the flag's flipped. r=bz 2015-10-10 18:27:48 -07:00
Daniel Holbert
824d966357 Bug 1181313: Remove some unnecessary logging statements for success conditions, in nsPermissionManager.cpp. r=bsmedberg 2015-10-13 17:19:06 -07:00
Blake Kaplan
8b8b6d62a9 Bug 1159385 - Make browser_pdfjs_zoom.js e10s-compatible. r=yury 2015-10-13 17:01:05 -07:00
Blake Kaplan
7ad2beab99 Bug 1159385 - Make browser_pdfjs_views.js e10s-compatible. r=yury 2015-10-13 17:01:05 -07:00
Blake Kaplan
ba1470b832 Bug 1159385 - Make browser_pdfjs_navigation.js e10s-compatible. r=yury 2015-10-13 17:01:05 -07:00
Blake Kaplan
77f3f5d8cc Bug 1159385 - Make browser_pdfjs_main.js e10s compatible. r=mconley 2015-10-13 17:01:05 -07:00
Blake Kaplan
49eead9382 Bug 1165558 - Return valid dispositions even if there wasn't a header. r=bz 2015-10-13 17:00:55 -07:00
Jeff Muizelaar
9f5eada2ae Bug 1207288. Enable the ANGLE shader validator for WebGL 2. r=jgilbert
ANGLE's shader parser has much better support for ES3 now. Let's
no longer disable it by default.
2015-10-13 14:40:26 -04:00