... Looks to me like the factor by which IE 10 is faster than the other browser. e.g. IE 10 takes 2 seconds, other browser takes 6 seconds, second IE10 column...
2151
Eric Goforth
ewgoforth
Apr 21, 2011 12:55 am
What's the second "IE10" column, is that the performance of IE10 on same tests as the other browser? If so, why does its performance vary so much? -Eric On...
2150
Cheney, Edward A SSG ...
sandyhead25
Apr 20, 2011 9:54 pm
Classification: UNCLASSIFIED ... That is a slippery slope. The depth of integration of the JavaScript interpreter into the core of the browser application is...
2149
Luke Page
page.luke...
Apr 20, 2011 9:36 pm
Real life performance measuring almost always involves dom.. not many computationally expensive things are written for browsers. I would class jslint as an...
2148
Satyam
satyamutsa
Apr 20, 2011 8:13 pm
As the subject line well says, this is the performance of the JavaScript engine, not the performance of the browser as a whole. How good is the interface to...
2147
Kent Davidson
kentdavidson
Apr 20, 2011 7:52 pm
Ditto that sentiment. It appears that the "Seconds" column shows the number of seconds, then the last column is relative to IE10, which has the fastest...
2146
Mark Volkmann
mark_volkmann
Apr 20, 2011 7:25 pm
... Am I reading the results wrong? I thought they show that Chrome has the slowest JavaScript engine. -- R. Mark Volkmann Object Computing, Inc....
2145
Cheney, Edward A SSG ...
sandyhead25
Apr 20, 2011 7:14 pm
Classification: UNCLASSIFIED ... It is not so simple. Computation time of JavaScript, and thus metrics of performance results, is extremely relative. It is...
2144
Marcel Duran
marcelduran
Apr 20, 2011 7:09 pm
This is excellent. I also like Erik's idea to obtain timing information from users. Browserscope is a really good aggregator and so easy to setup: ...
2143
Erik Eckhardt
vorpalmage
Apr 20, 2011 4:55 pm
That's kind of exciting to see. Chrome's bragging is so justified, apparently. Douglas, what do you think of giving an option to submit timing information and...
Douglas, Can you point to the documentation/report on the Firefox[-6] bug? Just out of curiosity. -Kent. ... [Non-text portions of this message have been...
2140
Douglas Crockford
douglascrock...
Apr 19, 2011 1:40 am
ADsafe took a big usability hit when the Firefox[-6] bug was discovered. ADsafe took the necessary but highly undesirable step of outlawing the use of the []...
2139
John Hawkinson
john.hawkinson
Apr 18, 2011 1:43 am
... This is a great improvement, thank you. ... Can you please update README? --jhawk@... John Hawkinson...
2138
Douglas Crockford
douglascrock...
Apr 17, 2011 3:56 pm
JSLint now reports the amount of time it took to run. These are the results that I see on jslint.js with the Good Parts option on my laptop: Chrome...
2137
Douglas Crockford
douglascrock...
Apr 16, 2011 3:58 pm
The JSLint.com/index.html page now has tri-state buttons for setting options. The states are black [true] white [false] gray [undefined] The difference...
2136
Erik Eckhardt
vorpalmage
Apr 13, 2011 4:55 pm
I'm not sure I understand this. What browser can't display a less than sign or, when displayed can't allow it to be copied? Are you talking about pasting the...
2135
Cheney, Edward A SSG ...
sandyhead25
Apr 13, 2011 4:17 pm
Classification: UNCLASSIFIED ... What kind of problems are you encountering? I thought I had written a perfectly stable solution for the text output of diffs...
2134
Douglas Crockford
douglascrock...
Apr 13, 2011 12:43 pm
... Since the report is in HTML, the only other option would be to use an entity. But that means, for some browsers, that you cannot copy the properties report...
2133
Erik Eckhardt
vorpalmage
Apr 13, 2011 5:47 am
At the end, where jslint displays all the used properties of objects that it's noticed, the display is showing less-than characters encoded in javascript...
2132
Luke Page
page.luke...
Apr 12, 2011 1:59 pm
Apologies if I missed an announcement, but does JSLint no longer warn about having a line break before the operator e.g. function g() { var a = 4 + 5; } ...
2131
Merlin
harry152566
Apr 12, 2011 1:52 pm
... I do, all the time, for both my own coding and for maintaining the Widget Tester Widget. Harry....
2130
Douglas Crockford
douglascrock...
Apr 12, 2011 1:17 pm
Is anyone using the Assume a Yahoo Widget option?...
2129
Ger Hobbelt
i_a42
Apr 9, 2011 2:29 pm
... Yeah, that's what I thought. Still, we might talk about slightly different things here and what you say does not match the behaviour I'm observing: Note,...
2128
Douglas Crockford
douglascrock...
Apr 9, 2011 12:27 pm
... The option object is used to determine the settings. It is overridden by the /*jslint*/ directive. Any setting that is not mentioned in either is assumed...
2127
Ger Hobbelt
i_a42
Apr 9, 2011 12:03 pm
Just ran into this. The scenario, now using a small sample: Copy&paste this code into the edit area at jslint.com: - - - - - - - // TAB is ` var dummy_sample =...
2126
Douglas Crockford
douglascrock...
Apr 8, 2011 8:55 pm
... Thanks. Please try it now....
2125
Douglas Crockford
douglascrock...
Apr 8, 2011 7:43 pm
... JSLint now inspects the signatures of the functions passed to .id and .go. So ADSAFE.go("APP_", function () { should have been ADSAFE.go("APP_", function...
2124
abyssoft@...
abyssoft...
Apr 8, 2011 5:51 pm
I have found that wrapping complex or intermediates in parens makes JSLint happy, also if I am doing a stacked var with complex declarations I have found it is...
2123
rolfnjorjensen_trades...
rolfnjorjens...
Apr 8, 2011 5:28 pm
We have been using an older version of JSLint ('2010-12-14') to validate code like the below. This has been going well, but when trying to upgrade to newest...