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

655350 Коммитов

Автор SHA1 Сообщение Дата
Andrea Marchesini 884f6af60d Bug 1557121 - Implement Blob.text()/Blob.arrayBuffer()/Blob.stream() - part 4 - blob.text()/blob.arrayBuffer(), r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D33829

--HG--
extra : moz-landing-system : lando
2019-06-07 13:10:16 +00:00
Andrea Marchesini 30d3748577 Bug 1557121 - Implement Blob.text()/Blob.arrayBuffer()/Blob.stream() - part 3 - Rename FetchBodyConsumer to BodyConsumer, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D33828

--HG--
rename : dom/fetch/FetchConsumer.cpp => dom/base/BodyConsumer.cpp
rename : dom/fetch/FetchConsumer.h => dom/base/BodyConsumer.h
extra : moz-landing-system : lando
2019-06-07 14:16:59 +00:00
Andrea Marchesini a96bc57140 Bug 1557121 - Implement Blob.text()/Blob.arrayBuffer()/Blob.stream() - part 2 - FetchBodyConsumer doesn't need to be a template class, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D33827

--HG--
extra : moz-landing-system : lando
2019-06-07 13:09:32 +00:00
Andrea Marchesini 16d8326f76 Bug 1557121 - Implement Blob.text()/Blob.arrayBuffer()/Blob.stream() - part 1 - Rename FetchStream to BodyStream, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D33826

--HG--
rename : dom/fetch/FetchStream.cpp => dom/base/BodyStream.cpp
rename : dom/fetch/FetchStream.h => dom/base/BodyStream.h
extra : moz-landing-system : lando
2019-06-07 13:09:12 +00:00
Mike Conley 9b941f21f6 Bug 1505909 - Don't forward non-existant contextmenu messages to the main window from about:addons. r=mixedpuppy,kmag
Differential Revision: https://phabricator.services.mozilla.com/D33166

--HG--
extra : moz-landing-system : lando
2019-06-07 14:29:53 +00:00
Mike Conley f891581d0a Bug 1505909 - Make PlacesUIUtils.getViewForNode resilient against dead wrapper nodes. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D33164

--HG--
extra : moz-landing-system : lando
2019-06-07 14:29:36 +00:00
Mike Conley 8e66288636 Bug 1505909 - Update WebExtension menus API to use updated, Fission-aware ContextMenuChild. r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D33163

--HG--
extra : moz-landing-system : lando
2019-06-07 14:29:17 +00:00
Mike Conley 6d0f158a7d Bug 1505909 - Make basic context menu actions Fission-compatible. r=NeilDeakin
Differential Revision: https://phabricator.services.mozilla.com/D32876

--HG--
extra : moz-landing-system : lando
2019-06-07 14:28:59 +00:00
Mike Conley cf5863f79c Bug 1505909 - Stop sending a CPOW for the target element for context menu messages. r=MattN
This introduces a new toolkit module, ContentDOMReference, which can generate identifiers
for DOM elements that can be safely passed across the process boundary without having to
use the CPOW infrastructure.

The Password Manager code seemed to be the only thing using the original CPOW, so this
has been updated to use the ContentDOMReference identifier instead.

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

--HG--
extra : moz-landing-system : lando
2019-06-07 14:28:47 +00:00
Mike Conley cef09f3647 Bug 1505909 - Merge remote and non-remote context menu handlers. r=NeilDeakin
Differential Revision: https://phabricator.services.mozilla.com/D32757

--HG--
extra : moz-landing-system : lando
2019-06-07 14:28:33 +00:00
Noemi Erli b6375d3ca2 Backed out 5 changesets (bug 1550135, bug 1550139) for causing browser-chrome failures CLOSED TREE
Backed out changeset 530e97722d13 (bug 1550135)
Backed out changeset 9bb52c6580dd (bug 1550135)
Backed out changeset 4e8a446cbae1 (bug 1550135)
Backed out changeset fd85867c8940 (bug 1550135)
Backed out changeset 340e24683868 (bug 1550139)
2019-06-07 17:32:33 +03:00
Matthew Gregan 34f757d483 Bug 1549321 - Pass AudioIPC init failure back to child rather than IPC_FAIL() killing parent. r=achronop
Differential Revision: https://phabricator.services.mozilla.com/D34105

--HG--
extra : moz-landing-system : lando
2019-06-07 11:52:54 +00:00
Emilio Cobos Álvarez b12392f04f Bug 1546256 - Add the transitionend listener to the right element. r=NeilDeakin
The only way I can see this happening is that some other transitionend event
listener fires before the one we're interested about, so that we go into the
next test and then remove the event listener too soon...

But it's just a guess. In any case this doesn't hurt.

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

--HG--
extra : moz-landing-system : lando
2019-06-07 13:48:15 +00:00
Brian Grinstead a702aa90f1 Bug 1556539 - Move rules unneeded in content from minimal-xul.css to xul.css r=NeilDeakin
Differential Revision: https://phabricator.services.mozilla.com/D33550

--HG--
extra : moz-landing-system : lando
2019-06-07 13:49:19 +00:00
Kershaw Chang dc4eac2116 Bug 1556019 - Use int32 to store port number r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D34123

--HG--
extra : moz-landing-system : lando
2019-06-07 10:07:37 +00:00
Tarek Ziadé c10664f1c1 Bug 1533675 - Name all threads in Firefox r=Ehsan
This patch adds thread names where they are missing

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

--HG--
extra : moz-landing-system : lando
2019-06-06 21:07:29 +00:00
Mihai Alexandru Michis 9f96be64a8 Backed out changeset 1731c1e39b8c (bug 1555565) for causing xpcshell failures. CLOSED TREE 2019-06-07 16:35:00 +03:00
sotaro e615d8edf3 Bug 1557257 - Rename KnowsCompositor* aForwarder to aKnowsCompositor r=nical
Differential Revision: https://phabricator.services.mozilla.com/D33928

--HG--
extra : moz-landing-system : lando
2019-06-07 12:27:05 +00:00
Benjamin Bouvier c135910747 Bug 1491770: Add Cranelift to the list of Spidermonkey fuzzing configurations; r=lth
Differential Revision: https://phabricator.services.mozilla.com/D34150

--HG--
extra : moz-landing-system : lando
2019-06-07 13:04:40 +00:00
Nicolas Chevobbe 3adf3cc47b Bug 1551612 - Add componentDidCatch in Message component. r=bgrins.
This patch adds a componentDidCatch handler to the Message component
so we don't crash the whole console when a message can't be rendered.
When a message causes a crash, we display an error message instead,
asking the user to file a bug. A button allow to copy the message data
so it can be attached in the bug report.

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

--HG--
extra : moz-landing-system : lando
2019-06-07 13:03:48 +00:00
Belén Albeza 3e3b9a6493 Bug 1553110 - Part 3: add test for Start worker button r=Ola
Differential Revision: https://phabricator.services.mozilla.com/D33929

--HG--
extra : moz-landing-system : lando
2019-06-07 12:57:16 +00:00
Belén Albeza 48588a63c9 Bug 1553110 - Part 2: Disable debugging/start links if sw cannot be debugged (multie10s) r=Ola,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D33637

--HG--
extra : moz-landing-system : lando
2019-06-07 12:58:16 +00:00
Martin Stransky 84dabd109d Bug 1555565 - Export correct user's preference for dark theme by prefers-color-scheme media query, r=mats
Differential Revision: https://phabricator.services.mozilla.com/D33133

--HG--
extra : moz-landing-system : lando
2019-06-07 12:02:48 +00:00
Karan Sapolia 1a5439aa95 Bug 1557281 - Clean up MozTabbrowserTab fragment markup. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D33957

--HG--
extra : moz-landing-system : lando
2019-06-07 12:34:26 +00:00
Jared Wein 581809f8a3 Bug 1550135 - Add tests for Preferences menuitem. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D34029

--HG--
extra : moz-landing-system : lando
2019-06-07 07:02:23 +00:00
Jared Wein c25f4ddedd Bug 1550135 - Add a menuitem that links to Preferences. r=MattN,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D34028

--HG--
extra : moz-landing-system : lando
2019-06-07 07:02:17 +00:00
Jared Wein 2cb8824ba4 Bug 1550135 - Create a menu-button custom element. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D34027

--HG--
extra : moz-landing-system : lando
2019-06-07 07:02:15 +00:00
Jared Wein a6f87c432f Bug 1550135 - Introduce an .alternate-button class for buttons that should appear with a transparent background when not hovered. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D34026

--HG--
extra : moz-landing-system : lando
2019-06-07 07:02:19 +00:00
Jared Wein 431a51543c Bug 1550139 - Add a subcategory for linking directly to the Logins & Passwords preferences. r=MattN
I'll add the menuitem in about:logins in bug 1550135.

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

--HG--
extra : moz-landing-system : lando
2019-06-07 07:02:21 +00:00
Alexander Surkov 99dfced1b6 Bug 1557252 - add missing style for in-content dialogs, r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D34012

--HG--
extra : moz-landing-system : lando
2019-06-07 11:33:26 +00:00
Christoph Kerschbaumer 60c8666a31 Bug 1555050: Write test for large-allocation. r=bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D33611

--HG--
extra : moz-landing-system : lando
2019-06-07 11:07:28 +00:00
Christoph Kerschbaumer 242bf62249 Bug 1555050: Always (if non null) set any CSP as cspToInherit on the loadinfo of new document load. Update documentation for GetCSP, GetPreloadCSP() and GetCSPToInherit and update two callsites which called GetCSP instead of GetCSPToInherit. r=bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D33499

--HG--
extra : moz-landing-system : lando
2019-06-06 20:19:56 +00:00
Luca Greco 3997970a6d Bug 1552799 - Hide report action on system and builtin addons. r=mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D32625

--HG--
extra : moz-landing-system : lando
2019-06-07 08:55:48 +00:00
Henri Sivonen 37bd3aa18a Bug 1557278 - Avoid implicit conversion to Unicode when rewriting log lines. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D33942

--HG--
extra : moz-landing-system : lando
2019-06-06 16:46:40 +00:00
Andrea Marchesini 045158e1f4 Bug 1556145 - Remove a spammy warning in CanvasUtils.cpp, r=jkt
Differential Revision: https://phabricator.services.mozilla.com/D33752

--HG--
extra : moz-landing-system : lando
2019-06-07 10:35:42 +00:00
Valentin Gosu 05f11128da Bug 1554680 - Use WindowGlobalParent::IsInitialDocument instead of WindowGlobalParent::DocumentPrincipal to figure out if the page is the initial about:blank r=nika
For a popup, the principal will be that of the opener, so we can't use that to
determine if the window is about:blank.

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

--HG--
extra : moz-landing-system : lando
2019-06-04 22:08:20 +00:00
violet 5dc50b71d1 Bug 1556713 - Transform dirtyRect down to <image> r=longsonr
aDirtyRect in PaintSVG() is in outer <svg> coordinate. Image painting
API needs dirty rect in image coordinate. We need to transform it.

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

--HG--
extra : source : d055d72f5e77f8ffd30331ed093800e87da8151a
2019-06-06 14:54:40 +00:00
Daniel Varga a05236937c Merge mozilla-central to autoland
--HG--
extra : rebase_source : ef48ee99e861f57c5e04f0230238ab31940e46b1
2019-06-07 12:58:55 +03:00
David Teller a89488f6be Bug 1544734 - Extend the list of BinAST test domains to CloudFlare;r=arai
Differential Revision: https://phabricator.services.mozilla.com/D34124

--HG--
extra : moz-landing-system : lando
2019-06-07 09:51:45 +00:00
Christoph Kerschbaumer 4c50a83f11 Bug 1497195: Apply Meta CSP to about:crashes.
Differential Revision: https://phabricator.services.mozilla.com/D34125

--HG--
extra : moz-landing-system : lando
2019-06-07 09:50:48 +00:00
Daniel Varga fe7dbedf22 Merge mozilla-inbound to mozilla-central. a=merge 2019-06-07 12:50:35 +03:00
Marco Bonardo 0b24fc9fab Bug 1401401 - Bookmarks with an invalid URL cannot be removed. r=Standard8,lina
This ignores invalid urls when PlacesUtils.bookmarks.remove is invoked, so that
these bogus entries can be removed. The resulting bookmark has a null uri.

bug 1557445 will look into a longer term strategy to handle invalid urls
in the database.

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

--HG--
extra : moz-landing-system : lando
2019-06-07 08:38:21 +00:00
Eden Chuang 6ae5d6c65c Bug 1516333 - Part 2: Add LS unit test for uri encoding edge cases; r=janv
Differential Revision: https://phabricator.services.mozilla.com/D33617
2019-06-07 08:18:37 +02:00
Eden Chuang e8c9e6170c Bug 1516333 - Part 1: Move group and origin re-escaping from QuotaManager::GetQuotaObject to GetQuotaObjectFromNameAndParameters in TelemetryVFS.cpp; r=janv,asuth
Differential Revision: https://phabricator.services.mozilla.com/D33769
2019-06-07 08:04:57 +02:00
Bogdan Tara 112c11cad5 Backed out changeset 43cece5c03b4 (bug 1525373) for Windows 10 AArch failures CLOSED TREE 2019-06-07 07:27:48 +03:00
Bogdan Tara 4da63aeb53 Backed out 6 changesets (bug 1505909) for bc failures complaining about WebNavigationChild and browser_e10s_about_page_triggeringprincipal.js CLOSED TREE
Backed out changeset 56449fd37aee (bug 1505909)
Backed out changeset 3ff09b79821c (bug 1505909)
Backed out changeset a1a2a9efe22f (bug 1505909)
Backed out changeset 8aeb77291207 (bug 1505909)
Backed out changeset 4aa17e28ee54 (bug 1505909)
Backed out changeset dbe6803d979e (bug 1505909)
2019-06-07 06:15:16 +03:00
Bogdan Tara d2b3af29d9 Backed out changeset f4ea30c29aa7 (bug 1556533) for browser_orientationchange_event.js failures CLOSED TREE 2019-06-07 04:54:14 +03:00
Emilio Cobos Álvarez 6c53f1d280 Bug 1556628 - Update a WPT expectation which fails on android because android does silly things in the UA style sheets. 2019-06-06 21:25:53 -04:00
Emilio Cobos Álvarez e2fcdb0253 Bug 1557403 - Handle default angle in radians. r=me
We were not copying the angle in this case for some reason, and I overlooked
this.
2019-06-06 19:30:03 -04:00
Nan Jiang 15a1266874 Bug 1557176 - Clippy fix for kvstore r=myk
Differential Revision: https://phabricator.services.mozilla.com/D33984

--HG--
extra : moz-landing-system : lando
2019-06-06 23:02:51 +00:00