Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-27 | Watch destruction of widgets around OnAAction() method. | tsepez | |
We implemented the CFX_Observable mechanism for detecting stale objects some time ago; now just use it in more places. Change method signatures to required an ObservedPtr to indicate that the callers are aware that the value may be destroyed out from underneath them. BUG=649659 Review-Url: https://codereview.chromium.org/2368403002 | |||
2016-09-21 | Make the I in IFormFiller explicit | dsinclair | |
Typically the I prefix means Interface, except for CFFL_IFormFiller where it means Interactive. Rename CFFL_IFormFiller to CFFL_InteractiveFormFiller to make the meaning explicit. Review-Url: https://codereview.chromium.org/2357203003 |