Bug 1529593 Comment 32 Edit History

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

Ok, thank you for the comment, Aaron.  I understand deleting the timestamp is too cheap :) and we don't want to lose information.

Another idea I'm thinking of is to delay write to the registry.  This particular issue happens because we update the launcher's timestamp too early in `RunAsLauncherProcess` via `LauncherRegistryInfo::Check`.  I think we can make `LauncherRegistryInfo` hold a timestamp, flushing it later in `LauncherMain`.  What do you think?
Ok, thank you for the comment, Aaron.  I understand deleting the timestamp is too cheap :) and we don't want to lose information.

Another idea I'm thinking of is to delay write to the registry.  This particular issue happens because we update the launcher's timestamp too early in `LauncherRegistryInfo::Check` via `RunAsLauncherProcess`.  I think we can make `LauncherRegistryInfo` hold a timestamp, flushing it later in `LauncherMain`.  What do you think?

Back to Bug 1529593 Comment 32