Sources Bugzilla – Bug 5824
switch proc-picker window to use host.requestRefresh()
Last modified: 2008-03-03 20:03:52 UTC
The host's refresh code has been re-implemented so that it can better support multiple clients and more efficient updates: - requestRefresh reports back the changes that the requester (here proc-picker window) needs to make as a single block transfer - multiple clients are able to each maintain their own local state, and don't need to synchronously track the host as it makes updates The proc-picker window should switch to this new mechanism.