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

674935 Коммитов

Автор SHA1 Сообщение Дата
Kashav Madan 409851d51d Bug 1583240 - Update fission annotations, r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D47648

--HG--
extra : moz-landing-system : lando
2019-10-08 15:29:06 +00:00
Kashav Madan 8dc620b8bc Bug 1583240 - Make BrowserTestUtils.waitForDocLoadAndStopIt Fission-compatible, r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D47649

--HG--
extra : moz-landing-system : lando
2019-10-10 23:21:22 +00:00
Adam Holm 71af6eb79b Bug 1584758 - Use BytecodeLocation and BytecodeIterator in IonBuilder::analyzeNewLoopTypes. r=mgaudet
Replaced uses of `jsbytecode*` and `pcToOffset` in `IonBuilder::analyzeNewLoopTypes` with bytecode abstraction classes
`BytecodeLocation` and `BytecodeIterator`.

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

--HG--
extra : moz-landing-system : lando
2019-10-11 00:43:30 +00:00
Adam Holm e5eee2cbe0 Bug 1584758 - Implementing BytecodeLocationRange iterator. r=mgaudet
Adding `BytecodeLocationRange` iterator to `BytecodeIterator` class. Can provide beginning and end bytecode locations to this class, and then iterate over all bytecode locations in that range.

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

--HG--
extra : moz-landing-system : lando
2019-10-11 00:43:31 +00:00
Jorg K 538a0b99f8 Bug 1583770 - Allow access to pref network.auth.force-generic-ntlm-v1 off the main tread. r=njn 2019-10-11 03:26:15 +03:00
Paul Bone c5693a970a Bug 1584181 - Evict the nursery before entering zeal mode r=jonco
Entering generational zeal mode can reduce the nursery size which causes
this assertion failure when the maximum size becomes smaller than the
current size.

This patch evicts the nursery before entering generational zeal mode.

Note that we already do this when leaving generational zeal mode.  The
assumption was that zeal mode is at least as large as any normal
configuration.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 09:43:08 +00:00
Tooru Fujisawa afa6435815 Bug 1585585 - Add {MOZ_LIKELY,MOZ_UNLIKELY} to Result::{isOk,isErr} consumers. r=jwalden
Differential Revision: https://phabricator.services.mozilla.com/D48136

--HG--
extra : moz-landing-system : lando
2019-10-10 23:46:42 +00:00
Ted Campbell 6ca3ab075b Bug 1587950 - Use HasInnerFunctions flag for LazyScript. r=mgaudet
Differential Revision: https://phabricator.services.mozilla.com/D48904

--HG--
extra : moz-landing-system : lando
2019-10-10 23:18:56 +00:00
Ted Campbell af2451e030 Bug 1587943 - JSFunction should not be lazy without a LazyScript. r=mgaudet
We disallow marking JSFunctions as INTERPRETED_LAZY until we have a real
LazyScript to bind to them. Partially initialized scripted functions
remain INTERPRETED but their script pointer may be null. This patch
clears up rough edges around this behaviour but semantics should largely
be unchanged.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 23:18:56 +00:00
Alexis Beingessner ae0f8372f5 Bug 1587155 - Block all hardware acceleration for AMD driver 22.19.162.4. r=jrmuizel
Driver's Haunted.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 23:10:28 +00:00
Itiel f17b8e5b80 Bug 1503253 - Align the appropriate about:support table cells to the right for RTL r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D48873

--HG--
extra : moz-landing-system : lando
2019-10-10 23:01:37 +00:00
Mike de Boer 7d3c7d45d1 Bug 1563024 - Adapt unit tests to include coverage for the new Search in Private Window context menu option. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D48673

--HG--
rename : browser/base/content/test/general/browser_bug970746.js => browser/components/search/test/browser/browser_contentContextMenu.js
rename : browser/base/content/test/general/browser_bug970746.xhtml => browser/components/search/test/browser/browser_contentContextMenu.xhtml
extra : moz-landing-system : lando
2019-10-10 22:49:18 +00:00
Mike de Boer 87107fa64b Bug 1563024 - Add a context menu item for the in-content popup to allow to perform a search in a new private window, using a private browsing mode default search engine. r=jaws,mak
Differential Revision: https://phabricator.services.mozilla.com/D48672

--HG--
extra : moz-landing-system : lando
2019-10-10 22:49:06 +00:00
Tomislav Jovanovic 8b347e672a Bug 1587914 - Fix browser_ext_tabs_readerMode.js with Fission r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D48896

--HG--
extra : moz-landing-system : lando
2019-10-10 22:42:41 +00:00
Ehsan Akhgari 1fd1ce7882 Bug 1587922 - Remove the remnants of the showModalDialog code; r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D48892

--HG--
extra : moz-landing-system : lando
2019-10-10 22:59:28 +00:00
Brendan Dahl 3cb490cb0b Bug 1587662 - Define MOZ_XBL for non-compiled environments too. r=nalexander
The MOZ_XBL define is also used in app constants and needs to be defined
for artifact builds.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 22:36:15 +00:00
Andreea Pavel eb350d4f6b Backed out changeset 4695136f7e82 (bug 1549049) for assertion failures at ErrorResult.h on a CLOSED TREE 2019-10-11 00:53:42 +03:00
Geoff Brown 3dbb203a84 Bug 1558885 - Use separate directory for android gtest libxul; r=bc,nalexander
In Android gtest, instead of pushing the gtest libxul.so to the
(assumed and potentially incorrect) location of the test application's
libraries, push libxul.so to /data/local/gtest, and direct the linker
to use that instead.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 21:38:01 +00:00
Alok Nikhil 7a99922a90 Bug 1586439 - Use BytecodeLocation and BytecodeIterator in js::GetPredecessorBytecodes, r=mgaudet
Differential Revision: https://phabricator.services.mozilla.com/D48479

--HG--
extra : moz-landing-system : lando
2019-10-10 16:30:38 +00:00
Tom Ritter 6e3753f7eb Bug 1585359 - Remove mingw-gcc configuration stuff from libaom r=jya
mingw-gcc is no longer supported.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 18:30:56 +00:00
Tom Ritter f388fabece Bug 1585358 - Remove mingw-gcc configuration stuf from libvpx r=jya
mingw-gcc is no longer supported.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 18:30:56 +00:00
Timothy Nikkel 4b4ce0cdc3 Bug 1576746. Invalidate scrollbars when hover changes on them. r=mstange
At

https://searchfox.org/mozilla-central/rev/2f29d53865cb895bf16c91336cc575aecd996a17/layout/generic/nsGfxScrollFrame.cpp#3166

we sort the scrollbar parts based on hovered state so that the hovered scrollbar is on top of a non-hovered scrollbar. This means that changing the hover state of a scrollbar can change the ordering of the scrollbar display items in the display list. So when the hover state changes we need to mark the frames modified.

I'm guessing the reason this didn't come up before is because we needed a combination of scrollbars that don't have any style changes on hover and a platform that has hover events. I'm guessing GeckoView scrollbars don't have a style change on hover, and we don't commonly have a mouse or mouse like cursor device hooked up to GeckoView devies to have hover events. Except Firefox Reality has a cursor thingy so we see the problem there.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 21:11:33 +00:00
harry bb242e5b57 Bug 1563351 - Insert search shortcuts into the Urlbar with Touch Bar buttons. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D38892

--HG--
extra : moz-landing-system : lando
2019-10-09 10:45:33 +00:00
harry b4a08851a2 Bug 1563350 - Add popover to the Touch Bar that displays when the Urlbar has focus. r=mikedeboer,spohl,fluent-reviewers,Pike,flod
Differential Revision: https://phabricator.services.mozilla.com/D38563

--HG--
extra : moz-landing-system : lando
2019-10-10 19:57:32 +00:00
harry 06006d8c62 Bug 1567939 - Support NSTextField in the macOS Touch Bar. r=spohl
Differential Revision: https://phabricator.services.mozilla.com/D38891

--HG--
extra : moz-landing-system : lando
2019-10-09 10:46:05 +00:00
harry fc5596715d Bug 1563349 - Part 5 - Support NSScrollView in the Touch Bar. r=spohl
Differential Revision: https://phabricator.services.mozilla.com/D47622

--HG--
extra : moz-landing-system : lando
2019-10-10 01:00:47 +00:00
harry 525bd39f48 Bug 1563349 - Part 4 - Support NSPopoverTouchBarItem. r=spohl
Differential Revision: https://phabricator.services.mozilla.com/D47621

--HG--
extra : moz-landing-system : lando
2019-10-09 17:55:15 +00:00
harry dc2a166e28 Bug 1563349 - Part 3 - Update TouchBarInputs in-place. r=spohl
Differential Revision: https://phabricator.services.mozilla.com/D47620

--HG--
extra : moz-landing-system : lando
2019-10-09 17:55:02 +00:00
harry 607f99b5f0 Bug 1563349 - Part 2 - Support TouchBarInput children. r=spohl
Differential Revision: https://phabricator.services.mozilla.com/D47619

--HG--
extra : moz-landing-system : lando
2019-10-09 15:25:43 +00:00
harry 63d2c3fa56 Bug 1563349 - Part 1 - JS changes to support TouchBarInput children. r=mikedeboer
Depends on D34926

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

--HG--
extra : moz-landing-system : lando
2019-10-09 15:25:43 +00:00
Edouard Oger 136a86deed Bug 1549049 - Unify Sync Now buttons logic. r=markh,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D48410

--HG--
extra : moz-landing-system : lando
2019-10-10 21:08:01 +00:00
Mats Palmgren 25361a123b Bug 1585216 - Propagate the inner text field's baseline as the baseline for a number input. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D48588

--HG--
extra : moz-landing-system : lando
2019-10-10 20:45:32 +00:00
Andrei Oprea 5716f36a6c Bug 1587705 - The CFR Recommendation button is not displayed in the minimized form on urlbar focus r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D48876

--HG--
extra : moz-landing-system : lando
2019-10-10 19:30:32 +00:00
Edgar Chen 5d70bb26af Bug 1587801 - Rewrite test_bug260264.html to use async/await; r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D48848

--HG--
extra : moz-landing-system : lando
2019-10-10 15:13:01 +00:00
Edgar Chen 2ff9c5e0b4 Bug 1587801 - Rewrite test_bug260264.html to use add_task(); r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D48846

--HG--
extra : moz-landing-system : lando
2019-10-10 14:35:55 +00:00
Andreea Pavel e874f95464 Backed out changeset f32bb97d3acf (bug 1576746) for android crashes on a CLOSED TREE 2019-10-10 23:43:44 +03:00
Morgan Reschenberg 5f968ff73a Bug 1557849: Check if a MenuPopupAccessible belongs to a context menu to determine its role assignment. r=Jamie
Differential Revision: https://phabricator.services.mozilla.com/D48394

--HG--
extra : moz-landing-system : lando
2019-10-10 20:33:29 +00:00
Emilio Cobos Álvarez db6212cd4a Bug 1587599 - Remove some dead/useless code in nsAttrValue. r=bzbarsky
A forward declaration right before a definition is useless, and
ParseLazyURIValue is not implemented.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 19:02:14 +00:00
Mark Banner 818208e565 Bug 1580830 - Add a display to the private browsing page to inform of the new setting for search engines in private mode. r=mikedeboer,fluent-reviewers,flod
This implements the introduction display for the new search engine preference.

The decision for whether or not to display the introduction is handled in AboutPrivateBrowsingHandler.jsm, as we need
to limit it to being displayed once per session.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 20:00:51 +00:00
Oana Pop Rus 621b6d5c63 Backed out 2 changesets (bug 1584758) for build bustages /builds/worker/workspace/build/src/js/src/vm/BytecodeLocation.h on a CLOSED TREE
Backed out changeset a693df77606e (bug 1584758)
Backed out changeset 9737b534c68f (bug 1584758)
2019-10-10 22:57:49 +03:00
Adam Holm 00108aa19b Bug 1584758 - Use BytecodeLocation and BytecodeIterator in IonBuilder::analyzeNewLoopTypes. r=mgaudet
Replaced uses of `jsbytecode*` and `pcToOffset` in `IonBuilder::analyzeNewLoopTypes` with bytecode abstraction classes
`BytecodeLocation` and `BytecodeIterator`.

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

--HG--
extra : moz-landing-system : lando
2019-10-09 20:04:57 +00:00
Adam Holm 8056109fad Bug 1584758 - Implementing BytecodeLocationRange iterator. r=mgaudet
Adding `BytecodeLocationRange` iterator to `BytecodeIterator` class. Can provide beginning and end bytecode locations to this class, and then iterate over all bytecode locations in that range.

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

--HG--
extra : moz-landing-system : lando
2019-10-09 20:02:31 +00:00
Timothy Nikkel 9f6795c5ed Bug 1576746. Invalidate scrollbars when hover changes on them. r=mstange
At

https://searchfox.org/mozilla-central/rev/2f29d53865cb895bf16c91336cc575aecd996a17/layout/generic/nsGfxScrollFrame.cpp#3166

we sort the scrollbar parts based on hovered state so that the hovered scrollbar is on top of a non-hovered scrollbar. This means that changing the hover state of a scrollbar can change the ordering of the scrollbar display items in the display list. So when the hover state changes we need to mark the frames modified.

I'm guessing the reason this didn't come up before is because we needed a combination of scrollbars that don't have any style changes on hover and a platform that has hover events. I'm guessing GeckoView scrollbars don't have a style change on hover, and we don't commonly have a mouse or mouse like cursor device hooked up to GeckoView devies to have hover events. Except Firefox Reality has a cursor thingy so we see the problem there.

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

--HG--
extra : moz-landing-system : lando
2019-10-10 19:13:02 +00:00
Oana Pop Rus b7d78b54e2 Backed out 3 changesets (bug 1580602) for eslint in test_setactionhandler.html on a CLOSED TREE
Backed out changeset b4a5a6bc1d56 (bug 1580602)
Backed out changeset e70e3c090791 (bug 1580602)
Backed out changeset 2c90724f42fc (bug 1580602)
2019-10-10 22:14:48 +03:00
Chun-Min Chang 133cf491bb Bug 1580602 - P3: Implement setActionHandler API. r=bz
Implement the setActionHandler interface. The API will be enabled behind
a pref.

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

Depends on D45457

--HG--
extra : histedit_source : 43cf16795b27126a96441b117c9bbfdf2aea6aa9
2019-10-09 23:59:54 +03:00
Chun-Min Chang ba9959f768 Bug 1580602 - P2: Implement MediaMetadata API. r=bz
Implement the MediaMetadata interface. The API will be enabled behind a
pref.

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

Depends on D45456

--HG--
extra : histedit_source : a572d4abe88c2b4cd8c03a0fadc6c7b30a8c8798
2019-10-09 23:59:50 +03:00
Chun-Min Chang 00c83a8573 Bug 1580602 - P1: Implement a blank MediaSession interface. r=bz
Create dummy implementations for the MediaSession interfaces. The files
are generated by running `./mach webidl-example` with necessary changes
to make it buildable.

The internal implementations are blank in this patch. They will be done
in the following patches.

Due to some spec issues, the final implementations only support some
basic operations like "play" and "pause".

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

--HG--
extra : histedit_source : 2fc6e1e63347211cad3a19354a38040760c7ce0f
2019-10-10 00:14:49 +03:00
Jan Varga 9dd55053d6 Bug 1587258 - QM: Add support for creating specialized directory locks from existing directory locks; r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D48657

--HG--
extra : moz-landing-system : lando
2019-10-10 14:55:53 +00:00
Ehsan Akhgari ff268df84b Bug 1546112 - Remove the code for XMLDocument.load/async; r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D48877

--HG--
extra : moz-landing-system : lando
2019-10-10 18:20:34 +00:00
Johan Lorenzo c9a42567f6 Bug 1586748 - Re-enable build-signing for N and Ngv tasks and clean up unused fennec manifests/kinds r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D48831

--HG--
extra : moz-landing-system : lando
2019-10-10 17:53:54 +00:00