Butkovits Atila
076d3aa7ed
Backed out 2 changesets (bug 1653334) for reftest failures at test-print-selection.html. CLOSED TREE
...
Backed out changeset 6cc6bbaa91f0 (bug 1653334)
Backed out changeset 75a5873f02a4 (bug 1653334)
2020-08-03 15:35:37 +03:00
Liang-Heng Chen
de8ebff591
Bug 1655035 - support wildcard in PartitioningExceptionList; r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D84817
2020-08-03 10:39:44 +00:00
Bob Owen
d5715ceb42
Bug 1653334 part 1: Remove unused isRangeSelection and isIFrameSelected. r=jwatt
...
These unused members are removed from nsIWebBrowserPrint and PPrintingTypes
along with their supporting functions.
Differential Revision: https://phabricator.services.mozilla.com/D85007
2020-08-03 08:53:44 +00:00
Sam Foster
3acd78c7c5
Bug 1654073
- Extend the element for numCopies from HTMLInputElement. r=mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D85040
2020-08-03 06:21:05 +00:00
Sam Foster
83b2d92120
Bug 1654073
- Add options section with background and header/footer controls. r=mstriemer,fluent-reviewers,flod
...
* Pass a proxy to the settings object to the UI components
* Components can pass multiple changed settings
Differential Revision: https://phabricator.services.mozilla.com/D84630
2020-08-03 06:20:53 +00:00
Sam Foster
8549013b57
Bug 1654073
- Rework orientation picker as 'toggle-group' of radio-buttons. r=mstriemer,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D84629
2020-08-03 06:20:45 +00:00
Toshihito Kikuchi
e43836ef15
Bug 1656185 - Put CommandLineParserWin behind MOZILLA_INTERNAL_API to compile with MinGW. r=mossop
...
CommandLineParserWin in CmdLineAndEnvUtils.h causes a build error with MinGW
when building components/maintenanceservice/servicebase.cpp because it
uses nsTAutoString even though the class is not used in updater.exe.
A proposed fix is to put CommandLineParserWin behind MOZILLA_INTERNAL_API.
Differential Revision: https://phabricator.services.mozilla.com/D85423
2020-08-02 22:38:02 +00:00
Cas Verploegen
42f90a41e1
Bug 1647894 - Fixed TypeError on HiddenFrame Set. r=robwu
...
Differential Revision: https://phabricator.services.mozilla.com/D85690
2020-08-02 19:31:30 +00:00
Sylvestre Ledru
843f943758
Bug 1519636 - Reformat recent changes to the Google coding style r=andi
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D85678
2020-08-02 15:29:15 +00:00
Mark Striemer
633b827959
Bug 1649202 - Part 3: Use the current printerName for previews r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D85506
2020-08-01 15:16:13 +00:00
Mark Striemer
60eb9ddeff
Bug 1649202 - Part 2: Cleanup print preview code, only run one update at a time r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D85505
2020-08-01 15:15:00 +00:00
Mark Striemer
cad50e18a2
Bug 1649202 - Part 1: Include a print preview in modal print dialog r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D84838
2020-08-01 15:14:37 +00:00
Mark Striemer
c244e53206
Bug 1653392
- Basic tab modal print UI test r=emalysz,sfoster
...
Differential Revision: https://phabricator.services.mozilla.com/D84245
2020-08-01 15:14:14 +00:00
Mark Striemer
56fbbc35a0
Bug 1648868 - Part 2: Move modal print UI into a tab modal r=Gijs
...
This should be migrated to TabDialogBox (bug 1650795) when it's ready in bug 1653317.
Differential Revision: https://phabricator.services.mozilla.com/D84244
2020-08-01 15:13:51 +00:00
Mark Striemer
5ea27268e5
Bug 1648868 - Part 1: Cleanup SubDialog for tab-level usage r=emalysz
...
Ensure all listeners that are added are cleaned up correctly.
Add an option to remove the overlay when closed and add a promise for when
the dialog is set up.
Differential Revision: https://phabricator.services.mozilla.com/D85307
2020-08-01 15:13:24 +00:00
Jonathan Kew
0f2a7bcb95
Bug 1656133 - Update expiry of font-selection telemetry to Firefox 88. r=jwatt
...
Differential Revision: https://phabricator.services.mozilla.com/D85572
2020-07-31 15:33:34 +00:00
Mike Hommey
38cc2e0609
Bug 1654994 - Switch full symbols archive to tar.zst. r=firefox-build-system-reviewers,rstewart,tomprince
...
Differential Revision: https://phabricator.services.mozilla.com/D85252
2020-07-31 20:27:54 +00:00
Mike Hommey
bbaff0feac
Bug 1654994 - Allow upload_symbols to handle .tar.zst symbols archives. r=firefox-build-system-reviewers,rstewart,mhentges
...
Because the symbols server can only handle the .zip format for the
symbols archives, we make upload_symbols itself munge what it takes from
builds if they are .tar.zst, so that the symbols server is happy.
Eventually, the symbols server will be able to deal with those archives
on its own.
It is worth noting that this conversion is actually taking more time
than builds spend for the same archive because nothing is parallelized,
while in builds the compression of e.g. libxul.so and libxul-gtest
happen in parallel.
However, overall, we'll still gain from switching to this new code path
because builds currently always compress the debug info, even when it's
not going to be uploaded to the symbols server.
Differential Revision: https://phabricator.services.mozilla.com/D85250
2020-08-01 08:02:58 +00:00
Andreas Farre
6f9d5521fd
Bug 1599616 - Enable browser_bug1204626.js for Fission. r=kashav
...
Differential Revision: https://phabricator.services.mozilla.com/D85593
2020-07-31 15:10:36 +00:00
Jon Bauman
8cf9cec211
Bug 1656616 - Update mp4parse-rust to 63325444 r=kinetik
...
Differential Revision: https://phabricator.services.mozilla.com/D85646
2020-08-01 05:39:00 +00:00
Jon Bauman
5f16fbcc7b
Bug 1656099 - AVIF (AV1 Image File Format): sniff MIME type from content. r=aosmond
...
Differential Revision: https://phabricator.services.mozilla.com/D85503
2020-08-01 02:15:17 +00:00
Jeremy Ir
20235b390f
Bug 1531609 part 1 - Rename overflow:-moz-hidden-unscrollable to overflow:clip. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D73716
2020-08-01 01:56:58 +00:00
Andreea Pavel
742a9ce46c
Backed out 6 changesets (bug 1653392
, bug 1648868, bug 1649202) for breaking bc at browser_modal_print.js on a CLOSED TREE
...
Backed out changeset e6f8429bae89 (bug 1649202)
Backed out changeset 5360afed1eba (bug 1649202)
Backed out changeset d3b3387338f8 (bug 1649202)
Backed out changeset 98b1c160e065 (bug 1653392
)
Backed out changeset 5c984392950a (bug 1648868)
Backed out changeset fa8732ebff70 (bug 1648868)
2020-08-01 02:25:16 +03:00
Andreea Pavel
7b5d8cd64c
Backed out 1 changesets (bug 1654248) for failures at PeerConnectionImpl.cpp on a CLOSED TREE
...
Backed out changeset e51e334b08cd (bug 1654248)
2020-08-01 02:08:08 +03:00
Mark Banner
cc5b4191c8
Bug 1656215 - Add a MozParam option to allow passing the current date as part of the search url. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D85606
2020-07-31 20:46:24 +00:00
Mark Striemer
80909ebab9
Bug 1649202 - Part 3: Use the current printerName for previews r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D85506
2020-07-31 20:24:27 +00:00
Mark Striemer
9667b0a515
Bug 1649202 - Part 2: Cleanup print preview code, only run one update at a time r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D85505
2020-07-31 20:26:19 +00:00
Mark Striemer
e6d2ab46b8
Bug 1649202 - Part 1: Include a print preview in modal print dialog r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D84838
2020-07-31 19:58:29 +00:00
Mark Striemer
c15a32e650
Bug 1653392
- Basic tab modal print UI test r=emalysz,sfoster
...
Differential Revision: https://phabricator.services.mozilla.com/D84245
2020-07-31 20:16:33 +00:00
Mark Striemer
5655ce5053
Bug 1648868 - Part 2: Move modal print UI into a tab modal r=Gijs
...
This should be migrated to TabDialogBox (bug 1650795) when it's ready in bug 1653317.
Differential Revision: https://phabricator.services.mozilla.com/D84244
2020-07-31 19:57:46 +00:00
Mark Striemer
5e2b93c4cc
Bug 1648868 - Part 1: Cleanup SubDialog for tab-level usage r=emalysz
...
Ensure all listeners that are added are cleaned up correctly.
Add an option to remove the overlay when closed and add a promise for when
the dialog is set up.
Differential Revision: https://phabricator.services.mozilla.com/D85307
2020-07-31 19:57:16 +00:00
Jan-Ivar Bruaroey
6507521605
Bug 1654248 - Fix missing telemetry reporting of WEBRTC_CALL_DURATION, and stop counting renegotiations in WEBRTC_CALL_COUNT_2. r=bwc
...
Differential Revision: https://phabricator.services.mozilla.com/D85042
2020-07-31 20:33:08 +00:00
Butkovits Atila
cc95b93cba
Backed out 3 changesets (bug 1635473, bug 1531609) for reftest failures. CLOSED TREE
...
Backed out changeset 1e7b32808be8 (bug 1531609)
Backed out changeset e64a61869cdb (bug 1531609)
Backed out changeset 6da37d7f6dd3 (bug 1635473)
2020-07-31 23:56:54 +03:00
Luca Greco
2d2fe4d49d
Bug 1627495 - part 2: new test cases for addon updates in a pending state. r=mstriemer,mixedpuppy
...
Depends on D85564
Differential Revision: https://phabricator.services.mozilla.com/D76476
2020-07-31 10:48:29 +00:00
Luca Greco
0627dc327f
Bug 1627495 - part 1-2: about:addons should detach the promptHandler function attached to the AddonInstall objects. r=mixedpuppy,mstriemer
...
Depends on D72452
Differential Revision: https://phabricator.services.mozilla.com/D85564
2020-07-31 18:11:49 +00:00
Luca Greco
4e71c3488c
Bug 1627495 - part 1: Addons updates in a pending state visible in about:addons and upgradable without browser restart. r=fluent-reviewers,mstriemer,flod,mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D72452
2020-07-31 10:41:40 +00:00
Yura Zenevich
46631a3015
Bug 1655053 - updating color vision deficiency simulation in accessibility panel. r=jdescottes
...
* removing simulations for protanomaly, deuteranomaly and tritanomaly
* updating (fixing) the color matrices for protanopia, deuteranopia and tritanopia
* adding a matrix to simulate achromatopsia
Co-authored-by: Matthew Petroff <mozilla@mpetroff.net>
Differential Revision: https://phabricator.services.mozilla.com/D85508
2020-07-31 16:58:01 +00:00
Jeremy Ir
92b8f0f77a
Bug 1531609 part 1 - Rename overflow:-moz-hidden-unscrollable to overflow:clip. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D73716
2020-07-31 16:40:48 +00:00
Jeff Walden
e8f3f74ef6
Bug 1656411
- Move typed array, ArrayBuffer, and dataview-related functions out of jsfriendapi.h to two new headers. r=mgaudet,jgilbert
...
Differential Revision: https://phabricator.services.mozilla.com/D85524
2020-07-31 16:37:27 +00:00
Dorel Luca
88828e1dc0
Backed out 2 changesets (bug 1654192) for Talos failures in \xulstore\data.safe.bin. CLOSED TREE
...
Backed out changeset bad6faf26935 (bug 1654192)
Backed out changeset 6657944c0b63 (bug 1654192)
2020-07-31 19:39:01 +03:00
Andreas Farre
b13577d8e4
Bug 1613431 - Part 3: Handle synced setters return value. r=nika
...
Depends on D83646
Differential Revision: https://phabricator.services.mozilla.com/D83647
2020-07-31 13:37:13 +00:00
Paul Adenot
b01a0b8363
Bug 1550248
- Sniff .m3u8 files as application/vnd.apple.mpegurl. r=jya
...
Depends on D85144
Differential Revision: https://phabricator.services.mozilla.com/D85286
2020-07-31 01:04:08 +00:00
Victor Porof
36be5b2aaa
Bug 1654192 - Part 2: Update xulstore to use RKV in safe mode, r=nanj
...
Differential Revision: https://phabricator.services.mozilla.com/D85315
2020-07-31 10:41:33 +00:00
Victor Porof
0044c9f575
Bug 1654192 - Part 1: Update RKV dependency to safe-mode, r=nanj
...
Differential Revision: https://phabricator.services.mozilla.com/D85314
2020-07-31 10:40:13 +00:00
Dorel Luca
3b05fddee9
Merge mozilla-central to autoland
2020-07-31 12:59:48 +03:00
Dorel Luca
03794edd6e
Merge autoland to mozilla-central. a=merge
2020-07-31 12:45:12 +03:00
Dorel Luca
0226b8feef
Backed out 6 changesets (bug 1654994) for build bustage on fuzzy builds. DONTBUILD
...
Backed out changeset cd3e1074b785 (bug 1654994)
Backed out changeset 45ee50e76d61 (bug 1654994)
Backed out changeset 77f1b667baec (bug 1654994)
Backed out changeset 9fca8b0bf8c1 (bug 1654994)
Backed out changeset 7131943d8db9 (bug 1654994)
Backed out changeset 435b90f6ca70 (bug 1654994)
2020-07-31 12:36:14 +03:00
Chris H-C
5343c5e82b
Bug 1635253 - Test that debug tagging works via about:glean r=janerik
...
Differential Revision: https://phabricator.services.mozilla.com/D83981
2020-07-30 16:35:32 +00:00
Chris H-C
29137e4627
Bug 1635253 - Pass the about:glean commands to the Glean SDK r=janerik
...
Differential Revision: https://phabricator.services.mozilla.com/D83980
2020-07-30 16:35:29 +00:00
Chris H-C
cd15752878
Bug 1635253 - Tweak FOG to be able to compile against updated Glean SDK r=janerik
...
Differential Revision: https://phabricator.services.mozilla.com/D83979
2020-07-30 16:35:27 +00:00