Bug 1529035 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

If the layout returns with a delay and the client has a layout cache, the client uses the cache, then when the delayed layout returns, it updates any open tabs.

We should probably not use the cache if the pref has changed and we're waiting for a response to succeed/fail.
If the layout returns with a delay and the client has a layout cache, the client uses the cache, then when the delayed layout returns, it updates any open tabs.

We should probably not use the cache if the pref has changed and we're waiting for a response to succeed/fail. If it fails, we can then use cache.

Back to Bug 1529035 Comment 0