- May 13, 2024
-
-
Pier Angelo Vendrame authored
This reverts commit 6450a4e6.
-
- May 07, 2024
-
-
- May 20, 2023
-
-
Mark Banner authored
Bug 1826062 - Automatic fixes for upgrading Prettier to 2.8.8. r=mossop,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,denschub,devtools-reviewers,sparky,calu Differential Revision: https://phabricator.services.mozilla.com/D177027
-
- Jan 09, 2023
-
-
Alexandre Poirot authored
Bug 1693495 - [devtools] Implement a beginning of "Network" commands, starting with sendHTTPRequest. r=devtools-reviewers,nchevobbe Use new "commands" thunk argument. We were passing connector as argument whereas we could have fetched it from thunk arguments. This will help slowly convert Connector/NetMonitorAPI to a command. Differential Revision: https://phabricator.services.mozilla.com/D166055
-
- Sep 30, 2022
-
-
Alexandre Poirot authored
Bug 1792847 - [devtools] Use absolute URLs to import modules in devtools/client/netmonitor. r=jdescottes Differential Revision: https://phabricator.services.mozilla.com/D158377
-
- Sep 08, 2022
-
-
Hubert Boma Manilla authored
This patch switches to using indexedDB to for more space. Some cleanups. Differential Revision: https://phabricator.services.mozilla.com/D155239
-
- Sep 05, 2022
-
-
Hubert Boma Manilla authored
Bug 1777716 - [devtools] Add back the 'Resend' context menu to send quick requests without editing r=nchevobbe This patch adds reverts back to having distint context menu items for 'Resend' and 'Edit and Resend' but this is using the new http custom request functionality. Differential Revision: https://phabricator.services.mozilla.com/D155159
-
- Aug 26, 2022
-
-
Mark Banner authored
Differential Revision: https://phabricator.services.mozilla.com/D155167
-
- Aug 12, 2022
-
-
Hubert Boma Manilla authored
Differential Revision: https://phabricator.services.mozilla.com/D153477
-
- Aug 03, 2022
-
-
Mark Banner authored
Differential Revision: https://phabricator.services.mozilla.com/D153567
-
- Jul 18, 2022
-
-
Julian Descottes authored
Depends on D152006 Forcing name and values to one line, we should add a tooltip to show the whole content Differential Revision: https://phabricator.services.mozilla.com/D152008
-
- Jul 08, 2022
-
-
Nicolas Chevobbe authored
The container is turned into a footer and moved outside of its current parent so it always stick to the bottom. CSS was tweaked to keep it nice. Differential Revision: https://phabricator.services.mozilla.com/D151284
-
- Jul 04, 2022
-
-
Daniel Q authored
Differential Revision: https://phabricator.services.mozilla.com/D150886
-
- Jun 16, 2022
-
-
Tetsuharu Ohzeki authored
Bug 1508688 - Add `UNSAFE_` prefix to React deprecated lifecycle methods in devtools/client/netmonitor/. r=devtools-reviewers,nchevobbe Differential Revision: https://phabricator.services.mozilla.com/D149481
-
- May 19, 2022
-
-
Hubert Boma Manilla authored
Bug 1769572 - [devtools] The CONNECT method should no longer be sent on request resend. r=nchevobbe, a=RyanVM The CONNECT method sent on Edit & Resend of certain requests crashes firefox based on https://bugzilla.mozilla.org/show_bug.cgi?id=1769572#c2, Necko uses CONNECT in a special way, so lets restrict the devtools from selecting and sending it. The crash happens with both the current and new edit and resend panels, so this patch needs to be tested for both. Use the devtools.netmonitor.features.newEditAndResend and set it to true to enable the new edit and resend panel. Note: The new edit and resend panel is enabled by default in Nightly. See https://bugzilla.mozilla.org/show_bug.cgi?id=1769572#c0 for the STR for the current Edit and Resend panel See https://bugzilla.mozilla.org/show_bug.cgi?id=1769572#c7 for the STR for the new Edit and Resend Differential Revision: https://phabricator.services.mozilla.com/D146820
-
Hubert Boma Manilla authored
The CONNECT method sent on Edit & Resend of certain requests crashes firefox based on https://bugzilla.mozilla.org/show_bug.cgi?id=1769572#c2, Necko uses CONNECT in a special way, so lets restrict the devtools from selecting and sending it. The crash happens with both the current and new edit and resend panels, so this patch needs to be tested for both. Use the devtools.netmonitor.features.newEditAndResend and set it to true to enable the new edit and resend panel. Note: The new edit and resend panel is enabled by default in Nightly. See https://bugzilla.mozilla.org/show_bug.cgi?id=1769572#c0 for the STR for the current Edit and Resend panel See https://bugzilla.mozilla.org/show_bug.cgi?id=1769572#c7 for the STR for the new Edit and Resend Differential Revision: https://phabricator.services.mozilla.com/D146820
-
- Apr 27, 2022
-
-
Claudia authored
Differential Revision: https://phabricator.services.mozilla.com/D144441
-
- Mar 24, 2022
-
-
Claudia authored
Bug 1750245 - [devtools] Adds test for basic functionality of the new HTTP Custom request panel r=bomsy Differential Revision: https://phabricator.services.mozilla.com/D138659
-
- Mar 12, 2022
-
-
Claudia authored
Differential Revision: https://phabricator.services.mozilla.com/D140078
-
- Mar 10, 2022
-
-
Claudia authored
Bug 1758351 - [devtools] Change the name of the pref "devtools.netmonitor.features.newEditAndResendState" to "devtools.netmonitor.customRequest" r=bomsy Differential Revision: https://phabricator.services.mozilla.com/D140493
-
- Mar 01, 2022
-
-
Claudia authored
Differential Revision: https://phabricator.services.mozilla.com/D139140
-
- Feb 16, 2022
-
-
Claudia authored
Bug 1744785 - [devtools] Adds a pref to persist edit and resend content across devtools sessions r=bomsy Differential Revision: https://phabricator.services.mozilla.com/D137996
-
- Feb 04, 2022
-
-
Claudia authored
Bug 1745412 - [devtools] Allows user to disable existing HTTP Headers and the params in New Custom Request Panel r=bomsy Differential Revision: https://phabricator.services.mozilla.com/D137685
-
Claudia authored
Bug 1745413 - [devtools] Allows user to see a list of (read only) headers in New Custom Request Panel r=bomsy Differential Revision: https://phabricator.services.mozilla.com/D137684
-
Claudia authored
Bug 1745408 - [devtools] Allows user to edit/add/remove URL parameters in New Custom Request Panel r=bomsy Differential Revision: https://phabricator.services.mozilla.com/D137306
-
Claudia authored
Bug 1745409 - [devtools] Allows user to edit/add/remove HTTP Headers in New Custom Request Panel r=bomsy Differential Revision: https://phabricator.services.mozilla.com/D137287
-
- Jan 27, 2022
-
-
Claudia authored
Bug 1745410 - [devtools] Allows user to edit the request body (POST body) in New Custom Request Panel r=bomsy Differential Revision: https://phabricator.services.mozilla.com/D136633
-
Claudia authored
Bug 1745395 - [devtools] Makes URL input into a multi-line text area in New Custom Request Panel r=bomsy Differential Revision: https://phabricator.services.mozilla.com/D136478
-
- Jan 21, 2022
-
-
Claudia authored
Bug 1745411 - [devtools] - Allows user to clear the content of the New Custom Request Panel. r=bomsy Differential Revision: https://phabricator.services.mozilla.com/D136162
-
Claudia authored
Bug 1745396 - [devtools] Create a drop down list to HTTP Method in New Custom Request Panel. r=bomsy Differential Revision: https://phabricator.services.mozilla.com/D136025
-
- Jan 14, 2022
-
-
Claudia authored
Depends on D135241 Differential Revision: https://phabricator.services.mozilla.com/D135039
-
- Dec 15, 2021
-
-
Claudia authored
This patch creates an HTTP Custom request component without functionality, only shows the new panel on the left. Also, it adds a simple test, that will be uptaded as new features are added. Differential Revision: https://phabricator.services.mozilla.com/D133390
-