Commit Graph

975 Commits

Author SHA1 Message Date
David Walsh
611da30262 Bug 1577677 - Update language for toggling inline preview r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D44098

--HG--
extra : moz-landing-system : lando
2019-08-30 16:15:03 +00:00
Nicolas Chevobbe
434d13bdd7 Bug 1574791 - Don't emit a warning message when enabling CSS warnings. r=Honza.
There was a warning message displayed to indicate that
the stylesheets where parsed again for checking errors,
and that in order to see errors for CSS modified in
Javascript, the tab should be reloaded.
The jargon used there was confusing, and also this was
more a notice than an actual warning message.
In order to remove confusion, we don't emit this message
anymore, but add a title to the CSS filter button when
it's disabled. The sentence is reworded to be simpler
to understand.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 08:57:50 +00:00
Maliha Islam
973268af17 Bug 1564999 - Add menu with simulation options to the a11y panel, r=yzen
Differential Revision: https://phabricator.services.mozilla.com/D38885

--HG--
extra : moz-landing-system : lando
2019-08-29 05:01:52 +00:00
Yura Zenevich
346739d4b9 Bug 1564968 - add keyboard audit filter/badge to the accessibility panel. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D43446

--HG--
rename : devtools/client/accessibility/components/TextLabelBadge.js => devtools/client/accessibility/components/KeyboardBadge.js
extra : moz-landing-system : lando
2019-08-28 13:09:17 +00:00
Yura Zenevich
722e0fdc59 Bug 1564968 - add keyboard check section within accessibility panel sidebar checks. r=gl,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D43445

--HG--
extra : moz-landing-system : lando
2019-08-28 13:09:19 +00:00
Yura Zenevich
f025c6403a Bug 1564968 - add highlighting support for keyboard issues. r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D43443

--HG--
rename : devtools/server/tests/browser/browser_accessibility_infobar_audit_text_label.js => devtools/server/tests/browser/browser_accessibility_infobar_audit_keyboard.js
extra : moz-landing-system : lando
2019-08-28 13:09:23 +00:00
Nicolas Chevobbe
04f5f42266 Bug 1558417 - Add onboarding UI for Editor. r=Honza.
The onboarding UI is displayed on top of the Editor.
A dismiss button hides it forever (this is handled via
a pref that is set to false when clicking the button).

We take this as an opportunity to polish the Editor UI/wording
a bit.

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

--HG--
rename : devtools/client/debugger/images/resume.svg => devtools/client/themes/images/webconsole/run.svg
extra : moz-landing-system : lando
2019-08-28 15:42:36 +00:00
Gurzau Raul
ad32ef1d9a Backed out changeset 9aa911cc3fcf (bug 1558417) for failing at browser_jsterm_editor_toolbar.js on a CLOSED TREE. 2019-08-28 17:12:00 +03:00
Bogdan Tara
02e806d54a Backed out 6 changesets (bug 1564968) by yzen's request CLOSED TREE
Backed out changeset 4b7516635108 (bug 1564968)
Backed out changeset c3227d4ff4b3 (bug 1564968)
Backed out changeset 868dbd59c79e (bug 1564968)
Backed out changeset db1a396ab58e (bug 1564968)
Backed out changeset e69163dc4683 (bug 1564968)
Backed out changeset c12857bc6980 (bug 1564968)
2019-08-28 16:06:23 +03:00
Yura Zenevich
c094bf25b6 Bug 1564968 - add keyboard audit filter/badge to the accessibility panel. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D43446

--HG--
rename : devtools/client/accessibility/components/TextLabelBadge.js => devtools/client/accessibility/components/KeyboardBadge.js
extra : moz-landing-system : lando
2019-08-27 23:37:54 +00:00
Yura Zenevich
411f447380 Bug 1564968 - add keyboard check section within accessibility panel sidebar checks. r=gl,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D43445

--HG--
extra : moz-landing-system : lando
2019-08-27 18:17:19 +00:00
Yura Zenevich
14f3ce0a9b Bug 1564968 - add highlighting support for keyboard issues. r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D43443

--HG--
rename : devtools/server/tests/browser/browser_accessibility_infobar_audit_text_label.js => devtools/server/tests/browser/browser_accessibility_infobar_audit_keyboard.js
extra : moz-landing-system : lando
2019-08-27 18:06:41 +00:00
Belén Albeza
ef64830e0c Bug 1575872 - Part 1: Render a list of issues (errors and warnings) in the Manifest r=Ola,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D43637

--HG--
rename : devtools/client/application/src/components/manifest/ManifestItemWarning.css => devtools/client/application/src/components/manifest/ManifestIssue.css
rename : devtools/client/application/src/components/manifest/ManifestItemWarning.js => devtools/client/application/src/components/manifest/ManifestIssue.js
extra : moz-landing-system : lando
2019-08-28 12:20:43 +00:00
Nicolas Chevobbe
db62899801 Bug 1558417 - Add onboarding UI for Editor. r=Honza.
The onboarding UI is displayed on top of the Editor.
A dismiss button hides it forever (this is handled via
a pref that is set to false when clicking the button).

We take this as an opportunity to polish the Editor UI/wording
a bit.

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

--HG--
rename : devtools/client/debugger/images/resume.svg => devtools/client/themes/images/webconsole/run.svg
extra : moz-landing-system : lando
2019-08-28 11:47:49 +00:00
David Walsh
2bbe6fef7a Bug 1576679 - Turn on inline preview by default r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D43490

--HG--
extra : moz-landing-system : lando
2019-08-27 21:48:49 +00:00
goncharov
53359e3391 Bug 1097836 - Give users on Windows the choice between POSIX and Windows escaped "Copy as cURL" commands. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D42699

--HG--
extra : moz-landing-system : lando
2019-08-27 14:46:33 +00:00
Nicolas Chevobbe
c500e2593d Bug 1565380 - Add a deprecation warning message to Scratchpad. r=jdescottes.
This patch contains 2 parts:
- First one is adding a label + icon in the settings panel next to
  the Scratchpad tool entry. This is mainly re-adding what was done
  for Bug 1527294.
- Second is adding a deprecation warning message *in* the Scratchpad
  panel. This is using the NotificationBox that is already used in
  the panel.

Both have a link to the deprecated tools MDN page, in which we'll add
a Scratchpad section soon.

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

--HG--
extra : moz-landing-system : lando
2019-08-23 12:30:10 +00:00
lloan
4056a4ee64 Bug 1574440 - Introduce shortcut for opening the Search Panel. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D43180

--HG--
extra : moz-landing-system : lando
2019-08-23 06:51:44 +00:00
Ola Gasidlo
f6914e3574 Bug 1566011 - Fix duplicated locales, r=flod,ladybenko,fluent-reviewers
fixed duplicated locales caused by rebase

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

--HG--
extra : moz-landing-system : lando
2019-08-22 09:05:09 +00:00
Noemi Erli
2c57c4ba45 Backed out changeset faa8347d3c18 (bug 1566011) for devtools failures
--HG--
extra : rebase_source : 9dcb2a61c413bc7ec6a5ace6d5a0c5af90aa2b31
2019-08-22 11:02:10 +03:00
Ola Gasidlo
d84fe15669 Bug 1566011 - Fix duplicated locales, r=flod,ladybenko,fluent-reviewers
fixed duplicated locales caused by rebase

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

--HG--
extra : moz-landing-system : lando
2019-08-22 07:40:41 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
tanhengyeow
c91b6dc057 Bug 1565226 - Limit the payload rendered in the Preview panel. r=nchevobbe
Limit the payload rendered in the Preview panel to 100 KB

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

--HG--
extra : moz-landing-system : lando
2019-08-07 17:44:27 +00:00
Yura Zenevich
b444e8b17b Bug 1565460 - add scroll into view preference to the accessibility panel. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D39119

--HG--
extra : moz-landing-system : lando
2019-08-12 00:21:56 +00:00
Yura Zenevich
a4a33c2a52 Bug 1565460 - move the specific filter buttons for a11y panel audit from top level toolbar inside a menu. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D39118

--HG--
extra : moz-landing-system : lando
2019-08-09 13:13:44 +00:00
lloan
9abd5ad6da Bug 1454312 - Display search results when searching across all network resources. r=Honza,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D38164

--HG--
extra : moz-landing-system : lando
2019-08-09 12:18:54 +00:00
tanhengyeow
9983b8eaa6 Bug 1561553 - WebSocket frame list should hide some columns by default. r=nchevobbe
Show "Data" and "Time" column by default. Allows users to show/hide columns through the header context menu. Also ensures that least one column is shown.

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

--HG--
extra : moz-landing-system : lando
2019-08-05 07:31:10 +00:00
Krishnal Ciccolella
ce015b94f1 Bug 1545356 - Hovering over 'flex' and 'grid' buttons, in the inspector view, indicates that they are clickable r=gl
I made changes to the `LOCALIZATION NOTE` in the `inspector.properties` file and updated `DISPLAY_TYPES` in the `element-editor.js` file for `flex`, `grid`, `inline-flex` and `inline-grid`.

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

--HG--
extra : moz-landing-system : lando
2019-08-03 16:31:09 +00:00
Nicolas Chevobbe
b39394d528 Bug 1554857 - Add editor mode button in input. r=ladybenko.
The button is then hidden when in editor mode.
A test is added to ensure the button is displayed
when it's expected, and that clicking on it does
open the editor.

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

--HG--
extra : moz-landing-system : lando
2019-08-03 08:30:16 +00:00
David Walsh
d04500a40f Bug 1463427 - Tidy up debugger strings r=jlast
I created a script (https://gist.github.com/darkwing/37ce7c59f937e36cba02fcb6711328bc) to find unused locale strings in the debugger.

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

--HG--
extra : moz-landing-system : lando
2019-08-02 00:17:24 +00:00
Julian Descottes
98a6aa7764 Bug 1554404 - Add title to disabled serviceworker buttons in aboutdebugging r=fluent-reviewers,Pike,daisuke
Depends on D38850

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

--HG--
extra : moz-landing-system : lando
2019-07-31 11:34:37 +00:00
Armando Ferreira
a22a750ddc Bug 1558198 - Add history navigation buttons in Editor toolbar. r=nchevobbe
Adding History navigation to Editor toolbar

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

--HG--
extra : moz-landing-system : lando
2019-07-23 18:36:01 +00:00
Nicolas Chevobbe
41b44a849a Bug 1567370 - Add a close button to the Editor Toolbar. r=Honza.
The button display the same icon that will be used
in the console input when in inline-mode to toggle
the editor mode, active.
A test is added to ensure the button works as expected.

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

--HG--
rename : browser/themes/shared/icons/sidebars.svg => devtools/client/themes/images/webconsole/editor.svg
extra : moz-landing-system : lando
2019-07-19 14:10:06 +00:00
tanhengyeow
8f2fe89432 Bug 1555631 - WebSocket frame payload preview. r=Honza,nchevobbe
Support WebSocket frame payload preview.

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

--HG--
extra : moz-landing-system : lando
2019-07-19 13:25:30 +00:00