gecko-dev/devtools/client/shared
Julian Descottes 93027bfede Bug 1501918 - Restore tooltip size when updating Variable and BrokenImage content;r=pbro
Another regression linked to removing setContent API on HTMLTooltip.
The initial feedback to remove the method was from me, because we started seeing
two ways to set the content of the tooltip (DOM APIs or setContent) and I prefered
keeping only one. However the DOM approach still almost forces you to call setContentSize
in case your tooltip instance is shared for different content.

This is the case for the preview tooltip, which is used for CSS variables, fonts and image
previews. Maybe we should revisit the decision to remove this setContent API

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

--HG--
extra : moz-landing-system : lando
2018-10-25 09:44:18 +00:00
..
components Bug 1494789 - Part 3: Use --error-color for --string-color. r=nchevobbe 2018-10-22 21:31:59 -05:00
redux Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
source-map Revert "Backed out changeset 8566206da1bf (bug 1496401) for devtools failures at test/mochitest/browser_jsterm_await.js" 2018-10-04 16:35:45 -04:00
test Bug 1499369 - Remove unreferenced event variable in browser_dbg_navigation.js (beta 64 permafail);r=pbro 2018-10-22 13:37:27 +00:00
vendor Bug 1473842 - Upgrade React to v16.4.1 r=nchevobbe 2018-07-06 10:43:34 +01:00
webpack Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
widgets Bug 1501918 - Restore tooltip size when updating Variable and BrokenImage content;r=pbro 2018-10-25 09:44:18 +00:00
DOMHelpers.jsm Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
SplitView.jsm Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
WeakMapMap.js Bug 1491879 - Fix telemetry support for multiple tabs / windows r=nchevobbe 2018-09-25 12:57:13 +00:00
autocomplete-popup.js Bug 1494162 - Part 27: Lazy initialize the tooltip in AutocompletePopup. r=jdescottes 2018-10-02 15:01:56 -04:00
browser-loader.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
css-angle.js Merge mozilla-inbound to mozilla-central. a=merge 2018-10-20 13:10:23 +03:00
curl.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
demangle.js Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
devices.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
enum.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
file-saver.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
focus.js Bug 1461522 - Factor out a focusableSelector utility; r=jdescottes 2018-06-28 15:10:27 +09:00
getjson.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
inplace-editor.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
key-shortcuts.js Bug 1493646 - Browser toolbox shortcut closes the regular toolbox; r=jdescottes 2018-10-03 11:38:49 +00:00
keycodes.js Bug 1429421 - remove gcli code; r=jdescottes,julienw,ochameau 2018-09-06 11:42:57 +00:00
link.js Bug 1485676 - Connect to local server from TargetFactory.forTab and make TabTarget always remote-like. r=yulia 2018-09-24 09:52:55 -07:00
moz.build Bug 1488406 - Allow finish() to measure in seconds n addition to ms r=janerik 2018-10-09 08:59:42 +00:00
natural-sort.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
node-attribute-parser.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
options-view.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
output-parser.js Merge mozilla-inbound to mozilla-central. a=merge 2018-10-20 13:10:23 +03:00
poller.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
prefs.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
react-utils.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
scroll.js Bug 1460862 - Smooth scrolling when clicking on 'reveal' in slotted elements. r=bgrins 2018-08-22 08:35:40 +00:00
source-utils.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
splitview.css
stylesheet-utils.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
suggestion-picker.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
telemetry.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
theme-switching.js Bug 1471163 - Remove devtools floating scrollbars and set scrollbar-color on Linux; r=jdescottes 2018-10-14 17:14:10 +00:00
theme.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
undo.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
unicode-url.js Bug 1490497 - Drops the dump warning statements in the unicode-url.js because sometimes they produce unnecessary dumps. r=nchevobbe 2018-09-12 08:22:51 +00:00
view-source.js Bug 1314057 - Remove new-debugger-frontend usage from webconsole tests r=davidwalsh 2018-09-14 10:47:49 -05:00
webgl-utils.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
zoom-keys.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00