Commit Graph

657645 Commits

Author SHA1 Message Date
Cosmin Sabou
2fa3b2ee5b Merge mozilla-inbound to mozilla-central. a=merge 2019-06-26 06:58:03 +03:00
Boris Chiou
65d67a409f Bug 1555786 - Get inner window from doc directly for resize observer. r=smaug
In Notify(), we should guarantee that the inner window we get is for the
document, and avoid using null outer window pointer.

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

--HG--
extra : moz-landing-system : lando
2019-06-25 20:07:03 +00:00
Christian Holler
75691588ac Bug 1561346 - Allow FUZZING_INTERFACE_STREAM to be used multiple times. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D35824

--HG--
extra : moz-landing-system : lando
2019-06-25 22:02:52 +00:00
Nicholas Nethercote
867b550ce8 Bug 1500829 - Remove nsIDocShell::shouldSaveLayoutState. r=nika
It's unused.

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

--HG--
extra : moz-landing-system : lando
2019-06-25 22:06:39 +00:00
Nicholas Nethercote
41b679b6e2 Bug 1561216 - Change StaticPrefs from a class to a namespace. r=froydnj
This doesn't change the way C++ code uses static prefs. But it does slightly
change how Rust code uses static prefs, specifically the name generated by
bindgen is slightly different.

The commit also improves some comments.

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

--HG--
extra : rebase_source : 13cf215aeb713e188103ef0cd04d094aa150853e
2019-06-25 10:36:59 +10:00
Nicholas Nethercote
9f15052ed8 Bug 1561216 - Remove unneeded mozilla:: qualifiers in Preferences.cpp. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D35772

--HG--
extra : rebase_source : 3844288a7aebe9759e8ba72cec44e94d96925f47
2019-06-25 09:18:07 +10:00
Andrei Oprea
b9e4116a0c Bug 1559946 - The CFR FxA Bookmark Panel Message has incorrect dimensions in some locales r=r1cky
Differential Revision: https://phabricator.services.mozilla.com/D35676

--HG--
extra : moz-landing-system : lando
2019-06-24 21:07:45 +00:00
Edwin Gao
250a04487c Bug 1560926 - temporarily revert changes made in bug 1548614, restore win10-64-ux workers r=jmaher
Changes:
- reverts the changes made in https://phabricator.services.mozilla.com/D35262
- tries best to keep the changes but temporarily commented

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

--HG--
extra : moz-landing-system : lando
2019-06-25 20:19:45 +00:00
Nicholas Nethercote
9f0b35cc2a Bug 1560837 - Make APZ static prefs follow the naming convention. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D35633

--HG--
extra : rebase_source : e71193756486b148d479e90b324f73dc35756429
2019-06-24 13:57:06 +10:00
arthur.iakab
785bee02e8 Merge mozilla-central to mozilla-inbound 2019-06-26 01:09:31 +03:00
Maja Frydrychowicz
fd98a96694 Bug 1560840 - Revert wpt-sync metadata update for service-workers/service-worker/unregister.https.html; a=testonly
--HG--
extra : rebase_source : cfc74f17b96b13ef435e6245b5c193706267960e
2019-06-25 16:57:30 -04:00
Maja Frydrychowicz
6765d7be00 Bug 1560465 - remove expectation for css/cssom-view/scroll-behavior-subframe-root.html; (no-review, test-annotation-only)
--HG--
extra : rebase_source : 6f5bf0be54be887fd1c6196ef1a9678af83db8c6
2019-06-25 16:05:26 -04:00
Cosmin Sabou
a5f9f03887 Bug 1513637 - Update syntax with quotation marks. a=testonly 2019-06-25 22:08:01 +03:00
Cosmin Sabou
bd6f9986fc Bug 1512079 - Disable test on Android for frequent failures. a=testonly 2019-06-25 22:04:10 +03:00
Cosmin Sabou
c6951c6833 Bug 1513637 - Disable test on Android for frequent failures. a=testonly 2019-06-25 21:44:36 +03:00
janelledement
bec014efe2 Bug 1548933 Preview should ignore search results. r=davidwalsh
This patch addresses bug 1548933.  It adds/removes the preview highlight to related tokens (if necessary) as well as the target token. This happens when one token is broken into pieces due to a search query that only covers part of the token.

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

--HG--
extra : moz-landing-system : lando
2019-06-25 16:46:14 +00:00
Julian Descottes
9d682b17d1 Bug 1553042 - Enable new about:debugging on all channels r=daisuke
Differential Revision: https://phabricator.services.mozilla.com/D35792

--HG--
extra : moz-landing-system : lando
2019-06-25 18:36:02 +00:00
Daniel Holbert
e77188ccea Bug 1561352: Rewrite WPT test viewBox-scaling-text-001.html to not depend on Ahem font having X-with-diacritics character. r=longsonr
Differential Revision: https://phabricator.services.mozilla.com/D35833

--HG--
extra : moz-landing-system : lando
2019-06-25 18:02:21 +00:00
Emilio Cobos Álvarez
381f2a89b9 Bug 1561355 - Update bindgen so as to not build clap. r=froydnj
Clap is a very slow crate to build and we're using bindgen as a library, so we don't really need to build it.

Unfortunately other crates (binast / geckodriver) do rely on clap, so it doesn't completely go away from the dependency graph.

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

--HG--
extra : moz-landing-system : lando
2019-06-25 18:13:10 +00:00
Mike Conley
4f4e052bc4 Bug 1560416 - Hide the Picture-in-Picture toggle by default when initializing a video binding. r=JSON_voorhees
Later, once we have enough video metadata, the binding will decide whether or not to display the toggle again.

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

--HG--
extra : moz-landing-system : lando
2019-06-25 18:03:30 +00:00
Andreea Pavel
45430ba5be Bug 1560316 - update SharedWorker-exception-propagation.html.ini expectation r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D35812

--HG--
extra : moz-landing-system : lando
2019-06-25 16:12:04 +00:00
Cosmin Sabou
66ff789440 Bug 1560330 - Add expectation for the failing test. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D35832

--HG--
extra : moz-landing-system : lando
2019-06-25 17:59:19 +00:00
meandave
32c7fbeb6d Bug 1559551 - Add Feedback menuitem to ellipsis menu.?jaws r=fluent-reviewers,jaws,flod
Differential Revision: https://phabricator.services.mozilla.com/D35379

--HG--
extra : moz-landing-system : lando
2019-06-25 17:42:51 +00:00
Lee Salzman
acf891925e Bug 1559957 - reset Cairo data in WillShutdown before gfxPlatform destructor is called. r=jfkthame
Differential Revision: https://phabricator.services.mozilla.com/D35820

--HG--
extra : moz-landing-system : lando
2019-06-25 17:35:55 +00:00
Rob Wood
6ee9f5bea3 Bug 1546661 - Enable cold page loads tests for Reference Browser on Try r=perftest-reviewers,Bebe,sparky
Differential Revision: https://phabricator.services.mozilla.com/D35568

--HG--
extra : moz-landing-system : lando
2019-06-25 08:28:58 +00:00
Alastor Wu
b501f4f9fe Bug 1321488 - restrict CSS properties for '::cue' r=emilio
According to the spec [1], only those CSS properties listed on the spec can be applied on the `::cue`.

[1] https://www.w3.org/TR/webvtt1/#the-cue-pseudo-element

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

--HG--
extra : moz-landing-system : lando
2019-06-25 00:32:07 +00:00
Jim Porter
32b61264e9 Bug 1551992 - Compress profile data before sending to perf-html; r=mstange,julienw
Differential Revision: https://phabricator.services.mozilla.com/D33399

--HG--
extra : moz-landing-system : lando
2019-06-25 09:54:49 +00:00
David Walsh
e65a1b74dd Bug 1486416 - Show extension name in the debugger r=jlast,rpl,jdescottes
Showing moz-extension URLs in the debugger is not helpful -- we should display the name of the extension instead.

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

--HG--
extra : moz-landing-system : lando
2019-06-25 17:17:39 +00:00
Maja Frydrychowicz
d0e69be1ba Bug 1558334 - Turn off web-platform-tests on Fennec; r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D34428

--HG--
extra : moz-landing-system : lando
2019-06-25 16:56:39 +00:00
Nihanth Subramanya
641f795141 Bug 1555368 - Use context-{fill, fill-opacity} in Firefox Monitor icon. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D35750

--HG--
extra : moz-landing-system : lando
2019-06-25 06:08:33 +00:00
David Walsh
8292ca922e Bug 1560642 - Provide URLs as tooltips for hidden tabs r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D35578

--HG--
extra : moz-landing-system : lando
2019-06-24 19:02:03 +00:00
Nicolas B. Pierron
a1b6779f72 Bug 1559461 - gdb unwinder: Lookup JIT memory using ::execMemory. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D35062

--HG--
extra : moz-landing-system : lando
2019-06-25 16:39:31 +00:00
Maja Frydrychowicz
9ba614df6b Bug 1560268 - Update metadata for /css/css-contain/contain-size-flexbox-002.html; r=whimboo
Differential Revision: https://phabricator.services.mozilla.com/D35450

--HG--
extra : moz-landing-system : lando
2019-06-25 16:37:32 +00:00
Marco Bonardo
eb9461aa93 Bug 1508973 - Remove getAnnotationsForItem and unused bookmark annotations APIs. r=Standard8,lina
Differential Revision: https://phabricator.services.mozilla.com/D35009

--HG--
extra : moz-landing-system : lando
2019-06-25 15:21:53 +00:00
Jason Laster
a6c6431f41 Bug 1560572 - Format Rust files. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D35557

--HG--
extra : moz-landing-system : lando
2019-06-25 15:43:34 +00:00
Robert Strong
ccf93881fd Bug 1561230 - Add test for disabling BITS remotely using the advertised update xml. r=bytesized
Differential Revision: https://phabricator.services.mozilla.com/D35765

--HG--
extra : moz-landing-system : lando
2019-06-25 15:50:46 +00:00
Andreea Pavel
51935d4dbd Bug 1559494 - disable new_window_null.tentative.html on android under the correct path r=jdm
Differential Revision: https://phabricator.services.mozilla.com/D35813

--HG--
extra : moz-landing-system : lando
2019-06-25 16:11:56 +00:00
Dão Gottwald
402f849f33 Bug 1561325 - Use <image> instead of <dropmarker> for the urlbar history dropmarker. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D35814

--HG--
extra : moz-landing-system : lando
2019-06-25 15:56:59 +00:00
Petru Lingurar
7167c17263 Bug 1555051 - Use GeckoJarReader to read the theme image; r=VladBaicu
If the theme is persisted as an xpi we'll use GeckoJarReader to read get the
image from inside the archive otherwise read it directly.

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

--HG--
extra : moz-landing-system : lando
2019-06-25 14:54:41 +00:00
Petru Lingurar
00a7ec139a Bug 1561245 - Add a null check for the received Intent; r=VladBaicu
According to the documentation -
https://developer.android.com/reference/android/app/Service.html
"The Intent supplied to Context.startService(Intent) may be null if the service
is being restarted after its process has gone away, and it had previously
returned anything except START_STICKY_COMPATIBILITY."

We will ignore the case when the system restarts our Service as we only expect
it to be properly started by us, in the event of a crash.

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

--HG--
extra : moz-landing-system : lando
2019-06-25 14:52:48 +00:00
Andreea Pavel
492ee82bc0 Bug 1383229 - delete universal-selector-005.xht expectancy r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D35789

--HG--
extra : moz-landing-system : lando
2019-06-25 12:46:53 +00:00
Matt Howell
cf4aff1109 Bug 1498044 - Don't ask to reboot when a directory we try to uninstall isn't empty. r=agashlin
Our uninstaller currently calls the NSIS RMDir instruction on the `defaults`
directory with the /REBOOTOK flag set, which means that NSIS will register
the directory for deletion during the next reboot if it can't be removed
immediately for any reason. The problem here is that "any reason" includes
"the directory wasn't empty", and setting the reboot flag is not at all
the right thing to do in that situation. It won't help resolve the problem,
and those directories are expected to be empty at that point in the uninstall,
because we've already removed all the files that we know we put there, so
anything left is something we don't know about and shouldn't try to delete.
So the right thing to do here is just to remove the /REBOOTOK and allow the
RMDir to fail, so that any user files are never touched and we don't show
an unnecessary reboot prompt at the end of the wizard.

I also removed the FileExists checks, because the RMDir instruction does that.

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

--HG--
extra : moz-landing-system : lando
2019-06-25 00:59:13 +00:00
Andreea Pavel
dd3ab6fb65 Bug 1560319 - disabled scripted_click_location_assign_during_load.html on android opt r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D35608

--HG--
extra : moz-landing-system : lando
2019-06-25 09:04:01 +00:00
Andreea Pavel
c40c72d855 Bug 1560315 - delete resume-timer-on-history-back.html expectation r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D35800

--HG--
extra : moz-landing-system : lando
2019-06-25 13:42:09 +00:00
Andreea Pavel
5bf51c43c7 Bug 1560330 - remove italic_transition_with_timestamp.html.ini r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D35799

--HG--
extra : moz-landing-system : lando
2019-06-25 13:33:28 +00:00
Andreea Pavel
62c0489730 Bug 1546297 - disable RuntimeSettingsTest.fontSize on pgo r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D35791

--HG--
extra : moz-landing-system : lando
2019-06-25 13:25:33 +00:00
Razvan Maries
ca66f2f94d Backed out changeset aebef74ae4cf (bug 1560268) for perma fails on testrunner.py. CLOSED TREE 2019-06-25 17:40:48 +03:00
Mihai Alexandru Michis
8712dcd6e4 Backed out changeset 00b675dfb3de (bug 1559461) for causing linting failures. CLOSED TREE 2019-06-25 17:25:22 +03:00
Nicolas B. Pierron
81b33d5e07 Bug 1559462 - gdb unwinder: Fix lookup of frame name by prefixing with FrameType::. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D35063

--HG--
extra : moz-landing-system : lando
2019-06-25 14:20:16 +00:00
Dzmitry Malyshau
12edec92c3 Bug 1561021 - Cleanup WR picture caching setup a bit r=gw
Follow-up to D35139 that removes a hundred LOC

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

--HG--
extra : moz-landing-system : lando
2019-06-25 05:30:06 +00:00