Граф коммитов

1763 Коммитов

Автор SHA1 Сообщение Дата
Ben Delevingne ba70fdae23 Bug 1667634 - Order WS message column context menu consistently. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D93484
2020-10-15 10:36:58 +00:00
Nicolas Chevobbe c054be38ef Bug 1669956 - [devtools] Update require paths to reps modules. r=jdescottes.
Differential Revision: https://phabricator.services.mozilla.com/D93354
2020-10-14 11:24:17 +00:00
Ben Delevingne 3dfaad2d7f Bug 1582699 - [devtools] Consolidate thunk middlewares. r=nchevobbe
Merge `thunk-with-options` behavior directly into `thunk`, update `thunk` and `thunk-with-options` callsites and finally remove now unused `thunk-with-options` (as well as netmonitor's own `thunk`)

Depends on D92888

Differential Revision: https://phabricator.services.mozilla.com/D93195
2020-10-13 07:45:52 +00:00
Ben Delevingne 14aa4fcf8e Bug 1582699 - [devtools] Update thunk actions to take an object as an argument. r=nchevobbe
In short, thunk actions are changing from a signature with 2 parameters (dispatch and getState): `(dispatch, getState)`, to an object that contains those properties: `({ dispatch, getState })`.
This is done so we can merge thunk and thunk-with-options

Differential Revision: https://phabricator.services.mozilla.com/D92888
2020-10-13 07:48:12 +00:00
Ben Delevingne db9a05f7cd Bug 1669693 - [devtools] fix WebSocket message keyboard navigation. r=Honza,bomsy
Differential Revision: https://phabricator.services.mozilla.com/D92884
2020-10-12 11:46:51 +00:00
Ben Delevingne ff7ffd0451 Bug 1667751 - Parse STOMP within SockJS WebSocket messages. r=Honza,bomsy
Differential Revision: https://phabricator.services.mozilla.com/D92374
2020-10-12 11:15:16 +00:00
Razvan Maries 3292353471 Bug 1667115 - Disabled browser_net_simple-request-data.js on multiple platforms. r=intermittent-reviewers,jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D93129
2020-10-12 10:44:59 +00:00
Andreea Pavel b03f44cff7 Bug 1661641 - disable browser_net_fission_switch_target.js on fission win/linux 64 bits r=intermittent-reviewers,jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D93128
2020-10-12 10:34:55 +00:00
Alexandre Poirot 342c1ad0be Bug 1669545 - [devtools] Print internal error codes instead of only "Blocked" when there is not explicit blocking reason. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D92657
2020-10-09 13:45:55 +00:00
Kershaw Chang 883455945d Bug 1668851 - Try to write data to socket directly without waiting r=necko-reviewers,dragana,remote-protocol-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D92442
2020-10-08 13:26:03 +00:00
Farooq AR 69ce838809 Bug 1668985 - Incorrect order of message columns in Response Panel. r=Honza
With more tests in `browser_net_ws-sse-persist-columns.js`

Differential Revision: https://phabricator.services.mozilla.com/D92882
2020-10-08 11:33:07 +00:00
Alexandre Poirot a91d0c0801 Bug 1667737 - [devtools] Avoid registering resource listener twice on target switching from netmonitor. r=Honza
We should register the resource listeners only once.
ResourceWatcher will automatically handle re-registering the per-target listener for us.

Differential Revision: https://phabricator.services.mozilla.com/D92550
2020-10-07 13:39:43 +00:00
Razvan Maries f56817ceee Backed out changeset da4cf62e21fb (bug 1668851) for perma failures on browser_cdp.js. CLOSED TREE 2020-10-07 15:08:01 +03:00
Kershaw Chang 003f18dacb Bug 1668851 - Try to write data to socket directly without waiting r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D92442
2020-10-07 08:00:56 +00:00
Farooq AR 92a33cdb9e Bug 1664185 - Persist selected columns for SSE / Websocket Events in the Response panel. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D90824
2020-10-05 10:09:33 +00:00
Alexandre Poirot a326ee8f09 Bug 1663614 - Throttle resources on the client side from ResourceWatcher. r=jdescottes,bomsy
Because of this, in netmonitor stubs tests, the resource objects ends up loosing
"intermediate" state and now contains all information that we gathered by the time
we emit throttled resources.
The only way to address that would be to do an archived copy of each resource state,
but I don't think we want to do that...

Differential Revision: https://phabricator.services.mozilla.com/D89628
2020-09-24 11:04:57 +00:00
Alexandre Poirot fad9e1690b Bug 1663649 - [devtools] Enable target switching by default. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D91020
2020-09-23 17:50:20 +00:00
Alexandre Poirot 3dad2d6583 Bug 1665306 - Process "network updates" in console with only one `networkUpdateRequest` action call. r=jdescottes,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D90394
2020-09-23 11:29:38 +00:00
Alexandre Poirot 2ab106a0fc Bug 1665709 - Use same listener for NETWORK_EVENT and NETWORK_EVENT_STACKTRACE in order to guarantee event order. r=bomsy
Differential Revision: https://phabricator.services.mozilla.com/D90288
2020-09-21 16:46:40 +00:00
Ben b9ef9df4b8 Bug 1606626 - Implement STOMP WebSocket message parsing. r=Honza,bomsy
Differential Revision: https://phabricator.services.mozilla.com/D89265
2020-09-20 16:30:59 +00:00
Razvan Maries 2332c87b6a Bug 1661612 - Disabled browser_net_persistent_logs.js on all platforms. r=intermittent-reviewers,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D90016
2020-09-14 13:54:21 +00:00
Hubert Boma Manilla b6435b8ee8 Bug 1663979 - Theme support for messages raw section r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D90260
2020-09-15 14:49:06 +00:00
Hubert Boma Manilla 795fbdf4ae Bug 1661709 - Test for requests blocked by extensions r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D89309
2020-09-15 11:17:19 +00:00
Alexandre Poirot f7030caf73 Bug 1663877 - Wait for EVENT_TIMINGS, even when netmonitor is filtering. r=bomsy
Differential Revision: https://phabricator.services.mozilla.com/D89595
2020-09-13 19:10:05 +00:00
Alexandre Poirot 558845f4c3 Bug 1663875 - Wait for the request completion in WebSocket test. r=bomsy
These tests was racy, but I couldn't find any opened intermittent on bugzilla?

Differential Revision: https://phabricator.services.mozilla.com/D89569
2020-09-13 12:48:09 +00:00
Christoph Kerschbaumer af3ae708f9 Bug 1664177: Load all images in devtools/client/debugger/images using chrome:. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D89727
2020-09-10 17:04:35 +00:00
Alexandre Poirot fabd272d4a Bug 1663617 - Pass `updateType` via the update packet instead of storing it on the resource object. r=bomsy
Differential Revision: https://phabricator.services.mozilla.com/D89435
2020-09-08 13:53:59 +00:00
Hubert Boma Manilla 1362cb7b8b Bug 1663524 - Legacy listener for the Network stacktrace r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D88858
2020-09-08 12:48:00 +00:00
Alexandre Poirot 8dd8e4b254 Bug 1660268 - Pass list of resources instead of unique resource from ResourceWatcher. r=nchevobbe
Here, I've tried to be especially careful about replacing `return` by `continue` in the added for..loops.

Differential Revision: https://phabricator.services.mozilla.com/D87768
2020-09-07 21:13:02 +00:00
Alexandre Poirot e61c347424 Bug 1660268 - Read targetFront from resource instead of onResource*** functions. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D87767
2020-09-07 20:58:14 +00:00
Alexandre Poirot 0b62c083a6 Bug 1660268 - Read resourceType from resource instead of onResource*** functions. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D87766
2020-09-07 20:58:12 +00:00
Daisuke Akatsuka 5ee0f8ed93 Bug 1661625: Get stylesheets traits if needed. r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D89339
2020-09-07 21:05:41 +00:00
Csoregi Natalia 3034124827 Backed out 3 changesets (bug 1660268) for failures on browser_ext_devtools_network_targetSwitch.js. CLOSED TREE
Backed out changeset 749fda4e5eb1 (bug 1660268)
Backed out changeset 9d4c305f6b88 (bug 1660268)
Backed out changeset 7ec118209790 (bug 1660268)
2020-09-07 21:24:26 +03:00
Alexandre Poirot ecf3f1c8bc Bug 1660268 - Pass list of resources instead of unique resource from ResourceWatcher. r=nchevobbe
Here, I've tried to be especially careful about replacing `return` by `continue` in the added for..loops.

Differential Revision: https://phabricator.services.mozilla.com/D87768
2020-09-07 13:35:31 +00:00
Alexandre Poirot fdb1e4f37e Bug 1660268 - Read targetFront from resource instead of onResource*** functions. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D87767
2020-09-07 13:35:24 +00:00
Alexandre Poirot b42d571310 Bug 1660268 - Read resourceType from resource instead of onResource*** functions. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D87766
2020-09-07 13:35:21 +00:00
Alexandre Poirot 27c9bcc6c5 Bug 1662066 - Remove netmonitor waitFor test helper. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D88833
2020-08-31 17:22:08 +00:00
Daisuke Akatsuka b74df1cade Bug 1659589: Get style-applied event via resource watcher. r=ochameau,bomsy
Depends on D87040

Differential Revision: https://phabricator.services.mozilla.com/D87041
2020-08-27 22:31:52 +00:00
Bogdan Tara 789e572738 Backed out changeset c209cb1c0341 (bug 1658146) for browser_resources_network_events.js failures CLOSED TREE 2020-08-20 03:17:05 +03:00
Hubert Boma Manilla 75bcf1cab2 Bug 1658146 - Stop request blocking for no valid reason r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D87569
2020-08-19 14:13:48 +00:00
Sonia Singla 5f5c9fd7f2 Bug 1659267 - Remove usages of -moz-user-select across the Firefox codebase. r=emilio,marionette-reviewers,geckoview-reviewers,preferences-reviewers,whimboo,agi
Differential Revision: https://phabricator.services.mozilla.com/D87499
2020-08-18 23:37:51 +00:00
Dev Singh e24d477b21 Bug 1635835 - Fix request parsing with XSSI-escapes in requests and responses r=Honza,bomsy
Also implements JSONP parsing into the main JSON parser

Differential Revision: https://phabricator.services.mozilla.com/D80720
2020-08-06 12:51:14 +00:00
Hubert Boma Manilla 74ccbad5fb Bug 1656388 - Send the waiting time to the UI r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D85501
2020-07-31 13:03:53 +00:00
Hubert Boma Manilla 2d4e7017fa Bug 1523614 Add copy/copy all context menu for headers summary and properties view r=nchevobbe
Add a new context menu for the headers sidepanel with , Copy and Copy all

Differential Revision: https://phabricator.services.mozilla.com/D76293
2020-07-31 15:51:49 +00:00
Bogdan Tara cffd9b5302 Bug 1603355 - Disable browser_net_block-pattern.js on linux, win&mac debug r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D84910
2020-07-27 01:24:25 +00:00
Daisuke Akatsuka f89e71f3a5 Bug 1644195: Implement document event watcher. r=jdescottes,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D83900
2020-07-28 03:02:24 +00:00
Daisuke Akatsuka 7317e4732d Bug 1625955: Apply WebSocket ResourceWatcher to firefox connector. r=bomsy,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D83481
2020-07-17 07:10:00 +00:00
Joel Maher 5d27556feb Bug 1652440 - adjust devtools to work with object.is() instead of ==. r=rcaliman,jdescottes
adjust devtools to work with object.is() instead of ==

Differential Revision: https://phabricator.services.mozilla.com/D83302
2020-07-22 14:53:16 +00:00
Hubert Boma Manilla e9e410e2c6 Bug 1604202 - Remove the dependency on the order of the network events r=Honza
Fixes the intermittent test failure

Differential Revision: https://phabricator.services.mozilla.com/D83810
2020-07-17 06:18:16 +00:00
Farooq AR fb21c6742f Bug 1636422 - Implement basic test for SSE. r=Honza,bomsy
Differential Revision: https://phabricator.services.mozilla.com/D83476
2020-07-16 18:36:35 +00:00