gecko-dev/toolkit/content/widgets
Brian Grinstead cdd4391679 Bug 1519461 - Don't return values from docShellIsActive, renderLayers, and userTypedValue setters;r=mconley
This is more consistent with other setters, and lets us handle the null frameLoader
case a bit more simply.

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

--HG--
extra : moz-landing-system : lando
2019-01-14 20:36:25 +00:00
..
docs Bug 1510848 - Do not unattach UA Widget Shadow Root if the element is already re-attached to the tree r=emilio,smaug 2018-12-15 02:48:46 +00:00
autocomplete.xml Bug 1504880 - Intermittent failure in browser_autocomplete_enter_race.js. r=Standard8 2019-01-03 08:35:52 +00:00
browser-custom-element.js Bug 1519461 - Don't return values from docShellIsActive, renderLayers, and userTypedValue setters;r=mconley 2019-01-14 20:36:25 +00:00
button.xml Bug 1473922 - Load button.css as a document stylesheet. r=bgrins 2018-11-09 16:17:24 +00:00
calendar.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
checkbox.xml Bug 1473921 - Load checkbox.css and radio.css as document stylesheets. r=paolo 2018-09-14 19:35:47 +02:00
datekeeper.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
datepicker.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
datetimebox.css Bug 1511388, ensure datetime reset button is the target for the click, r=timdream 2018-12-03 22:36:33 +02:00
datetimebox.js Bug 1514040 - Dispatch events to hidden datetimebox UA Widget r=smaug 2019-01-04 21:53:51 +00:00
datetimebox.xml Bug 1511388, ensure datetime reset button is the target for the click, r=timdream 2018-12-03 22:36:33 +02:00
dialog.xml Bug 1492326, don't use 'instanceof nsiDOMXUL*' in toolkit and mobile files, r=paolo 2018-12-04 11:33:06 -05:00
editor.js Bug 1127393 - removed three now-unused helper functions for handling the window and document as CPOWs; r=mconley 2018-10-17 15:47:28 +00:00
findbar.js Bug 1498522 - Change the 'Highlight All' keybinding back to using 'a', instead of the new 'l' on all platforms, except OSX. r=Gijs,flod 2018-11-13 18:27:11 +00:00
general.js Bug 1460982 - Convert <searchbar> to a Custom Element;r=adw 2018-09-27 23:09:55 +00:00
general.xml Backed out changeset fab7024e7658 (bug 1508446) for reftest failures in reftest/tests/layout/reftests/xul/accesskey.xul 2018-11-22 02:50:01 +02:00
marquee.css Bug 1504343 - Convert xbl-marquee to UA Widget r=bgrins,bzbarsky 2018-11-18 01:23:52 +00:00
marquee.js Bug 1511130 - Part II, Allow UAWidgetsChild to destruct widgets even if it throws during construction r=bgrins 2018-12-13 20:59:00 +00:00
menu.xml Bug 1492326, don't use 'instanceof nsiDOMXUL*' in toolkit and mobile files, r=paolo 2018-12-04 11:33:06 -05:00
menulist.xml Bug 1499428 - Remove display="xul:menu" on menulist and menulist-popuponly;r=emilio 2018-10-16 19:58:33 +00:00
notification.xml Bug 1515902 - Introduce panel-footer class to fix common color problem with footer buttons. r=ntim 2018-12-21 15:44:44 +00:00
notificationbox.js Bug 1491676 - Moves out of space warning strings r=flod,Gijs,zbraniecki 2018-11-14 23:09:50 +00:00
pluginProblem.js Bug 1511130 - Part II, Allow UAWidgetsChild to destruct widgets even if it throws during construction r=bgrins 2018-12-13 20:59:00 +00:00
popup.xml Bug 1454360 - Use "arrowscrollbox" in the "popup-scrollbars" binding. r=NeilDeakin 2019-01-04 15:07:12 +00:00
radio.js Bug 1514687 - Allow accessibility code to focus XUL radio buttons without selecting them. r=bgrins,smaug,MarcoZ,paolo 2019-01-11 04:52:50 +00:00
radio.xml Bug 1496137 - Handle asynchronous XBL construction of <radio> elements beneath <radiogroup>;r=jaws 2018-10-04 20:20:10 +00:00
richlistbox.js Bug 1517981 - Add the ability to extend the richlistbox Custom Element class;r=paolo 2019-01-05 22:08:58 +00:00
richlistbox.xml Bug 1472558 - Convert "richlistbox" to Custom Element. r=bgrins 2018-12-31 07:54:10 +00:00
scrollbox.xml Bug 1454357 - Remove the scrollbox binding r=NeilDeakin 2019-01-09 20:12:26 +00:00
spinner.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
stringbundle.js Bug 1460982 - Convert <searchbar> to a Custom Element;r=adw 2018-09-27 23:09:55 +00:00
tabbox.js Bug 1508631 - Fixing indentation in multiple lines r=dao 2018-11-24 13:18:45 +00:00
tabbox.xml Bug 1512493 - Make switching tabs by scrolling pref-controlled and off by default. r=stransky 2019-01-09 14:38:42 +00:00
text.xml Backed out changeset fab7024e7658 (bug 1508446) for reftest failures in reftest/tests/layout/reftests/xul/accesskey.xul 2018-11-22 02:50:01 +02:00
textbox.js Bug 1497599 - Only run re-initialize moz-input-box during attributeChangedCallback if the attribute actually changed;r=paolo 2018-10-10 17:12:01 +00:00
textbox.xml Bug 1437641 - Remove numberbox binding and convert usages to input[type=number]. r=bgrins,dao 2019-01-09 08:51:32 +00:00
timekeeper.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
timepicker.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
toolbar.xml Bug 1500424 - Remove customizable ui toolbar-drag binding;r=Gijs 2018-11-16 17:50:04 +00:00
toolbarbutton.xml Backed out changeset fab7024e7658 (bug 1508446) for reftest failures in reftest/tests/layout/reftests/xul/accesskey.xul 2018-11-22 02:50:01 +02:00
tree.js Backed out 3 changesets (bug 1482389) for build bustages in nsDOMAttributeMap.h CLOSED TREE 2019-01-09 16:00:19 +02:00
tree.xml Backed out 3 changesets (bug 1482389) for build bustages in nsDOMAttributeMap.h CLOSED TREE 2019-01-09 16:00:19 +02:00
videocontrols.js Bug 1516292 - Use isSameNode() to compare mozFullScreenElement and the video host element r=edgar 2019-01-07 16:00:55 +00:00
videocontrols.xml Bug 1505547 - Use DocumentOrShadowRoot level checks in videocontrols for fullscreen; r=timdream 2018-11-29 23:01:55 +00:00
wizard.xml Bug 1474852 - Removed obsolete icon attributes from toolkit r=dao 2018-09-18 07:50:59 +00:00