Commit Graph

15125 Commits

Author SHA1 Message Date
Julian Descottes
fda43987c4 Bug 1537877 - Update getDocumentWalker to fallback to non-anonymous walker;r=pbro
Except for rawParentNode, all consumers of getDocumentWalker should be ok with this fallback.

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

--HG--
extra : moz-landing-system : lando
2019-03-22 19:43:08 +00:00
Florens Verschelde
952b28e95a Bug 1537721 - Style Storage table inputs to take the same space as table cells; r=miker
Differential Revision: https://phabricator.services.mozilla.com/D24482

--HG--
extra : moz-landing-system : lando
2019-03-22 13:46:17 +00:00
fanny
d84598c487 Bug 1115363 - Implement copy text option on sidebar of storage. r=miker
Before this change, there was no option to copy text of an attribute in
sidebar of storage.You can now copy an attribute and it's text.

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

--HG--
extra : moz-landing-system : lando
2019-03-22 13:26:42 +00:00
Michael Ratcliffe
3f627acfe1 Bug 1536819 - Fix node.offsetParent is null error in Rule View r=gl
The editing of selectors in the rule view is broken (see https://bugzil.la/1536867) but that is not related to this issue.

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

--HG--
extra : moz-landing-system : lando
2019-03-22 12:28:09 +00:00
Patrick Brosset
c53da4bcc7 Bug 1535315 - Hide computed expander when computed properties are undefined; r=gl
Differential Revision: https://phabricator.services.mozilla.com/D24364

--HG--
extra : moz-landing-system : lando
2019-03-22 02:06:46 +00:00
Ciure Andrei
1c183ba62d Backed out changeset a1c5e97960d0 (bug 1537596) for causing debugger test perma failure CLOSED TREE 2019-03-22 10:49:49 +02:00
David Walsh
29407aeed7 Bug 1537596 - Make shift-click toggle all breakpoint states per line r=loganfsmyth
Implements a function to enable or disable all breakpoints on a line based on shift-clicking.  Uses the first breakpoint's state to decide whether to enable or disable all.

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

--HG--
extra : moz-landing-system : lando
2019-03-21 22:16:13 +00:00
David Walsh
a871cb609e Bug 1537949 - Remove animation from threads list r=loganfsmyth
Normally this is a good first bug but since we're trying to move quickly before 67, I took it.

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

--HG--
extra : moz-landing-system : lando
2019-03-21 20:13:23 +00:00
Mellina Yonashiro
6127d37dae Bug 1534499 - Wait for hiding both shortName and name when remove USB runtime in tests r=daisuke
Differential Revision: https://phabricator.services.mozilla.com/D23763

--HG--
extra : moz-landing-system : lando
2019-03-21 23:05:08 +00:00
Hemakshi Sachdev
7262280404 Bug 1531790 - Reset DOMContentLoaded and load metrics on Reload while Persist Logs is enabled. r=Honza
Added a new state `requestsStarted` in the timing-marker.js reducer which is initialized with the time a new reload (when persist logs in enabled) is triggered. Used this parameter to calculate the `DOMContentLoaded` and `load` metrics in the StatusBar.

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

--HG--
extra : moz-landing-system : lando
2019-03-22 06:08:17 +00:00
David Walsh
149caa6c6a Bug 1537748 - Prevent unwanted scrolling in scopes pane r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D24362

--HG--
extra : moz-landing-system : lando
2019-03-21 17:42:38 +00:00
Logan Smyth
a729ffce8f Bug 1536201 - Avoid calling findScripts() in a loop. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D24365

--HG--
extra : moz-landing-system : lando
2019-03-21 15:45:24 +00:00
tanhengyeow
70a1707897 Bug 1537566 - Fix brightness of selected netmonitor rows; r=fvsch
Remove unnecessary css

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

--HG--
extra : moz-landing-system : lando
2019-03-21 14:19:44 +00:00
Brian Grinstead
a797a66d25 Bug 1531119 - Remove editMenuCommands.inc.xul and make editMenuOverlay.js in charge of constructing the relevant commandset DOM r=bdahl,NeilDeakin
This allows us to drop preprocessing and makes it simpler to add edit menu functionality to any type of document.

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

--HG--
extra : moz-landing-system : lando
2019-03-21 14:18:48 +00:00
Daisuke Akatsuka
4c8a6b7b69 Bug 1488503: Add test for validation. r=jdescottes
Depends on D23993

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

--HG--
extra : moz-landing-system : lando
2019-03-21 08:26:59 +00:00
Daisuke Akatsuka
6bfbee8394 Bug 1488503: Validation for network location. r=jdescottes,flod
Differential Revision: https://phabricator.services.mozilla.com/D23993

--HG--
extra : moz-landing-system : lando
2019-03-21 11:17:04 +00:00
Daisuke Akatsuka
0a497fb56e Bug 1114929: Add a test for multiline comment. r=pbro
Depends on D24118

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

--HG--
extra : moz-landing-system : lando
2019-03-21 09:18:31 +00:00
Daisuke Akatsuka
2f478513a6 Bug 1114929: Apply line count of comments. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D24118

--HG--
extra : moz-landing-system : lando
2019-03-20 22:31:14 +00:00
Julian Descottes
ef7c431b40 Bug 1531704 - Remove isClosed flag from WorkerTargetFront r=ochameau
Depends on D21673

The test is already relying on events triggered by the destroy method of the front to progress
I don't think having a flag brings anything here.

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

--HG--
extra : moz-landing-system : lando
2019-03-21 07:54:03 +00:00
Julian Descottes
d9c03fac20 Bug 1531704 - Stop calling WorkerTargetFront::destroy() from detach() r=ochameau
Try at https://treeherder.mozilla.org/#/jobs?repo=try&revision=02f79fac79a313124cfe6368812e84d823fab685

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

--HG--
extra : moz-landing-system : lando
2019-03-21 07:52:15 +00:00
lenka
c643a8b77f Bug 1533764 - enable pref for column resizer in Nightly; r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D24244

--HG--
extra : moz-landing-system : lando
2019-03-21 09:36:16 +00:00
Jason Laster
ec92a2c078 Bug 1535043 - loading a source should not block on breakpoint positions. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D23341

--HG--
extra : moz-landing-system : lando
2019-03-20 16:54:39 +00:00
Jason Laster
75279f4310 Bug 1536113 - Column Breakpoints have a blue background. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D24108

--HG--
extra : moz-landing-system : lando
2019-03-20 21:18:59 +00:00
Brad Werth
3b13e0d0d2 Bug 1343014 Part 1: Make RDM viewport dimension inputs have input type "number". r=gl
This also changes the styling to prevent "spinners" from appearing.

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

--HG--
extra : moz-landing-system : lando
2019-03-20 20:44:34 +00:00
Narcis Beleuzu
a7d7024c93 Backed out changeset a14e5a146b8d (bug 1505368) for causing asan devtools failures. CLOSED TREE 2019-03-20 22:34:19 +02:00
Julian Descottes
7efda3d02e Bug 1487581 - Stop using hardcoded Firefox string in aboutdebugging;r=flod,ladybenko
Depends on D23879

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

--HG--
extra : moz-landing-system : lando
2019-03-20 18:08:36 +00:00
Julian Descottes
6987dbacc5 Bug 1487581 - Remove aboutdebugging.notftl file;r=daisuke
Depends on D23878

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

--HG--
extra : moz-landing-system : lando
2019-03-20 18:08:18 +00:00
Julian Descottes
30151e5bbe Bug 1487581 - Move l10n strings for Debug Targets to aboutdebugging.ftl;r=flod
Depends on D23877

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

--HG--
extra : moz-landing-system : lando
2019-03-20 18:03:29 +00:00
Julian Descottes
a6654a53ee Bug 1487581 - Move l10n strings for the Runtime page to aboutdebugging.ftl;r=flod
Depends on D23876

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

--HG--
extra : moz-landing-system : lando
2019-03-20 18:03:12 +00:00
Julian Descottes
2464c9c1b1 Bug 1487581 - Move l10n strings for page title to aboutdebugging.ftl;r=flod
Depends on D23875

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

--HG--
extra : moz-landing-system : lando
2019-03-20 18:02:54 +00:00
Julian Descottes
0f15a32735 Bug 1487581 - Move l10n strings for Sidebar to aboutdebugging.ftl;r=flod
Depends on D23874..

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

--HG--
extra : moz-landing-system : lando
2019-03-20 18:02:35 +00:00
Julian Descottes
be77a68ca5 Bug 1487581 - Move l10n strings for Setup page to aboutdebugging.ftl;r=flod
Depends on D23872.

If you want to test the patch, I will post a try link afterwards to pull a valid queue
since my work depends on another bug that is almost ready to land but not yet landed.

Then you can open aboutdebugging-new by going to about:debugging-new

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

--HG--
extra : moz-landing-system : lando
2019-03-20 18:02:22 +00:00
Julian Descottes
2f4d942547 Bug 1487581 - Create aboutdebugging.ftl and use it as localization file in aboutdebugging-new;r=daisuke,flod
Depends on D23871

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

--HG--
extra : moz-landing-system : lando
2019-03-20 18:02:15 +00:00
Julian Descottes
4f0cf47b6d Bug 1487581 - Fix localization for extension fields;r=daisuke
Depends on D23870

@daisuke this comes from your bug at https://bugzilla.mozilla.org/show_bug.cgi?id=1529518
You have not landed yet, so you can either review the patch here or fold it in your queue.
I am fine with both solutions.

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

--HG--
extra : moz-landing-system : lando
2019-03-20 18:02:13 +00:00
Julian Descottes
3ecbb513c0 Bug 1487581 - Add localization for Disconnect button;r=daisuke
Depends on D23869. Follow up to https://bugzilla.mozilla.org/show_bug.cgi?id=1505128
Localization is missing for this button, adding it here.

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

--HG--
extra : moz-landing-system : lando
2019-03-20 18:02:11 +00:00
Julian Descottes
1cade68d3d Bug 1487581 - Stop using selectors for the service worker status;r=daisuke
Depends on D23868

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

--HG--
extra : moz-landing-system : lando
2019-03-20 18:00:44 +00:00
Julian Descottes
d93b370c05 Bug 1487581 - Stop using selectors for the aboutdebugging page title;r=daisuke
Depends on D23867.

As described in https://projectfluent.org/fluent/guide/selectors.html selectors should rather be used for quantities.

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

--HG--
extra : moz-landing-system : lando
2019-03-20 18:00:24 +00:00
Julian Descottes
c9a700593d Bug 1487581 - Add missing localized strings for Setup page;r=ladybenko
Depends on D23865

Some localized strings missing in the notftl file. Adding them before moving the strings.

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

--HG--
extra : moz-landing-system : lando
2019-03-20 18:00:02 +00:00
Julian Descottes
8d640df330 Bug 1487581 - Remove the wifi debugging preference;r=ladybenko
Depends on D23864. Wifi preference is not used anymore, removing it as well for consistency.

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

--HG--
extra : moz-landing-system : lando
2019-03-20 17:59:08 +00:00
Julian Descottes
1138139498 Bug 1487581 - Remove preference to disable network locations section;r=ladybenko
Depends on D23863. We want to enable network locations by default.
Remove all the logic and l10n strings related to this before moving the l10n strings.

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

--HG--
extra : moz-landing-system : lando
2019-03-20 17:58:46 +00:00
Julian Descottes
ce305bc640 Bug 1487581 - Rename leftover connect-* strings to setup-* strings;r=ladybenko
Follow up to Bug 1505124. L10n cleanup before moving the strings

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

--HG--
extra : moz-landing-system : lando
2019-03-20 17:58:23 +00:00
Patrick Brosset
dff1494aa0 Bug 1536834 - Remove leftover csscoverage code; r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D24191

--HG--
extra : moz-landing-system : lando
2019-03-20 16:06:59 +00:00
Julian Descottes
039e0993c8 Bug 1536502 - Remove remaining references to webaudioeditor in devtools;r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D24197

--HG--
extra : moz-landing-system : lando
2019-03-20 16:08:01 +00:00
Noemi Erli
700d44723a Backed out 2 changesets (bug 1488503) for failing in browser_misused_characters_in_strings.js CLOSED TREE
Backed out changeset 1b763fdfc0ba (bug 1488503)
Backed out changeset 4968b4484074 (bug 1488503)
2019-03-20 19:12:27 +02:00
Julian Descottes
1a362137dc Bug 1536427 - Stop calling actions.pauseOnExceptions on Debugger startup;r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D24160

--HG--
extra : moz-landing-system : lando
2019-03-20 15:26:53 +00:00
Mihir
a24deb683c Bug 1532944 - Remove unnecessary ESLint disabling mozilla/no-cpows-in-tests comments. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D24148

--HG--
extra : moz-landing-system : lando
2019-03-20 13:58:47 +00:00
Belén Albeza
5d06386c32 Bug 1505368 - Show error page in about:devtools-toolbox when target is destroyed r=jdescottes,daisuke
Differential Revision: https://phabricator.services.mozilla.com/D20315

--HG--
extra : moz-landing-system : lando
2019-03-20 13:28:17 +00:00
avi.mathur
8fd0e4523d Bug 1291427 - Remove table headers when selecting an empty storage type r=miker
Before this change clicking on Storage Type use to show table headers from previous selection. Now clicking on Storage Type will reset table headers also in case empty table headers will get cleared.

### Try

https://treeherder.mozilla.org/#/jobs?repo=try&revision=10f387eeb0dcb68f43e7e441a3045c23e40295a5

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

--HG--
extra : moz-landing-system : lando
2019-03-18 15:26:58 +00:00
David Walsh
729dc583d4 Bug 1522893 - Allow deletion of storage items via keyboard r=davidwalsh
### Try

https://treeherder.mozilla.org/#/jobs?repo=try&revision=c46d57e649963f756959b48cad0c211603ccc061

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

--HG--
extra : moz-landing-system : lando
2019-03-19 21:52:28 +00:00
Daisuke Akatsuka
d1d3963bec Bug 1488503: Add test for validation. r=jdescottes
Depends on D23993

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

--HG--
extra : moz-landing-system : lando
2019-03-20 01:47:54 +00:00