-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix wrappings of PH to use parent_object and parent_object_property correctly #57
Comments
In reality it was PerformanceEntry.startTime and PerformanceEntry.duration wrapping, see #57. Testing page https://www.fit.vutbr.cz/~ipolcak/firefox_csp_bug/nocsp.php is not influenced by the wrapping. It is unclear when is the wrapping applied.
fc25314 removes the wrapping of window.PerformanceEntry as S-PT2 already provides fake PerformanceEntries. I am waiting for @PeetHornak but it is possible that this can be closed as is. |
PerformanceEntry re-introduced as a part of #61 with rewritten code. |
Although there is no confirmation by @PeetHornak, I think that we can close the issue |
My apologies, forgot about this one. Yes it can be closed because of the reasons you described. |
E.g. "window.PerformanceEntry" actually modifies "PerformanceEntry.startTime" and "PerformanceEntry.duration"
Current implementation introduce inconsistencies, does not go through code builders dealing with FF bug 1267027 (#25) and accesses original_functions that will make future modifications of this function harder.
The text was updated successfully, but these errors were encountered: