Comment #1 on issue 30606 by Craig.Quiter: Slow javascript execution.
http://code.google.com/p/chromium/issues/detail?id=30606
Here's the remove_html function:
this.remove_html = function(str) {
if(str && str != '') {
return str.replace(/<\/?[^>]+(>|$)/g, "");
}
else {
return '';
}
}
--
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
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs