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

743941 Коммитов

Автор SHA1 Сообщение Дата
Emilio Cobos Álvarez 49853eb7b2 Bug 315209 - Tweak a fuzzy annotation.
MANUAL PUSH: Orange on a CLOSED TREE
2021-02-08 20:24:30 +01:00
Paul Adenot 0582957471 Bug 1678352 - Switch to computing the RMS to check for silence in AudioInputTrackDisabling. r=pehrsons
Differential Revision: https://phabricator.services.mozilla.com/D102779
2021-01-25 10:29:09 +00:00
Paul Adenot e9d3a5621f Bug 1678352 - Cleanup and fix test users of SineWaveGenerator.h r=pehrsons
Differential Revision: https://phabricator.services.mozilla.com/D102778
2021-01-25 15:22:47 +00:00
Paul Adenot 1897a30219 Bug 1678352 - Rewrite SineWaveGenerator.h. r=pehrsons
No memory usage, simpler code.

Differential Revision: https://phabricator.services.mozilla.com/D102777
2021-01-25 10:43:39 +00:00
Sebastian Hengst 902f91dd86 Bug 1691479 - demote Bugzilla task to tier 2 because it only runs on mozilla-central. r=jmaher DONTBUILD
The 'Bugzilla' task which e.g. creates the mapping of files to Bugzilla
components only runs on mozilla-central since bug 1608421. This means its
failures don't justify a backout and the task should be tier 2 for which
developers get needinfoed and fix the issue in a follow-up. If there is no
action, the changes can still be backed out.

Differential Revision: https://phabricator.services.mozilla.com/D104425
2021-02-08 18:47:52 +00:00
Alexandre Poirot 3c74a1c5d5 Bug 1665716 - [devtools] Listen to all resources only from one place in the debugger frontend. r=bomsy,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D103876
2021-02-08 10:12:49 +00:00
Alexandre Poirot f9e7f781e5 Bug 1665716 - [devtools] Get rid of unused connection object. r=bomsy,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D103875
2021-02-08 10:12:46 +00:00
Alexandre Poirot 47ca651e3d Bug 1665716 - [devtools] Merge client/index.js into main.js. r=bomsy,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D103874
2021-02-08 12:22:53 +00:00
Alexandre Poirot a392dee16d Bug 1665716 - [devtools] initialize and destroy debugger workers from the same module. r=bomsy,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D103873
2021-02-08 10:12:42 +00:00
Alexandre Poirot ad3b8ac843 Bug 1665716 - [devtools] initialize and destroy source queue from the same module. r=bomsy,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D103872
2021-02-08 10:12:36 +00:00
Alexandre Poirot b6ecb792bc Bug 1665716 - [devtools] initialize and destroy ReactDOM from the same module. r=bomsy,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D103871
2021-02-08 10:12:34 +00:00
Alexandre Poirot 3cab69176a Bug 1665716 - [devtools] Remove unused traits attribute passed around debugger frontend. r=nchevobbe
If we need trait, we can access it from the targetFront directly.

Differential Revision: https://phabricator.services.mozilla.com/D103870
2021-02-08 10:12:29 +00:00
Punam Dahiya a544ed15eb Bug 1690941 - Add PinToTaskbar onboarding images r=emcminn
Differential Revision: https://phabricator.services.mozilla.com/D104419
2021-02-08 18:50:26 +00:00
Christoph Kerschbaumer 66aa4a4158 Bug 1690844: Assert IPC Based Principal Validation in Automation r=tjr
Differential Revision: https://phabricator.services.mozilla.com/D104088
2021-02-08 18:17:38 +00:00
Tim Giles 53aec085c9 Bug 1687984 - Fix blank page appearing on 'about:logins' after entering primary password due to the wrong subscriber being messaged. r=dimi,sfoster
Differential Revision: https://phabricator.services.mozilla.com/D102916
2021-02-08 14:21:53 +00:00
Tim Giles 050fc1cc2c Bug 1691058 - Fix missing API call in Remote Settings docs. r=leplatrem
Differential Revision: https://phabricator.services.mozilla.com/D104233
2021-02-08 14:24:53 +00:00
Sebastian Hengst 2be7b8eead Bug 1688443 - set float-vrl-004.xht as intermittent on Windows 7. DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D104422
2021-02-08 18:18:57 +00:00
Aaron Klotz 4bfcee5fa0 Bug 1691151: Derive ServiceAllocator.MAX_NUM_ISOLATED_CONTENT_SERVICES from build config; r=geckoview-reviewers,agi
Differential Revision: https://phabricator.services.mozilla.com/D104287
2021-02-08 16:43:33 +00:00
Yury Delendik e452e9c2bf Bug 1690107 - Double-precision conversion instructions. r=lth
Depends on D104072

Differential Revision: https://phabricator.services.mozilla.com/D103959
2021-02-08 16:27:21 +00:00
Ting-Yu Lin 838ff0af9f Bug 1689504 Part 4 - Set zero margins for table frame in ComputeMargin(). r=emilio
The old code used to compute margins for table frame, and nuke it
afterwards. We can save time by moving the code that sets zero margins
into ComputeMargin() before looking into margin property.

Differential Revision: https://phabricator.services.mozilla.com/D104351
2021-02-08 10:28:19 +00:00
Ting-Yu Lin 5f5bebcbde Bug 1689504 Part 3 - Remove the specialized code to set a collapsed table's border & padding in SizeComputationInput. r=emilio
When creating a ReflowInput for inner table frame in
CreateReflowInputForInnerTable(), we pass the customize border & padding
if the table frame is border-collapsed.

Similarly, when creating a SizeComputationInput for inner table frame,
we should be able to pass border & padding rather than having a
specialized logic in SizeComputationInput::InitOffsets(). This patch
makes this a reality.

Differential Revision: https://phabricator.services.mozilla.com/D104350
2021-02-08 10:26:41 +00:00
Ting-Yu Lin 244ddf8eff Bug 1689504 Part 2 - Move the computation of ComputeSizeFlag from ComputeAutoSize() to ChildShrinkWrapISize(). r=emilio
If the table wrapper frame has a caption, we don't need to compute the
flags twice, because the flag can be determined solely by table wrapper
frame's properties.

Differential Revision: https://phabricator.services.mozilla.com/D104349
2021-02-08 10:24:32 +00:00
Ting-Yu Lin 6165da56dc Bug 1689504 Part 1 - Remove the output margin parameter on nsTableWrapperFrame::ChildShrinkWrapISize(). r=emilio
Bug 1688690 has ensured inner table's computed margins are all zero.
Here, the only caller is asking the margin of the inner table, which is
always 0. Hence this patch.

Differential Revision: https://phabricator.services.mozilla.com/D104348
2021-02-08 10:24:21 +00:00
Emilio Cobos Álvarez a615cf4719 Bug 315209 - Add a pref to make non-auto outline follow border radius. r=mstange
This makes -moz-outline-radius a no-op, but keep it for now.

If/when we make this the default in release, we can remove it.

Differential Revision: https://phabricator.services.mozilla.com/D104324
2021-02-08 17:19:56 +00:00
Emilio Cobos Álvarez 319fdbb240 Bug 315209 - Remove useless nsCSSBorderRenderer::mDocument. r=mstange
Drive-by cleanup.

Differential Revision: https://phabricator.services.mozilla.com/D104323
2021-02-08 16:25:49 +00:00
Cosmin Sabou 4302435c6a Backed out changeset 9f5e51b38c2c (bug 1678323) for causing frequent failures in Bug 1691389 and Bug 1652531. 2021-02-08 19:08:13 +02:00
Andrew Osmond 73c7bd09af Bug 1691317 - Update libwebp to version 1.2.0. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D104340
2021-02-08 16:59:10 +00:00
Emilio Cobos Álvarez 2cbb8a03f1 Bug 1691064 - Make outline-style auto follow border radii. r=mstange
This matches Safari and improves the rendering when this shows by
default on unthemed form controls.

Differential Revision: https://phabricator.services.mozilla.com/D104322
2021-02-08 16:25:16 +00:00
Tooru Fujisawa 474c319c64 Bug 1689892 - Part 31: Make dump methods const. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104373
2021-02-08 16:21:19 +00:00
Tooru Fujisawa bfadbd82ba Bug 1689892 - Part 30: Add ParserAtomsTable::dump and {ParserSharedBase,BytecodeEmitter,BaseCompilationStencil}::dumpAtom. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104372
2021-02-08 16:20:08 +00:00
Tooru Fujisawa d4ed4e4bfb Bug 1689892 - Part 29: Inline ParserAtom::{isIndex,toNumber,isPrivateName} into ParserAtomsTable. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104187
2021-02-08 16:20:01 +00:00
Tooru Fujisawa fa5b52b528 Bug 1689892 - Part 28: Remove ParserAtom::toJSAtom. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104042
2021-02-08 16:19:52 +00:00
Tooru Fujisawa 19f9d1e057 Bug 1689892 - Part 27: Cleanup ParserAtomsTable::markUsedByStencil. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104041
2021-02-08 16:19:44 +00:00
Tooru Fujisawa 72ef0e9bbe Bug 1689892 - Part 26: Remove JSContext::parserNames. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104040
2021-02-08 16:19:36 +00:00
Tooru Fujisawa 95569ead92 Bug 1689892 - Part 25: Cleanup ParserAtom.h. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104039
2021-02-08 16:19:28 +00:00
Tooru Fujisawa de4b9e382c Bug 1689892 - Part 24: Remove ParserAtom::equalsJSAtom. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104038
2021-02-08 16:19:20 +00:00
Tooru Fujisawa 025fc6bddd Bug 1689892 - Part 23: Remove ParserAtom::allocateRaw. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104037
2021-02-08 16:19:11 +00:00
Tooru Fujisawa 0110e0ed4d Bug 1689892 - Part 22: Hide ParserAtomsTable::getParserAtom. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104036
2021-02-08 16:19:03 +00:00
Tooru Fujisawa ac205e0745 Bug 1689892 - Part 21: Remove ParserAtomsTable::concatAtoms. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104035
2021-02-08 16:18:55 +00:00
Tooru Fujisawa 2d3ef6222c Bug 1689892 - Part 20: Use StringBuffer when creating accessor name. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104034
2021-02-08 16:18:47 +00:00
Tooru Fujisawa e244e65986 Bug 1689892 - Part 19: Use StringBuffer when folding string concat. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104033
2021-02-08 16:18:39 +00:00
Tooru Fujisawa 84c2f947eb Bug 1689892 - Part 18: Add ParserAtomsTable::isIdentifier. r=tcampbell
Also removed ParserAtom variant of IsIdentifierNameOrPrivateName.

Differential Revision: https://phabricator.services.mozilla.com/D104032
2021-02-08 16:18:29 +00:00
Tooru Fujisawa 2266918f61 Bug 1689892 - Part 17: Add ParserAtomsTable::isExtendedUnclonedSelfHostedFunctionName. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104031
2021-02-08 16:18:21 +00:00
Tooru Fujisawa 0b3fc010ab Bug 1689892 - Part 16: Add ParserAtomsTable::appendTo. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104030
2021-02-08 16:18:13 +00:00
Tooru Fujisawa 1831b02ba0 Bug 1689892 - Part 15: Add ParserAtomsTable::length. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104029
2021-02-08 16:18:01 +00:00
Tooru Fujisawa 6a0a766a48 Bug 1689892 - Part 14: Remove BaseCompilationStencil::getParserAtomAt. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104028
2021-02-08 16:17:53 +00:00
Tooru Fujisawa b51a879486 Bug 1689892 - Part 13: Simplify ParserAtomSpanBuilder methods. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104027
2021-02-08 16:38:28 +00:00
Tooru Fujisawa c3c44db845 Bug 1689892 - Part 12: Add ParserAtomsTable::toJSAtom. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104025
2021-02-08 16:38:28 +00:00
Tooru Fujisawa 19c6ce9cc5 Bug 1689892 - Part 11: Put newline after label in parse shell function output. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D104024
2021-02-08 16:17:29 +00:00
Tooru Fujisawa 93422ff247 Bug 1689892 - Part 10: Remove Latin1/2-byte info from parse shell function output. r=tcampbell
Latin1/2-byte info in the `parse` shell function output is added for debugging
BinAST.
To reduce the access to raw ParserAtom, remove the info.

Differential Revision: https://phabricator.services.mozilla.com/D104023
2021-02-08 16:17:21 +00:00