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

622636 Коммитов

Автор SHA1 Сообщение Дата
Mike Hommey ac19b1cd69 Bug 1505023 - Remove unused mKeyboard field after bug 1504689. r=jhorak
Differential Revision: https://phabricator.services.mozilla.com/D11135

--HG--
extra : moz-landing-system : lando
2018-11-07 11:43:01 +00:00
WR Updater Bot 90306a529e Bug 1505347 - Update webrender to commit cd20260979c3eac6f217a416c609d594b4eb1522 (WR PR #3283). r=kats
Differential Revision: https://phabricator.services.mozilla.com/D11221

--HG--
extra : moz-landing-system : lando
2018-11-07 20:13:40 +00:00
Ehsan Akhgari 0b85b8bd64 Bug 1504442 - Remove nsIReadConfig r=mkaply
Differential Revision: https://phabricator.services.mozilla.com/D11191

--HG--
extra : moz-landing-system : lando
2018-11-07 18:23:16 +00:00
Cosmin Sabou 2726d7f95e Backed out changeset 64b039293b0a (bug 1501104) for causing SM bustages on non262/BigInt/large-bit-length.js. 2018-11-07 21:39:03 +02:00
Botond Ballo ed43e261f7 Bug 1477847 - Add a crashtest. r=mstange
Depends on D10414

Differential Revision: https://phabricator.services.mozilla.com/D10415

--HG--
extra : moz-landing-system : lando
2018-11-07 18:51:29 +00:00
Botond Ballo 074e717745 Bug 1477847 - Do not layerize mask items if we are inside a BasicLayerManager already. r=mstange
Differential Revision: https://phabricator.services.mozilla.com/D10414

--HG--
extra : moz-landing-system : lando
2018-11-07 18:51:00 +00:00
Robin Templeton be78211d5c bug 1501104 - Implement asIntN and asUintN methods for BigInt values. r=wingo,jandem
Differential Revision: https://phabricator.services.mozilla.com/D9449

--HG--
extra : moz-landing-system : lando
2018-11-07 18:38:19 +00:00
Daniel Holbert 1af98f3178 Bug 1505254: When invalidating ancestors' intrinsic sizes, stop when we hit an abspos frame. r=mats
Differential Revision: https://phabricator.services.mozilla.com/D11146

--HG--
rename : layout/style/test/test_bug1490890.html => layout/style/test/test_bug1505254.html
extra : moz-landing-system : lando
2018-11-07 19:03:22 +00:00
Markus Stange e10ccdacff Bug 1505180 - Add an SVG image drawing profiler label. r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D11110

--HG--
extra : moz-landing-system : lando
2018-11-07 01:47:08 +00:00
Logan Smyth f338c9527d Bug 1503436 - Only add breakpoints to first/last offset of script if column is directly in script. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D10384

--HG--
extra : moz-landing-system : lando
2018-11-07 18:52:45 +00:00
Cosmin Sabou 7f37bee189 Backed out 4 changesets (bug 1491676) for causing browser chrome failures on browser_storagePressure_notification. CLOSED TREE
Backed out changeset 08cbaa2f9183 (bug 1491676)
Backed out changeset fae949de1ed5 (bug 1491676)
Backed out changeset aeb045b90321 (bug 1491676)
Backed out changeset e75c59f129ea (bug 1491676)
2018-11-07 20:53:48 +02:00
Cosmin Sabou ca3d74c85c Backed out 4 changesets (bug 1482150) for causing windows build bustages on dom/media/CubebUtils.cpp. CLOSED TREE
Backed out changeset 662bbd0961e5 (bug 1482150)
Backed out changeset 20a4fa9f6214 (bug 1482150)
Backed out changeset 18925888f5d7 (bug 1482150)
Backed out changeset ade887b7ba31 (bug 1482150)
2018-11-07 20:45:51 +02:00
Alex Chronopoulos 37ef0938e7 Bug 1482150 - Create a unit test to verify all corner cases of the helper method. r=padenot
Quering the stored devices list for an ID was not always correct. The stored devices list is expected to be empty before an enumeration takes place or after a collection change notification. In those cases, the method will fail to find an existing ID. The method has been updated to address these cases in previous patch. Here I have implemented a unit test to verify the case. Currently, the method is not being used.

Differential Revision: https://phabricator.services.mozilla.com/D9380

--HG--
extra : moz-landing-system : lando
2018-11-07 18:22:13 +00:00
Alex Chronopoulos c1c3276b5c Bug 1482150 - Implement enumeration of output devices. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D7605

--HG--
extra : moz-landing-system : lando
2018-11-07 18:26:37 +00:00
Alex Chronopoulos e0c6e82044 Bug 1482150 - Make CubebDeviceEnumerator singleton. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D7604

--HG--
extra : moz-landing-system : lando
2018-11-07 18:26:35 +00:00
Alex Chronopoulos 956df39574 Bug 1482150 - Move CubebDeviceEnumerator to its own source and header files. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D7603

--HG--
extra : moz-landing-system : lando
2018-11-07 18:25:41 +00:00
David Walsh 071b3c6000 Bug 1484526 - Increase timeout for webconsole stackframe test r=nchevobbe
Ups the timeout for a test that naturally takes a long time to pass on CI

Differential Revision: https://phabricator.services.mozilla.com/D11185

--HG--
extra : moz-landing-system : lando
2018-11-07 17:10:31 +00:00
Brian Hackett 762e7e1a0e Bug 1505139 - Tolerate getenv races in JPEG library initialization, r=lsmyth.
--HG--
extra : rebase_source : 32c62180cd0c52f0e477cd46ba5df3cc1d3c50e1
2018-11-06 09:06:48 -10:00
Brian Hackett 6b499d9ef2 Bug 1504909 Part 4 - Always store progress counter in execution points, r=lsmyth.
--HG--
extra : rebase_source : f61d5728d5859d9fe6fe680b17bb04e057d15c68
2018-11-06 07:37:41 -10:00
Brian Hackett 6afbd189ab Bug 1504909 Part 3 - Get the current point and recording endpoint from navigation state, r=lsmyth.
--HG--
extra : rebase_source : 41e6702c60412b4869ed80ae9ffc2b55a963d922
2018-11-06 07:37:22 -10:00
Brian Hackett ab3bd69465 Bug 1504909 Part 2 - Remove unused recordingPosition interface, r=lsmyth.
--HG--
extra : rebase_source : aca78a5933e3ccedbab366c7a2b9203299d889d2
2018-11-06 07:36:54 -10:00
Brian Hackett 651069d959 Bug 1504909 Part 1 - Include current point and endpoint in paused packets, r=lsmyth.
--HG--
extra : rebase_source : 102bbe18778f08b7b03fc7c829809757936241ea
2018-11-06 07:36:20 -10:00
Collin Wing 8672c0fbe8 Bug 1501900 Convert about:devtools to use Fluent r=flod,jaws,zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D9816

--HG--
extra : rebase_source : 6947aca11c49f9c914b9888fa55cab05a0162509
2018-11-05 18:52:42 +00:00
Iain Ireland 659823ed00 Bug 1501722: Check for initial environment in GetGeneratorForFrame r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D10598

--HG--
extra : moz-landing-system : lando
2018-11-01 19:40:18 +00:00
Jack Smith ad577bba2b Bug 1491676 - Moves permissions strings r=flod,Gijs,zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D9917

--HG--
extra : moz-landing-system : lando
2018-11-07 18:06:42 +00:00
Jack Smith 19ecda88dd Bug 1491676 - Moves download folder strings r=flod,Gijs,zbraniecki
Depends on D8554

Differential Revision: https://phabricator.services.mozilla.com/D8928

--HG--
extra : moz-landing-system : lando
2018-11-07 18:05:56 +00:00
Jack Smith cff0bdb940 Bug 1491676 - Moves out of space warning strings r=flod,Gijs,zbraniecki
Depends on D8553

Differential Revision: https://phabricator.services.mozilla.com/D8554

--HG--
extra : moz-landing-system : lando
2018-11-07 18:05:13 +00:00
Jack Smith 9e7051f7cd Bug 1491676 - Moves master password dialog strings r=flod,Gijs,zbraniecki
Depends on D8552

Differential Revision: https://phabricator.services.mozilla.com/D8553

--HG--
extra : moz-landing-system : lando
2018-11-07 18:04:30 +00:00
Tim Nguyen 2d9d74604a Bug 1504156 - Further dim --arrowpanel-dimmed and --arrowpanel-dimmed-further variables on light themes. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D11192

--HG--
extra : moz-landing-system : lando
2018-11-07 17:58:44 +00:00
Rob Wood 100fffdf59 Bug 1505182 - Raptor wasm-godot-firefox shouldn't be running on nightlies; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D11113

--HG--
extra : moz-landing-system : lando
2018-11-07 17:48:42 +00:00
Justin Wood 68af823cae Bug 1475510 - Add repackage-msi signing. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D9336

--HG--
extra : moz-landing-system : lando
2018-11-07 17:44:27 +00:00
Justin Wood 44f471f3a2 Bug 1475510 - Taskgraph msi generation. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D9335

--HG--
extra : moz-landing-system : lando
2018-11-07 17:44:25 +00:00
Justin Wood 5617c7e557 Bug 1475510 - Add mozharness support for repackage-msi. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D9334

--HG--
extra : moz-landing-system : lando
2018-11-07 17:44:17 +00:00
Justin Wood eaf783d789 Bug 1475510 - Use locale from dep job attributes. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D9333

--HG--
extra : moz-landing-system : lando
2018-11-07 17:44:15 +00:00
Kim Moir db3477911d Bug 1485228 - Add support for repackage msi r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D9331

--HG--
extra : moz-landing-system : lando
2018-11-07 17:45:46 +00:00
Kim Moir 6ab329c54f Bug 1485228 - Add Wix toolchain. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D9330

--HG--
extra : moz-landing-system : lando
2018-11-07 17:44:06 +00:00
Kartikaya Gupta f9265d576e Bug 1432019 - Move the vsync notifications to the java UI thread. r=snorp
This ensures that the vsync notifications don't race ahead of the touch
events, which can result in jank if the APZ sampling happens before the
touch events update the scroll position.

Differential Revision: https://phabricator.services.mozilla.com/D11042

--HG--
extra : moz-landing-system : lando
2018-11-07 17:22:19 +00:00
Julian Descottes a8af2ec945 Bug 1504202 - Update aboutdebugging-new README.md;r=ladybenko,daisuke
Differential Revision: https://phabricator.services.mozilla.com/D10714

--HG--
extra : moz-landing-system : lando
2018-11-07 17:32:32 +00:00
Jason Orendorff 8a5616d1e2 Bug 1389628 - Part 2: Enable Streams API by default. r=baku,tcampbell
Depends on D8705

Differential Revision: https://phabricator.services.mozilla.com/D8706

--HG--
extra : moz-landing-system : lando
2018-11-07 17:02:02 +00:00
Nicholas Hurley bbe78e41bf Bug 1505388 - fix crash introduced by bug Bug 1434137. r=kershaw
Differential Revision: https://phabricator.services.mozilla.com/D11184

--HG--
extra : moz-landing-system : lando
2018-11-07 16:52:57 +00:00
Ryan VanderMeulen d4aed3f6fd Bug 1505104 - Run Windows debug rusttests in CI. r=ted
Also fixes up some naming inconsistencies.

Differential Revision: https://phabricator.services.mozilla.com/D11091

--HG--
extra : rebase_source : 6aca7cf62c1d8cd443e89af6d25e545b022d3ee9
2018-11-06 11:04:09 -05:00
Ryan VanderMeulen a26f8f306a Bug 1505058 - Reduce the rusttest timeouts to saner values. r=ted
Differential Revision: https://phabricator.services.mozilla.com/D11050

--HG--
extra : rebase_source : eca5915351dc818f41de027778a93c5f06e8e32c
2018-11-06 10:51:18 -05:00
Ryan VanderMeulen a06a746d0f Bug 1505058 - Promote rusttests to Tier 1 in CI. r=ted
Differential Revision: https://phabricator.services.mozilla.com/D11049

--HG--
extra : rebase_source : 4d12001dd98ba642f624dc4c266e5d2ae7e95ff4
2018-11-06 10:46:08 -05:00
Csoregi Natalia 73bfb21d7a Merge mozilla-central to autoland. CLOSED TREE 2018-11-07 18:21:01 +02:00
Csoregi Natalia ce0127e7c1 Merge inbound to mozilla-central. a=merge 2018-11-07 18:17:51 +02:00
Micah Tigley caaeda6288 Bug 1503626 - Only display a flex item's min-width/max-width property if it's specified in the CSS. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D10420

--HG--
extra : moz-landing-system : lando
2018-11-07 16:14:47 +00:00
Dão Gottwald 86621693a3 Bug 1502056 - Add a focus ring for the header utils button. r=mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D9786

--HG--
extra : moz-landing-system : lando
2018-11-07 15:27:58 +00:00
Emilio Cobos Álvarez 1181e5fa59 Bug 1505117 - Add telemetry for quirks mode. r=smaug,chutten. data-r=francois
Differential Revision: https://phabricator.services.mozilla.com/D11097
2018-11-07 14:25:39 +01:00
Andreas Tolfsen 9ed9bc597c bug 1504485: webdriver: reduce amount of styling in element click interactability test; r=whimboo
The amount of CSS styling in this test is too damn high.

Differential Revision: https://phabricator.services.mozilla.com/D10823

--HG--
extra : moz-landing-system : lando
2018-11-07 13:04:43 +00:00
Andrew Halberstadt 971c025237 Bug 1503599 - [mozlint] Default lineno to 0 in result.Issue if unset, r=jgraham
This assumes that a lineno of 0 denotes a "file-level" issue, e.g an issue
associated with the filename. In the future it might be better to treat these
"file-level" issues as first class citizens. This would involve updating things
like formatters, editor integrations and review bot to not assume a lineno.

Differential Revision: https://phabricator.services.mozilla.com/D10383

--HG--
extra : moz-landing-system : lando
2018-11-07 15:21:31 +00:00