mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-07-20 22:18:29 +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) |
||
|
|
ba8690b75e |
import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1254848 part 1. Take ownership of error reporting on the AutoEntryScript in mozJSComponentLoader::ObjectForLocation. r=bholley (39b4b835e2)
- Bug 1254848 part 2. Take ownership of error reporting on the AutoEntryScript in mozJSComponentLoader::PrepareObjectForLocation. r=bholley (d0ca0f3b48)
- Bug 1254848 part 3. Take ownership of error reporting on the AutoEntryScript in AsyncScriptLoader::OnStreamComplete. r=bholley (d9059437f7)
- Bug 1254303 - Remove SEC_NORMAL from js/. r=sicking (a05bb976fc)
- Bug 1137151: Marked destructors of ref-counted MTP classes as protected, r=dhylands (683cd78bd7)
- Bug 1167090 - Fix MTP date and time queried through getObjectInfo. r=alchen (d1055dab5b)
- Bug 1188796 - Have MTP record modified timestamps when they're passed. r=alchen (7e09ea19c0)
- Bug 1205028 - Don't tell MTP server about files that it added/modified. r=alchen (65d84062ad)
- Bug 1174228 - Set up TYPE_APP for navigator.getDeviceStorage for B2GDroid r=dhylands (5cd46dda53)
- Bug 1242899 - consolidate mozApps tests into dom/apps/tests/ dir; r=marco (9208d75401)
- Bug 1238160 - Add assertions in non-desktop code paths. r=bz,fabrice (96ea4796b5)
- Bug 1238079 - remove the desktop web runtime; r=fabrice,mossop,gps,jryans,jmaher,marco (3a77fa1f59)
- Bug 1250453 - Remove DOMApplicationRegistry._isLaunchable property. r=myk (a20ad88af5)
- Bug 1176712 - Cannot have two activities with same name and different filters. Tests. r=fabrice (b5cd3f34fa)
- Bug 1251179 - Ensure that the lock protecting the CPU sleep functionality is always valid r=dhylands (dba414ecfa)
- Bug 1253571 - Remove the remaining uses of ScopedDeletePtr and ScopedFreePtr from the HAL and MTP code r=dhylands (a294472d97)
- Bug 1251519 Part 2 - Remove nsLayoutUtils::IsRectVisibleInScrollFrames(). r=mats (c73a0272b7)
- Bug 1212186 - Disable 'layout.word_select.eat_space_to_next_word' in carets tests. r=mtseng (7d231a66bf)
- Bug 1207934 - Fix word_location(). r=automatedtester (6828f466f1)
- Bug 1199625 - Test focus not being changed by long-pressing on non-selectable. r=mtseng (7aefe76cdc)
- Bug 1206545 - Add a marionette test case. r=roc (18e224214c)
- Bug 1209841 - Delete test_selectioncarets2.py. r=automatedtester (99c3d5d144)
- Bug 1221459 - Remove TouchCaret and SelectionCarets from marionette tests. r=mtseng (c9a452fe67)
- Bug 1253989 Part 1 - Remove tests for accessiblecaret preference off. r=mtseng (ddc3c57a93)
- Bug 1253989 Part 2 - Use @parameterized to rewrite cursor mode tests. r=mtseng (5a4cbff605)
- Bug 1201036: Bump marionette client and marionette driver for releases; r=jgriffin (9522a37ce7)
- Bug 1209698: Bump version numbers for Marionette packages; r=jgriffin (6a952dc063)
- Bug 1137972: Centralize unwrapping the response from marionette; r=jgriffin (78d40d42d2)
- Bug 1137972: Send W3C Element Key to Marionette Server from python client; r=jgriffin (074cbdb12c)
- Bug 1185486 - Part 1: Use a timeout when waiting on the browser process after a timed out command. r=jgriffin (ebb6f6421d)
- Bug 1159219: Make ContentSender a separate module (034e08ef83)
- Bug 1159238. Generate UUID internally to ContentSender (be45ead810)
- Bug 1185486 - Part 2: Prevent message listeners from a failed command from causing an out of order response when a content command hangs. r=ato (d706eaba14)
- Bug 1164124 - Add using_prefs context manager. r=jgriffin (f789f9a6fa)
- Bug 1211503: Support for Marionette protocol level 3 in the Python client (88d062980d)
- Bug 1211503: Support for Marionette protocol level 3 in the Python client (1d805ac020)
- Bug 1216967: Bump Marionette Python packages (5877bcee90)
- cleanup (56b0351ad3)
- Bug 1144240 - Fix generated Marionette documentation. r=ato (6beeb13017)
- Bug 1223171 - [marionette] add ability to install addons programatically, r=ato (c8d04e974a)
- Bug 1223517 - Release marionette-client 2.0.0 and marionette-driver 1.1.1; r=automatedtester (de1c1f1d18)
- Bug 1008453. Add support for navigator.hardwareConcurrency. r=khuey (ebd1c0e2d9)
- Bug
|
||
|
|
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)
|