mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
601a98e649
This commit changes the moment when all methods that need patching to handle events are actually patched: the complete method of RootFiber is now patched at devtools startup (when the tab owl tab is opened) and every other method is patched at first activation of the event recording functionality. This makes sure that the devtools will have no impact on performance whatsoever when they are not directly put in use.