Commit Graph

3 Commits

Author SHA1 Message Date
roytam1 c656138b3f import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1165052 - Part 9: Use ArraySpeciesCreate in Array.prototype.filter. r=efaust (198da18845)
- Bug 1165052 - Part 10: Use ArraySpeciesCreate in Array.prototype.map. r=efaust (9dcd625daa)
- Bug 1263618: Adapt assertions in RegExp*Raw functions for int32_t; r=arai (8ad46db66d)
- Bug 1263340 - Part 1: Use internal slot for global and sticky flags in RegExpBuiltinExec. r=h4writer (9b5fbe6358)
- Bug 1263340 - Part 2: Use internal slot for sticky flag in @@replace and @@search optimized path. r=h4writer (2b64567c6a)
- Bug 1264264 - Add optimized path for RegExp.prototype[@@replace] with functional replace and substitution. r=till (e55722bc0a)
- Bug 1263340 - Part 3: Use internal slot for sticky flag in RegExp native functions. r=h4writer (725cf7b9b0)
- Bug 1264264 - Part 2: Enable optimization for packers again in RegExp.prototype[@@replace]. r=h4writer (7f4b819e40)
- Bug 1268056 - Check if |this| value is a RegExp object in the optimized path in RegExpSplit. r=h4writer (8891f0a3ef)
- Bug 1263340 - Part 4: Followup for @@split - Apply optimized path for empty string too. r=till (956d1804a5)
- Bug 1261207 - Forward declare js::ScriptSource instead of casting `¦void*` pointers; r=jimb (4914273e96)
- Bug 1041586 - Implement Symbol.isConcatSpreadable. r=arai (238e5f97c6)
- Bug 1041586 - Use IsConcatSpreadable in Array.prototype.concat. r=arai (33333cb30f)
- Bug 1165052 - Part 11: Use ArraySpeciesCreate in Array.prototype.slice. r=efaust (45f34c0a87)
- Bug 1165052 - Part 12: Use ArraySpeciesCreate in Array.prototype.splice. r=efaust,evilpie (096f9ff03d)
- Bug 1165052 - Part 13: Add tests for ArraySpeciesCreate. r=efaust (4403642d3c)
- Bug 1041586 - Tests. r=arai (efc2d06863)
- Bug 1267364 - Check isNative every time in GetStringDataProperty. r=h4writer (6e7898c494)
- Bug 1041586 - Fold away property accesses to not-defined properties. r=jandem (216e6387db)
- add emacs (fa858771bf)
- Bug 1268574 - Check the outparam JSFunction* value after GetGetterPure. r=lth (3d80c79337)
- Bug 1263888 - Push TypeBarrier after ArraySlice. r=jandem (2617518401)
- Bug 1255316 - IonMonkey: Enable folding of MLoadUnboxedObjectOrNull with the stored value, r=jandem (0f75675721)
- Bug 1252313 - Fix wasm i64 shift ops with a constant rhs. r=bbouvier (2c05b901c6)
- Bug 1263609: SharedStubs - Port JSOP_POW to shared stubs, r=efaust (54523590d9)
- Bug 1247880 - Only remove MUrsh operands when the input of MUrsh is guaranteed to be unsigned. r=sunfish (4a29e0b071)
- Bug 1254528: IonMonkey - Check slot before removing load with value of store, r=nbp (3527eb5263)
- Bug 1255316 - IonMonkey: Also take into account the offsetAdjustment when folding MLoadUnboxedObjectOrNull, r=jandem (9cbea97df1)
- Bug 1263558 - Part 1: Self-host Array generics. r=till,bholley (e1dc0c54c8)
- Bug 1103588 - Part 1: Replace deprecated String#contains with String#includes in browser tests and extensions. r=dolske (37558174e8)
- Bug 1103588 - Part 3: Replace deprecated String#contains warning with an expression closure warning in sharedWorker_sharedWorker.js test. r=bz (221ff40ebc)
- Bug 1103588 - Part 4: Replace deprecated String#contains in js tests. r=till (a794c0b385)
- Bug 1103588 - Part 5: Remove deprecated String#contains function; use String#includes instead. r=till (bc1365603e)
- Bug 964709 - Updates Parser regex and tests to support self-closing script tags, r=vporof (f04c475ec8)
- Bug 1224726 - Do not attempt to parse source file when searching in debugger if text > 1MB;r=jlongster (8743b7bf19)
- Bug 1243243 - Use standard license boilerplate in debugger js files. r=jlongster (82684adab3)
- Bug 1240804 - Allow remaining unhandled rejections. r=ejpbruel (c30bd6dad2)
- Bug 1207702 - Fix a bug in test_promises_object_timetosettle-02.js;r=fitzgen (de776ce006)
- Bug 1103588 - Part 2: Replace deprecated String#contains with String#includes in devtools tests. r=jryans (801926270d)
- Bug 1263558 - Part 2: Self-host String generics. r=till (4e5766489b)
- Bug 1263558 - Part 3: Remove JSFUN_GENERIC_NATIVE. r=till (3f94c198b0)
- Bug 1263558 - Part 4: Call initBuiltinConstructor after defining properties in InitStringClass. r=till (f25edc6096)
- Bug 1263558 - Part 0.1: Handle OOM inside BuildDominatorTree at AnalyzeNewScriptDefiniteProperties and AnalyzeArgumentsUsage. r=jandem (0f4745e9d4)
- Bug 1266573 - Add the JS::ubi::dumpPaths debug utility; r=jimb (9a8680d7c7)
- Bug 1266835 - Request names from the rootlist in JS::ubi::dumpPaths and clean up formatting of dumped paths. r=jimb (1e15dd3ab9)
- Bug 1263332 - Avoid startup JavaScript strict warning in DirectoryLinksProvider.jsm. r=MattN (06ff76be4d)
- Bug 1259911: Only add predecessors to the join block once; r=sunfish (53a9522e68)
- Bug 1258905: Remove a bunch of dead IPC code. r=jld (0d9f930a14)
- Bug 1266869 - Print a message when no retaining paths are found in JS::ubi::dumpPaths. r=jimb (77a541b4d1)
2024-04-12 11:43:55 +08:00
roytam1 e467142556 import changes from `dev' branch of rmottola/Arctic-Fox:
- some missing test bits (7609de41a6)
- Bug 1204601 - Add open/close telemetry to about:debugging. r=jryans p=vladan (17be1fe8ad)
- Bug 1226185 - Fix preferences listener leak in about:debugging. r=janx (f0cc90d794)
- Bug 1221141 - Support installing addon from local directory in about:debugging. r=janx (5651175fda)
- Bug 1226185 - Ensure to unmount about:debugging components on tab close. r=janx (22077cf471)
- Bug 1225473 - Cleanup DebuggerClient on about:debugging close and fetch only the target of the currently opened tab. r=janx (25394ded08)
- Bug 1239730 - memory table formatNumber/Percent : add space every 3 digits. r=jsantell (3abde8a7d8)
- Bug 1226319 - part 2 - move the common localized strings from the heap view into the frame component itself. Also make the frame component configurable to optionally display the function name and host, and handle scenarios where the column does not exist -- all in preparation for the JIT optimizations view. r=fitzgen (e7d0a41a69)
- Bug 1235178 - Part 1: Move the Computed Styles Inspector into the Inspector directory r=pbro (d8b628ecba)
- Bug 1235178 - Part 2: Move the Computed Styles Inspector tests into the Inspector directory r=pbro (e5135993b6)
- Bug 1235178 - Part 3: Rename the Computed Styles Inspector tests r=pbro (6a9379b770)
- Bug 1235181 - Part 1: Move the Rules Inspector into the Inspector directory r=pbro (f4758ce7d3)
- Bug 965181 - respect default color unit when choosing a color. r=mratcliffe (d7fabad530)
- Bug 1124210 - preserve color case when using color picker; r=mratcliffe (380571e070)
- Bug 1179318 - fix css property name completion. r=pbrosset (8b53fdf6da)
- Bug 1221297 - update line numbers for nested rules in rule view; r=pbrosset (045e82e917)
- Bug 1235181 - Part 2: Move the Rules Inspector tests into the Inspector directory r=pbro (320a048c81)
- Bug 1235181 - Part 3: Rename the Rules Inspector tests r=pbro (c071bcb6e6)
- Bug 1237095 - Move the layout view into the Inspector directory r=pbro (32b955d301)
- Bug 1210375 - Use correct GRAB_DELAY in the markup view;r=pbrosset (2366668c79)
- Bug 1189464 - Remove theme-fg-contrast class from closing tag in markup view after editing outer html;r=bgrins (539ad839ad)
- Bug 1203303 - When attribute is focused DEL removes attribute not node; r=bgrins (12d89922c7)
- Bug 1207627 - Remove the markup-view preview feature; r=bgrins (792874e4cc)
- Bug 1198039 - Don't modify the DOM after dragging an element and putting it back where it started;r=pbrosset (6904f89990)
- Bug 1202179 - html/head/body not dragdrop-able and drag starts after move only; r=bgrins (cc47b6d83a)
- Bug 1222820 - Image preview tooltips still show up during drag and drop; r=pbro (035f217e3c)
- Bug 1198073 - Introduce a pref to set the max length of attributes or not truncat them; r=pbro (2285cfa6ff)
- Bug 1222409 - Listen to window resize events on server and use this to refresh style-inspector; r=bgrins (b7823bd5c9)
- Bug 1207977 - Ensure that node are correctly highlighted. r=zer0 (714b077cab)
- Bug 1093593 - Order of attributes in markup view depends on input order. r=pbro (98706e2f71)
- Bug 1237106 - Move the Font Inspector into the Inspector directory r=pbro (41cb8b3d36)
- Bug 1199180 - Revert rev f508744adc9f as it did not help with the intermittent failures. r=pbrosset (93b2a58815)
- Bug 1237335 - Move markup view into the Inspector directory r=pbro (8294344356)
- Bug 1173397 - Remove blue variants of devtools icons. r=bgrins (d6cdca9741)
- Bug 1210123 - Add refresh device button. r=jryans (665caddd63)
- fix after 1173397 (df5eb523fe)
- Bug 1226570 - Remove chrome://browser/skin/ from DevTools. r=bgrins (3a47ebb359)
- more duplicate fix (d707b058b9)
- Bug 1229328 - Remove preprocessing from toolbox-window.xul. r=bgrins (8bad262239)
- Bug 951714 - DevTools Themes: Update network panel table headers to match new theme. r=vporof (504315854b)
- Bug 1232290 - Package codemirror with the same layout than in source tree. r=jlongster (5289a484fb)
- Bug 1233043 - Alternate icons for improved tool discoverability;r=bgrins (f7ca03e074)
- bits of Bug 1189057 - [promise-dbg] Add initial boilerplate (92daedfae1)
- Bug 1155480 - Remove the padding right to Inspector pane toggle. r=pbrosset, ui-r=shorlander (bc33955d81)
- Bug 1183280 - Remove most devtools preprocessing rule in CSS files. r=bgrins (b010460ba8)
- Bug 1240981 - Make performance tools use BrowserLoader. r=fitzgen (54524668ba)
- Bug 1229859 - Use import-globals-from eslint rule to fix the most common no-undef offenders in devtools; r=Mossop (03bfd09260)
- Bug 1226319 - Part 3 - Land JIT Viewer implemented in react. r=fitzgen (7630e566e8)
- Bug 1229923 - fix the debugger flashing a paused state on startup (9f21870688)
- Bug 1230556 - avoid blocking the debugger shutdown on pending requests r=me (74371e449b)
- Bug 1230299 - avoid fetching sources twice on navigation in debugger (eed29e3983)
- Bug 1132501 - attach the thread on toolbox open instead of waiting for the debugger to initialize r=bgrins (f294583453)
- Bug 1234306 - fix most eslint warnings in rule-view.js; r=bgrins (4154ff2bea)
- Bug 1235172 - Part 1: Extract TextProperty to a separate module r=pbro (d948445d09)
- Bug 1235172 - Part 2: Extract Rule to a separate module r=pbro (1e8b1966a4)
- Bug 1235172 - Part 3: Extract ElementStyle to a separate module r=pbro (ff65ebd79b)
- Bug 1237441 - Move styleinspector directory into the shared inspector directory r=pbro (9ab9fa8def)
- Bug 1215955 - Add clear snapshots button to devtools memory tool. r=fitzgen (0d8102d6f8)
- Bug 1245301 - Alphabetize memory tool's browser tests and use consistent naming; r=jimb (9b3d2d00bf)
- Bug 1239495 - Label the GC roots in the dominator tree. r=jdescottes (12508ddf50)
- Bug 1241070 - refresh dominatortreeitem if expand state changed;r=fitzgen (e00c41be07)
- Bug 1221619 - Add telemetry to memory tool. r=jsantell, data-review=bsmedberg (3f71ba741e)
- Bug 1201621 - Add support for allocation stack breakdowns to the heap analysis worker; r=jsantell (083eef914d)
- Bug 1242763 - Add a bunch of tooltips to the devtools' memory panel; r=jsantell (a59efaded5)
- Bug 1246016 - Speed up parent map creation in the memory tool; r=jimb (cf81b69660)
- Bug 1246017 - Create the parent map in the HeapAnalysesWorker; r=jimb (b7616540a6)
- Bug 1246570 - mem.tool parentMap maps nodeId->node, remove verbose xpcshell logs;r=fitzgen (e8e48beed0)
- Bug 1243131 - memory tool: select snapshot using ACCEL+{UP/DOWN};r=fitzgen (62bf9b162d)
- Bug 1235172 - Part 4: Extract RuleEditor and TextPropertyEditor to a view module r=pbro (94434063ac)
- missing bit of Bug 1216623 - Part 1: Rename some loop variables (8c91b1f5ff)
- Bug 1245302 - Wait for the HeapAnalysesWorker to reply before considering deleting a snapshot done; r=jsantell (58bd8e0d59)
- Bug 1240344 - Fix filter propname used when creating toolbar. r=fitzgen (2467606238)
- Bug 1236032 - Fix typo in debugger event constant. r=ejpbruel (081b7caa3d)
- Bug 1238133 - Part 1: Make only one instance of fonts.css and rules.css r=bgrins (0f285e0192)
- Bug 1238133 - Part 2: Rename locale keys to avoid parsing conflict r=bgrins (d4158ce21d)
- Bug 1220839 - Make the inspector rule/computed searchbox clear icon show correctly in RTL;r=bgrins (3fb9188848)
- Bug 1215418 - Fix regression of margin: 0 on all body, should only apply to html documents. r=bgrins (c137f5b8ff)
- Bug 1235781 - Remove preprocessing from common.css. r=bgrins (9a64199051)
- Bug 1195120 - CSS modifications to fix drop indicator misplacement. r=pbro (01bd8ee037)
- Bug 1242201 - Part 1: Make one instance of markup.css r=bgrins (15e23c5bcd)
- Bug 1238133 - Part 3: Make the rule view live inside the inspector panel frame r=bgrins (38b7a3301d)
- bit of Bug 836233 (e7cee6496d)
- Bug 1200073 - Use extra space before the computed view checkbox so it's not touching the sibling text input. r=pbrosset (b2f72624f1)
- Bug 1238133 - Part 4: Make the computed view live inside the inspector panel frame r=bgrins (dcf01d1a9f)
- Bug 1181837 - 7 - Include inspector's head.js in font inspector to remove duplication; r=bgrins (057e743e83)
- Bug 1181838 - Convert debugger tests to use shared-head.js. r=jlongster (f60affc24f)
- Bug 1162848 - Use a single synthesizeKeyFromKeyTag helper for mochitest-devtools;r=jryans (3d64c8366e)
- Bug 1181837 - 1 - Minor shared-head.js cleanup and code duplication removal (56496cfdc3)
- Bug 1181837 - 2 - Rename shared-head's open/close toolbox functions (e1f1430b0d)
- Bug 1181837 - 3 - Introduce openToolboxForTab in shared-head.js to let tests open toolboxes in existing tabs (a1a53e7edb)
- Bug 1219920 - Iterate through classNames in the WalkerActor using classList; r=pbro (6b0f921184)
- Bug 1181837 - 4 - Includes shared-head.js in inspector's tests and removes code duplication (739a6fe128)
- Bug 1181837 - 5 - Include inspector's head.js in layout-view's tests and remove code duplication; r=bgrins (156743f7be)
- Bug 1157789 - Add a test for the Inspector's collapse/expandAll context menu items. r=janx (bdf086cf50)
- Bug 1181837 - 6 - Include inspector's head.js in rule and computed view tests to remove duplication; r=bgrins (d6bc9f234d)
- Bug 1238133 - Part 5: Make the font inspector live inside the inspector panel frame r=bgrins (e32f849697)
- Bug 1214177 - Restore pointer-events:normal in layout editor inputs. r=pbro (5d484da50a)
- Bug 1238133 - Part 6: Make the layout view live inside the inspector panel frame r=bgrins (2e6c7a75db)
- Bug 1238133 - Part 7: Update test methods for opening the inspector sidebar panels r=bgrins (106e5dad44)
- Bug 1238133 - Part 8: Select the default inspector sidebar tab on open and record the tool opened r=bgrins (9a31f4b91b)
- Bug 1214177 - Allow focus inside HTML docs of inspector.xul; r=gl (56db41ef5d)
- Bug 1245462 - Explicitely import gDevTools r=jryans (28c48cd2ca)
- Bug 1249049 - Fix gDevTools is undefined exception when debugging workers. r=ejpbruel (f4ac325f3f)
- Bug 827140 - Copy the stacktraces to the clipboard. r=jlong (a2215360fd)
- Bug 1205353 - Wrong result for string.replace with backslash-dollar (/\$/) inside JS debugger. r=vporof (536547353c)
- Bug 1176056 - Tests for the JITOptimizations react component. r=fitzgen (d394ec53fa)
- Bug 1169884 - Clearing recordings no longer clears in progress console recordings. r=jsantell (81444b82ba)
- Bug 1241570 - Split browser_perf-telemetry into multiple tests ON A CLOSED TREE, r=jsantell (569c4d3f8e)
- Bug 1175756 - Change JIT optimizations to be a view pref, rather than a recording pref. r=vp (fc2131dac8)
2023-10-06 12:08:02 +08:00
roytam1 4be8027b21 (WIP) import changes from `dev' branch of rmottola/Arctic-Fox:
- adapted version of Bug 912121 - Migrate major DevTools directories (8ff521cb21)
- Bug 1187831 - Refactor the highlighters into separate modules; r=pbrosset (fdca9d5f16)
- Bug 1157906 - Can't return arrays as a root response, fixes inspect button. r=bgrins (f684642158)
- Bug 912121 - Adjust build configs and test manifests. r=glandium (304066d667)
- Bug 912121 - Package DevTools client content in devtools.jar. rs=devtools (967caca3e0)
- Bug 1074180 - Convert touch simulator to frame script for e10s. r=ochameau (be9559c94c)
- Bug 1178851 - Move testing flag to DevToolsUtils. r=ochameau (9eb0bb908f)
- Bug 1158634 - Modify font-inspector tests for better code sharing. r=pbrosset (6e5f42e1fc)
- Bug 859058 - Export content of the Network panel as HAR; r=jsantell, r=jlongster (629f4c8f63)
- fix some module paths and Telemetry init (ed5131d7e1)
- Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans (4865569865)
- Bug 1188401 - Expose require out of Loader.jsm and use it. r=jryans (464953c07a)
- Bug 1175760 - Set recording configurations based on UI prefs, but also target support overrides UI prefs. r=vp (137e7940db)
- Bug 1172180 - Create a PerformanceActor, and migrate existing pseudo PerformanceFront to a legacy front. r=vp (0fa20d2d20)
- Bug 1172180 - Add polling events for profiler/buffer status on the profiler itself. r=vp (ef4bb72f73)
- Bug 1172180 - part 2 - add ability to auto drain allocation logs in memory component via a timer and on GC. r=fitzgen (46ae8dd7eb)
- Bug 1190857 - Add loader alias to DevTools loader exports. r=jryans (fbe9e189b0)
- Bug 1195825 - Replace Cu.import(Promise.jsm) by require(promise) in devtools. r=jryans (be39379f9a)
- Bug 1153305 - change css-tokenizer.js to use CSSLexer r=pbrosset (584a825504)
- Bug 1178535 - Part 1: Parse the pseudoclasses and attributes from the selector text r=tromney (9d761b2ecf)
- Bug 1173298 - Disable add rule button for non-element nodes and anonymous elements. r=bgrins (1c60a6580c)
- move themes from toolkit to devtools (97989c5768)
- Bug 1190452 - Always import toolkit/devtools/server/main.js as CommonJS module. r=jryans (4b651f7076)
- Bug 1192863 - Use client/main.js instead of dbg-server.jsm. r=jryans (becdb5489e)
- minor cleanup (ba24674685)
- Bug 999568 - Bring devtools window to front on F12. r=pbrosset (8e945fb777)
- move devtool locales (52ddf02403)
- Bug 912121 - Adjust ESLint files. r=pbrosset (59724e31e3)
- Bug 1204182 - Use a single jar manifest for shared theme resources. r=dao (8b396bafe1)
- fix double entry (e64c5bb511)
- Bug 1077339 - Display keyboard shortcuts when hovering panel tabs. r=janx f=bgrins (1422fe5127)
- Bug 912121 - Rewrite require / import to match source tree. rs=devtools (09c4767e9f)
- Bug 1193313 - Remove projecteditor promise alias in favor of require(promise). r=bgrins (8ed93e1a8f)
- Bug 1193313 - Cleanup promises. r=jryans (38508b18ea)
- Bug 1193313 - Make gcli use DOM Promise. r=jwalker (405e49ec4e)
- Bug 1160361 - Skip Telemetry calls for non-Firefox. r=bgrins (942761962e)
- Bug 1189386 - Paint Flashing button on Developers Toolbar is checked on new tabs. r=pbrosset (d2cd46a7f2)
- Bug 1197394 - GCLI's number-type doesn't ignore min or max-values of 0. r=jwalker (5bda36049b)
- Bug 1046049 - Fix :w for saving in webide. r=jryans (8b353db8ca)
- Bug 1148086 - Style Editor: Don't jump to the first line unconditionally when an editor is shown. r=bgrins (25cd83f12f)
- Bug 1049199 - Style editor should show XBL stylesheets. r=pbrosset Bug 1148770 - Wait for asynchronous operations to complete before resolving in StyleSheetEditor.fetchSource. r=ejpbruel (0d3f4ff86f)
- Bug 1148770 - Don't load CodeMirror editor if StyleSheetEditor is destroyed before load is called. r=bgrins (5a665dca6e)
- Bug 999299 - Remove '[]' from the autoCloseBrackets config for Style Editor sourceeditor;r=mratcliffe (58aaf86e1d)
- Bug 1177891 - Introduce redux-style UI architecture in the debugger and refactor event listeners to use it. r=fitzgen Bug 1204173 - Replace Fluxify with Redux. r=jlongster (145adb12e4)
- Bug 1176981 - Part 0: Remove the tracing debugger UI; r=vporof (92d7fb4f3d)
- Bug 1176981 - Part 1: Remove the tracing debugger actor from the server; r=vporof (6548c82f8e)
- Bug 1176981 - Part 3: Actually remove the tracing debugger pref; r=vporof (731656b547)
- Bug 912121 - Create shims for popular DevTools modules in add-ons. rs=devtools (4635ccf492)
- partial of Bug 912121 - Update misc. DevTools paths and comments. rs=devtools (3b00d87f89)
- Bug 1189128 - Rename devtools .inc.css files that are no longer included to .css;r=jryans (b0fffb3be1)
- Bug 912121 - Misc. DevTools test fixes after migration. rs=devtools (6285f7ccd3)
- Bug 912121 - Package DevTools client themes in devtools.jar. rs=devtools (697be51a28)
- Bug 912121 - Create shims for popular DevTools themes in add-ons. rs=devtools (903c0e721e)
- Bug 912121 - Migrate DevTools themes. rs=devtools (a64b30b44f)
- Bug 1201597 - Part 0: Make saveHeapSnapshot return the file path rather than take it as a parameter; r=bholley (85652707da)
- Bug 1200446 - Add a method for saving heap snapshots to MemoryActor; r=jryans (112af304d1)
- Bug 1201213 - Add a HeapAnalyses{Worker,Client} for running heap analyses; r=jsantell (3e43273721)
- Bug 1201597 - Part 1: Implement an nsIOutputStream for ipc::FileDescriptor; r=mrbkap (e659f8514d)
- Bug 1201597 - Part 2: Add an IPDL subprotocol for opening core dump files to (f9c9b2b747)
- missing bit of Bug 1188401 - Expose require out of Loader.jsm (c7174fce60)
- Bug 1191916 - only enable step in/over/out buttons if actually paused at a location r=bgrins Bug 789430 - Pause on next bytecode instead of immediately;r=fitzgen (d51da724b3)
- Bug 1201700 - Create skeleton memory tool. r=fitzgen (4217e71fd4)
- missing bit of Bug 1178851 (1804598f62)
- add missing bit (c72fbab8a6)
- fix (2ea8917252)
- Bug 1182194 - Remove DevToolsUtils.jsm (in favor of its module). r=jwalker (16cd60ce9a)
- Bug 1182194 - Convert LayoutHelpers.jsm into a commonjs module. r=jwalker Bug 1132475 - Refactor LayoutHelpers.jsm to avoid dependencies. r=pbrosset (5409fcdaac)
- Bug 935366 - Remove unused Require.jsm. r=fitzgen (20ce6ce7f4)
- remove unbuild profiler and timeline, but build shims (c0d9a9048a)
- Bug 1169135 - Make Graphs.jsm a require module, r=jsantell (8bd010851b)
- Bug 1137487 - Make tests wait for the canvas graph's destruction to finish before cleaning up, r=me (ba472b7c63)
- Bug 1151246 - flame graph header should render above the flame graph. r=vp (6f0ca96884)
- Bug 1066504 - Allow timeline range selection to continue even after mouseout of the graph window. r=vporof Bug 1145784 - Bind graph mouse movement to the top level window;r=vporof (7556cd2cf7)
- Bug 1141719 - Lots of "TypeError: ownerWindow is null" when shutting down the new perf tool on debug builds, r=jsantell (12761630dc)
- Bug 1175686 - Pull line and bar graph widgets outside of Graphs.js into their own files, r=jsantell, a=Mossop (e6e895604a)
- Bug 1174264 - Stacked Mountain Chart Widget, r=jsantell, a=Mossop (c1ed5dfed1)
- Bug 980006 - Add MDN tooltips for CSS properties. r=pbrosset (dc7102fa19)
- Bug 1159109 - The MDN tooltip should be controlled by a pref. r=pbrosset (95da8e51a5)
- missing bits of Bug 1182194 - Use DevToolsUtils module instead of JSM. (355c4e2f80)
- Bug 1141615 - Use before declaration for scaledStep in FlameGraph.jsm, r=jsantell (993c41aae5)
- Bug 1145784 - Use testX/testY for coordinates during tests for the Graph and FlameGraph;r=vporof (a004e9c7f0)
- Bug 1090950 - Properly bound fillRect call for Graphs with selections that start or end out of bounds. r=vporof (3fbf750cbd)
- Bug 1164327 - Make resizing a graph maintain the drawn selection. r=vporof (147485835b)
- Don't dump errors in tests that are already handled by the parser (bug 1138784). r=vporof (e0671fd8b3)
- Bug 913617 - Reflect.parse: rename ArrowExpression to ArrowFunctionExpression. r=jorendorff (78eb0f718b)
- Bug 1008380 - Can't remove a breakpoint after it slides to a new line;r=jlong (4fd797cf9a)
- Bug 1131756 - properly display anonymous sources when they are needed in the debugger r=ejpbruel Bug 1183895 - Part 2: Add a toolbar button for toggling the promise debugger r=fitzgen (5a01328a1e)
- Bug 1183895 - Part 1: Add a new pane for the promise debugger r=fitzgen (20a1f49b59)
- Bug 1179977 - Vertical layout for JSDebugger in small window host. r=jlong (4bb82acdb6)
- some profiler/performance leftover (921b05d184)
- Bug 1155553 - Fixes animationinspector regression with actor-capabilities detection; r=bgrins (12095c1afc)
- Bug 1169563 - 1 - Minor ESLint code cleanup; r=ednapiranha (c6c808ca1b)
- Bug 1169563 - 2 - Add a scrubber element to timeline animation UI; r=zer0 (44caa900cd)
- Bug 1169563 - 3 - Move the scrubber in the animation timeline to set the time; r=tromey (71ee83e303)
- Bug 1169563 - 5 - Resize animations in the timeline UI to show their rates; r=miker (63709f41b6)
- Bug 1169563 - 6 - Animate the scrubber when animations are playing; r=miker (3f63035572)
- Bug 1174060 - 4 - Minor eslint changes to animation-inspector; r=ednapiranha (42c3242e87)
- missing eslint stuff (c4ad512ec9)
- Bug 1090478 - Add a keyboard shortcut for the Browser Toolbox. r=jryans (f5ec8fce1d)
- Bug 1135635 - Position sidebar allTabs menu absolutely to avoid oveflow jittering; r=bgrins (7339c7344a)
- Bug 1182083 - Don't hide tabpanels in the DevTools sidebar. r=vporof (9ed0784990)
- some telemetry stuff (3844f60f89)
- Bug 1172010 - Fix tools reload gcli command. r=jwalker (c3c2ab47ae)
- Bug 1107656 - Generate unique prefixes for e10s parent-child server connections; r=ochameau (da59ead659)
- fix image paths (085de78f74)
- Bug 116953 - 4 - Move traits out of controller; r=tromey (80e5d0ba8d)
- Bug 1174060 - 1 - Fix auto-removed animations that have the same name but different targets; r=miker (0ac111d790)
- Bug 1174060 - 2 - Display negative delays like normal delays; r=bgrins (530b611f97)
- Bug 1174060 - 5 - Reverts typo introduced by bug 1180134 that overrided the background-image; r=tromey (104def3b4d)
- Bug 1180134 - Color code animations and transitions so they look different; r=bgrins (fdfa5b131c)
- Bug 1174060 - 6 - Tests for how delays are displayed in the timeline; r=ochameau (26422f6438)
-  Bu 1155661 - 1 - Rename toolbar to global-toolbar; r=zer0 (ccf6e8c304)
- Bug 1155661 - 2 - Add a new timeline toolbar shown only when the timeline is displayed and non empty; r=zer0 (1a4de3a552)
- Bug 1202443 - Prevent pushing the timeline header up when there are many animations; r=zer0 (7eb9645dd8)
- fix some paths (fd03ff798b)
- Bug 1155661 - 3 - Add a way to play/pause the current animations at the same time; r=miker (582c82e3a9)
- Bug 1156757 - Turn ON the animation inspector UI v3 by default and remove v2; r=past (0093d6e0cc)
- Bug 1155663 - More tests for the timeline-based animation inspector UI; r=bgrins (5138da1bf1)
- Bug 1155661 - 4 - Add the timeline play/pause button; r=bgrins (2af3664fdd)
- Bug 1155661 - 5 - Make the timeline emit data about its current state and update the play/pause button based on this; r=miker (2b56df070d)
- Bug 1155661 - 6 - Implement the behavior behind the timeline play/pause button; r=miker (783e49d1ae)
- Bug 1173761 - Display each animation's time data like duration in a tooltip; r=miker (312b319c21)
- Bug 1155651 - Return all players below a node in getAnimationPlayersForNode; r=miker (38c6e3b365)
- Bug 1170806 - Fix GeneratedLocation documentation comment DONTBUILD; r=me (3f1f605e15)
- Bug 1150814 - Rulers graduations are not displayed. r=mratcliffe (48b79dae20)
- Bug 938188 - Make highlighter capable of highlighting only one region, fading out others. r=bgrins (ceb4211e87)
- Bug 1151956 - Add tooltips with refs to source css rules in the layout-view; r=miker (b72cab14da)
- Bug 1167617 - Remove SpiderMonkey specific JS syntax from inspector; r=jryans (9c95101e22)
- Bug 1149346 - First word in selector-search also matches classes and ids; r=harth (82159de025)
- Bug 1196776 - Fix dynamic actors in browser content toolbox. r=jryans (3370eef446)
- Bug 1174821 - 1 - eslint cleanup of view.js; r=janx (fa3ecba9a2)
- Bug 1174821 - 2 - Show only 1 box-model region on hover; r=janx (ad1ddab34a)
- Bug 1174821 - 3 - Consolidate and cleanup layoutview's css files; r=janx (8baa3fd80b)
- Bug 1174821 - 4 - Refactor layoutview's dimming; r=janx (37d5849be5)
- Bug 1174821 - 5 - More eslint cleanup of view.js; r=janx (82200173a0)
- Bug 1173373 - Change DevTools tab tooltips from Cmd+Alt* to Cmd+Opt+*;r=janx (23f9900033)
- Bug 1138591 - Remove the chrome-enabled pref. r=past (8bfd0a8d14)
- Bug 1195162 - Remove unused pref layout.debug.enable_data_xbl (r=sicking) (04c4996c90)
- fix misspatch (975349f11b)
- fix misspatch (c9ef2c63de)
2022-07-05 22:25:33 +08:00