Граф коммитов

17096 Коммитов

Автор SHA1 Сообщение Дата
Jason Laster ac1bd5ecbb Bug 1573890 - Simplify logpoint messages. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D41990

--HG--
extra : moz-landing-system : lando
2019-08-16 14:55:35 +00:00
Towkir Ahmed 11450c9cc8 Bug 1570777 - Added padding on doorhanger menus. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D41050

--HG--
extra : moz-landing-system : lando
2019-08-08 07:46:11 +00:00
Gijs Kruitbosch a829e24657 Bug 1571342 - unify save paths for console and netmonitor and fix the latter to not do docshell loads, r=Honza,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D41858

--HG--
extra : moz-landing-system : lando
2019-08-16 11:13:24 +00:00
Jan Odvarko a1cc09d360 Bug 1566856 - JSONView stopped rendering relative URLs; nchevobbe r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D41543

--HG--
extra : moz-landing-system : lando
2019-08-16 10:06:17 +00:00
Jan Odvarko 9f9e2d3cf4 Bug 1572396 - Introduce Search button in the Net panel toolbar; r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D42080

--HG--
extra : moz-landing-system : lando
2019-08-16 10:42:59 +00:00
tanhengyeow ccd6680589 Bug 1566753 - Support for Socket.IO protocol. r=Honza,nchevobbe,mhoye
Supports parsing Socket.IO WebSocket frames.

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

--HG--
extra : moz-landing-system : lando
2019-08-15 16:03:29 +00:00
Jan Odvarko a8798e4b77 Bug 1572689 - Properly restore size of the Search panel; r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D41936

--HG--
extra : moz-landing-system : lando
2019-08-16 06:18:16 +00:00
Jan Odvarko 8458d4bcc9 Bug 1572692 - Properly crop results in the Search panel; r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D41940

--HG--
extra : moz-landing-system : lando
2019-08-16 09:04:11 +00:00
Mats Palmgren 1f1f009b71 Bug 1574060 - Implement layout for 'display: flow-root list-item'. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D42087

--HG--
extra : moz-landing-system : lando
2019-08-16 06:30:24 +00:00
Itiel 47760e669d Bug 1573791 - Fix Accessibility tabs dropdown checkmark for RTL users r=yzen
Differential Revision: https://phabricator.services.mozilla.com/D42220

--HG--
extra : moz-landing-system : lando
2019-08-16 01:13:26 +00:00
Patrick Brosset 210832d4e2 Bug 1568825 - 3 - Remove the nodePicker's dependency on highlighter and walker r=gl
Differential Revision: https://phabricator.services.mozilla.com/D41598

--HG--
extra : moz-landing-system : lando
2019-08-16 04:48:27 +00:00
Patrick Brosset b5f63e6ed7 Bug 1568825 - 2 - Moving the nodePicker singleton to the toolbox r=gl
Differential Revision: https://phabricator.services.mozilla.com/D41597

--HG--
extra : moz-landing-system : lando
2019-08-16 04:48:27 +00:00
Patrick Brosset ad1f96f8cf Bug 1568825 - 1 - Moving node-picker.js to the client r=gl
Differential Revision: https://phabricator.services.mozilla.com/D41596

--HG--
rename : devtools/shared/fronts/inspector/node-picker.js => devtools/client/inspector/node-picker.js
extra : moz-landing-system : lando
2019-08-16 04:48:26 +00:00
David Walsh 709d01d4c1 Bug 1574263 - Switch to Tiny mode for DOM Mutationn Breakpoint reps r=Harald
Differential Revision: https://phabricator.services.mozilla.com/D42177

--HG--
extra : moz-landing-system : lando
2019-08-16 00:56:14 +00:00
Maliha Islam 29a67174de Bug 1568053 - Redesign contrast info in color picker (front-end), r=yzen,gl
Differential Revision: https://phabricator.services.mozilla.com/D40925

--HG--
extra : moz-landing-system : lando
2019-08-16 00:55:27 +00:00
Maliha Islam 0a8eb5c95e Bug 1568053 - Create node actor method for getting complex bg color data for text nodes and refactor existing contrast calculation methods, r=yzen,gl
Differential Revision: https://phabricator.services.mozilla.com/D40086

--HG--
extra : moz-landing-system : lando
2019-08-16 00:55:26 +00:00
Logan Smyth 6dc3f59caa Bug 1541631 - Part 8: Store breakable-line and breakpoint-position data in the source-actor store. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42033

--HG--
extra : moz-landing-system : lando
2019-08-15 21:44:48 +00:00
Logan Smyth f8d117facf Bug 1541631 - Part 7: Convert memoizeableAction to be AsyncValue-based for easy interop. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42032

--HG--
extra : moz-landing-system : lando
2019-08-15 21:45:47 +00:00
Logan Smyth bab62aad61 Bug 1541631 - Part 6: Remove unused action return values. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42031

--HG--
extra : moz-landing-system : lando
2019-08-15 21:45:48 +00:00
Logan Smyth 463cc14e60 Bug 1541631 - Part 5: Remove exitEarly option from memoizableAction since it isn't needed. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42030

--HG--
extra : moz-landing-system : lando
2019-08-15 21:45:50 +00:00
Logan Smyth 98281d7b19 Bug 1541631 - Part 4: Use resource utility for SourceWithContent caching. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42029

--HG--
extra : moz-landing-system : lando
2019-08-15 21:45:52 +00:00
Logan Smyth 058e9d445b Bug 1541631 - Part 3: Merge 'content' onto the source itself and rely on query caching. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42028

--HG--
extra : moz-landing-system : lando
2019-08-16 00:25:56 +00:00
Logan Smyth 0d284b2f54 Bug 1541631 - Part 2: Convert Source to be a generic minimal Source interface. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42027

--HG--
extra : moz-landing-system : lando
2019-08-15 21:44:45 +00:00
Logan Smyth ec00db2167 Bug 1541631 - Part 1: Rename mock threadFront file to better name since it isn't a Front. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42025

--HG--
rename : devtools/client/debugger/src/actions/tests/helpers/threadFront.js => devtools/client/debugger/src/actions/tests/helpers/mockCommandClient.js
extra : moz-landing-system : lando
2019-08-15 21:44:47 +00:00
Noemi Erli 5759dc0940 Backed out 8 changesets (bug 1541631) for permafailing in debugger/cold-open.js CLOSED TREE
Backed out changeset bc99fb7a9d12 (bug 1541631)
Backed out changeset 696e24030686 (bug 1541631)
Backed out changeset 6db731f26958 (bug 1541631)
Backed out changeset 9f928da98d32 (bug 1541631)
Backed out changeset 53b83b8e37e0 (bug 1541631)
Backed out changeset 1d7a76a1fac8 (bug 1541631)
Backed out changeset 4f94c700f977 (bug 1541631)
Backed out changeset 41f6c078e950 (bug 1541631)

--HG--
rename : devtools/client/debugger/src/actions/tests/helpers/mockCommandClient.js => devtools/client/debugger/src/actions/tests/helpers/threadFront.js
2019-08-16 00:41:23 +03:00
Jason Laster 935d4ecc80 Bug 1573315 - The debugger should attach to content processes in-addition to workers. r=yulia,ochameau
Differential Revision: https://phabricator.services.mozilla.com/D41650

--HG--
extra : moz-landing-system : lando
2019-08-15 18:09:52 +00:00
Yura Zenevich 932dfb20d8 Bug 1573362 - update a copy for some of the text label checks messages. r=mtigley,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D41750

--HG--
extra : moz-landing-system : lando
2019-08-15 15:15:40 +00:00
Logan Smyth b5f7346637 Bug 1541631 - Part 8: Store breakable-line and breakpoint-position data in the source-actor store. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42033

--HG--
extra : moz-landing-system : lando
2019-08-15 16:29:44 +00:00
Logan Smyth c4521e96b2 Bug 1541631 - Part 7: Convert memoizeableAction to be AsyncValue-based for easy interop. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42032

--HG--
extra : moz-landing-system : lando
2019-08-15 16:29:15 +00:00
Logan Smyth 5980499fff Bug 1541631 - Part 6: Remove unused action return values. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42031

--HG--
extra : moz-landing-system : lando
2019-08-15 16:28:51 +00:00
Logan Smyth 00ed6331e2 Bug 1541631 - Part 5: Remove exitEarly option from memoizableAction since it isn't needed. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42030

--HG--
extra : moz-landing-system : lando
2019-08-15 16:28:25 +00:00
Logan Smyth 2fadd2279f Bug 1541631 - Part 4: Use resource utility for SourceWithContent caching. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42029

--HG--
extra : moz-landing-system : lando
2019-08-15 16:27:50 +00:00
Logan Smyth 25471c45a3 Bug 1541631 - Part 3: Merge 'content' onto the source itself and rely on query caching. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42028

--HG--
extra : moz-landing-system : lando
2019-08-15 16:27:24 +00:00
Logan Smyth 320d0461f3 Bug 1541631 - Part 2: Convert Source to be a generic minimal Source interface. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42027

--HG--
extra : moz-landing-system : lando
2019-08-15 16:26:53 +00:00
Logan Smyth 8cac7dccec Bug 1541631 - Part 1: Rename mock threadFront file to better name since it isn't a Front. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42025

--HG--
rename : devtools/client/debugger/src/actions/tests/helpers/threadFront.js => devtools/client/debugger/src/actions/tests/helpers/mockCommandClient.js
extra : moz-landing-system : lando
2019-08-15 16:26:18 +00:00
David Walsh e8463465d7 Bug 1364837 - Add localization strings for blackbox context menus r=jlast,flod
Differential Revision: https://phabricator.services.mozilla.com/D41042

--HG--
extra : moz-landing-system : lando
2019-08-15 05:09:49 +00:00
Yura Zenevich 898b6983d3 Bug 1573362 - update links for the text label checks documentation. r=mtigley
Differential Revision: https://phabricator.services.mozilla.com/D41749

--HG--
extra : moz-landing-system : lando
2019-08-14 14:20:50 +00:00
Daisuke Akatsuka 53eecbbb23 Bug 1571653: Add a test for toggling subgrid. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D41701

--HG--
rename : devtools/client/inspector/grids/test/browser_grids_grid-list-subgrids.js => devtools/client/inspector/grids/test/browser_grids_grid-list-subgrids_01.js
extra : moz-landing-system : lando
2019-08-15 05:01:40 +00:00
Daisuke Akatsuka 401719fc2b Bug 1571653: Reshow as parent grid if the grid which we hid is a parent of a subgrid highlighting. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D41700

--HG--
extra : moz-landing-system : lando
2019-08-15 05:01:26 +00:00
Jason Laster 1b0c3042de Bug 925269 - Enable/disable individual debugger statements. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D41838

--HG--
extra : moz-landing-system : lando
2019-08-14 23:01:26 +00:00
Krishnal Ciccolella 151cfd6cab Bug 1570821 - limit height for variable tooltip and decrease left padding r=davidwalsh
Added and if statement to `calculateMaxHeight()` to prevent it from exceeding 250, and decreased the padding of the `.object-node` selector.

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

--HG--
extra : moz-landing-system : lando
2019-08-14 20:52:19 +00:00
janelledement b26b2d5fcc Bug 1561583 - Search bar retains previous query on re-opening. r=davidwalsh
This patch allows the search bar to retain the previous query on re-opening.

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

--HG--
extra : moz-landing-system : lando
2019-08-14 19:57:51 +00:00
chujun 84121a15d7 Bug 1557138 Clicking logpoint location in console opens the logpoint editing panel in debugger r=nchevobbe,jlast
I pass `frame.origin` in `viewSourceInDebugger`. When `reason` is logpoint, run `openConditionalPanel`.

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

--HG--
extra : moz-landing-system : lando
2019-08-14 16:10:50 +00:00
Jason Laster 08a8733ccf Bug 1573582 - Fix syntax highlighting for commands.js. r=yulia
Differential Revision: https://phabricator.services.mozilla.com/D41786

--HG--
extra : moz-landing-system : lando
2019-08-14 08:02:07 +00:00
Charlie Marlow ef13c54a22 Bug 1573724 followup: update devtools css db to reflect that `text-underline-offset: from-font` is supported. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D42008

--HG--
extra : moz-landing-system : lando
2019-08-14 18:22:10 +00:00
Charlie Marlow 4643da386c Bug 1573725 followup: update devtools css db to reflect that `text-decoration-thickness: from-font` is supported. r=dholbert
DONTBUILD because this will still fail xpcshell tests
until the next commit which adds `from-font` to the other
new property, `text-underline-offset`.

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

--HG--
extra : moz-landing-system : lando
2019-08-14 18:20:40 +00:00
Charlie Marlow adbc6584d9 Bug 1572800: Part 1: Enable text-decoration-skip-ink by default on Nightly (and early-beta and earlier) r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D41881

--HG--
extra : moz-landing-system : lando
2019-08-14 17:49:19 +00:00
Charlie Marlow dea58fc0bb Bug 1573725: turn on the pref for text-decoration-thickness on by default (in early-beta and earlier) r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D41883

--HG--
extra : moz-landing-system : lando
2019-08-14 16:46:18 +00:00
Charlie Marlow 75ab192bc4 Bug 1573724: turn text-underline-offset pref on by default (in early-beta and earlier) r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D41882

--HG--
extra : moz-landing-system : lando
2019-08-14 16:45:14 +00:00
Alex Rosenfeld 7158682131 Bug 1573241 - close conditionalPanel on right gutter click r=davidwalsh
On a right click to the gutter, close any previously opened conditionalPanel. r=davidwalsh

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

--HG--
extra : moz-landing-system : lando
2019-08-13 19:39:59 +00:00