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

690392 Коммитов

Автор SHA1 Сообщение Дата
Itiel ff31ef7666 Bug 1608991 - Fix margin for the "Match Diacritics" button in the findbar r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D60723

--HG--
extra : moz-landing-system : lando
2020-02-07 10:24:43 +00:00
Kai Engert dc584037b8 Bug 992569 - Toolkit's password prompts should have product name in the window title. r=MattN
Based on a contribution from YF (Yang).

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

--HG--
extra : moz-landing-system : lando
2020-02-07 10:06:39 +00:00
Liang-Heng Chen 0da6a82dda Bug 1602715 - support `cookieBehavior=5` in protection UI; r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D61543

--HG--
extra : moz-landing-system : lando
2020-02-07 09:42:45 +00:00
Imanol Fernandez 71954016da Bug 1613712 - Pass a correct compositorConnection instead of null ptr in the GLScreenBuffer::CreateFactory call used to ensure that a not added to DOM canvas is ready for VR. r=jgilbert
Fix regression from the WebGL remoting client/host refactor.

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

--HG--
extra : moz-landing-system : lando
2020-02-07 01:52:43 +00:00
Mirko Brodesser cc5ff82f69 Bug 1613378: part 3) Remove `Selection::GetTableCellLocationFromRange`'s dependency to `mFrameSelection` and declare it static. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61693

--HG--
extra : moz-landing-system : lando
2020-02-07 09:24:53 +00:00
Mirko Brodesser 6c8a08fecb Bug 1613378: part 2) Remove unnecessary dependency from `nsFrameSelection::GetCellLayout` to `mPresShell` and declare it static. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61692

--HG--
extra : moz-landing-system : lando
2020-02-07 09:24:43 +00:00
Mirko Brodesser f3af81d6e9 Bug 1613378: part 1) Decouple `Selection::GetTableSelectionType` from `Selection` class. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61691

--HG--
extra : moz-landing-system : lando
2020-02-07 09:24:34 +00:00
Nicolas Chevobbe e826123135 Bug 1613599 - Implement final eager evaluation design. r=jlast.
This patch adds a dedicated EagerEvaluation.css file so
it's easier to see all the related rules and properties.
The colors of the results are tweaked (mostly to grey)
so eager evaluation doesn't feel as intrusive.
The font-size is lowered for the same reason.
When eager evaluation is enabled, the padding of the console
input is reduced in order to have the input + eager results
to be 40px.

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

--HG--
extra : moz-landing-system : lando
2020-02-07 09:18:58 +00:00
Nicolas Chevobbe 5b5d99fe52 Bug 1609941 - Display eager evaluation result in editor mode. r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D61568

--HG--
extra : moz-landing-system : lando
2020-02-07 09:17:07 +00:00
Marian Raiciof 0a55602d5c Bug 1608951 - Remove legacy, Stylo-disabled Talos performance tests: Tsd and Tsd-1proc r=perftest-reviewers,octavian_negru
Differential Revision: https://phabricator.services.mozilla.com/D61677

--HG--
extra : moz-landing-system : lando
2020-02-05 12:27:57 +00:00
Marian Raiciof 0ba27d3d5f Bug 1608954 - Remove legacy Stylo-disabled SYsd AWSY test r=perftest-reviewers,maja_zf
Differential Revision: https://phabricator.services.mozilla.com/D61640

--HG--
extra : moz-landing-system : lando
2020-02-06 22:27:42 +00:00
Michael Woerister 785600d4d3 Bug 1613649 - Explicitly opt-out of Rust's local ThinLTO for DEVELOPER_OPTIONS builds. r=firefox-build-system-reviewers,chmanchester
By default the Rust compiler will perform a limited kind of ThinLTO on each
crate. For local builds this additional optimization is not worth the
increase in compile time.

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

--HG--
extra : moz-landing-system : lando
2020-02-07 08:55:04 +00:00
Mirko Brodesser b58f8fa656 Bug 1611853: part 2) Add crashtest. r=smaug
Tests that selecting a contentEditable node with style `user-select:
none` via `execCommand` doesn't trigger an assertion.

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

--HG--
extra : moz-landing-system : lando
2020-02-06 16:38:29 +00:00
Tarek Ziadé cbd75df0c0 Bug 1613175 - add more stats on calls r=Bebe
Added more stats and dumping them in JSON format.
Also, fixed the windows shutdown process for mitmproxy.

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

--HG--
extra : moz-landing-system : lando
2020-02-07 08:32:11 +00:00
Harry Twyford 2b362a3056 Bug 1613699 - Rename browser.urlbar.update1.expandTextOnFocus pref to ...update2... r=mak
Differential Revision: https://phabricator.services.mozilla.com/D61846

--HG--
extra : moz-landing-system : lando
2020-02-06 18:52:30 +00:00
Harry Twyford 062f9d8b48 Bug 1613662 - Remove timeout from UrlbarProviderSearchTips. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D61824

--HG--
extra : moz-landing-system : lando
2020-02-06 18:28:12 +00:00
Harry Twyford ba5bf1b54d Bug 1613608 - Enable Interventions in Nightly but not in xpcshell tests. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D61952

--HG--
extra : moz-landing-system : lando
2020-02-07 08:50:20 +00:00
Tom Tung 5666324739 Bug 1612307 - Fix a set of typos on interface mochitests; r=annevk
Differential Revision: https://phabricator.services.mozilla.com/D61579

--HG--
extra : moz-landing-system : lando
2020-02-07 07:37:33 +00:00
Cosmin Sabou ea7f81d28c Bug 1611171 - Update expectation on linux for shared-worker-import-blob-url.any.html. a=test-only
--HG--
extra : rebase_source : 13c66e2b77582d5783712885276a57e12cf3e4c9
2020-02-07 07:47:26 +02:00
Bogdan Tara e0728bbf97 Backed out changeset 7dc1fd3fa679 (bug 1613380) for optiontext.html failures CLOSED TREE 2020-02-07 07:31:19 +02:00
Ting-Yu Lin b7d5c92a10 Bug 1613732 Part 3 - Use logical ReflowChild() and FinishReflowChild() to do "measuring reflow" of flex items. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D61887

--HG--
extra : moz-landing-system : lando
2020-02-07 04:17:35 +00:00
Ting-Yu Lin bb0d044a16 Bug 1613732 Part 2 - Remove unused ReflowChildFlags::NoVisibility. r=dholbert
This bit is set, but no function uses it.

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

--HG--
extra : moz-landing-system : lando
2020-02-07 04:17:33 +00:00
Ting-Yu Lin e50292bfb5 Bug 1613732 Part 1 - Revise documentation for ReflowChildFlags, ReflowChild(), and FinishReflowChild(). r=dholbert
The entire comment deleted in nsContainerFrame.cpp belongs to
FinishReflowChild(), which is already documented in the header.

Change `aChildFrame` to `aKidFrame` for ReflowChild() to match its
implementation.

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

--HG--
extra : moz-landing-system : lando
2020-02-07 04:17:30 +00:00
Brian Birtles a3462665a5 Bug 1612639 - Fix flaky upstreamed Web Animations WPT; r=hiro
These tests assume that the startTime of the animation is calculated based on
the document current time at the moment the ready promise callback is run but
nothing in the spec requires that (only that it is calculated based on the
_ready time_).

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

--HG--
extra : moz-landing-system : lando
2020-02-07 01:47:52 +00:00
Kousuke Takaki cb722fa6db Bug 1542975 - Radio buttons in Forget panel are not keyboard navigable r=Jamie
Differential Revision: https://phabricator.services.mozilla.com/D61820

--HG--
extra : moz-landing-system : lando
2020-02-07 03:44:09 +00:00
Jeff Gilbert b9a4e49ccf Bug 1611837 - Allow null `data` if `dataLen` is zero. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D61953

--HG--
extra : moz-landing-system : lando
2020-02-07 03:17:26 +00:00
Daniel Holbert a4b224a290 Bug 1541095: Remove an unnecessary static_cast in WritingModes.h. r=TYLin
The variables involved in the bitwise arithmetic are all of type uint8_t, so
we end up with that type automatically (no need to bother with a static_cast).

Note that we *do* need to declare the type (we can't use `auto`, or else
the compiler wants to upgrade the local variable to have a wider type --
"int", I think -- and that then produces an build warning when we pass
that variable as a uint8_t param further down).

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

--HG--
extra : moz-landing-system : lando
2020-02-07 00:39:28 +00:00
Logan Smyth 77ad2585dd Bug 1610415 - Expose SavedFrame objects from Debugger.Frame. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D61425

--HG--
extra : moz-landing-system : lando
2020-02-07 02:03:02 +00:00
Mike Hommey b62c405df2 Bug 1613799 - Stop supporting manifests in the objdir. r=froydnj
Baby steps. Working towards not using $(MT), let's unsupport what we
currently don't rely on (and in case someone would try to rely on it,
throw an error).

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

--HG--
extra : moz-landing-system : lando
2020-02-07 01:06:07 +00:00
Edgar Chen 7ab4025bf5 Bug 1613708 - Enable some disabled pointer event mochitests on Android; r=masayuki
Differential Revision: https://phabricator.services.mozilla.com/D61947

--HG--
extra : moz-landing-system : lando
2020-02-07 00:18:14 +00:00
chujun 958a11f1c5 Bug 1596114 - Refactor server unit tests part6 r=jlast
Remove `threadFrontTestFinished`

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

--HG--
extra : moz-landing-system : lando
2020-02-07 00:47:49 +00:00
Masayuki Nakano 6bdd4b260e Bug 1612477 - part 2: Remove `nsIDocumentStateListener.NotifyDocumentCreated()` r=m_kato
There is no meaningful listener of this so that we can get rid of it.

Depends on D61357

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

--HG--
extra : moz-landing-system : lando
2020-02-04 06:19:55 +00:00
Masayuki Nakano cc2af30635 Bug 1612477 - part 1: Make `ComposerCommandsUpdater` not inherit `nsIDocumentStateListener` r=m_kato
This patch makes `EditorBase::NotifyDocumentListeners()` notify
`ComposerCommandsUpdater` via `HTMLEditor::mComposerCommandsUpdater` directly.
Therefore, `ComposerCommandsUpdater` can stop inheriting
`nsIDocumentStateListener`.

Note that this patch also makes `ComposerCommandsUpdater::UpdateCommandGroup()`
not take `nsAString` as its parameter because inlinning the
`nsIDocumentStateListener` requires `ComposerCommandsUpdater.h` to include
`nsAString.h`, but it's redundant and `UpdateCommandGroup()` just compares
it with literal strings.  Therefore, using `enum class` for specifying command
group is faster.

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

--HG--
extra : moz-landing-system : lando
2020-02-03 07:35:44 +00:00
Zibi Braniecki b36c4e44b6 Bug 1612723 - Move reader mode l10n to use keycode. r=Gijs,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D61484

--HG--
extra : moz-landing-system : lando
2020-02-07 00:35:32 +00:00
Ting-Yu Lin 8a678ca086 Bug 1613380 - Use FlexboxAxisTracker's main axis to initialize strut FlexItem's mMainAxis. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D61877

--HG--
extra : moz-landing-system : lando
2020-02-06 23:33:24 +00:00
Ted Campbell 2514000764 Bug 1607895 - Compute HasInnerFunctions from Parser. r=mgaudet
Since the bytecode emitter may remove inner functions, we can end up with
inconsistent definitions of the flag. Instead compute this in the parser
using the conservative definition.

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

--HG--
extra : moz-landing-system : lando
2020-02-07 00:13:22 +00:00
Ted Campbell d137d9ca27 Bug 1607895 - Update BinAST.yaml file. r=arai
Updates the yaml file so that it generates the currently checked in output
artifacts. These are recent regressions but straightforward to fix.

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

--HG--
extra : moz-landing-system : lando
2020-02-07 00:13:14 +00:00
Mike Hommey 623de66503 Bug 1525218 - Use minidump_stackwalk toolchain artifacts instead of tooltool packages. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D59936

--HG--
extra : moz-landing-system : lando
2020-02-06 08:39:54 +00:00
Shane Caraveo 3af8f23fa7 Bug 1603227 enable removing sideloaded extensions from Firefox r=aswan,zombie
Differential Revision: https://phabricator.services.mozilla.com/D56794

--HG--
extra : moz-landing-system : lando
2020-02-06 22:53:23 +00:00
Shane Caraveo 66912518a8 Bug 1602840 test that we don't sideload when rebuilding XPI database r=zombie,aswan
Differential Revision: https://phabricator.services.mozilla.com/D57677

--HG--
extra : moz-landing-system : lando
2020-02-04 23:26:12 +00:00
Shane Caraveo b07010877c Bug 1602840 add pref to disable adding new sideloaded addons r=aswan,zombie
Differential Revision: https://phabricator.services.mozilla.com/D56660

--HG--
extra : moz-landing-system : lando
2020-02-04 23:27:33 +00:00
Shane Caraveo 97562b2ac6 Bug 1602840 add build switch for sideloading addons r=zombie
Differential Revision: https://phabricator.services.mozilla.com/D57660

--HG--
extra : moz-landing-system : lando
2020-02-04 23:27:10 +00:00
Bogdan Tara 520b2f5d66 Backed out changeset 6495336fced4 (bug 1612723) for assertion failure on ErrorResult.h CLOSED TREE 2020-02-07 01:55:10 +02:00
Andreea Pavel 20e7255a43 Bug 1611171 - Update expectation on linux18.04 for shared-worker-import-blob-url.any.html. r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D61389

--HG--
extra : moz-landing-system : lando
2020-02-05 09:15:08 +00:00
Emilio Cobos Álvarez 11e346a675 Bug 1613006 - Update smallvec. r=heycam
Differential Revision: https://phabricator.services.mozilla.com/D61513

--HG--
extra : moz-landing-system : lando
2020-02-06 23:33:31 +00:00
Logan Smyth e3a676c7fc Bug 1610682 - Time out of eager evaluation after 100ms. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D61775

--HG--
extra : moz-landing-system : lando
2020-02-06 23:39:55 +00:00
Glenn Watson 256e1fae96 Bug 1613316 - Fix panic in TileCache::pre_update. r=Bert
Differential Revision: https://phabricator.services.mozilla.com/D61922

--HG--
extra : moz-landing-system : lando
2020-02-06 21:44:44 +00:00
Nihanth Subramanya 3a915325be Bug 1613659 - Remove network listeners and reset TRR mode when enabled pref is rolled back. r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D61845

--HG--
extra : moz-landing-system : lando
2020-02-06 22:22:26 +00:00
Mike Hommey 13f709fbfb Bug 1613601 - Remove browser/components/build/Makefile.in. r=dmajor
The only remaining thing in this Makefile is a reset of
EMBED_MANIFEST_AT, which only has an effect when building a shared
library or executable, but browser components haven't built a shared
library since bug 1302855.

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

--HG--
extra : moz-landing-system : lando
2020-02-06 16:08:15 +00:00
Zibi Braniecki c3fbf0c029 Bug 1612723 - Move reader mode l10n to use keycode. r=Gijs,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D61484

--HG--
extra : moz-landing-system : lando
2020-02-06 23:09:03 +00:00