KD8699
小狐狸
小狐狸
  • UID2773
  • 注册日期2005-02-04
  • 最后登录2005-11-14
  • 发帖数12
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:4374回复:3

MadFox 03测试报告

楼主#
更多 发布于:2005-03-11 10:25
发现有两个问题:
一:CPU占用率增大了,一直维持在2%--7%上下浮动。

二:在太平洋下载区还是不能显示完全,点击下载无反应。


OS: XP SP2      CY2。4
到处乱搞
小狐狸
小狐狸
  • UID4576
  • 注册日期2005-03-30
  • 最后登录2005-09-12
  • 发帖数23
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
1楼#
发布于:2005-03-11 10:25
我也发现太平洋下载点击后没有反应,不过我不在那下载东西的,只能单线程,不能用工具,我宁愿到华军或天空下,可以选择速度快点的服务器,再用快车下载。
nzinfo
小狐狸
小狐狸
  • UID4321
  • 注册日期2005-03-23
  • 最后登录2006-03-14
  • 发帖数35
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
2楼#
发布于:2005-03-11 10:25
cpu占有率可以少微降一下。
不过违反了推广w3c的本意。呵呵

diff -uNr mozilla.orig/dom/src/base/nsDOMClassInfo.cpp mozilla/dom/src/base/nsDOMClassInfo.cpp
--- mozilla.orig/dom/src/base/nsDOMClassInfo.cpp 2005-03-14 20:38:14.000000000 +0800
+++ mozilla/dom/src/base/nsDOMClassInfo.cpp 2005-04-04 10:54:26.000000000 +0800
@@ -3345,7 +3345,7 @@
 
   // Print a warning on the console so developers have a chance to
   // catch and fix these mistakes.
-  PrintWarningOnConsole(cx, "GlobalScopeElementReference");
+  //PrintWarningOnConsole(cx, "GlobalScopeElementReference");
 
   return JS_TRUE;
 }
@@ -6415,7 +6415,7 @@
     // qualified name. Expose the document.all collection.
 
     // Print a warning so developers can stop using document.all
-    PrintWarningOnConsole(cx, "DocumentAllUsed");
+    //PrintWarningOnConsole(cx, "DocumentAllUsed");
 
     if (!JSVAL_IS_OBJECT(*vp)) {
       // First time through, create the collection, and set the
猫头猪
狐狸大王
狐狸大王
  • UID163
  • 注册日期2004-11-25
  • 最后登录2005-12-04
  • 发帖数595
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
3楼#
发布于:2005-03-11 10:25
这么做内存也能降呢.
我一直有意把那些warning关掉.呵呵.实在是反革命.
游客

返回顶部