DescriptionFix for shader-test.html and IE
Issue #1) creating HTML by string is fast in all browsers.
Creating HTML by DOM methods is extremely slow in IE. 100-300x slower.
http://www.quirksmode.org/dom/innerhtml.html
Issue #2) There's a bug in IE related to <select> tags.
http://support.microsoft.com/kb/276228
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20059
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|