Closed Bug 1722759 Opened 3 years ago Closed 3 years ago

Devtools should display images that are loaded by the image cache

Categories

(DevTools :: Netmonitor, task)

task

Tracking

(firefox95 fixed)

RESOLVED FIXED
95 Branch
Tracking Status
firefox95 --- fixed

People

(Reporter: sefeng, Assigned: sefeng)

References

Details

Attachments

(3 files)

No description provided.
Component: DOM: Navigation → Netmonitor
Product: Core → DevTools
Attachment #9233567 - Attachment description: WIP: Bug 1722759 - Make devtools network panel to display images that are loaded by the image cache → Bug 1722759 - Make devtools network panel to display images that are loaded by the image cache
Attachment #9234056 - Attachment description: WIP: Bug 1722759 - Add a test for display image cache in netmonitor → Bug 1722759 - Add a test for display image cache in netmonitor
Attachment #9233567 - Attachment description: Bug 1722759 - Make devtools network panel to display images that are loaded by the image cache → WIP: Bug 1722759 - Make devtools network panel to display images that are loaded by the image cache
Attachment #9234056 - Attachment description: Bug 1722759 - Add a test for display image cache in netmonitor → WIP: Bug 1722759 - Add a test for display image cache in netmonitor
Attachment #9233567 - Attachment description: WIP: Bug 1722759 - Make devtools network panel to display images that are loaded by the image cache → Bug 1722759 - Make devtools network panel to display images that are loaded by the image cache
Attachment #9234056 - Attachment description: WIP: Bug 1722759 - Add a test for display image cache in netmonitor → Bug 1722759 - Add a test for display image cache in netmonitor

performRequests does 2 things, it waits for an request and call the
performRequests() method.

For this particular test, this wait waited for the resent CSP request,
and the following performRequests() call isn't really needed. This starts
to cause trouble for us because the following performRequests() would
make a image got loaded from the cache, which would introduce one extra
image request to the devtool monitor.

Pushed by sefeng@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/bbac8c3e9534 Make devtools network panel to display images that are loaded by the image cache r=necko-reviewers,dragana,tnikkel,bomsy https://hg.mozilla.org/integration/autoland/rev/e2f7f685f473 Add a test for display image cache in netmonitor r=bomsy https://hg.mozilla.org/integration/autoland/rev/77f2539309fa Remove the unneeded performRequests usage in browser_net_resend_csp r=bomsy
Regressions: 1747494
Regressions: 1748663
Regressions: 1753471
Depends on: 1755226
See Also: → 1884877
See Also: → 1916960
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: