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

620552 Коммитов

Автор SHA1 Сообщение Дата
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
Daisuke Akatsuka a2f3ad1333 Bug 1500833: Avoid updating if added animation was already removed. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D9616

--HG--
extra : moz-landing-system : lando
2018-10-24 13:32:02 +00: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
Yura Zenevich 7b9dc2742b Bug 1498235 - lazy load accessibility highlighter in accessibility walker actor. r=gl
MozReview-Commit-ID: 7xFlSocDPVG

Depends on D9580

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

--HG--
extra : moz-landing-system : lando
2018-10-24 04:16:43 +00:00
arthur.iakab 0d669cb499 Merge inbound to mozilla-central a=merge 2018-10-24 07:15:44 +03:00
Yura Zenevich e584fac8c1 Bug 1498235 - lazy load modules in accessibility actors. r=gl
MozReview-Commit-ID: 2qPBmhnd7tb

Depends on D9579

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

--HG--
extra : moz-landing-system : lando
2018-10-24 03:57:59 +00:00
Yura Zenevich e2de0cf9dc Bug 1498235 - split accessibility actors into their own files. r=gl
MozReview-Commit-ID: Gm7ju38mhdD

Depends on D9578

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

--HG--
rename : devtools/server/actors/accessibility-parent.js => devtools/server/actors/accessibility/accessibility-parent.js
rename : devtools/server/actors/accessibility.js => devtools/server/actors/accessibility/walker.js
extra : moz-landing-system : lando
2018-10-24 04:13:32 +00:00
Yura Zenevich fb8387137a Bug 1498235 - only initialize accessibility actor when the toolbox opens or when a11y panel opens as a default panel. r=gl
MozReview-Commit-ID: CzOTdDDU8fv

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

--HG--
extra : moz-landing-system : lando
2018-10-24 04:15:33 +00:00
Tom Prince 8329f523fd Bug 1501776: [taskgraph] Fix flake8 error; rs=bustage-fix
Differential Revision: https://phabricator.services.mozilla.com/D9745

--HG--
extra : moz-landing-system : lando
2018-10-25 01:32:07 +00: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
Andrew McCreight 9978e851df Bug 1492584, part 3 - Remove JS component loader registration. r=kmag
After the previous patches, we no longer rely on the component manager
to incidentally start up XPConnect when we load the JS loader service
or to hold the JS component loader alive, so the do_GetService() call
for the JS loader in XPCOMInit.cpp can be removed. After that is done,
the JS loader is no longer used as an XPCOM component, so all of the
boilerplate for that can be removed.

Depends on D8757

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

--HG--
extra : moz-landing-system : lando
2018-10-23 23:20:38 +00:00
Andrew McCreight a3164a8def Bug 1492584, part 2 - Make mozJSComponentLoader::sSelf a strong reference. r=kmag
The JS component loader is an XPCOM component, so it is held alive by
the component manager. In order to be able to make it no longer be an
XPCOM component, we have to keep it alive some other way. I decided to
simply keep it alive as long as XPConnect itself is alive.

Depends on D9583

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

--HG--
extra : moz-landing-system : lando
2018-10-23 23:19:34 +00:00
Andrew McCreight 681cefeb09 Bug 1492584, part 1 - Eagerly initialize nsLayoutModule in the component manager. r=froydnj
nsLayoutModule must be initialized in order to call into JS, but I
don't want to have to rely on calling a service in that
module. Instead, always initialize the module very early in component
manager initialization. This also makes initialization more
consistent, so things like errors in manifests won't affect when it
happens, which can result in different behavior in different builds.

I also made nsLayoutModule initialization infallible, because I can't
imagine that we can do much that is useful without it.

Another change I made is that gInitialized is set to true even in a
GPU process. This simplifies checking whether initialization has
happened already when we start up the layout module.

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

--HG--
extra : moz-landing-system : lando
2018-10-24 16:10:29 +00:00
Tom Prince 9fa26ec6f1 Bug 1497860: [taskgraph] Ensure that mozharness actions don't contain spaces; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D9444

--HG--
extra : moz-landing-system : lando
2018-10-24 16:42:59 +00:00
Junior Hsu ced59fc1ad Bug 1498434 - add new telemetry probe to know the delay caused by e10s back pressure r=valentin
a straight forward implementation

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

--HG--
extra : moz-landing-system : lando
2018-10-23 22:17:22 +00:00
Junior Hsu 8f2bbcfceb Bug 1487559 - add new telemetry probe for the mime type causing suspension for back pressure r=francois,valentin
Differential Revision: https://phabricator.services.mozilla.com/D4729

--HG--
extra : moz-landing-system : lando
2018-10-24 16:26:19 +00:00
Tom Prince fa2fc2145a Bug 1501759: [tryselect/release] Update milestone to new version too; r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D9703

--HG--
extra : moz-landing-system : lando
2018-10-24 20:44:11 +00:00
Tom Prince 5c9bcda5ed Bug 1501759: [taskgraph] Add a beta-sim target; r=aki,RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D9690

--HG--
extra : moz-landing-system : lando
2018-10-24 20:44:11 +00:00
Tom Prince a7548eb4fe Bug 1501759: [taskgraph] Simplify release branch on-push target tasks; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D9688

--HG--
extra : moz-landing-system : lando
2018-10-24 20:43:58 +00:00
Tom Prince 088aac0cdb Bug 1501759: [taskgraph] Remove `include_nightly` parameter; r=aki
We only use `include_nigthly` where we are also using
`filter_beta_release_tasks`, so just change the later to include nightly.

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

--HG--
extra : moz-landing-system : lando
2018-10-24 20:44:03 +00:00
Chris Manchester b10d53769f Bug 1501712 - Write .mozconfig.json when running |./mach configure| r=firefox-build-system-reviewers,mshal
Differential Revision: https://phabricator.services.mozilla.com/D9675

--HG--
extra : moz-landing-system : lando
2018-10-24 20:03:57 +00:00
Kartikaya Gupta 5999ea0b2a Bug 1501533 - Block a bunch of low-powered nvidia cards from getting WebRender. r=mattwoodrow
Depends on D9677

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

--HG--
extra : moz-landing-system : lando
2018-10-24 18:58:00 +00:00
Kartikaya Gupta 8f3838dc1a Bug 1498417 - Don't manually blacklist non-nVidia drivers from WebRender. r=mattwoodrow
We already have a check for the nvidia vendor id in gfxPlatform.cpp so
we don't need to list all the other vendors explicitly.

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

--HG--
extra : moz-landing-system : lando
2018-10-24 18:58:28 +00: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
Ryan Hunt ec4e613070 Bug 1453425 - Add test for relative scroll offset updates. r=botond
--HG--
extra : rebase_source : 36029954120993f7deac460632526487f17f44b6
extra : histedit_source : 1015aebaece5dbd9d18db999c463c8860f5c4dfe
2018-10-23 09:50:52 -05: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
WR Updater Bot d6e0b12f8d Bug 1501525 - Update webrender to b5463c2074813237098804f4f0219cf1ba6c6984. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D9635

--HG--
extra : moz-landing-system : lando
2018-10-24 10:51:48 +00:00
Noemi Erli 71c13b613f Bug 1434812 - Disable list-1.html for frequent failures on OSX. r=jmaher 2018-10-23 13:34:00 +03:00
Cosmin Sabou 34354a47b3 Backed out changeset 35bae18d7d67 (bug 1499899) for build bustages on updater.cpp. 2018-10-24 03:42:05 +03:00
Jeff Gilbert 33599f7ed3 Bug 1499899 - Fix some win64 clang-cl -Wunused-* warnings. r=waldo
Differential Revision: https://phabricator.services.mozilla.com/D9052

MozReview-Commit-ID: BJjNqGqO5Bd
2018-10-23 17:38:56 -07:00