Comment #28 on issue 883 by nulldevice.eu: for in loops don't occur in
defined order
http://code.google.com/p/chromium/issues/detail?id=883
So, the mystery is solved... it's not the suspected property address
caching (yeah!),
but a if/else construct that appears throughout runtime.cc. The co
Comment #27 on issue 883 by nulldevice.eu: for in loops don't occur in
defined order
http://code.google.com/p/chromium/issues/detail?id=883
Especially I love the comment in PropertyMapHashTable.h of SquirrelFish:
// lastIndexUsed is an ever-increasing index used to identify the order
items
/
Comment #21 on issue 883 by ryan.brothers: for in loops don't occur in
defined order
http://code.google.com/p/chromium/issues/detail?id=883
Is there a way to retrieve the original enumeration order since doing
for..in will
not return the order the elements are defined?
--
You received this
Comment #20 on issue 883 by lonevvolf: for in loops don't occur in defined
order
http://code.google.com/p/chromium/issues/detail?id=883
Tell me about it. Or, you can just block the offending browser, as we have
had to do on our site.
--
You received this message because you are listed in t
Comment #19 on issue 883 by jadema: for in loops don't occur in defined
order
http://code.google.com/p/chromium/issues/detail?id=883
I have an idea--if the common implementation which tons of code depends on
doesn't
match the specification, let's change the specification!
--
You received th
Comment #18 on issue 883 by jadema: for in loops don't occur in defined
order
http://code.google.com/p/chromium/issues/detail?id=883
Holy moley, this bug just broke my code! Um, hello people, JSON is used for
everything these days! Order is quite important!
--
You received this message becaus
Comment #17 on issue 883 by dan555spc: for in loops don't occur in defined
order
http://code.google.com/p/chromium/issues/detail?id=883
Chrome looks more and more like old versions of IE in terms of the amount
of work it
requires to adjust JavaScript code to its "quirks".
--
You received th
Comment #15 on issue 883 by justin.carlson: for in loops don't occur in
defined order
http://code.google.com/p/chromium/issues/detail?id=883
I agree with jeresig, would like Chrome's implementation to work the same
as every
other browser when it comes to for-in loops.
I see this is marked W
Comment #14 on issue 883 by mike.brockington: for in loops don't occur in
defined order
http://code.google.com/p/chromium/issues/detail?id=883
"Remembering the order that elements were inserted
into an object requires time and, well, memory.
So they won't fix it. And I for one agree with that
Comment #11 on issue 883 by stav.roy: for in loops don't occur in defined
order
http://code.google.com/p/chromium/issues/detail?id=883
Guys this is not a bug.
http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-357.pdf
Page 6, near the bottom. "The order in which item is bound t
Comment #12 on issue 883 by jeresig: for in loops don't occur in defined
order
http://code.google.com/p/chromium/issues/detail?id=883
@stav.roy: The specification does not define how an implementation should
handle it -
therefore an implementation should conform with other implementations.
Comment #10 on issue 883 by lukydvorak: for in loops don't occur in defined
order
http://code.google.com/p/chromium/issues/detail?id=883
Status: WontFix - mean will NOT be fixed?
Pretty serious bug for our company.
--
You received this message because you are listed in the owner
or CC fields
Issue 883: for in loops don't occur in defined order
http://code.google.com/p/chromium/issues/detail?id=883
Comment #9 by [EMAIL PROTECTED]:
gvalentin, bksening: FYI, the previous testcases and the original site work
fine. The
chrome.html might be related to Issue 3867
--
You received th
Issue 883: for in loops don't occur in defined order
http://code.google.com/p/chromium/issues/detail?id=883
Comment #8 by bksening:
[Confirmed]
The chrome.html still shows error with Chrome 0.4.154.18 (Official Build
5194)
--
You received this message because you are listed in the owner
or
Issue 883: for in loops don't occur in defined order
http://code.google.com/p/chromium/issues/detail?id=883
Comment #7 by gvalentin:
Tested with Google Chrome 0.3.154.9 and still doesn't work, so doesn't
seems to be
fixed, the properties of the array are still iterated in an order different
t
Issue 883: for in loops don't occur in defined order
http://code.google.com/p/chromium/issues/detail?id=883
Comment #6 by pallosp:
Did you mean Status: Fixed?
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You ma
Issue 883: for in loops don't occur in defined order
http://code.google.com/p/chromium/issues/detail?id=883
Comment #5 by [EMAIL PROTECTED]:
Issue attribute updates:
Status: WontFix
--
You received this message because you are listed in the owner
or CC fields of this issue, or becau
Issue 883: for in loops don't occur in defined order
http://code.google.com/p/chromium/issues/detail?id=883
Comment #4 by [EMAIL PROTECTED]:
Looks like this got fixed. Both the website and reduction show expected
behavior. Google Chrome 0.3.154.9 (Official Build 4058)
--
You received this m
Issue 883: for in loops don't occur in defined order
http://code.google.com/p/chromium/issues/detail?id=883
Comment #3 by [EMAIL PROTECTED]:
Looks like this got fixed. Both the website and reduction show expected
behavior.
--
You received this message because you are listed in the owner
or
Issue 883: for in loops don't occur in defined order
http://code.google.com/p/chromium/issues/detail?id=883
Comment #2 by [EMAIL PROTECTED]:
Reduction can be accessed by http://go/reductions/883/test-quirks.html
Issue attribute updates:
Status: Untriaged
Labels: Has-reduction Ch
20 matches
Mail list logo