gecko-dev/devtools/client
Belén Albeza 20f700885f Bug 1575499 - Part 1: Rename ManifestView to Manifest r=Ola
> IMPORTANT: this depends on https://phabricator.services.mozilla.com/D43050 to be on central. If it has not been merged already, run `arc patch D43050` before downloading this stack.

`*View` suffixes are sometimes used in JS frameworks context in the same sense we use our `*Page` suffix in here. To avoid confusion –and to have a shorter name– I renamed components to just `Manifest*`

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

--HG--
rename : devtools/client/application/src/components/manifest/ManifestView.css => devtools/client/application/src/components/manifest/Manifest.css
rename : devtools/client/application/src/components/manifest/ManifestView.js => devtools/client/application/src/components/manifest/Manifest.js
rename : devtools/client/application/src/components/manifest/ManifestViewEmpty.js => devtools/client/application/src/components/manifest/ManifestEmpty.js
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestView.test.js.snap => devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-Manifest.test.js.snap
rename : devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestViewEmpty.test.js.snap => devtools/client/application/test/components/manifest/__snapshots__/components_application_panel-ManifestEmpty.test.js.snap
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestView.test.js => devtools/client/application/test/components/manifest/components_application_panel-Manifest.test.js
rename : devtools/client/application/test/components/manifest/components_application_panel-ManifestViewEmpty.test.js => devtools/client/application/test/components/manifest/components_application_panel-ManifestEmpty.test.js
extra : moz-landing-system : lando
2019-08-26 12:31:10 +00:00
..
aboutdebugging Bug 1566443 - Rename folder aboutdebugging-new to aboutdebugging r=remote-debugging-reviewers,daisuke 2019-08-23 08:52:33 +00:00
accessibility Bug 1575002 - [RTL] Force LTR the "Properties" panel in the Accessibility tab and rotate the twisties to the correct direction r=jdescottes 2019-08-21 20:14:07 +00:00
application Bug 1575499 - Part 1: Rename ManifestView to Manifest r=Ola 2019-08-26 12:31:10 +00:00
bin Bug 1566443 - Rename folder aboutdebugging-new to aboutdebugging r=remote-debugging-reviewers,daisuke 2019-08-23 08:52:33 +00:00
debugger Bug 1573507 - Improve inline preview values with reps, r=davidwalsh,nchevobbe 2019-08-23 20:21:43 +00:00
dom Bug 1568779 - Remove editors settings comments in devtools files. r=pbro. 2019-08-19 12:48:16 +00:00
framework Bug 1541633 - Part 3: Reduce the amount of data passed to the source-map worker functions. r=jlast 2019-08-23 14:34:42 +00:00
inspector Bug 1574520 - Clean up Inspector breadcrumbs for RTL r=gl 2019-08-23 16:45:22 +00:00
jsonview Bug 1575385: Fix race in browser_jsonview_nojs.js. r=mccr8 2019-08-22 20:24:52 +00:00
locales Bug 1574440 - Introduce shortcut for opening the Search Panel. r=Honza 2019-08-23 06:51:44 +00:00
memory Bug 1569676 - Make memory panel's destroy synchronous. r=jdescottes 2019-08-12 13:47:15 +00:00
netmonitor Bug 1555638 - Telemetry for WS monitoring. r=Honza 2019-08-26 12:34:14 +00:00
performance Bug 1568779 - Remove editors settings comments in devtools files. r=pbro. 2019-08-19 12:48:16 +00:00
performance-new Bug 1551313: Insert profiler markers when preferences are accessed. r=squib,gregtatum 2019-08-23 13:12:51 +03:00
preferences Bug 1572332 - Move non-debugger devtools prefs into all.js and firefox.js. r=jdescottes 2019-08-26 01:44:59 +00:00
responsive Bug 1575097 Part 6: Change RDM test helper function to check innerWidth instead of screen.width. r=gl 2019-08-25 23:56:04 +00:00
scratchpad Bug 1565380 - Add a deprecation warning message to Scratchpad. r=jdescottes. 2019-08-23 12:30:10 +00:00
shared Bug 1566443 - Rename folder aboutdebugging-new to aboutdebugging r=remote-debugging-reviewers,daisuke 2019-08-23 08:52:33 +00:00
storage Bug 1568779 - Remove editors settings comments in devtools files. r=pbro. 2019-08-19 12:48:16 +00:00
styleeditor Bug 1541633 - Part 3: Reduce the amount of data passed to the source-map worker functions. r=jlast 2019-08-23 14:34:42 +00:00
themes Bug 1574520 - Clean up Inspector breadcrumbs for RTL r=gl 2019-08-23 16:45:22 +00:00
webconsole Bug 1576563 - Evaluate selected text if a selection exists in console input. r=Honza. 2019-08-26 14:28:38 +00:00
webide Bug 1572332 - Move non-debugger devtools prefs into all.js and firefox.js. r=jdescottes 2019-08-26 01:44:59 +00:00
webreplay Bug 1575058 - Fix assorted bugs with showing errors in the console while replaying, r=loganfsmyth. 2019-08-24 23:54:33 +00:00
.eslintrc.js
definitions.js Bug 1565380 - Add a deprecation warning message to Scratchpad. r=jdescottes. 2019-08-23 12:30:10 +00:00
jar.mn Bug 1566443 - Rename folder aboutdebugging-new to aboutdebugging r=remote-debugging-reviewers,daisuke 2019-08-23 08:52:33 +00:00
menus.js Bug 1569574 - Part 1: Rename the responsive.html/ folder to responsive/. r=pbro 2019-08-07 15:24:45 +00:00
moz.build Bug 1566443 - Rename folder aboutdebugging-new to aboutdebugging r=remote-debugging-reviewers,daisuke 2019-08-23 08:52:33 +00:00