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 to members of collection is implementation dependent." I would say that the reasoning behind not keeping it in the order it was created was to keep the engine fast and lean. 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. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
