mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
remove observers on the progressmeter element. we now directly manipulate
the progressmeter instead of going through an observer which is *MUCH* slower
This commit is contained in:
parent
38a2ffb655
commit
54863ea2c6
@ -317,11 +317,7 @@ Rights Reserved.
|
||||
<box id="status-bar">
|
||||
<box align="vertical" style="width:100px">
|
||||
<spring flex="100%"/>
|
||||
<progressmeter id="statusbar-icon" mode="normal" value="0" onclick="dumpProgress()">
|
||||
<observes element="Messenger:LoadingProgress" attribute="mode"/>
|
||||
<observes element="Messenger:LoadingProgress" attribute="value"/>
|
||||
<observes element="Messenger:Throbber" attribute="busy"/>
|
||||
</progressmeter>
|
||||
<progressmeter id="statusbar-icon" mode="normal" value="0" onclick="dumpProgress()"/>
|
||||
<spring flex="100%"/>
|
||||
</box>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user