WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
11222
fast/js/window-properties sometimes reports window.document.location.replace is a function
https://bugs.webkit.org/show_bug.cgi?id=11222
Summary
fast/js/window-properties sometimes reports window.document.location.replace ...
Adam Roben (:aroben)
Reported
2006-10-08 13:40:32 PDT
In some recent runs of fast/js/window-properties, window.document.location.replace has been reported as a function. Positive results:
http://build.webkit.org/results/post-commit-powerpc-mac-os-x/3700/results.html
http://build.webkit.org/results/post-commit-powerpc-mac-os-x/3703/results.html
Negative results:
http://build.webkit.org/results/post-commit-powerpc-mac-os-x/3701/results.html
http://build.webkit.org/results/post-commit-powerpc-mac-os-x/3702/results.html
Attachments
Add attachment
proposed patch, testcase, etc.
Maciej Stachowiak
Comment 1
2006-10-18 01:14:55 PDT
Seems to me that window.document.location.replace should always be there. I wonder why it only shows up sporadically and is not in the original expected results.
Geoffrey Garen
Comment 2
2006-10-18 18:33:37 PDT
This is because the location object lacks static references to its properties. I have a fix.
Geoffrey Garen
Comment 3
2006-10-18 18:46:52 PDT
In other words, I suspect this test was borked from the beginning.
Geoffrey Garen
Comment 4
2006-10-18 18:48:56 PDT
Committed revision 17126. I win again, WebCore.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug