Commit Graph

15137 Commits

Author SHA1 Message Date
Brad Werth
65d87a00fb Bug 1536755 Part 2: Add a test of meta viewport fixed width and zoom. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D24456

--HG--
rename : devtools/client/responsive.html/test/browser/browser_viewport_resizing.js => devtools/client/responsive.html/test/browser/browser_viewport_resizing_fixed_width.js
extra : moz-landing-system : lando
2019-03-22 21:01:48 +00:00
sakshaat
d781937a67 Bug 1517483 - Get rid of nsIScriptSecurityManager::IsSystemPrincipal r=bzbarsky
Replaced instances of callers in both C++ and JS files to query the state from the principal directly.

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

--HG--
extra : moz-landing-system : lando
2019-03-24 20:36:25 +00:00
Philipp Kewisch
52aa5b978e Bug 1507709 - Move WebExtensions geckoProfiler API to toolkit. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D12100

--HG--
rename : browser/components/extensions/ProfilerGetSymbols-worker.js => toolkit/components/extensions/ProfilerGetSymbols-worker.js
rename : browser/components/extensions/ProfilerGetSymbols.jsm => toolkit/components/extensions/ProfilerGetSymbols.jsm
rename : browser/components/extensions/parent/ext-geckoProfiler.js => toolkit/components/extensions/parent/ext-geckoProfiler.js
rename : browser/components/extensions/profiler_get_symbols.js => toolkit/components/extensions/profiler_get_symbols.js
rename : browser/components/extensions/schemas/geckoProfiler.json => toolkit/components/extensions/schemas/geckoProfiler.json
rename : browser/components/extensions/test/xpcshell/test_ext_geckoProfiler_control.js => toolkit/components/extensions/test/xpcshell/test_ext_geckoProfiler_control.js
rename : browser/components/extensions/test/xpcshell/test_ext_geckoProfiler_schema.js => toolkit/components/extensions/test/xpcshell/test_ext_geckoProfiler_schema.js
extra : moz-landing-system : lando
2019-03-22 13:18:01 +00:00
Helena Moreno
0274f5667c Bug 1538153 - Fix RTL alignment in RequestList headers and align Storage table headers with Netmonitor r=fvsch
Differential Revision: https://phabricator.services.mozilla.com/D24508

--HG--
extra : moz-landing-system : lando
2019-03-22 18:55:02 +00:00
shindli
b3ac60ff06 Merge inbound to mozilla-central. a=merge 2019-03-23 11:47:34 +02:00
Brian Hackett
1bc179f724 Bug 1536618 Part 2 - Tolerate sources from any debugger in getOrCreateSourceActor, r=loganfsmyth.
--HG--
extra : rebase_source : cc2a3155162c4bdc87fcbb91b3bc6bcedf38bd46
2019-03-22 12:08:19 -06:00
Cosmin Sabou
520c7a9423 Backed out 2 changesets (bug 1535246) for devtools failures on devtools/client/debugger/new/test/mochitest/browser_dbg-html-breakpoints.js. CLOSED TREE
Backed out changeset 5860aac31563 (bug 1535246)
Backed out changeset 5929d34ee923 (bug 1535246)

--HG--
extra : rebase_source : 3aac58ce35404488259bd778b4a9d78bca706ae8
2019-03-23 03:28:05 +02:00
Logan Smyth
505e03b918 Bug 1535246 - Part 2: Handle new actors appearing in HTML files. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D24444

--HG--
extra : moz-landing-system : lando
2019-03-22 21:04:47 +00:00
Logan Smyth
55e99d992a Bug 1535246 - Part 1: Ensure that changes to emptyLines are handled for both additions and removals. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D24443

--HG--
extra : moz-landing-system : lando
2019-03-22 18:49:09 +00:00
arthur.iakab
ca7277b3cc Backed out changeset 75634ae8f7c5 (bug 1537657) for causing debugger failures CLOSED TREE 2019-03-23 01:28:27 +02:00
David Walsh
dd65f15097 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/D24524

--HG--
extra : moz-landing-system : lando
2019-03-22 19:43:41 +00:00
Brian Hackett
81e54c6f8e Bug 1537657 - Detach from workers when navigating, r=loganfsmyth.
Differential Revision: https://phabricator.services.mozilla.com/D24434

--HG--
extra : moz-landing-system : lando
2019-03-21 22:06:14 +00:00
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