Closed
Bug 1748393
Opened 3 years ago
Closed 3 years ago
Update cache when title of document changes
Categories
(Core :: Disability Access APIs, task)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
101 Branch
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: Jamie, Assigned: Jamie)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ctw-m2])
Attachments
(1 file)
When the <title>
of a document changes, we don't fire a name change event on the document. This isn't really a problem for users without the cache enabled. However, with the cache enabled, this means we don't update the document's name in the cache, which is pretty bad.
Assignee | ||
Updated•3 years ago
|
Whiteboard: [ctw-m2]
Assignee | ||
Comment 1•3 years ago
|
||
This causes the cache to be updated.
Updated•3 years ago
|
Assignee: nobody → jteh
Status: NEW → ASSIGNED
Pushed by jteh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c2e4848ac8d7
Fire a name change event when a document's title changes. r=morgan
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•