mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
af-frontend-sync2
3 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
e80d4ec416 |
import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1246036 - Don't let the "hey there's no allocation stacks" message throw and break rendering; r=jsantell (971bc73915) - Bug 1249789, 1249791, 1249792, 1249796, 1249798 - Clean up memory tool breakdowns; r=jsantell (38f2e5972f) - Bug 1219554 - Enable the browser_memory_breakdowns_01.js test on DEBUG builds; r=jsantell (e338361288) - Bug 1219554 - Enable the browser_memory_filter_01.js test on DEBUG builds; r=jsantell (c20f3fb8b0) - Bug 1249779 - Remove the "invert tree" checkbox and make inverting a property of the "group by" selection; r=jsantell (c69072ebd3) - Bug 1237428 - Don't cap number of attributes on DOM nodes in console;r=jryans (433a8a8ec4) - Bug 1251084 - Remove WebConsoleUtils.abbreviateSourceURL with source-utils function. r=linclark (f0a8c12569) - Bug 1224196 - Applies word wrap fix to toolbar-group in devtools. r=ntim (d49e35a598) - Bug 1253806 - [DevTools][Memory] label.label-by > span element does not have margin-inline-end. r=fitzgen (14fcdc8aad) - Bug 1248609 - Fix debugger when reloading via the addon. r=jryans (975d3ac429) - Bug 1119490 - Test for source maps in workers;r=jryans (b84ec1211e) - Bug 1207997 - about:debugging use factories/dom helpers instead of createElement;r=janx (6c961ba35e) - Bug 1251033 - Part 1 - BrowserLoader now has an option to only load shared components and not require an additional directory. r=jryans (15b77338d2) - Bug 1251033 - Part 2 - FrameComponent should correctly handle erroneous line/column formats. r=fitzgen (ca50f5c6fc) - Bug 1251033 - Part 3 - Fix unmerged chunk from eb9b84702b2c. a=philor (76bee30b34) - Bug 1254736 - Do not link to unlinkable frames in Frame component. r=fitzgen (6865247c55) - Bug 1251033 - Part 4 - Integrate Frame component in webconsole. r=linclark (6f2ff13b21) - Bug 1256163 - Fix all other code styles in webconsole.js. r=lclark (147317f091) - Bug 1260071 - Call resize() when searching happens on frontend to reset width;r=vporof (5588b67fe7) - Bug 1239992 - Focus input field if text is not selected in webconsole output;r=linclark (90a6217ea0) - Bug 1233865 - Remove deprecated dbg_assert. r=fitzgen (28692df9b4) - Bug 1235901 - Remove FrameActor.pop from the RDP. r=fitzgen (815938da80) - Bug 1235375 - Change FrameActor to protocol.js. r=ejpbruel (0db2443443) - Bug 1235374 - Change BreakpointActor to protocol.js. r=jryans (9f3b335fe0) - Bug 1222087: Part 1 - Fix ignoring of exceptions in blackboxed code. r=fitzgen (2da35341f8) - Bug 1222087: Part 2 - Ignore NS_ERROR_NO_INTERFACE exceptions when pausing on exceptions. r=fitzgen (b84622cee7) - Bug 1235371 - Move EnvironmentActor into its own file;r=jryans (1b5e03cdb8) - Bug 1255133 - Surface links to external documentation alongside relevant error messages 1/2; r=bgrins (a588f0e279) - Bug 1255133 - Surface the most common JavaScript errors; r=bgrins (a34470af5b) - Bug 1163540 - make sure the debugger treats XBL inline sources correctly r=Gijs (682a78f3de) - Bug 1247192 - Replace all usage of Services in TabSources with URL;r=fitzgen,jryans (7d7ff572a4) - Bug 1250896 - Move SourceActor into its own file;r=jryans (eea5852174) - Bug 1250896 - Refactor SourceActor to use protocol.js;r=jryans (469948ee2a) - Bug 1232014 - Give wasm Debugger.Sources the text/wasm mimetype and use their .text property. (r=ejpbruel) (087d349e75) - Bug 1227474 - Promisify all client methods. r=jryans (d7b175eb83) - Bug 1177279 - Create a SourceLocationController to manage the state of updating sources for source mapping. r=jlong,jryans (0a18496656) - No bug - Remove spurious debugger comment;r=me (de1c2319b9) - Bug 1235371 - Refactor EnvironmentActor to use protocol.js;r=jryans (7091450275) - Bug 1253976 - Protocol.js error packets should have meaningful `error` and `message` fields;r=jryans (701d65e54b) - Bug 1207506 - Replace all uses of Services.io in path.js with URL;r=janx (71f835123e) - Bug 1250110 - Clean up the path utility functions. r=ejpbruel (f3a378c3cf) - Bug 1227978 - Convert all DebuggerClient request methods to return promises. r=jlongster (134a0cc416) - Bug 1239287 - Promisify DebugerClient.attach* requests. r=jryans (37ffc27f4a) - Bug 1238939 - Fix reentrance loop with active requests during client close. r=jryans (6c95a524cf) - Bug 1209559 - "Figure out why opening a toolbox on certain workers works only once.". r=janx (5613bfbbc2) - Bug 1119490 - Enable source maps for workers;r=jryans (8e7710ac7e) - Bug 1248303 - respect break on exceptions flag in subsequent debugger instances r=ejpbruel (572f93e1b5) - Bug 1122102 - post json params shouldn't be displayed as text in params>request payload, r=vporof (c200feba9a) - Bug 1255734 - DevTools: Inspecting a primitive value in console throws a TypeError. r=vporof (6aac84ec60) - Bug 1238467 - add tooltiptext on SideMenuWidget group checkbox. r=vporof (4c932a8538) - Bug 1211796 - Do not convert CSS filters to computed values before opening the Filter Widget; r=tromey (3f3d594c06) - Bug 1249147 - Add a resizable split pane component to devtools/client/shared/components; r=jsantell,linclark (1b57ff9aef) - Bug 1251492 - Don't prevent default behavior of unrelated mouse events in HSplitBox. r=linclark (225bdb0bd1) - Bug 1198326 - Prevent event propagation on click events of the inplace editor;r=bgrins (0055705234) - Bug 1137561 part.6 Store some strings which may be inputted by the key with some modifier state before dispatching keydown event r=m_kato (f9f7c6b4ea) - Bug 1137561 part.7 Rename whole members added by the previous patch r=m_kato (370b3a32d9) - Bug 1137561 part.8 Implement WinTextEventDispatcherListener::WillDispatchKeyboardEvent() r=m_kato (b585bd6e17) - Bug 1137561 part.9 NativeKey should dispatch keypress events after removing following char messages if there are two or more characters to be inputted r=m_kato (3347ff96a8) - Bug 1243695 - reduce inplace editor size in ruleview;r=miker (5c109ab678) - Bug 1254194: Add XPCOMUtils.defineLazyPreferenceGetter. r=billm (625f92b590) - Bug 1257042: Remove the worker descriptor for PushEvent and PushMessageData. r=bz (632ff26069) - Bug 1137563 part.1 Implement TextEventDispatcherListener in TextEventInputHandlerBase and IMEInputHandler r=m_kato (a720bf2936) - Bug 1137563 part.2 IMEInputHandler should use TextEventDispatcher r=m_kato (f85440ce2c) - Bug 1137563 part.3 TextInputHandler should use TextEventDispatcher r=m_kato (21c8ce033e) - Bug 1137563 part.4 Implement IMEInputHandler::WillDispatchKeyboardEvent() r=m_kato (147d48d198) - Bug 1137563 part.5 Set charCode of dead key's keypress event on Mac to the dead char r=m_kato (41d03e394d) - Bug 1137565 part.1 Implement TextEventDispatcherListener in IMContextWrapper r=m_kato (a4c16286a4) - Bug 1137565 part.2 IMContextWrapper should use TextEventDispatcher r=m_kato (59865f1e6b) - Bug 1137565 part.3 nsWindow for GTK should use TextEventDispatcher for dispatching keyboard events r=m_kato (56ea1d10fb) - Bug 1137565 part.4 Implement IMContextWrapper::WillDispatchKeyboardEvent() r=m_kato (b9c1e394e9) - Bug 1258153 Initialize mozilla::widget::Native key with actual inputting character if it's created for WM_CHAR r=m_kato (d95afe4565) - Bug 1158264 - Send an observer service event when a service worker intercept a request. r=bkelly (195ab33181) - Bug 1247623 Cancel intercepted channel in more service worker failure cases. r=jdm (8307094514) |
||
|
|
04a1170e71 |
(WIP) import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1177293 - Don't overcount samples when flattening recursion. r=jsantell (70c1d0bdce) - Bug 1191508 part 2: Count allocations on the client side so the count accurately reflects the selection in performance tools. r=shu (bc6f1ce15e) - Bug 1191508 - remove counts test for memory module now that it's removed. r=tromey (eab24fff86) - Bug 1191508 - Do not serve counts from the memory module in the performance tools; this should be handled on the client. r=fitzgen (a4bdca1248) - Bug 1192335 - Expose bytesize from memory module's getAllocations. r=#fitzgen (90b1ead4cf) - Bug 1177558 - Change devtools memory module to return docshell time rather than Date.now() to match epoch from allocations, and add tests. r=fitzgen (30e57a6a82) - Bug 1167963 - FrameNode should not export isContent, r=jsantell and various missing bits of other applied patches. (c39bce5a26) - Bug 1122058 - Add telemetry hooks to various performance tools actions. r=vp,mratcliffe (73348433e6) - Bug 1168566 - Separate memory over time and allocation recording in perftools as two different preferences. r=fitzgen (d46e648fb0) - Bug 1175705 - Make enable-jit-optimizations a recording-feature rather than a toggleable display feature. r=vp (e279761473) - missing bit of Bug 1172180 (e85cb2f025) - missing bit of 912121 (b88d6ed0ba) - Bug 1164731 - when modifying selection within a flame graph, other detail views should be queued for rendering. r=vp (3cec861c55) - delete, moved to legacy (84dd668cda) - align test case, delete some obsoletes (5e1301c75c) - Bug 1178964 - Track editing actions in WebIDE with telemetry. r=ochameau (37c166d2c0) - Bug 1159043 - Record WebIDE runtime info in Telemetry. r=ochameau (e5c2cc65ec) - Bug 1189702 - Only insert floating scrollbars when document changes. r=paul (23fdda575e) - align testcases (6addff9ed5) - Bug 1134180 - Introduce RootActor.getTab to prevent creating TabActor for all tabs. r=past (18ef6f8fc4) - Bug 1132474 - Further clarify restrictions of TabTarget's actor description methods in the comments. r=jryans (09c0b03c66) - Bug 1159727 - Document TabActor. r=past (978430e76d) - Bug 1161072 - Reset docshell state (disabled js/cache, service workers) from actor instead of client. r=jryans (1f13eb7d6d) - bit of 1148996 (80173d540b) - Bug 1059308 - Switch to the next available top level window when the current one is destroyed. r=jryans (30b79568c7) - Bug 1067325 - DevTools test fixes for view source in tab. r=pbrosset (8fcf8def50) - Bug 1189647 - Rename synchronize to unsafeSynchronize to encourage callers to think twice; r=jsantell (886b71769b) - Bug 1188982 - Provide better diagnostics when failing to load a source; r=tromey (5e7f06d56b) - Bug 1189694 - Only consider Debugger.Sources we haven't seen before; r=jsantell (a3fdc69ba7) - Bug 1189677 - Only add scripts to the ScriptStore if we intend to debug their source; r=jsantell (48021e8750) - Bug 1189647 - Rename synchronize to unsafeSynchronize to encourage callers to think twice; r=jsantell (7c79f362b7) - Bug 1189664 - Take a fast shortcut when searching for BreakpointActors and the map is empty; r=jsantell (21e98c6fdf) - Bug 1142623 - Prevent enabling Debugger in Browser Toolbox during its startup. r=past (c7a5fb9964) - Bug 1174168 - Treat iterators as arrays in protocol.js. r=jlongster (ed69116357) - Bug 1171654 - Report stacks for pending requests. r=ochameau (36955afa96) - Bug 1204595 - Store audionode properties once via server rather than async fetching the unchanging properties in the tool. r=jryans (23cc6d75ea) - fix (97cca1ab2d) - Bug 1151414 - Link stacks across RDP client request and reply handling. r=fitzgen (829d1e33f3) - missing telemetry bits (1f28ac7a85) |
||
|
|
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)
|