English 中文(简体)
Firefox 插件更新
原标题:Firefox plugin update

我在浏览器里有第二个生命的插件的源代码, 但是问题在于它是为 Firefox 3. 5 创建的, 所以我想做的是把它加速, 升级到目前的 Firefox 。

不幸的是,我不知道该如何处理这个问题,因为我现在实际上只是在研究这个问题,因此非常感谢任何帮助。

问题回答

您的主要目的是什么? 您是否有兴趣在最新的火狐中 以某种方式完成推广工作? 还是更有兴趣优化绩效?

优化应用程序是一个非常笼统的主题。 您可以查看升级 < a href=" https:// developmenter. mozilla.org/ en/ Gecko" rel= "nofollow" > Gecko < /a > 在最近的版本中经过。 如果似乎有任何特定的模块, Gecko现在为该模块提供了更好的界面/兼容性, 您可以尝试修改。 同样, 这确实是程序员的判断力和技巧, 使得他能够在可行和不可行的开发之间划出界限。 对于一个与许多其他模块有着广泛联系的模块来说, 离开该模块或许是一个好主意, 以避免无睡眠的夜晚( 当然这只是我的看法。 对于一些人来说, 这才是真正的踢脚: D )。

如果您有兴趣创建高性能插件, 您可能想要给 < a href=" https:// developmenters.google. com/ web- toolkit/ " rel=" nofollow" > Google Web工具包 尝试。 这是一个 Java 图书馆, 它将java 编译成优化的java 文稿, 引入各种面向性能的刻度。 我知道不可能轻易地将整个应用程序切换到 GWT, 并且现在无法帮助您, 但我认为值得一提, 以便将来使用 。

另一方面,如果您只是有兴趣进行扩展工作,您可以查看 < a href="https://addons.mozilla.org/en-US/firefox/addon/nightly-tester-tools/"rel="nofollow" >nightly Tester Tools ,这是一个用来取代兼容性添加的扩展。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

jQuery block moving

I wanna move a div block to the top, so I coded like this: CSS part: .movingPart{ margin-top:80px; } jQuery part: $(document).ready(function() { $( #btn ).click(function() { $( .movingPart )....

Private FireFox plugin

I m looking at getting a FireFox plugin developed - but is it possible to create a plugin that is for private use only, so only those I share it with have it and not open to the masses? Need this for ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Cross-browser development

I m developing a web application for a new service, starting from Firefox 3.5. The interface design is tableless, only using divs + CSS & performance-blessed practices. Now, while being ...

Cross browser way of setting IFrame to "about:blank"?

Does anybody know a proper, cross-browser way to "empty" an IFrame? Is "about:blank" recognized without error across all browsers? Is it valid to give an IFrame an empty src?

热门标签