David Walsh
b77166ea94
Bug 1575671 - Improve DOM Mutation breakpoints test r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D42964
--HG--
extra : moz-landing-system : lando
2019-08-21 22:14:18 +00:00
Jason Laster
e2930d8d52
Bug 1575594 - Add logPoint support for displayName. r=bhackett
...
Differential Revision: https://phabricator.services.mozilla.com/D42903
--HG--
extra : moz-landing-system : lando
2019-08-22 00:25:45 +00:00
Brian Hackett
85deb303e4
Bug 1572280 Part 3 - Reparse sources with GC'ed scripts to get all breakpoint positions, r=loganfsmyth.
...
Depends on D41127
Differential Revision: https://phabricator.services.mozilla.com/D41128
--HG--
extra : moz-landing-system : lando
2019-08-22 00:05:23 +00:00
Brian Hackett
49c5b44026
Bug 1559583
Part 2 - Pad source contents with blank lines when they don't start at line 1, r=loganfsmyth.
...
Depends on D40911
Differential Revision: https://phabricator.services.mozilla.com/D40912
--HG--
extra : moz-landing-system : lando
2019-08-21 23:58:32 +00:00
lloan
f88fcbec55
Bug 1575579 - Do not search through security info. r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D43072
--HG--
extra : moz-landing-system : lando
2019-08-23 06:31:24 +00:00
tanhengyeow
623af19a30
Bug 1575274 - WebSocket Inspector Test: Filtering using free text. r=Honza
...
Test for filtering messages using the filter input.
Differential Revision: https://phabricator.services.mozilla.com/D42694
--HG--
extra : moz-landing-system : lando
2019-08-23 00:26:33 +00:00
Gijs Kruitbosch
d57966f29a
Bug 1575569 - use GetSpecialSystemDirectory to avoid accessing the directory service off the main thread for worker snapshots, r=fitzgen
...
Differential Revision: https://phabricator.services.mozilla.com/D42947
--HG--
extra : moz-landing-system : lando
2019-08-21 22:18:44 +00:00
Itiel
3f07f4b7e3
Bug 1575002 - [RTL] Force LTR the "Properties" panel in the Accessibility tab and rotate the twisties to the correct direction r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D42543
--HG--
extra : moz-landing-system : lando
2019-08-21 20:14:07 +00:00
David Walsh
ede48d4cc5
Bug 1573695 - Implement skip pausing disabled effect for secondary panels r=Harald
...
Differential Revision: https://phabricator.services.mozilla.com/D42174
--HG--
extra : moz-landing-system : lando
2019-08-21 17:52:10 +00:00
Logan Smyth
6035852a6f
Bug 1575393
- Part 2: Fix a few warnings in our Jest tests. r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D42939
--HG--
extra : moz-landing-system : lando
2019-08-21 19:53:15 +00:00
Mark Banner
a05a7163d5
Bug 1551829 - Upgrade to ESLint 6.1.0. r=mossop
...
This picks up various improvements, especially to how configurations are handled and some new rules.
Differential Revision: https://phabricator.services.mozilla.com/D37271
--HG--
extra : moz-landing-system : lando
2019-08-21 19:08:44 +00:00
Oana Pop Rus
3223cd3dc2
Backed out 4 changesets (bug 1510569) for causing build bustage on a CLOSED TREE
...
Backed out changeset eae555c11f25 (bug 1510569)
Backed out changeset 2fb8938d16db (bug 1510569)
Backed out changeset b480af862022 (bug 1510569)
Backed out changeset 642cd6323cdc (bug 1510569)
2019-08-21 22:55:43 +03:00
Barret Rennie
52899c1e0d
Bug 1510569 - Port onSecurityChange from WebProgressChild.jsm to C++; remove WebProgressChild r=Ehsan,ochameau
...
This is the last message that WebProgressChild was sending to the
RemoteWebProgress in the parent process, so we can remove the module entirely.
Differential Revision: https://phabricator.services.mozilla.com/D35091
--HG--
extra : moz-landing-system : lando
2019-08-21 18:25:04 +00:00
Krishnal Ciccolella
d98ec684f4
Bug 1573089 - Use monospace fonts and decrease left padding in Debugger's Scopes r=davidwalsh
...
Added two CSS selectors to adjust the font-family and left padding in `scopes.css`.
Differential Revision: https://phabricator.services.mozilla.com/D42173
--HG--
extra : moz-landing-system : lando
2019-08-21 18:00:17 +00:00
Coroiu Cristina
f58097182f
Backed out changeset f4a2f64e853f (bug 1573504) for debugger failure
2019-08-21 19:30:54 +03:00
Dhyey Thakore
baf31562ec
Bug 1573504 - Make inline variable preview UX better, r=Harald
...
Differential Revision: https://phabricator.services.mozilla.com/D42018
--HG--
extra : moz-landing-system : lando
2019-08-15 17:56:07 +00:00
Thomas Nguyen
cf20303f06
Bug 1528697 - Remove ReferrerPolicy.h and add utils to ReferrerInfo r=ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D41956
--HG--
extra : moz-landing-system : lando
2019-08-21 12:09:06 +00:00
Thomas Nguyen
bbd6f51a56
Bug 1528697 - Add cenum referrerpolicy in ReferrerInfo.idl r=ckerschb,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D41955
--HG--
extra : moz-landing-system : lando
2019-08-21 13:28:23 +00:00
Belén Albeza
3cef31d467
Bug 1573786 Part 2: Add mochitest to the Manifest actor r=ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D42638
--HG--
extra : moz-landing-system : lando
2019-08-21 07:38:13 +00:00
Ola Gasidlo
e13681e2c3
Bug 1566011 Create sub component for manifestItem (part 2), r=ladybenko,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D41909
--HG--
extra : moz-landing-system : lando
2019-08-21 13:17:54 +00:00
Coroiu Cristina
67e4a8611a
Bug 1270731 - Disable browser_browser_toolbox_debugger.js on linux and mac 64 opt for frequent failures r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D42828
--HG--
extra : moz-landing-system : lando
2019-08-21 13:09:21 +00:00
tanhengyeow
5b7fde0216
Bug 1575464 - Messages panel: Copy message in context menu. r=Honza
...
Copy full payload of a WS frame through context menu.
Differential Revision: https://phabricator.services.mozilla.com/D42807
--HG--
extra : moz-landing-system : lando
2019-08-21 13:01:55 +00:00
Coroiu Cristina
9de4de8113
Backed out changeset 82634a1a2374 (bug 1566011) for devtools failures at browser/base/content/test/static/browser_parsable_css.js on a CLOSED TREE
2019-08-21 15:18:49 +03:00
tanhengyeow
0c74f4aead
Bug 1574623 - When switching to Messages panel with many messages, the table isn't scrolled down. r=Honza
...
Handle more cases for scroll to bottom.
Differential Revision: https://phabricator.services.mozilla.com/D42482
--HG--
extra : moz-landing-system : lando
2019-08-21 11:15:39 +00:00
yulia
fae430a2e7
Bug 1575490 - move inspector browser toolbox pref from the server to the client; r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D42817
--HG--
extra : moz-landing-system : lando
2019-08-21 10:49:21 +00:00
lloan
04ae431f71
Bug 1575231 - The Search worker should provide target panel. r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D42803
--HG--
extra : moz-landing-system : lando
2019-08-21 09:58:44 +00:00
Sylvestre Ledru
7759b614e2
Bug 1575249 - Ride along: remove +x permissions on source files r=Ehsan
...
Depends on D42672
Differential Revision: https://phabricator.services.mozilla.com/D42673
--HG--
extra : moz-landing-system : lando
2019-08-21 09:57:03 +00:00
Dorel Luca
4a1c5b0a2a
Backed out 3 changesets (bug 1570242) for devtools failure in /webconsole/test/node/components/webconsole-wrapper.test.js. CLOSED TREE
...
Backed out changeset 854e62f7f1ae (bug 1570242)
Backed out changeset 304366165980 (bug 1570242)
Backed out changeset a213b28dd40f (bug 1570242)
2019-08-21 13:13:15 +03:00
Daniel Varga
ae8445aebc
Merge mozilla-central to autoland. On a CLOSED TREE
2019-08-21 13:06:00 +03:00
Daniel Varga
597a69c70a
Merge mozilla-inbound to mozilla-central. a=merge
2019-08-21 12:52:49 +03:00
Alexandre Poirot
763683b0a2
Bug 1570242 - Rename target to currentTarget in WebConsole codebase. r=nchevobbe,yulia
...
Do that to better highlight that the target can change over time.
Differential Revision: https://phabricator.services.mozilla.com/D41798
--HG--
extra : moz-landing-system : lando
2019-08-21 09:47:53 +00:00
Alexandre Poirot
77ad7c4faa
Bug 1570242 - Fetch toolbox from WebConsole class rather than gDevTools. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D41797
--HG--
extra : moz-landing-system : lando
2019-08-21 09:47:51 +00:00
Alexandre Poirot
23fda7ab4b
Bug 1570242 - Fetch target from toolbox instead of memoizing it on console classes. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D40017
--HG--
extra : moz-landing-system : lando
2019-08-21 09:47:44 +00:00
Mihai Alexandru Michis
248b072642
Merge mozilla-central to mozilla-inbound.
2019-08-21 06:51:22 +03:00
Brian Hackett
a7817c43e7
Bug 1574952 - Support calls to CGPathApply after diverging from the recording, r=loganfsmyth.
...
Differential Revision: https://phabricator.services.mozilla.com/D42576
--HG--
extra : moz-landing-system : lando
2019-08-21 03:16:35 +00:00
Kris Maglione
80194b1ea3
Bug 1561705: Follow-up: Skip leaky tests on all platforms/debug. r=bustage
...
MANUAL PUSH: Bustage fix.
2019-08-20 19:21:12 -07:00
Logan Smyth
34b437cbec
Bug 1575393
- Update prettier to same version used in MC root. r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D42739
--HG--
extra : moz-landing-system : lando
2019-08-20 23:48:57 +00:00
Logan Smyth
2e60f7f95c
Bug 1572209 - Part 4: Roll back one set of accidentally-included changes. r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D42724
--HG--
rename : devtools/client/debugger/.eslintrc => devtools/client/debugger/.eslintrc.js
extra : moz-landing-system : lando
2019-08-20 23:36:12 +00:00
Jason Laster
ccd6500125
Bug 1575337 - Remove chrome client. r=loganfsmyth
...
Differential Revision: https://phabricator.services.mozilla.com/D42698
--HG--
extra : moz-landing-system : lando
2019-08-20 22:22:04 +00:00
Mihai Alexandru Michis
fea3565134
Merge inbound to mozilla-central.
2019-08-21 01:00:06 +03:00
Kris Maglione
6018d35d2c
Bug 1561705: Follow-up: Fix botched skip-if annotations. r=bustage
...
MANUAL PUSH: Bustage fix.
--HG--
extra : rebase_source : aace91cab86220b7cff3f159c8b1a13b793d88fa
2019-08-20 14:50:06 -07:00
Ola Gasidlo
df494998bb
Bug 1566011 Create sub component for manifestItem (part 2), r=ladybenko,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D41909
--HG--
extra : moz-landing-system : lando
2019-08-21 08:39:11 +00:00
Jason Laster
edbc2c8cb2
Bug 1575267 - Fix next/previous. r=bhackett
...
Differential Revision: https://phabricator.services.mozilla.com/D42676
--HG--
extra : moz-landing-system : lando
2019-08-20 17:22:52 +00:00
Gabriel Luong
31be15ff62
Bug 1574831 - Pass the object to onDOMNodeMouseOut in the reps. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D42444
--HG--
extra : moz-landing-system : lando
2019-08-20 17:11:12 +00:00
Barret Rennie
810526de71
Bug 1564221 - Remove QueryInterface parameter from MockSecurityInfo in devtools tests r=ochameau,nchevobbe
...
The `MockSecurityInfo` instances in the patched devtools tests are not actually
being used as `nsITransportSecurityInfo` instances; while `QueryInterface`
methods were generated for the them, these were never called. Additionally, the
methods they are being passed to are not XPCOM-defined and therefore do not
strictly require `nsITransportSecurityInfo`.
In addition `NetworkHelper#parseSecurityInfo` now requires its `securityInfo`
to be `QueryInterface`d to a `nsITransportSecurityInfo` before calling the
function (except in the case of `MockSecurityInfo`, which is structurally
similar).
Differential Revision: https://phabricator.services.mozilla.com/D40521
--HG--
extra : moz-landing-system : lando
2019-08-20 21:38:34 +00:00
Jason Laster
3284eefc86
Bug 1574040 - Generalize the Debugger worker redux management (part 2). r=loganfsmyth
...
Differential Revision: https://phabricator.services.mozilla.com/D42584
--HG--
rename : devtools/client/debugger/src/actions/debuggee.js => devtools/client/debugger/src/actions/threads.js
rename : devtools/client/debugger/src/components/SecondaryPanes/Worker.js => devtools/client/debugger/src/components/SecondaryPanes/Thread.js
rename : devtools/client/debugger/src/components/SecondaryPanes/Workers.css => devtools/client/debugger/src/components/SecondaryPanes/Threads.css
rename : devtools/client/debugger/src/reducers/debuggee.js => devtools/client/debugger/src/reducers/threads.js
extra : moz-landing-system : lando
2019-08-20 20:20:46 +00:00
Julian Descottes
9566e4dc8a
Bug 1559268
- Prevent service worker shutdown while debugging in parent-intercept mode r=ochameau,perry
...
Depends on D32492
Differential Revision: https://phabricator.services.mozilla.com/D35998
--HG--
extra : moz-landing-system : lando
2019-08-20 05:29:34 +00:00
Arun Kumar Mohan
b4dfe687ff
Bug 1554924 - Simplify Mocha test setup to remove disabled eslint complexity. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D41458
--HG--
extra : moz-landing-system : lando
2019-08-21 05:42:12 +00:00
Kris Maglione
62614ed9ba
Bug 1561705: Follow-up: Disable leaky tests on linux debug. r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D42695
--HG--
extra : rebase_source : 95dd24c5b4c1807fbfa21caf675a91ded960b006
2019-08-20 12:51:19 -07:00
Kris Maglione
467bd404f5
Bug 1561705: Part 2 - Use regular SpecialPowers actor for browser chrome tests. r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D42179
--HG--
extra : rebase_source : 319e389d7c38d919b2c5d474aa8417f443f94fb4
extra : source : 080ff558e41aad0cf05ca896c7f98bf4c9a2e7e9
2019-08-14 16:14:02 -07:00
tanhengyeow
7595c5da4e
Bug 1574826 - WebSocket Inspector Test: Basic functionality. r=Honza
...
Setup base structure common to all WS inspector tests.
Differential Revision: https://phabricator.services.mozilla.com/D42441
--HG--
extra : moz-landing-system : lando
2019-08-20 10:47:56 +00:00
Julian Descottes
79e6048315
Bug 1539979 - Force devtools to use a chrome frame in intermittent mochitests r=ochameau
...
Depends on D40995
I get a 10% failure rate on try for those two tests, but I haven't managed to get
a single failure locally so I couldn't identify the root cause yet. I would like
to fix them in a follow up.
Differential Revision: https://phabricator.services.mozilla.com/D40997
--HG--
extra : moz-landing-system : lando
2019-08-20 07:34:57 +00:00
Julian Descottes
7a59b5f5de
Bug 1539979 - Add delay in various DevTools mochitests after switching hosts r=ochameau
...
Depends on D40994
Switching hosts (especially going from docked to window) seems more async than before.
I would like to work on fixing those in a follow up.
Differential Revision: https://phabricator.services.mozilla.com/D40995
--HG--
extra : moz-landing-system : lando
2019-08-20 07:28:41 +00:00
Julian Descottes
9d6c0680c0
Bug 1539979 - Fix eyedropper tests for DevTools in content frame r=ochameau
...
Depends on D40993
I don't fully understand the failures in this test on Linux.
The only way I could get it to pass for now was to force a window focus when the test runs in a window host.
Other OSes are fine, but without this, Linux is permafailing this.
I don't have a good linux env right now, so I would like to proceed with this and
fix it in a follow up.
Differential Revision: https://phabricator.services.mozilla.com/D40994
--HG--
extra : moz-landing-system : lando
2019-08-20 07:43:59 +00:00
Julian Descottes
b8fb3476e7
Bug 1539979 - Fix browser_inspector_search-filter_context-menu.js when running in content frame r=nchevobbe
...
Depends on D40992
In general, using `click()` seems less reliable when using a frame with type=content. I am not entirely sure why since the context menu is supposed to be created in the top window anyway
Differential Revision: https://phabricator.services.mozilla.com/D40993
--HG--
extra : moz-landing-system : lando
2019-08-20 06:23:56 +00:00
Julian Descottes
8365fb1ac2
Bug 1539979 - Fix browser_toolbox_toolbar_overflow.js when running in content frame r=nchevobbe
...
Depends on D40991
This test had some suspicious calls to async methods without await. Properly waiting on them avoids frequent intermittents when running in a content frame.
Differential Revision: https://phabricator.services.mozilla.com/D40992
--HG--
extra : moz-landing-system : lando
2019-08-20 06:22:38 +00:00
Julian Descottes
8415e17411
Bug 1539979 - Fix browser_toolbox_window_title_changes for DevTools in content frame r=nchevobbe
...
Depends on D40990
Differential Revision: https://phabricator.services.mozilla.com/D40991
--HG--
extra : moz-landing-system : lando
2019-08-20 06:21:50 +00:00
Julian Descottes
33776481fd
Bug 1539979 - Fix HTML Tooltip test for content frames r=gl
...
Depends on D40989
I though I fixed this a few months ago, but there are still timing issues with the current test when using a frame with type=content.
Differential Revision: https://phabricator.services.mozilla.com/D40990
--HG--
extra : moz-landing-system : lando
2019-08-20 06:21:22 +00:00
Julian Descottes
af9f2466e7
Bug 1539979 - Attach SwatchBasedEditor shortcuts to tooltip window r=gl
...
Depends on D40988
This is not explicitly needed in this queue but I noticed this issue
while working on eyedropper test issues.
The top window might change when switching from docked to window hosts
so we should rather attach shortcut events to the regular window.
Differential Revision: https://phabricator.services.mozilla.com/D40989
--HG--
extra : moz-landing-system : lando
2019-08-20 06:17:00 +00:00
Julian Descottes
9e623bb5f5
Bug 1539979 - Use a frame with type=content for DevTools frames r=ochameau
...
This introduces a preference to load the DevTools toolbox
in a frame with type=content instead of type=chrome.
Having a preference will allow to keep the previous behavior in a
few intermittent tests, while we collect feedback on Nightly.
Differential Revision: https://phabricator.services.mozilla.com/D40988
--HG--
extra : moz-landing-system : lando
2019-08-20 05:55:54 +00:00
yulia
723a427a35
Bug 1573780 - add targetFront to deprecated debugger client; r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D42497
--HG--
extra : moz-landing-system : lando
2019-08-19 15:10:36 +00:00
Nicolas Chevobbe
4707300839
Bug 1572414 - Fix hasNativeConsoleAPI when dealing with Sandboxes. r=yulia.
...
When the console parent actor is a ContentProcessTargetActor, we don't have
a reference to a `nsIDOMWindow`, but only to a Sandbox.
The code in `hasNativeConsoleAPI` would then silently fail when trying to
access `window.wrappedJSObject`, and keep `isNative` as `false`.
For now, we work around this by always returning true if we don't have
access to a `nsIDOMWindow`.
Differential Revision: https://phabricator.services.mozilla.com/D42506
--HG--
extra : moz-landing-system : lando
2019-08-20 08:29:07 +00:00
Itiel
5efe209a73
Bug 1574847 - Fix the checkmark position on the main devtools options menu dropdown for RTL users r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D42518
--HG--
extra : moz-landing-system : lando
2019-08-20 08:12:22 +00:00
Nicolas Chevobbe
2133561d3b
Bug 1574763 - Localize the WarningGroup badge title. r=jdescottes.
...
Sadly the badge title wasn't localized at all, so we add a new
l10n string and use it in the component.
Differential Revision: https://phabricator.services.mozilla.com/D42517
--HG--
extra : moz-landing-system : lando
2019-08-20 05:52:40 +00:00
Jason Laster
bc574b123c
Bug 1574040 - Generalize the Debugger's worker redux management. r=loganfsmyth
...
Differential Revision: https://phabricator.services.mozilla.com/D42238
--HG--
rename : devtools/client/debugger/src/utils/workers.js => devtools/client/debugger/src/utils/threads.js
extra : moz-landing-system : lando
2019-08-20 04:41:41 +00:00
Logan Smyth
3660d8e202
Bug 1572209 - Part 3: Upgrade MC Devtools build logic to use Babel 7.x for compilation. r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D42573
--HG--
rename : devtools/client/debugger/.babelrc => devtools/client/debugger/babel.config.js
extra : moz-landing-system : lando
2019-08-20 00:57:18 +00:00
Logan Smyth
0cff9d331e
Bug 1572209 - Part 2: Upgrade debugger source-file processing to use Babel 7. r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D42572
--HG--
extra : moz-landing-system : lando
2019-08-20 00:56:33 +00:00
Logan Smyth
d2095a0055
Bug 1572209 - Part 1: Rebuild worker bundles to pick up some missing logic. r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D42571
--HG--
extra : moz-landing-system : lando
2019-08-20 00:55:49 +00:00
Logan Smyth
12ea9cfff0
Bug 1575096 - Disable beforeunload/unload event-breakpoint UI until fixed. r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D42577
--HG--
extra : moz-landing-system : lando
2019-08-20 00:37:58 +00:00
Cosmin Sabou
1426dda56b
Backed out changeset b0ad994d07d0 (bug 1574040) for debugger failures.
...
--HG--
rename : devtools/client/debugger/src/utils/threads.js => devtools/client/debugger/src/utils/workers.js
2019-08-20 03:41:14 +03:00
Bianca Danforth
780679ebf7
Bug 1542035 - Add read-only support for extension storage.local in addon debugger r=miker,rpl
...
* Add a new extensionStorage actor to enable inspection of data stored by an extension using the WebExtension storage.local API in the Storage panel client.
* The actor is only listed when the developer toolbox is targeting an extension process. For multi-process Firefox (e10s), this applies to only the toolbox accessed in about:debugging.
* The actor is gated behind a preference: devtools.storage.extensionStorage.enabled. This preference is set to false by default.
* The Storage panel displays storage item values as strings. If a storage item value is not JSON-stringifiable, it will be displayed in the table as "Object".
* It should be noted that extension storage.local’s storage backend is in the process of migrating from a JSON file to IndexedDB as of Firefox 66 for performance reasons. This actor only works for extensions that have migrated to the IndexedDB storage backend.
* In-line comments referencing Bugs 1542038 and 1542039 indicate places where the implementation may differ for local storage versus the other storage areas in the actor.
Differential Revision: https://phabricator.services.mozilla.com/D34415
--HG--
extra : moz-landing-system : lando
2019-08-19 20:16:50 +00:00
Jason Laster
f88768528b
Bug 1574040 - Generalize the Debugger's worker redux management. r=loganfsmyth
...
Differential Revision: https://phabricator.services.mozilla.com/D42238
--HG--
rename : devtools/client/debugger/src/utils/workers.js => devtools/client/debugger/src/utils/threads.js
extra : moz-landing-system : lando
2019-08-20 00:21:32 +00:00
Jason Laster
e2e22e8792
Bug 1575007 - Update pause messages while replaying. r=bhackett
...
Differential Revision: https://phabricator.services.mozilla.com/D42542
--HG--
extra : moz-landing-system : lando
2019-08-19 18:25:42 +00:00
Cosmin Sabou
2e5b997146
Backed out 9 changesets (bug 1564221) for devtools failures on browser_net_security-redirect.js.
...
Backed out changeset bcae1e55fc27 (bug 1564221)
Backed out changeset 0efeb9b1f5fa (bug 1564221)
Backed out changeset aaa8ffb687f2 (bug 1564221)
Backed out changeset a1947eef7d86 (bug 1564221)
Backed out changeset 6cd17e69d1c7 (bug 1564221)
Backed out changeset ede7219b9a9e (bug 1564221)
Backed out changeset 63d578684d29 (bug 1564221)
Backed out changeset e804c46a9541 (bug 1564221)
Backed out changeset 4cd81a6d3b25 (bug 1564221)
--HG--
extra : histedit_source : 3b34632390a828e53929751dd79fe800b08a0ecb
2019-08-19 23:59:28 +03:00
Mark Banner
ca74b508b7
Bug 1574915 - Fix some instances of using async functions as promise executors. r=mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D42508
--HG--
extra : moz-landing-system : lando
2019-08-19 16:26:31 +00:00
Barret Rennie
67fc7c04a4
Bug 1564221 - Remove QueryInterface parameter from MockSecurityInfo in devtools tests r=ochameau,nchevobbe
...
The `MockSecurityInfo` instances in the patched devtools tests are not actually
being used as `nsITransportSecurityInfo` instances; while `QueryInterface`
methods were generated for the them, these were never called. Additionally, the
methods they are being passed to are not XPCOM-defined and therefore do not
strictly require `nsITransportSecurityInfo`.
In addition `NetworkHelper#parseSecurityInfo` now requires its `securityInfo`
to be `QueryInterface`d to a `nsITransportSecurityInfo` before calling the
function (except in the case of `MockSecurityInfo`, which is structurally
similar).
Differential Revision: https://phabricator.services.mozilla.com/D40521
--HG--
extra : moz-landing-system : lando
2019-08-19 07:01:56 +00:00
Chris Muldoon
9dc25e00c8
Bug 1574366 - Remove flexbox from .node.object.node for better formatting. r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D42440
--HG--
extra : moz-landing-system : lando
2019-08-20 15:39:53 +00:00
Perry Jiang
4d1b5b9a5c
Bug 1552945 - Start Service Workers in the parent process with parent-intercept. r=asuth,jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D32492
--HG--
extra : moz-landing-system : lando
2019-08-20 15:21:11 +00:00
Perry Jiang
7753ae42bf
Bug 1552945 - Send push events to ServiceWorkerRegistrationActor's active Service Worker r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D31906
--HG--
extra : moz-landing-system : lando
2019-08-20 15:21:02 +00:00
Perry Jiang
cbf68e6857
Bug 1552945 - Merge ServiceWorkerRegistrationFronts and ServiceWorker WorkerTargetFronts on their IDs. r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D31905
--HG--
extra : moz-landing-system : lando
2019-08-20 15:20:54 +00:00
Perry Jiang
4d21c36f04
Bug 1552945 - Expose a ServiceWorker's WorkerPrivate's ID on its ServiceWorkerFront. r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D31904
--HG--
extra : moz-landing-system : lando
2019-08-20 15:20:47 +00:00
Brian Hackett
3281985555
Bug 1573970 - Pause on debugger statements when using web replay, r=loganfsmyth.
...
Differential Revision: https://phabricator.services.mozilla.com/D42243
--HG--
extra : moz-landing-system : lando
2019-08-20 15:16:18 +00:00
Razvan Caliman
2df504c779
Bug 1575186 - Ensure Shape Path Editor can be toggled for basic shapes with default values. r=pbro
...
The patch for [Bug 1559796](https://bugzilla.mozilla.org/show_bug.cgi?id=1559796 ) has changed the computed value for the default `circle()` basic shape (no coordinates). It now reflects the approach used with default `ellipse()` basic shape (no coordinates), thus addressing the issue with inconsistency raised in Bug 1521508.
The change means the Shape Path Editor's parsing of `circle()` and `ellipse()` need to account for the missing "closest-side" default radius. This patch addresses this need and introduces a test to check whether the Shape Path Editor successfully triggers for basic shapes with default values.
Differential Revision: https://phabricator.services.mozilla.com/D42639
--HG--
extra : moz-landing-system : lando
2019-08-20 13:59:07 +00:00
lloan
949f442b3f
Bug 1573857 - Search doesn't properly for Cookies. r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D42308
--HG--
extra : moz-landing-system : lando
2019-08-20 15:03:26 +00:00
Narcis Beleuzu
829c6e38d1
Bug 1572225 - Fix mozlint failure. r=aryx CLOSED TREE
...
Differential Revision: https://phabricator.services.mozilla.com/D42647
--HG--
extra : amend_source : 251208b1e3253a89bf72b49abf88e406d1ba3756
extra : histedit_source : 8ee40bb9e3e21b15a5dc0633d706757df0523d5a
2019-08-20 17:29:42 +03:00
David Walsh
59b87e91ff
Bug 1572225 - Restore variables required by scratchpad r=nchevobbe
...
Restored and moved them to scratchpad's l10n file
Differential Revision: https://phabricator.services.mozilla.com/D42345
--HG--
extra : moz-landing-system : lando
2019-08-20 12:08:53 +00:00
Jan Odvarko
7249733689
Bug 1574439 - The search input should focus when Search panel is opened; r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D42471
--HG--
extra : moz-landing-system : lando
2019-08-20 08:36:07 +00:00
Gijs Kruitbosch
938483d542
Bug 1561502, r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D42123
--HG--
extra : moz-landing-system : lando
2019-08-20 13:12:26 +00:00
Gijs Kruitbosch
91775b86ee
Bug 1561502, r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D42122
--HG--
extra : moz-landing-system : lando
2019-08-20 13:12:17 +00:00
Gijs Kruitbosch
d11d241116
Bug 1561502, r=bzbarsky,Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D42120
--HG--
extra : moz-landing-system : lando
2019-08-20 13:11:58 +00:00
Itiel
a92ad7a9b4
Bug 1573804 - Fix dropdown tooltip arrow RTL alignment in devtools HTML documents. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D42538
--HG--
extra : moz-landing-system : lando
2019-08-19 17:31:26 +00:00
Julian Descottes
36de0b4930
Bug 1572867 - Use toolbox topWindow to prepare telemetry "open" event r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D41801
--HG--
extra : moz-landing-system : lando
2019-08-19 15:21:58 +00:00
Julian Descottes
6c7de7d545
Bug 1574572 - Restore highlighter-ready event definition in inspector specs for backward compatibility r=gl
...
Differential Revision: https://phabricator.services.mozilla.com/D42477
--HG--
extra : moz-landing-system : lando
2019-08-19 14:09:21 +00:00
Jason Laster
6845094e87
Bug 1574830 - Scanning should not show an overlay. r=bhackett
...
Differential Revision: https://phabricator.services.mozilla.com/D42443
--HG--
extra : moz-landing-system : lando
2019-08-19 14:39:14 +00:00
Luca Greco
6cb0fbe862
Bug 1572793 - Move webextension-fallback.html from devtools/client/jar.mn to devtools/shared/jar.mn. r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D41937
--HG--
rename : devtools/client/shared/webextension-fallback.html => devtools/shared/webextension-fallback.html
extra : moz-landing-system : lando
2019-08-19 06:30:56 +00:00
Nicolas Chevobbe
91cb50a784
Bug 1572442 - Refactor how we create Console's network data provider. r=Honza.
...
The DataProvider is what allows us to use the Netmonitor
components. The way it was created before was non optimal,
as it were inside an enhancer, and was then attached to
a proxy.
As we may now have multiple proxies, this could cause
some issue.
So we take this as an opportunity to create the DataProvider
in the WebConsoleWrapper (where live the actions we need for
the provider), and remove the now unused function on the
WebConsoleConnectionProxy.
Differential Revision: https://phabricator.services.mozilla.com/D41354
--HG--
extra : moz-landing-system : lando
2019-08-19 14:53:52 +00:00
Nicolas Chevobbe
f07d2560ed
Bug 1573100 - Remove unused WebConsole:setFilterState. r=Honza.
...
Differential Revision: https://phabricator.services.mozilla.com/D42298
--HG--
extra : moz-landing-system : lando
2019-08-19 14:47:21 +00:00
Nicolas Chevobbe
e70654f2f3
Bug 1571006 - Fix intermittent in browser_jsterm_await_paused. r=Honza.
...
Since we're having a setTimeout in which we call
the Promise resolve function with a local variable
for a script we're paused in, it might occur that
when resuming, the setTimeout delay would be big
enough for the local variable to not be available
anymore.
So here, we compute the results directly in the
Promise callback body so we're sure the local
variable still exists.
Differential Revision: https://phabricator.services.mozilla.com/D42320
--HG--
extra : moz-landing-system : lando
2019-08-19 14:43:08 +00:00
Ciure Andrei
8f8f28acdb
Backed out changeset 3f0cde4a61e5 (bug 1572867) for causing browser_toolbox_telemetry_open_event.js to perma fail CLOSED TREE
2019-08-19 17:25:29 +03:00
Julian Descottes
3cd9f746fb
Bug 1572867 - Use toolbox topWindow to prepare telemetry "open" event r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D41801
--HG--
extra : moz-landing-system : lando
2019-08-19 13:18:18 +00:00
Nicolas Chevobbe
925311bc77
Bug 1568779 - Remove editors settings comments in devtools files. r=pbro.
...
Differential Revision: https://phabricator.services.mozilla.com/D42300
--HG--
extra : moz-landing-system : lando
2019-08-19 12:48:16 +00:00
Belén Albeza
e3e7c0ffca
Bug 1573408
- Restore mock in jest tests r=Ola,sole
...
Differential Revision: https://phabricator.services.mozilla.com/D41982
--HG--
extra : moz-landing-system : lando
2019-08-19 08:52:41 +00:00
Belén Albeza
421c27f643
Bug 1566007 - Part 3: Add tests (jest + mochitest) r=Ola
...
Differential Revision: https://phabricator.services.mozilla.com/D41975
--HG--
extra : moz-landing-system : lando
2019-08-19 08:16:57 +00:00
Belén Albeza
06f7b4f124
Bug 1566007 - Part 2 : Add ManifestLoader component r=Ola,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D41974
--HG--
extra : moz-landing-system : lando
2019-08-19 08:27:20 +00:00
Belén Albeza
fa01c1cf25
Bug 1566007 - Part 1: Create Redux state/reducers/actions to hold manifest data r=Ola
...
Differential Revision: https://phabricator.services.mozilla.com/D41973
--HG--
extra : moz-landing-system : lando
2019-08-15 08:32:25 +00:00
Mark Banner
b1970e6a2f
Bug 1571466 - Cleanup unnecessary ESLint global definitions. r=mossop
...
These are raised as redeclares or unused variables by ESLint 6.
Differential Revision: https://phabricator.services.mozilla.com/D37268
--HG--
extra : moz-landing-system : lando
2019-08-19 07:11:56 +00:00
jaril
1a04a471fd
Bug 1452920 - Clean up WebConsoleActor events and responses. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D40387
--HG--
extra : moz-landing-system : lando
2019-08-19 06:57:42 +00:00
monikamaheshwari
4be649015b
Bug 1553458 remove in-content-text-color r=remote-debugging-reviewers,daisuke
...
Differential Revision: https://phabricator.services.mozilla.com/D40591
--HG--
extra : moz-landing-system : lando
2019-08-19 06:10:53 +00:00
Daisuke Akatsuka
a8fcde43fa
Bug 1571650: Add test for z-index of grids. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D41931
--HG--
extra : moz-landing-system : lando
2019-08-18 03:13:51 +00:00
Daisuke Akatsuka
016f7b5076
Bug 1571650: Change z-index by the nest. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D41929
--HG--
extra : moz-landing-system : lando
2019-08-16 07:38:57 +00:00
Noemi Erli
359e69d95a
Backed out changeset 65b1715d878b (bug 1573695) for causing failures in browser_parsable_css.js CLOSED TREE
2019-08-17 09:27:31 +03:00
David Walsh
b70ef6a203
Bug 1573695 - Implement skip pausing disabled effect for secondary panels r=Harald
...
Differential Revision: https://phabricator.services.mozilla.com/D42174
--HG--
extra : moz-landing-system : lando
2019-08-16 20:24:57 +00:00
Brian Hackett
9c7cf7138d
Bug 1573966 - Fix variable previewing when using cached pause data, r=loganfsmyth.
...
Differential Revision: https://phabricator.services.mozilla.com/D42067
--HG--
extra : moz-landing-system : lando
2019-08-16 20:55:19 +00:00
David Walsh
25d9b05653
Bug 1574122 - Provide a key for DOM Mutation breakpoint items r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D42133
--HG--
extra : moz-landing-system : lando
2019-08-16 16:56:03 +00:00
David Walsh
823913efb6
Bug 1574266 - Use modern syntax highlighting in debugger r=Harald
...
Differential Revision: https://phabricator.services.mozilla.com/D42245
--HG--
extra : moz-landing-system : lando
2019-08-16 15:02:42 +00:00
Jason Laster
c0a595d089
Bug 1573890 - Simplify logpoint messages. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D41990
--HG--
extra : moz-landing-system : lando
2019-08-16 17:28:40 +00:00
Dorel Luca
4b3c5c8fa3
Backed out changeset 6e01b87795cf (bug 1573890) for Devtools failures. CLOSED TREE
...
--HG--
extra : rebase_source : e8a8addd651398d07630e0990eb49f0210969f23
2019-08-16 19:36:41 +03:00
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
Ciure Andrei
c8c4bf08bf
Backed out 4 changesets (bug 1571650) for AddressSanitizer failures CLOSED TREE
...
Backed out changeset 9c93a75bc692 (bug 1571650)
Backed out changeset 9f62e449f9ca (bug 1571650)
Backed out changeset 48438a9d64f1 (bug 1571650)
Backed out changeset eaef1d403d31 (bug 1571650)
2019-08-14 18:51:36 +03:00
Mats Palmgren
aa7733da8b
Bug 1557825 part 2 - Add tests and update devtools for 'display:block ruby'. r=xidorn
...
Differential Revision: https://phabricator.services.mozilla.com/D40213
--HG--
extra : moz-landing-system : lando
2019-08-14 14:38:33 +00:00
Mats Palmgren
740cfc08a3
Bug 1105868 part 3 - Implement 'inline list-item' and 'inline flow-root list-item' values for the 'display' property. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D39832
--HG--
extra : moz-landing-system : lando
2019-08-14 14:37:03 +00:00
Mats Palmgren
307e0a6d66
Bug 1569825 - Hide some 'display' values in devtools auto-completion that we want to discourage authors from using. r=dholbert
...
Differential Revision: https://phabricator.services.mozilla.com/D39810
--HG--
extra : moz-landing-system : lando
2019-08-14 14:35:56 +00:00
Itiel
1fef111e2e
Bug 1428917 - Remove broken RTL support for inspector breadcrumbs in RTL locales r=gl
...
Since the 2 code panels above are LTR and in english characters only, it doesn't make sense to break the flow and make the bottom part RTL, so this removes RTL support altogether and forces LTR on html-arrowscrollbox-inner.
Differential Revision: https://phabricator.services.mozilla.com/D41287
--HG--
extra : moz-landing-system : lando
2019-08-14 14:58:25 +00:00
Itiel
d1b14ec95a
Bug 1224129 - Force LTR on boxmodel items text r=gl
...
Differential Revision: https://phabricator.services.mozilla.com/D41363
--HG--
extra : moz-landing-system : lando
2019-08-14 14:50:42 +00:00
tanhengyeow
04362e99cf
Bug 1561526 - WebSocket frame list should support auto scroll to bottom. r=Honza
...
Support auto scroll to bottom.
Differential Revision: https://phabricator.services.mozilla.com/D39743
--HG--
extra : moz-landing-system : lando
2019-08-14 14:04:53 +00:00
Daisuke Akatsuka
83f2b87e91
Bug 1571650: Add test for z-index of grids. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D41931
--HG--
extra : moz-landing-system : lando
2019-08-14 09:40:27 +00:00
Daisuke Akatsuka
f9c1392ef6
Bug 1571650: Change z-index by the nest. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D41929
--HG--
extra : moz-landing-system : lando
2019-08-14 12:32:57 +00:00
tanhengyeow
cc005b5bba
Bug 1567633 - High-frequency messages cause multi-second hangs. r=Honza
...
Triggers addFrames in batches
Differential Revision: https://phabricator.services.mozilla.com/D41796
--HG--
extra : moz-landing-system : lando
2019-08-14 11:54:28 +00:00
tanhengyeow
d658ea6fb0
Bug 1565217 - WebSockets panel should fetch payload only when selected. r=Honza
...
Display payload in FrameListColumnData up to 1000 characters
Differential Revision: https://phabricator.services.mozilla.com/D39778
--HG--
extra : moz-landing-system : lando
2019-08-14 11:25:35 +00:00
Belén Albeza
c3ef8e6fdf
Bug 1565973 - Part 2: Add browser tests for the manifest actor r=ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D40980
--HG--
extra : moz-landing-system : lando
2019-08-14 08:36:43 +00:00
Belén Albeza
b554a01c44
Bug 1565973 - Part 1: Implement manifest actor in the server r=ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D40979
--HG--
extra : moz-landing-system : lando
2019-08-13 14:43:24 +00:00
Gabriel Luong
7e6632a422
Bug 1572460 - Refactor `selection` out of the `InspectorFront`. r=yulia
...
Differential Revision: https://phabricator.services.mozilla.com/D41314
--HG--
extra : moz-landing-system : lando
2019-08-14 05:07:38 +00:00
Gabriel Luong
daff679f83
Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia
...
Differential Revision: https://phabricator.services.mozilla.com/D39610
--HG--
extra : moz-landing-system : lando
2019-08-14 04:51:20 +00:00
Charlie Marlow
693746ef3d
Bug 1558929: adding from-font support to text-underline-offset and text-decoration-thickness r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D41476
--HG--
extra : moz-landing-system : lando
2019-08-13 17:43:25 +00:00
Dhyey Thakore
b768ed3d0f
Bug 1573580 - Handle corner case which caused inline preview to stop working r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D41794
--HG--
extra : moz-landing-system : lando
2019-08-13 19:56:06 +00:00
Gabriel Luong
6013759ea3
Bug 1573058 - Remove legacy `highlighter-ready` and `highlighter-hide` events from the walker. r=ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D41646
--HG--
extra : moz-landing-system : lando
2019-08-13 17:55:08 +00:00
Ola Gasidlo
c3cdf78603
Bug 1566011 renaming the layout folder to routing + PageContainer component to PageSwitcher, Part 1, r=ladybenko
...
First part is renaming the layout folder to routing as discussed as well as the PageContainer component to PageSwitcher.
Differential Revision: https://phabricator.services.mozilla.com/D40976
--HG--
rename : devtools/client/application/src/components/layout/PageContainer.js => devtools/client/application/src/components/routing/PageSwitcher.js
rename : devtools/client/application/src/components/layout/moz.build => devtools/client/application/src/components/routing/moz.build
rename : devtools/client/application/test/components/layout/__snapshots__/components_application_panel-PageContainer.test.js.snap => devtools/client/application/test/components/routing/__snapshots__/components_application_panel-PageSwitcher.test.js.snap
rename : devtools/client/application/test/components/layout/components_application_panel-PageContainer.test.js => devtools/client/application/test/components/routing/components_application_panel-PageSwitcher.test.js
extra : moz-landing-system : lando
2019-08-13 17:43:45 +00:00
tanhengyeow
2924fb2d9f
Bug 1561631 - Limit number of displayed frames in WebSocket side panel. r=Harald,Honza
...
Truncate displayed frames if they are over the specified limit. Offers a way to disable this behaviour.
Differential Revision: https://phabricator.services.mozilla.com/D39087
--HG--
extra : moz-landing-system : lando
2019-08-13 16:33:23 +00:00
Razvan Caliman
a69d6c017c
Bug 1572330 - Adjust Inactive CSS tooltip style. r=miker
...
Differential Revision: https://phabricator.services.mozilla.com/D41177
--HG--
extra : moz-landing-system : lando
2019-08-13 10:08:04 +00:00
Brad Werth
d5e60384d2
Bug 1523844 Part 4: Add a test that meta viewport page resizes correctly after reload. r=botond
...
Differential Revision: https://phabricator.services.mozilla.com/D41104
--HG--
extra : moz-landing-system : lando
2019-08-12 22:22:59 +00:00
lloan
da85787e96
Bug 1573493 - Search panel is missing two prefs. r=Honza.
...
Differential Revision: https://phabricator.services.mozilla.com/D41774
--HG--
extra : moz-landing-system : lando
2019-08-13 15:24:53 +00:00
Ola Gasidlo
6d236dc311
Bug 1565172 Add routing support for Manifest page, r=ladybenko,fluent-reviewers,flod
...
Add routing support for Manifest page with simple CSS and fluent string for `no manifest found`
Differential Revision: https://phabricator.services.mozilla.com/D40808
--HG--
extra : moz-landing-system : lando
2019-08-13 13:18:23 +00:00
yulia
84b0e082f1
Bug 1560200 - Implement very basic markup view support traversing remote frames via resource api. r=ochameau,rcaliman
...
Differential Revision: https://phabricator.services.mozilla.com/D39525
--HG--
extra : moz-landing-system : lando
2019-08-13 11:54:06 +00:00
David Walsh
60c1fd55e6
Bug 1569216 - Implement DOM Mutation Breakpoints UI for the debugger r=loganfsmyth
...
Differential Revision: https://phabricator.services.mozilla.com/D39517
--HG--
extra : moz-landing-system : lando
2019-08-13 02:35:50 +00:00
Arun Kumar Mohan
aebaf817fb
Bug 1554884 - Refactor isFlagFilterMatch function to remove disabled complexity eslint rule. r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D39597
--HG--
extra : moz-landing-system : lando
2019-08-13 11:56:13 +00:00
Alexandre Poirot
4aa1145476
Bug 1573240 - Allow opening a toolbox debugging the Browser toolbox. r=jlast
...
From the browser toolbox, open another toolbox, in yet another process
which allows to debug the browser toolbox's process.
This typically allows debugging the browser toolbox frontend.
We use the the same key short currently used to open the browser from
Firefox frontend.
Differential Revision: https://phabricator.services.mozilla.com/D41626
--HG--
extra : moz-landing-system : lando
2019-08-12 22:25:21 +00:00
Michael Ratcliffe
50a76612b7
Bug 1572712 - Remove messages ported to fission from tunnel.js r=bradwerth,layely
...
This patch removes the following messages from `devtools/client/responsive.html/browser/tunnel.js`:
- Browser:Reload
- Forms:MouseOut
- Forms:MouseOver
- FullZoom
- contextmenu
- ContextMenu:
- Findbar:
- InlineSpellChecker:
- ViewSource:
These features all work just fine inside RDM without being included in `devtools/client/responsive.html/browser/tunnel.js`.
Differential Revision: https://phabricator.services.mozilla.com/D41386
--HG--
extra : moz-landing-system : lando
2019-08-13 10:18:05 +00:00
Itiel
74b0b50ac2
Bug 1428955 - Fix direction of sidebar toggle buttons in Storage Inspector for RTL locales r=miker
...
Differential Revision: https://phabricator.services.mozilla.com/D41292
--HG--
extra : moz-landing-system : lando
2019-08-13 10:04:23 +00:00
Sylvestre Ledru
5da36f02d4
Bug 1562642 - Part 5 - Add missing MPL2 headers in devtools/ r=jlast
...
Depends on D41566
Differential Revision: https://phabricator.services.mozilla.com/D41567
--HG--
extra : moz-landing-system : lando
2019-08-12 15:56:26 +00:00
Perry Jiang
9f7e12ee62
Bug 1231213 - Various changes to existing tests. r=asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D32078
--HG--
extra : moz-landing-system : lando
2019-08-13 04:04:58 +00:00
Perry Jiang
700b91039e
Bug 1231213 - Temporarily disable devtools tests for Service Workers e10s. r=asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D26179
--HG--
extra : moz-landing-system : lando
2019-08-13 04:04:51 +00:00