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

619720 Коммитов

Автор SHA1 Сообщение Дата
Karl Tomlinson ad45a8d475 Bug 1500238 correct mono-to-stereo panning at centre position r=padenot
and re-use input buffer instead of copying.

Depends on D9211

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

--HG--
extra : moz-landing-system : lando
2018-10-19 09:25:27 +00:00
Karl Tomlinson 6e306581c2 Bug 1500238 output null from StereoPannerNode when input is null r=padenot
This is necessary for efficient processing of silence, and is consistent with
behavior of other nodes.

A null block current has a single channel of silence, which isn't aligned with
the current spec, but is consistent with the direction of
https://github.com/WebAudio/web-audio-api/issues/1471#issuecomment-405668690

Depends on D9210

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

--HG--
extra : moz-landing-system : lando
2018-10-19 09:25:25 +00:00
Karl Tomlinson 49ec510d94 Bug 1500238 correct expected result for monoPanningNoop tests r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D9210

--HG--
extra : moz-landing-system : lando
2018-10-19 09:25:18 +00:00
Gijs Kruitbosch d943130187 Bug 1497443 - set min-width to auto for flexed buttons in the prefs, r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D8387

--HG--
extra : moz-landing-system : lando
2018-10-19 20:36:12 +00:00
Jordan Lund cf7c61eef3 Bug 1499265 - Intermittent failure in update-verify: Task timeout after 3600 seconds. Force killing container. r=aki
Intermittent failure in update-verify: Task timeout after 3600 seconds. Force killing container

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

--HG--
extra : moz-landing-system : lando
2018-10-17 22:57:58 +00:00
raza 365d8871f0 Bug 1497970 - [RTL]Background image overlapping the text in about:restartrequired r=jaws
This is to fix the problem in the original bug. I messed things up so bad with it that it was easier to just create a new bug.

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

--HG--
extra : moz-landing-system : lando
2018-10-19 17:38:16 +00:00
Ursula Sarracini 54c265a493 Bug 1497967 - Part 1: Add CFR opt-out string r=flod,k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D9283

--HG--
extra : moz-landing-system : lando
2018-10-19 18:25:24 +00:00
Valentin Gosu f0ea345598 Bug 1499917 - Read entire length of expected string from the stream r=michal
The test ocasionally fails out in e10s mode, because stream.available() might not return the entire string length (it's async). So the child process needs to wait for all of the bytes to be read.

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

--HG--
extra : moz-landing-system : lando
2018-10-19 18:00:50 +00:00
Timothy Guan-tin Chien 7ea6f5eee6 Bug 1499372 - Find the media element from context menu event dispatched from video controls r=JanH
Differential Revision: https://phabricator.services.mozilla.com/D9016

--HG--
extra : moz-landing-system : lando
2018-10-19 17:43:16 +00:00
Jim Blandy 7937c2dd77 Bug 1499792: Remove unneeded 'ThrottledEventQueue' forward declarations. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D9008

--HG--
extra : moz-landing-system : lando
2018-10-18 12:20:14 +00:00
Jared Wein e85599dc8f Bug 1494551 - Sort the formautofill data by the last used time. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D9174

--HG--
extra : moz-landing-system : lando
2018-10-19 17:00:31 +00:00
Sebastian Hengst 9942dc3501 Backed out changeset 5ba65c3ad1ff (Bug 1496400) for failing devtools' browser_parsable_css.js: revert aboutdebugging.css which didn't get reverted during the backout
--HG--
extra : rebase_source : 604691b597c7d442f31a8be4d2f1c2cd22421a2e
2018-10-19 19:45:29 +03:00
Jared Wein eb7010591a Bug 1420853 - Ensure only fields valid for the given country are saved. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D9034

--HG--
extra : moz-landing-system : lando
2018-10-19 16:36:45 +00:00
Andrew Halberstadt 27d8b8ee2d Bug 1500447 - [mozlint] Make sure lineno and column are always int (if present), r=rwood
This also updates the test for string inputs.

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

--HG--
extra : moz-landing-system : lando
2018-10-19 15:54:32 +00:00
Martin Stransky a4ef03261f Bug 1500366 - register all DBus connection to be handled by gmain loop, r=jhorak
Differential Revision: https://phabricator.services.mozilla.com/D9230

--HG--
extra : moz-landing-system : lando
2018-10-19 10:11:46 +00:00
Petru Lingurar 95bf19e8e9 Bug 1459864 - Modify <Product and feature tips> setting summary when disabled; r=jchen
Inform the user about why is this feature disabled and what to do to enable it.

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

--HG--
extra : moz-landing-system : lando
2018-10-19 14:25:57 +00:00
Nicolas Chevobbe 3558483427 Bug 1493675 - Send JS keywords from webconsole's autocomplete service; r=julienw.
Since we do now have the list of Javascript keywords, we
import it from webconsole autocomplete service and send
the keywords matching the current expression to the client.

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

--HG--
extra : moz-landing-system : lando
2018-10-19 16:07:22 +00:00
Nicolas Chevobbe 4d549fc4ff Bug 1493675 - Generate an array of the javascript keywords; r=arai.
This list is generated from /js/src/frontend/ReservedWords.h,
which is already used on the platform to generate list of js
reserved words.
This list will be used in the console autocomplete code to
expose those keywords to the user.

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

--HG--
extra : moz-landing-system : lando
2018-10-19 14:58:42 +00:00
Drew Willcoxon 56ea6439f4 Bug 1499581 - Autofill search engine aliases in the address bar when '@' is typed as the first character r=mak
One important unrelated change this makes is that previously (in my other patches), the only "@" aliases we recognized were the internal "@" aliases in nsSearchService.  While I was working on the new test here I realized that engines with user (or test) aliases that start with "@" aren't recognized as having "@" aliases, but why not IMO.

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

--HG--
extra : moz-landing-system : lando
2018-10-19 16:08:26 +00:00
Drew Willcoxon 2a3c8ef556 Bug 1496815 - Suggest search engine aliases in the address bar when '@' is typed as the first character r=mak
This bug touches just about every part of the urlbar: UnifiedComplete, the autocomplete binding, the formatter, CSS.

This builds on the patches in bug 1496814 and bug 1496811.

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

--HG--
extra : moz-landing-system : lando
2018-10-19 16:08:24 +00:00
Robert Helmer 17ab05a92e Bug 1492656 - move Telemetry Coverage ping in-tree r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D6359

--HG--
extra : moz-landing-system : lando
2018-10-19 00:47:37 +00:00
Dão Gottwald 61a306dcde Bug 1500086 - While typing, show the Go button and hide the history dropmarker. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D9106

--HG--
extra : moz-landing-system : lando
2018-10-19 15:58:57 +00:00
Florens Verschelde bd9cc96aee Bug 1499987 - Add an active state to toolbox SVG icons; r=gl
- Update 'Pick an element' icon with bigger arrow, background in active state
- Update 'Pick an accessible element' icon with pixel-fitted design, background in active state
- Update 'RDM' icon with background in active state
- Use context-stroke to enable design changes, instead of a different URL, to avoid a visual glitch

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

--HG--
extra : moz-landing-system : lando
2018-10-19 15:31:26 +00:00
Tom Prince e13a780a70 Bug 1497575: [staging-release] Fix tryselect tests for changed json formatting; r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D9153

--HG--
extra : moz-landing-system : lando
2018-10-19 13:28:50 +00:00
Matthew Gaudet 85889543ba Bug 1500267 - Record op in SetPropIRGenerator CacheIR logs r=evilpie
Depends on D9167

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

--HG--
extra : moz-landing-system : lando
2018-10-19 15:10:55 +00:00
Matthew Gaudet 0fca84b053 Bug 1500267 - Remove dead AutoDisableSpew r=nbp
Depends on D9165

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

--HG--
extra : moz-landing-system : lando
2018-10-19 15:10:32 +00:00
Matthew Gaudet f0b9fb55b2 Bug 1500267 - Correct out of date comments r=tcampbell
Depends on D9164

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

--HG--
extra : moz-landing-system : lando
2018-10-19 15:41:59 +00:00
Matthew Gaudet 026a672dc4 Bug 1500267 - [SMDOC] Brain transplants comment r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D9164

--HG--
extra : moz-landing-system : lando
2018-10-19 15:12:05 +00:00
WR Updater Bot b8831a6d42 Bug 1500233 - Re-vendor rust dependencies. r=kats
Depends on D9268

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

--HG--
extra : moz-landing-system : lando
2018-10-19 15:57:43 +00:00
WR Updater Bot 87117a44b1 Bug 1500233 - Update webrender to commit c72754d72ddd0e9e198bb1edefe13f77d9a38f07. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D9268

--HG--
extra : moz-landing-system : lando
2018-10-19 15:57:32 +00:00
Dão Gottwald d7f3ffe316 Bug 1500080 - UrlbarInput::value getter should return the untrimmed value. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D9088

--HG--
extra : moz-landing-system : lando
2018-10-19 15:25:55 +00:00
Johan Lorenzo 5ea7ea961b Bug 1498626 - Fix google-play-string docker image build r=dustin
Fix google-play-string docker image build

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

--HG--
extra : moz-landing-system : lando
2018-10-19 15:44:47 +00:00
Nicolas Chevobbe 9396d88360 Bug 1500475 - Modify browser_jsterm_content_defined_helpers.js to find cause of intermittent; r=bgrins.
The log we currently receive are not really
actionable (we are using ok, so we don't know
what the received value actually is). Switching
to is should give us what the value is when the
test fails, which might help us fix the failure.

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

--HG--
extra : moz-landing-system : lando
2018-10-19 16:12:13 +00:00
Sebastian Hengst addcac2c93 Backed out changeset 5ba65c3ad1ff (Bug 1496400) for failing devtools' browser_parsable_css.js: add dangling comma to code added back. CLOSED TREE 2018-10-19 18:56:00 +03:00
Sebastian Hengst 1188ceecee Backed out changeset 5ba65c3ad1ff (Bug 1496400) for failing devtools' browser_parsable_css.js: fix eslint failures, part 2. CLOSED TREE 2018-10-19 18:37:39 +03:00
Rob Wood ed20c301e1 Bug 1500229 - Reduce raptor chrome jobs to run once daily; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D9252

--HG--
extra : moz-landing-system : lando
2018-10-19 13:30:14 +00:00
Julien Wajsberg 9c1ba92750 Bug 1480593 - Allow setting a different instance of perf.html for the new performance panel, using a pref r=gregtatum
Differential Revision: https://phabricator.services.mozilla.com/D8869

--HG--
extra : moz-landing-system : lando
2018-10-18 20:06:57 +00:00
Johann Hofmann e5856b4cf7 Bug 1500103 - Only test return_button_adv and exception_button for new cert error pages. r=nhnt11
exception_button can technically be clicked on the old error pages, too, but conditionally
checking for the cert exception window to pop up is a bit overkill for this temporary workaround.
Ideally we would remove this pref soon anyway.

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

--HG--
extra : moz-landing-system : lando
2018-10-19 14:21:41 +00:00
Johann Hofmann d7b28163d3 Bug 1500020 - Update cert error page copy based on UX suggestions. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D9080

--HG--
extra : moz-landing-system : lando
2018-10-19 14:50:59 +00:00
Marco Bonardo 8c40aa8fd0 Bug 1498584 - Unable to delete urls containing backslashes from history. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D9097

--HG--
extra : moz-landing-system : lando
2018-10-19 13:19:24 +00:00
Marco Bonardo ext:(%20%3Cmbonardo%40mozilla.com%3E) a3c4d56f39 Bug 1498178 - Add in-tree documentation for the Quantum Bar r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D8960

--HG--
extra : moz-landing-system : lando
2018-10-19 13:45:19 +00:00
Jamie Nicol 9498be51e6 Bug 1479754 - Hook up the force-first-paint codepath with webrender r=kats
When a CompositorBridgeParent receives a force first paint message, it
sets the flag on the AsyncCompositionManager, which notifies the
widget code at the next composite via
UiCompositorControllerParent::NotifyFirstPaint().

With webrender, this is crashing as there is no
AsyncCompositionManager. And even if it weren't crashing, the widget
will never receive the first paint message, so it never uncovers its
content.

This change ensures the widget receives the first message when
webrender is enabled. CompositorBridgeParent will set the flag on its
WebRenderBridgeParent, which will set the flag on the next received
display list. When the WebRenderBridgeParent flushes the corresponding
transaction, it calls UiCompositorcontrollerParent::NotifyFirstPaint,
to ensure the widget code gets the message.

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

--HG--
extra : moz-landing-system : lando
2018-10-19 13:48:04 +00:00
Luca Greco 02b1c3c4d5 Bug 1498343 - Make it easier to recognize an extension that have access to the userScript.setScriptAPIs API method. r=mixedpuppy
Depends on D8538

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

--HG--
extra : moz-landing-system : lando
2018-10-17 12:39:20 +00:00
Luca Greco c978631678 Bug 1498343 - Add more assertions related to behaviors on redefined globals and prototype methods in the userScript tests. r=mixedpuppy
Depends on D8537

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

--HG--
extra : moz-landing-system : lando
2018-10-15 17:56:34 +00:00
Luca Greco 2d797a01ef Bug 1498343 - Fix and re-enable userScript test disabled in Bug 1498343. r=zombie
Differential Revision: https://phabricator.services.mozilla.com/D8537

--HG--
extra : moz-landing-system : lando
2018-10-18 12:19:51 +00:00
Kartikaya Gupta a971a37e5f Bug 1485834 - Allow recomputing the cumulative resolution in ComputeScrollMetadata. r=botond
We need to correctly populate the cumulative resolution field in the
ScrollMetadata in order to support zooming. Without this, the cumulative
resolution doesn't include the presShell resolution, and that results in
APZ getting into an inconsistent state.

Currently, the cumulative resolution is populated from the
ContainerLayerParameters object's scale, but in the case of WebRender,
we call ComputeScrollMetadata with an empty ContainerLayerParameters
since don't actually do layer building or rasterization in Gecko.
This patch makes this more explicit by changing the argument to a
Maybe<ContainerLayerParameters> and passing Nothing() from the WebRender
call sites.

In this scenario, we just use the cumulative presShell resolution as
the cumulative resolution, which should be correct for WebRender as
we won't have an "extra" CSS-derived resolution applied on the Gecko
side.

Depends on D9120

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

--HG--
extra : moz-landing-system : lando
2018-10-19 14:24:50 +00:00
Kartikaya Gupta 33d89bae83 Bug 1485834 - Sample APZ zoom values for webrender. r=botond
Depends on D9119

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

--HG--
extra : moz-landing-system : lando
2018-10-19 14:24:32 +00:00
Kartikaya Gupta 7c90df3b0a Bug 1485834 - Expose the zooming API from WebRender. r=Gankro
Differential Revision: https://phabricator.services.mozilla.com/D9119

--HG--
extra : moz-landing-system : lando
2018-10-19 14:24:14 +00:00
Wes Kocher 060f969b83 Bug 1499889 - Make sure we don't try to remove device forwards that no longer exist r=gbrown
The stop() function is apparently being called multiple times at the end of a test run, causing us to sometimes attempt to remove device forwards that were removed in an earlier stop() attempt but before the conditions checked in stop() to remove the device forwards get changed. This caused a traceback to be printed out at the end of every test run, complaining about attempts to remove device forwards that don't exist.

Rather than dig through to figure out why/where stop() is getting called twice, this patch just papers over the issue by making sure there is at least one device forward still listed before attempting to remove them.

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

--HG--
extra : moz-landing-system : lando
2018-10-19 14:38:51 +00:00
Rob Wood 48a9b391fa Bug 1500236 - Have Raptor use '127.0.0.1' instead of 'localhost' to fix timeouts on OSX; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D9147

--HG--
extra : moz-landing-system : lando
2018-10-18 20:30:13 +00:00