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

620338 Коммитов

Автор SHA1 Сообщение Дата
Matt Howell 54c17abaeb Bug 1453613 Part 2 - Add a full installer telemetry ping. r=agashlin
--HG--
extra : source : d7ee73e237c70cb7d13567e9a0ec2c32a1162211
2018-10-15 11:21:25 -07:00
Matt Howell 7f58899c3a Bug 1453613 Part 1 - Update nsJSON to 1.1.1.0. r=agashlin
We need to be able to send POST data that's encoded as UTF-8, but the older
version of nsJSON we currently have only support UTF-16.

--HG--
extra : source : 5d5494bb34e57e4ee1b51233bf9f6b86301f900c
2018-10-15 11:20:34 -07:00
Felipe Gomes ac3252f0ab Bug 1501761 - Add reflow tests for tab detaching. r=florian 2018-10-24 17:59:58 -03:00
Felipe Gomes 35d9ec06a1 Bug 1501761 - Fix EventUtils.synthesizePlainDragAndDrop to enable simulating tab detaching. r=florian
This fixes several problems with this function:

  - the parameters destX and destY were advertised but were actually unused
  - added support for dropping on an invalid drop target (by passing destElement = null)
  - implements the dragend event
  - stale documentation mentioned mouseup event
2018-10-24 17:59:54 -03:00
Jonathan Kew 6f427d1a33 Bug 1493743 - Make AddFamilyToFontList return safely if passed a null font-family. r=lsalzman 2018-10-24 21:52:33 +01:00
Jeff Gilbert 68b0ccbab3 Bug 1372157 - Fix IsFoo results in WebGL. r=kvark
Passes deqp/functional/gles3/lifetime.html.

Differential Revision: https://phabricator.services.mozilla.com/D8956
2018-10-24 13:52:16 -07:00
Geoff Brown 908768ac09 Bug 1449196 - Disable robocop testFilePicker, for causing intermittent failures in later tests; r=me,a=test-only 2018-10-24 14:10:17 -06:00
Nathan Froyd cf475d1e67 Bug 1501523 - part 2 - remove separate jpeg_nbits_table copies from assembly files; r=aosmond
Continuing the theme from the first part, the optimized assembly files
for x86-64 and i386 include their own private copies of
jpeg_nbits_table.  There's no need for them to do so; they can make use
of the C copy that we commonized in the first patch.
2018-10-24 16:06:48 -04:00
Nathan Froyd b3c9f58bdd Bug 1501523 - part 1 - externalize jpeg_nbits_table from jpeg_nbits_table.h; r=aosmond
The current setup means that including jpeg_nbits_table.h creates a 64K
static table in the current compilation unit...for every inclusion of
jpeg_nbits_table.h.  Since we have two such inclusions, we have two
copies of this table, and the linker is not merging them; perhaps there
is a limit on the size of identical blobs of data it will merge.

In any event, this setup is suboptimal; instead, we should have a single
instance of jpeg_nbits_table in some external source file, and the
header can declare it like any other variable.
2018-10-24 16:06:48 -04:00
Gurzau Raul ff2bc5ca0b Backed out changeset 4b5b1ff23dd7 (bug 1372157) for failing at webgl-conf/generated/test_2_conformance2__vertex_arrays__vertex-array-object.html on a CLOSED TREE 2018-10-24 22:46:34 +03:00
Jeff Gilbert 2d248faec6 Bug 1399501 - Make DestroySurface ignore null input. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D9597
2018-10-24 11:36:04 -07:00
Jeff Gilbert 1514c1a9f2 Bug 1399501 - MakeCurrent again in InitAndValidateGL. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D9290
2018-10-24 11:36:02 -07:00
Jeff Gilbert 97aa280fd2 Bug 1399501 - !MakeCurrent() should clear the current context. - r=kvark
Make MarkDestroyed call MakeCurrent(force=true) to clear the current
context also.

Differential Revision: https://phabricator.services.mozilla.com/D9289
2018-10-24 11:36:00 -07:00
Jeff Gilbert e6ec78d63c Bug 1399501 - Don't allow glsl[130,400) unless we have gpu_shader5. - r=kvark
MozReview-Commit-ID: EUk2uc64Tok

Differential Revision: https://phabricator.services.mozilla.com/D9288
2018-10-24 11:35:58 -07:00
Jeff Gilbert 4f57ad7f07 Bug 1372157 - Fix IsFoo results in WebGL. r=kvark
Passes deqp/functional/gles3/lifetime.html.

Differential Revision: https://phabricator.services.mozilla.com/D8956
2018-10-24 11:30:58 -07:00
Bobby Holley a60f34a042 Bug 1501518 - Crashtest. r=kvark 2018-10-24 11:09:02 -07:00
shindli e36630f23c Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-10-24 19:51:16 +03:00
shindli 670e412487 Merge inbound to mozilla-central. a=merge 2018-10-24 19:46:50 +03:00
shindli a4777e77bd Merge autoland to mozilla-central. a=merge 2018-10-24 19:45:29 +03:00
Jason Orendorff 29e7d90fc3 Remove uses of MOZ_ALWAYS_INLINE in Stream.cpp. No bug, rs=till on IRC.
--HG--
extra : amend_source : a8c2fc853b496dae7983ceaca51156f0e85e8f99
2018-10-24 10:08:01 -05:00
Geoff Brown 15fa7a162e Bug 1501676 - Run "Android 7.0 x86" tests on more branches; r=jmaher 2018-10-24 10:33:02 -06:00
Geoff Brown ad3740fe1b Bug 1494437 - Support timed screenshots in AndroidMixin; r=bc 2018-10-24 10:33:02 -06:00
Geoff Brown fb3f42d379 Bug 1494437 - Support device screenshots in AndroidMixin; r=bc 2018-10-24 10:33:02 -06:00
Kannan Vijayan 19377c4ab8 Bug 1500255 - Handle objects with null prototype in stub-generator for oob array setelems. r=tcampbell 2018-10-24 12:16:32 -04:00
Andrea Marchesini 1f9d9c2fc3 Bug 1482055 - Cleanup old cookies at shutdown if network.cookie.lifetimePolicy is ACCEPT_SESSION, r=johannh 2018-10-24 17:48:17 +02:00
shindli 8f41a1294b Merge autoland to mozilla-central. a=merge 2018-10-24 16:26:39 +03:00
Gijs Kruitbosch b4d8b02bc5 Bug 1491333 - make findbarClose test less clownshoes, r=florian
Differential Revision: https://phabricator.services.mozilla.com/D9633

--HG--
extra : moz-landing-system : lando
2018-10-24 13:18:00 +00:00
Margareta Eliza Balazs 72b1e834f3 Backed out changeset 02d8210b8904 (bug 1501353) on request from MarcoZ a=backout
--HG--
extra : source : 0fe678bdcf595a848a25f423825ac6387bd19f1b
2018-10-24 11:36:25 +03:00
shindli 04bbf8f449 Merge inbound to mozilla-central. a=merge 2018-10-24 12:45:48 +03:00
Nicolas Chevobbe f21b4b826e Bug 1438979 - Fix browser_webconsole_network_messages_expand.js intermittent; r=Honza.
This is an attempt to fix the intermittent on this test.
It looks like we were setting the listeners on some events
after the request message was received, which might have
made us missed some events.
We take this bug as an opportunity to do some cleanup
on the test.

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

--HG--
extra : moz-landing-system : lando
2018-10-24 06:14:16 +00:00
Marco Zehe c5581dfc0f Bug 1210630 - Section elements with accessible names should be mapped the same as ARIA role region, r=Jamie
Differential Revision: https://phabricator.services.mozilla.com/D9480

--HG--
extra : moz-landing-system : lando
2018-10-24 05:34:22 +00:00
longsonr 34f04a3465 Bug 1501057 - Trivial clipPaths should respect visibility=hidden r=dholbert 2018-10-24 06:01:57 +01:00
arthur.iakab 468aa07e7a Merge mozilla-central to inbound 2018-10-24 07:17:50 +03:00
arthur.iakab 0d669cb499 Merge inbound to mozilla-central a=merge 2018-10-24 07:15:44 +03:00
Eliza Balazs c80af964cd Bug 1453214 - Disable browser_inspector_highlighter-cssshape_04.js on linux. r=jmaher 2018-10-24 06:22:00 +03:00
Jon Coppeard 3a3ab022d2 Bug 1501154 - Disallow the empty string as a module specifier in the shell and improve error handling in js:🐚:FileAsString() r=bbouvier 2018-10-24 14:29:21 +01:00
shindli 09789471e1 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-10-24 16:28:13 +03:00
Andrea Marchesini 3d69819234 Bug 1500455 - Let's use cookieBehavior = 4 in beta by default, r=ehsan 2018-10-24 15:24:32 +02:00
Marco Zehe 5104d78a7d Bug 1501353 - Change the exposed accessible role for a named region from region to landmark, r=Jamie
Differential Revision: https://phabricator.services.mozilla.com/D9554

--HG--
extra : moz-landing-system : lando
2018-10-24 00:34:21 +00:00
arthur.iakab b54dfedae2 Merge mozilla-central to autoland 2018-10-24 07:17:07 +03:00
Makoto Kato 4b9422e251 Bug 1496706 - Windows 8 doesn't return valid IInspectable when clicking toast notification. r=aklotz
When clicking toast notification window, OnActivate is called.  When using
Windows 8, 2nd parameter (IInspectable) might be nullptr.

So when this parameter is nullptr, it should recognize as alertclickcallback
with mClickable=true.

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

--HG--
extra : moz-landing-system : lando
2018-10-23 20:59:02 +00:00
David Walsh ac489fc2fc Bug 1501379 - Update debugger frontend v95. r=jdescottes 2018-10-23 13:06:03 -05:00
Marco Bonardo 86f9a130f9 Bug 1500108 - Remove the history.onlyTyped preference and behavior from the Address Bar. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D9512

--HG--
extra : moz-landing-system : lando
2018-10-24 13:01:42 +00:00
Marco Bonardo 134e4ec293 Bug 1499743 - Address Bar restriction characters: remove typed, change url and search r=adw
Remove the "~" typed restriction character.
Change the url restriction character to "$" and the search one to "?".

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

--HG--
extra : moz-landing-system : lando
2018-10-24 12:49:00 +00:00
Masayuki Nakano b42fc1b48b Bug 1498151 - part 2: Fix simple warnings r=aklotz,Jamie
In AccessibleWrap.cpp, VARIANT instances are initialized with {VT_I4}.
However, clang claims they should be initialized with {{{VT_I4}}}.

In CompatibilityUIA, the capturing variable is reference to static variable.
So, this patch makes it refer the static variable directly.

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

--HG--
extra : moz-landing-system : lando
2018-10-23 17:35:35 +00:00
Paolo Amadini 3320f4e2ef Bug 1486984 - Fix find commands for PDF and special pages, and remove obsolete code. r=Gijs
Support for finding text in a page is now determined by a blacklist of locations, simplifying handling in multi-process mode and restoring the intended behavior.

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

--HG--
extra : rebase_source : 129f3d4e3cdd3673251ed7a3cc58101dd3cb0c91
2018-10-23 15:29:09 +01:00
Arthur Iakab c4050c5a36 Bug 1500046 - disabled browser_animation_logic_mutations_fast.js on all platforms. r=jmaher 2018-10-23 15:43:00 +03:00
Arshad Kazmi ef37b99296 Bug 1428707 - Validated python3 support, updated package version r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D9565

--HG--
extra : moz-landing-system : lando
2018-10-24 11:04:58 +00:00
WR Updater Bot 3d54ef4b8e Bug 1501616 - Re-vendor rust dependencies. r=kats
Depends on D9636

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

--HG--
extra : moz-landing-system : lando
2018-10-24 10:58:32 +00:00
WR Updater Bot 84f5ae4259 Bug 1501616 - Update webrender to commit 4e9ed699f3be741102120ba2d499e91c0adba6ab. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D9636

--HG--
extra : moz-landing-system : lando
2018-10-24 10:57:28 +00:00