Comment 26 for bug 215672

Revision history for this message
In , Jonas-sicking (jonas-sicking) wrote :

Comment on attachment 314230
update XBL even when not notifying

This one scares me a little. Even if it is the RightThing we know that our XBL usage is very shaky and even fixing true bugs often end up breaking things relying on those bugs.

Also, won't these notifications reach the bindingmanager eventually? The sink should notify on this content at some point, even though it might be SomeTimeLater? So if we notify manually now we'd cause the notification to happen twice.

Finally, is there any risk that notifying on the bindingmanager when aNotify is false could end up causing script to run?