Closed
Bug 1533883
Opened 6 years ago
Closed 6 years ago
Test DOM creation when using prototype document cache
Categories
(Firefox :: General, enhancement, P3)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: bdahl, Assigned: bdahl)
References
Details
Attachments
(3 files)
Load browser.xhtml with and without the prototype cache and ensure that the DOM is equivalent.
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•6 years ago
|
||
Instead of only allowing chrome docshells to use the document prototype,
allow any chrome url with chrome privileges to use it.
Assignee | ||
Comment 2•6 years ago
|
||
Needed for testing to ensure the prototype was used.
Depends on D27744
Assignee | ||
Comment 3•6 years ago
|
||
Ensure the prototype is used when the pref is enabled and likewise
when disabled. Also, compare the contents of the DOM with and without the
prototype.
Depends on D27745
Pushed by bdahl@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aeb8b8977e8e
Use prototype for chrome privilege docs. r=smaug
https://hg.mozilla.org/integration/autoland/rev/2ccc88672342
Add webidl definition for checking if document was loaded with prototype. r=smaug
https://hg.mozilla.org/integration/autoland/rev/671d87853621
Test loading XHTML with and without the prototype. r=smaug
Comment 5•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/aeb8b8977e8e
https://hg.mozilla.org/mozilla-central/rev/2ccc88672342
https://hg.mozilla.org/mozilla-central/rev/671d87853621
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68
Updated•6 years ago
|
Assignee: nobody → bdahl
You need to log in
before you can comment on or make changes to this bug.
Description
•