Commit Graph

7853 Commits

Author SHA1 Message Date
Alexander Surkov
f7d331fc3b Bug 1541045 - Drag space checkbox should be grey out when disabled r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D27065
2019-04-11 15:38:57 +00:00
Brian Grinstead
336ddd77ec Bug 1541516 - Instrument base custom element class and print call information in the console r=aswan
If MOZ_INSTRUMENT_CUSTOM_ELEMENTS is set in the environment, then modify Custom Elements
to wrap each function and property lookup to keep a count and running time. Then print out
tables for each element at startup. Tables can be re-printed with `MozElements.printInstrumentation()`.

Differential Revision: https://phabricator.services.mozilla.com/D24953
2019-04-10 17:34:43 +00:00
Trushita
19b14883c7 Bug 1494948: Removed FX_PREFERENCES_OPENED_VIA probe and origin parameter for openPreferences r=jaws,chutten
Removed FX_PREFERENCES_OPENED_VIA probe as it expired in 63.Origin parameter for openPreferences has also been removed.

Differential Revision: https://phabricator.services.mozilla.com/D26795
2019-04-09 20:40:26 +00:00
Narcis Beleuzu
bdab6878fb Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-04-10 01:26:00 +03:00
Narcis Beleuzu
36a87aff39 Merge inbound to mozilla-central. a=merge 2019-04-10 01:09:36 +03:00
Alexander Surkov
db46369850 Bug 1542844 - All wizards displays [Done] button from the point where they open on OS X, r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D26734
2019-04-09 21:16:07 +00:00
Chris H-C
3627cfd70f Bug 1539257 - Show Origin Telemetry in about:telemetry l10n-r?flod r=janerik,flod
Differential Revision: https://phabricator.services.mozilla.com/D26715
2019-04-09 16:53:09 +00:00
Emilio Cobos Álvarez
6b33f0904f Bug 1542193 - Unify handling of e10s and non-e10s Forms:ShowDropDown messages. r=mconley
I assume this was an artifact of when this was done with XBL.

Depends on D26517

Differential Revision: https://phabricator.services.mozilla.com/D26518
2019-04-08 18:22:20 +00:00
Emilio Cobos Álvarez
27103e2711 Bug 1542193 - Fix handling of select's direction in e10s. r=mconley
In bug 1375476 I fixed one of the places but missed the other. I'll refactor
them in a bit.

I wish I could run the select tests locally to extend them properly...

Differential Revision: https://phabricator.services.mozilla.com/D26517
2019-04-08 18:19:28 +00:00
Avery Berninger
3c03a62b01 Bug 1523741 - Converting legacy aboutTelemetry to Fluent aboutTelemetry, r=jaws,flod,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D20417
2019-04-08 09:15:16 +00:00
Cosmin Sabou
f5fbf6c896 Backed out changeset 7e40ec0c948d (bug 1523741) for telemetry failures on aboutTelemetry.homeSection. 2019-04-06 20:44:55 +03:00
Avery Berninger
d8372c5a0c Bug 1523741 - Converting legacy aboutTelemetry to Fluent aboutTelemetry, r=jaws,flod,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D20417
2019-04-06 00:54:52 +00:00
Felipe Gomes
0fea1c909c Bug 1505322 - Display a breakdown of remote processes in about:support. r=mconley,flod
Differential Revision: https://phabricator.services.mozilla.com/D26015
2019-04-06 05:49:47 +00:00
Brian Grinstead
f1e10c09f8 Bug 1495861 - Convert <radio> to a Custom Element r=surkov
Differential Revision: https://phabricator.services.mozilla.com/D8121
2019-04-05 21:16:24 +00:00
Gijs Kruitbosch
29de5102a3 Bug 1537622 - fix various minor eslint issues in XUL files, r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D24297
2019-04-05 12:18:24 +00:00
Alexander Surkov
5c746546a7 Bug 1495357 - convert wizard-buttons binding to a Custom Element, r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D23392
2019-04-04 14:14:52 +00:00
Barret Rennie
e463b26107 Bug 1510569 - Reconstruct nsIWebProgress and nsIRequest for onContentBlockingEvent in TabParent r=Ehsan
Now that we have access to the RemoteWebProgress from the TabParent and can
construct RemoteWebProgress and RemoteWebProgressRequests in C++, we can
reconstruct the RemoteWebProgress and RemoteWebProgressRequest in the TabParent
instead of RemoteWebProgressManager. This improves the API for nsIBrowser and
RemoteWebProgressManager, removing the need for the
`callWebProgressContentBlockingEventListeners` method in both. It also means we
won't need to implement `callWebProgress*Listeners` for methods on nsIBrowser
and RemoteWebProgressManager for all other nsIWebProgress events.

Differential Revision: https://phabricator.services.mozilla.com/D24942
2019-04-03 17:31:41 +00:00
Georg Fritzsche
473d24f91c Bug 1529696 - Rename DATASET_RELEASE_CHANNEL_OPTOUT/OPTIN to DATASET_ALL/PRERELEASE_CHANNELS in Telemetry code r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D25934
2019-04-03 16:30:00 +00:00
Jonas Allmann
acea2b6445 Bug 1498566, Remove custom event handling code from dialog.xml, r=Gijs
Remove the now obsolete event handling code including `new Funcition`. Remove dialog.xml from eval() whitelist.

Differential Revision: https://phabricator.services.mozilla.com/D25742
2019-04-03 08:41:29 +00:00
Jonas Allmann
30b70ed3f9 Bug 1498569, Replace wizard.xml attributes with event listeners, r=Gijs
* Removed all occurences of custom onwizard* attributes.
* Removed custom handler code from wizard.xml.
* Updated eval()-usage whitelist.

Differential Revision: https://phabricator.services.mozilla.com/D24033
2019-04-02 08:56:25 +00:00
Cosmin Sabou
e2fbea1ad1 Bug 1484210 - Disable toolkit/content/tests/widgets/test_videocontrols.html on linux webrender. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D25514
2019-04-01 18:45:24 +00:00
Suriyaa Sundararuban
687d7258a3 Bug 1534003 - Update page title in about:buildconfig r=mconley
Fixes BMO bug 1534003 and phab commit D22848.

Differential Revision: https://phabricator.services.mozilla.com/D25510
2019-03-30 16:11:08 +00:00
Paul Morris
17e2392eaa Bug 1531870 - [de-xbl] convert popup binding to custom element; r=bgrins
For now, only add the MozMenuPopup base class to MozElements,
and don't define a custom element for it with
`customElements.define`. This is to help avoid conflicts in
de-xbl work. (See the bug for details.)

Includes a function to do 'manual slotting', moving child
elements into place. Dynamically adding, modifying, or
removing child nodes after the element is connected needs
to be handled manually as well.

Differential Revision: https://phabricator.services.mozilla.com/D25467
2019-03-30 00:05:08 +00:00
Liang-Heng Chen
feaae15002 Bug 1492587 - spoof date picker to en-US when pref is set; r=zbraniecki,baku
spoof locale on datepicker to English when privacy.spoof_english == 2

Differential Revision: https://phabricator.services.mozilla.com/D19148
2019-03-29 10:49:58 +00:00
Gurzau Raul
a31d364d9b Backed out 4 changesets (bug 1525427) for failing at /browser_browsingContext-embedder.js on a CLOSED TREE.
Backed out changeset 0227a59eba8e (bug 1525427)
Backed out changeset 18fba79d8671 (bug 1525427)
Backed out changeset f7c82615ea05 (bug 1525427)
Backed out changeset 4a210c9266ed (bug 1525427)
2019-03-28 20:54:28 +02:00
Nika Layzell
6f6566f09a Bug 1525427 - Part 2: Directly fetch browsingContext from frameLoader in browser-custom-element, r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D25182
2019-03-28 18:12:57 +00:00
Mark Banner
d5029e0dae Bug 1415265 - Remove now unnecessary .eslintrc.js files or entries. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D23850
2019-03-28 09:38:14 +00:00
Christoph Kerschbaumer
2ccc12bb79 Bug 1524970: Update more frontend code to explicitly pass a csp. r=Gijs,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D24959
2019-03-27 16:38:01 +00:00
Andrew Swan
b8ac7ba04c Bug 1535182 Remove BaseElementMixin and MozElementMixin from window global r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D24828
2019-03-26 21:43:13 +00:00
Jonas Allmann
245381a9bb Bug 1529231, Remove all occurences of ondialogaccept and ondialogcancel, r=Gijs
Removed all occurences of ondialogaccept.
Removed all occurences of ondialogcancel.
Replaced all removed attributes with event handlers.

Differential Revision: https://phabricator.services.mozilla.com/D21227
2019-03-26 18:34:02 +00:00
Trushita
4fab4840b9 Bug 1496193: Remove unused datepicker[type=grid] selector r=bgrins
Removed unused datepicker[type=grid] selector

Differential Revision: https://phabricator.services.mozilla.com/D24643
2019-03-25 16:53:21 +00:00
sakshaat
8b67bd2a1d Bug 1517483 - Get rid of nsIScriptSecurityManager::IsSystemPrincipal r=bzbarsky
Replaced instances of callers in both C++ and JS files to query the state from the principal directly.

Differential Revision: https://phabricator.services.mozilla.com/D22532
2019-03-24 20:36:25 +00:00
Dave Townsend
00fce05f75 Bug 1538370: Re-enable toolkit content tests that are unrelated to media. r=lina
Differential Revision: https://phabricator.services.mozilla.com/D24570
2019-03-22 21:56:43 +00:00
Gijs Kruitbosch
d9bdb1e243 Bug 1519241 - remove nightly-only low-end device detection, r=kats,chutten,flod,mconley
Differential Revision: https://phabricator.services.mozilla.com/D24345
2019-03-22 08:44:18 +00:00
Brian Grinstead
4243dbc600 Bug 1531119 - Remove editMenuCommands.inc.xul and make editMenuOverlay.js in charge of constructing the relevant commandset DOM r=bdahl,NeilDeakin
This allows us to drop preprocessing and makes it simpler to add edit menu functionality to any type of document.

Differential Revision: https://phabricator.services.mozilla.com/D21446
2019-03-21 14:18:48 +00:00
dlee
f07d90b6f0 Bug 1535304 - Remove provider from about:url-classifier if no table is being used. r=gcp
Differential Revision: https://phabricator.services.mozilla.com/D24290
2019-03-21 07:54:20 +00:00
dlee
3d56b13f42 Bug 1535307 - Remove an extra bracket when set update status in aboutUrlClassifier. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D24172
2019-03-20 13:57:11 +00:00
Julian Descottes
a159d8b10d Bug 1536502 - Update license file with correct path to dagre-d3 devtools lib;r=pbro
Depends on D24197

Differential Revision: https://phabricator.services.mozilla.com/D24200
2019-03-20 16:30:55 +00:00
arthur.iakab
e832ddd717 Backed out changeset dc2ae28a117f (bug 1534003) for causing mochitest failures on test_docload_embedded.html CLOSED TREE 2019-03-20 18:50:18 +02:00
Suriyaa Sundararuban
f1cf65208b Bug 1534003 - Update page title in about:buildconfig r=mconley
Fixes also partially bug 1051846.

Differential Revision: https://phabricator.services.mozilla.com/D22848
2019-03-20 15:34:05 +00:00
Gijs Kruitbosch
dd378f1bce Bug 1530500 - remove obsolete browser swapping flags, r=dao
Differential Revision: https://phabricator.services.mozilla.com/D24114
2019-03-20 08:49:04 +00:00
alwu
4d10289686 Bug 1524065 - part2 : use browsing context to resume delayed autoplay media. r=farre
Replace the current way and use the new way in order to make this working well after enable Fission.

Differential Revision: https://phabricator.services.mozilla.com/D18137
2019-03-19 18:45:36 +00:00
Edwin Gao
8626986344 Bug 1536573 - disable manifest toolkit/content/tests/browser/browser.ini for windows10-aarch64 r=jmaher
Disable the entire manifest file `toolkit/content/tests/browser/browser.ini` that deals with audio playback tests for windows10-aarch64.

Differential Revision: https://phabricator.services.mozilla.com/D24091
2019-03-20 05:18:23 +00:00
Edwin Gao
0f64c58ad2 Bug 1536347 - disable toolkit/content/tests/widgets/test_bug898940.html r=jmaher
This test fails fairly consistently.

Differential Revision: https://phabricator.services.mozilla.com/D23989
2019-03-19 11:12:23 +00:00
Alexander Surkov
dca8b893b9 Bug 1494846 - kill wizard-header binding, r=paolo
Differential Revision: https://phabricator.services.mozilla.com/D23391
2019-03-17 19:36:03 +00:00
Alexander Surkov
2f610cf2fa Bug 1534685 - make all custom elements to use the attribute inheritance base implementation, r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D23541
2019-03-14 21:44:54 +00:00
Alexander Surkov
c46c91ddb1 Bug 1536059 - change checkbox attribute inheritance order to make label accesskey formatting work, r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D23885
2019-03-18 17:48:06 +00:00
meandave
000f482925 Bug 1522848 - Add Lock Aspect Ratio feature. r=mconley,jmathies.
***
Bug 1522848 - Smoothing out Lock Aspect Ratio feature r?mconley.

Differential Revision: https://phabricator.services.mozilla.com/D20713
2019-03-18 20:07:31 +00:00
Sebastian Hengst
1e32ee6431 Bug 1535353 - update Core :: DOM: * bugzilla product and component meta data in moz.build files after reorganization in bug 1533440 r=hsinyi
Differential Revision: https://phabricator.services.mozilla.com/D23546
2019-03-17 23:13:22 +00:00
Matthew Noorenberghe
25b014fbfa Bug 1534896 - Don't close the login autocomplete popup when the search string becomes empty. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D23622
2019-03-15 20:57:02 +00:00