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

476430 Коммитов

Автор SHA1 Сообщение Дата
JerryShih d8088c8229 Bug 1178871 - turn on WebGL conformance test |conformance/glsl/misc/struct-nesting-of-variable-names|. r=jgilbert 2016-05-24 09:43:00 +02:00
JerryShih f804058c0f Bug 1178871 - work around that Mac drivers for shader struct scopes. r=jgilbert 2016-05-24 02:41:00 +02:00
Ethan Lin 7aeecfdaf5 Bug 548372 - Part4. Add space/round for shorthand property test. r=heycam 2016-05-22 18:54:00 +02:00
Ethan Lin e80a474067 Bug 548372 - Part3. background-repeat round/space test cases. r=heycam, mstange 2016-05-18 23:16:00 +02:00
Ethan Lin 6710f05dd7 Bug 548372 - Part2. background-repeat round/space rendering. r=mstange 2016-05-25 02:29:00 +02:00
Lazar Sumar a045541027 Bug 548372 - Implement round and space values of background-repeat CSS property. r=dbaron 2016-05-06 02:16:00 +02:00
Dragana Damjanovic c10122236d Bug 507571 - Lock nsHttpResponseHead. r=mcmanus 2016-05-24 06:07:00 +02:00
Carsten "Tomcat" Book e7cf15b28d Backed out changeset 8c804afcc865 (bug 1272012) for test failures in test_select_change_event.html 2016-05-25 13:21:58 +02:00
Carsten "Tomcat" Book baa01dd21c Backed out changeset 467b0d255265 (bug 1272012) 2016-05-25 13:21:32 +02:00
Bob Owen ecee115838 Bug 1250125: Make a 0 security.sandbox.content.level turn off the content process sandbox. r=TimAbraldes
This also fixes a bug where we weren't setting parts of the policy correctly for levels 3 to 9.

MozReview-Commit-ID: IXsg2nGOqoa

--HG--
extra : rebase_source : 65c76a581dcd498c7d7d5b01e4f4e140acdb244f
2016-05-25 09:06:23 +01:00
Masatoshi Kimura 3e0685deec Bug 1274953 - Bump the lowest valid TLS insecure fallback limit to 3 (TLS 1.2). r=keeler 2016-05-24 19:08:13 +09:00
Thomas Zimmermann aed91b79c5 Bug 1275510: RTSP: Add namespace when refering to |gIOService|, r=dragana
MozReview-Commit-ID: 1Es1i5qLJgl
2016-05-25 12:40:29 +02:00
Masatoshi Kimura 877c4b8482 Bug 1275252 - Deal with some TLS 1.3 intolerance. r=keeler 2016-05-25 19:36:57 +09:00
Andreas Tolfsen ed4aa96ea4 Bug 1274274 - Rename element store clear function to delete; r=automatedtester
This matches the Map data structure in JavaScript.

MozReview-Commit-ID: 5l2xOb4W2BC

--HG--
extra : rebase_source : 706f8e60fbfc364e56da83f15b9e1a4a94af9c9a
2016-05-20 16:54:42 +01:00
Andreas Tolfsen c87cc1b12b Bug 1274274 - Update exported symbols and correct docs; r=automatedtester
MozReview-Commit-ID: 95ikD0oyrmy

--HG--
extra : rebase_source : 0e8d1aa755c9399eb1970f120c13f796805de2f9
2016-05-20 16:52:01 +01:00
Andreas Tolfsen 6686a00fd4 Bug 1274274 - Rename element manager; r=automatedtester
Renames instances of `elementManager' to `seenEls' for brevity.  Also the
word "manager" does not really explain what purpose it fulfills.

MozReview-Commit-ID: 4EUN9utPoZS

--HG--
extra : rebase_source : 52bda0d83c50ffb96e72145ee54827c115596462
2016-05-20 16:49:19 +01:00
Andreas Tolfsen fb76d98e20 Bug 1274274 - Disassociate wrapValue from element store; r=automatedtester
Moves ElementManager#wrapValue to the testing/marionette/element.js
module level and renames it to toJson.

MozReview-Commit-ID: GJBl2L1GRxZ

--HG--
extra : rebase_source : 5fc81a6b0ebfbd6a12557b3b746e6968c235d674
2016-05-20 16:32:31 +01:00
Andreas Tolfsen 76e7173ffa Bug 1274274 - Disassociate convertWrappedArguments from element store; r=automatedtester
Moved ElementManager#convertWrappedArguments to the
testing/marionette/element.js module scope and renamed it to fromJson.

MozReview-Commit-ID: JMTZcG0JSUE

--HG--
extra : rebase_source : 613faca6a8c81b1ff435c538b0a7347ae548c288
2016-05-20 16:16:56 +01:00
Andreas Tolfsen 8f48cd96ed Bug 1274274 - Remove unused method applyNamedArgs; r=automatedtester
MozReview-Commit-ID: 1FeFZK4VVu2

--HG--
extra : rebase_source : aa89ccc7db341fa330c8777f5a4b73dcf65764f3
2016-05-20 15:13:24 +01:00
Andreas Tolfsen c002fdc182 Bug 1274274 - Disassociate isDisconnected from element store; r=automatedtester
MozReview-Commit-ID: 4uxbLKlgfsL

--HG--
extra : rebase_source : 7e2c236c470b8637aba78461b2c058a005b20ad7
2016-05-20 15:11:37 +01:00
Andreas Tolfsen 0f872f6301 Bug 1274274 - Refactor seen element store; r=automatedtester
Renames ElementManager to element.Store, exposing it on the
testing/marionette/element.js module.  Shortens getKnownElement(uuid)
to get(uuid).  Introduces new method has(uuid) to replace some unnecessary
checks in testing/marionette/driver.js and testing/marionette/listener.js.

MozReview-Commit-ID: D5qAlqrIxi

--HG--
extra : rebase_source : 22fda922e4c5f7bfcd1a5bcbcec6ae1003411535
2016-05-20 15:07:21 +01:00
Andreas Tolfsen c9a06fbbdc Bug 1274274 - Convert ElementManager to a class; r=automatedtester
MozReview-Commit-ID: EqcuWGxxlC

--HG--
extra : rebase_source : 01865b2ef001eaa0e77f80a739545a0f1ed3a0cc
2016-05-20 13:32:52 +01:00
Andreas Tolfsen c47354a3ef Bug 1274274 - Decouple element retrieval methods; r=automatedtester
Moves element retrieval methods from ElementManager to the
testing/marionette/element.js module itself.  This means some more
work needs to be done by the caller, but avoids bloat by ensuring
ElementManager does not end up as a super-object.

MozReview-Commit-ID: 5LGe0vpSWwS

--HG--
extra : rebase_source : d7f4bd64cd1a92ad20a33496708d3f0136531d9f
2016-05-20 13:28:27 +01:00
Carsten "Tomcat" Book 00f7f47247 Backed out changeset 153591394598 (bug 1270686) for causing Windows 8 x64 opt e10s crashes on a CLOSED TREE 2016-05-25 12:29:51 +02:00
Jan de Mooij 92c526f75d Bug 1274193 part 11 - Make GetOutermostEnclosingFunctionOfScriptedCaller per-compartment and use GO_THROUGH_SAVED. r=luke 2016-05-24 06:46:00 +02:00
Carsten "Tomcat" Book ca8ef860d0 Backed out changeset b47a1a49cda2 (bug 1274193) for hopefully fixing e10s windows x64 crashes on a CLOSED TREE 2016-05-25 12:02:30 +02:00
Jonathan Kew 1233cee71f Bug 1273154 - Re-land followup to handle word-initial NNBSP shaping in Mongolian, with its reftest. r=jrmuizel 2016-05-25 10:51:13 +01:00
David Burns d63df96367 Bug 1274408: Remove B2G runners from Marionette Python Harness r=maja_zf
All tests were migrated over to MarionetteJS support before we stopped work on
B2G. This is now not used and am removing.

MozReview-Commit-ID: CEBty565UAu

--HG--
extra : rebase_source : 32f67ff146239803a581206986a3293b4614b6cf
2016-05-24 22:54:13 +01:00
David Burns 20c4d3ef26 Bug 1274408: Remove emulator support from Marionette in Gecko r=ato
The emulator code was originally hacks to allow us to instrument the emulator
from JavaScript in the B2G world. Since we no longer support this it is being
removed.

MozReview-Commit-ID: 3XDk21SFfUc

--HG--
extra : rebase_source : 63bc081c3ab37894b97b873fe142ee068b609318
2016-05-24 10:22:54 +01:00
David Burns 685a7e3c86 Bug 1274408: Remove emulator mach support for Marionette r=jgriffin
Since we are not supporting the B2G Emulator, we should remove this dead code.

MozReview-Commit-ID: 4PY95y3q9BO

--HG--
extra : rebase_source : 28f9bdea257a669f98ea3d39ce73bc1a171afdc6
2016-05-19 22:38:38 +01:00
David Burns 17e6a49b39 Bug 1274408: Remove emulator support from Marionette Harness code r=maja_zf
The emulator code in Marionette harness makes it very hard to be able to
support other platforms. Since we no longer support B2G we should remove it.

MozReview-Commit-ID: 21HYtUdtfHy

--HG--
extra : rebase_source : 98b027494dd98b924a5a9f64c073c2f9197f1ad2
2016-05-24 21:52:57 +01:00
David Burns dd43f4c2a6 Bug 1274408: Remove emulator code from Marionette python client r=maja_zf
The emulator code has created a lot of hacky code in the Marionette and
by removing it, we are removing a lot of really bad technical debt.

MozReview-Commit-ID: D8wxdKPp6zW

--HG--
extra : rebase_source : c94aae2f5e3f1cccc833e1575057114f374e9d37
2016-05-24 00:11:18 +01:00
Jonathan Kew 16fe787f15 Backout 51b1f2343ad9 and f24ab7184139 (bug 1273154 followups) for reftest crash on linux 2016-05-25 10:36:46 +01:00
JW Wang 8b980a3cbc Bug 1274216 - remove use of FlushableTaskQueue from PlatformDecoderModule. r=jya.
MozReview-Commit-ID: E3DG84yKRmw

--HG--
extra : rebase_source : 2636b7d1ef5cc544f70b3912d4d6bd30f25424df
2016-05-19 17:50:31 +08:00
Mats Palmgren cdc61249b6 Bug 1272012 - Tweak or disable a few tests for <select size=1> Up/Down key behavior on OSX. 2016-05-25 10:48:52 +02:00
Mats Palmgren 74d23ef8ae Bug 1272012 - Support more keys to open and/or toggle a combobox dropdown menu. r=enndeakin
Up/Down should open the dropdown menu on OSX, but not close it.
Spacebar should toggle the dropdown on OSX, but only if Alt, Ctrl or
Cmd isn't pressed.
Spacebar should open the dropdown on non-OSX platforms, but not close
it, with or without key modifiers.
2016-05-25 10:48:52 +02:00
Mats Palmgren cd270495b8 Bug 1266268 - [css-grid] Tests <percentage> for grid gap properties. 2016-05-25 10:48:52 +02:00
Mats Palmgren 5e2c16366e Bug 1266268 - [css-grid] Implement <percentage> for grid gap properties. r=dholbert 2016-05-25 10:48:52 +02:00
Jan de Mooij fa03e865e9 Bug 1274193 part 11 - Make GetOutermostEnclosingFunctionOfScriptedCaller per-compartment and use GO_THROUGH_SAVED. r=luke 2016-05-25 10:38:34 +02:00
Jonathan Kew a9b91aebd1 Bug 1273154 - Reftest for Mongolian shaping with word-initial NNBSP. r=jrmuizel 2016-05-25 09:23:13 +01:00
Jonathan Kew 816b7b2fb6 Bug 1273154 followup - Rework NNBSP handling in FindFontForChar to make word-initial NNBSP adopt the font that will be used for the following letter. r=jrmuizel 2016-05-25 09:21:55 +01:00
Jonathan Kew ec45c18193 Bug 1274936 - When <canvas> fillText is using a simple color, draw via the gfxTextRun::Draw code path to get support for COLR and SVG-in-OT fonts. r=bas 2016-05-25 09:21:10 +01:00
Jeff Muizelaar 38d984d342 Bug 1270686. Log all dlls ever loaded. r=aklotz
This is a temporary patch to try to figure out if a dll is being unloaded that we still need.
2016-05-25 04:09:55 -04:00
Carsten "Tomcat" Book bd6a13ce6d Backed out changeset 8b76fb7a3e31 (bug 1270686) for bustage on a CLOSED TREE 2016-05-25 10:07:42 +02:00
Jeff Muizelaar 48a99153d3 Bug 1270686. Log all dlls ever loaded. r=aklotz
This is a temporary patch to try to figure out if a dll is being unloaded that we still need.
2016-05-25 03:42:08 -04:00
HoPang Hsu 4f22e3c908 Bug 1261002 - Part 2: Add a testcase for Node.isConnected. r=smaug 2016-05-20 16:31:29 +08:00
HoPang Hsu 3ebd7c9d32 Bug 1261002 - Part 1: Implement node.isConnected. r=smaug 2016-05-20 16:31:29 +08:00
Robert Strong ea76aa2193 bug 1274487 - Remove 'Update Installed' code and user interface. r=mhowell 2016-05-25 00:09:49 -07:00
Robert Strong fe3ecae08c bug 1244544 - remove uiOnlyAllowOneWindow.js since nsIDOMWindow/mozIDOMWindowProxy cannot be mocked in JS. r=mhowell 2016-05-25 00:09:25 -07:00
Carsten "Tomcat" Book ea8362bfe9 Backed out changeset 2044b159f030 (bug 1275281) for causing frequent timeouts in tc-M-e10s dt tests
--HG--
extra : rebase_source : 6d9a8fb946f720c379ea5b9369ad7ba5495cdc22
2016-05-25 08:57:36 +02:00