DescriptionRevert 215745 "Fix crash when reloading packaged app. "
> Fix crash when reloading packaged app.
>
> When a shell window was closed, it wasn't removed from the registry immediately
> (it was removed in a callback from OnNativeClose, which happens a bit later.)
> This meant that when the app was loaded again, the window was still in the
> registry with a stale pointer to the old extension. ExtensionSettingsHandler
> was tickling this by iterating shell windows on extension load.
>
> BUG=174250
> TEST=On chromeos, enable the 'Enable debugging for packed apps.' flag. Then
> open chrome://extensions. Then open a packaged app, and reload it. Chrome
> should not crash.
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214844
>
> Review URL: https://chromiumcodereview.appspot.com/20243003
TBR=benwells@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215782
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|