Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2008-07-07 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Geoff. Bug 19907: REGRESSION(r34824-r34941): Reproducible crash trying to log in to MediaTemple.net Account Center <https://bugs.webkit.org/show_bug.cgi?id=19907> Clear exceptions set on ExecStates before returning from NPAPI callbacks, in order to avoid causing problems for the next script that executes. While fixing this bug, the question was raised of whether we are correctly propagating exception information back to the caller: Bug 19936: Correctly propagate exception information from NPAPI callbacks <https://bugs.webkit.org/show_bug.cgi?id=19936> * bridge/NP_jsobject.cpp: (_NPN_InvokeDefault): (_NPN_Invoke): (_NPN_Evaluate): (_NPN_GetProperty): (_NPN_SetProperty): (_NPN_RemoveProperty): (_NPN_HasProperty): (_NPN_HasMethod): (_NPN_Enumerate): Canonical link: https://commits.webkit.org/27490@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@35049 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Cameron Zwarich
committed
Jul 7, 2008
1 parent
257fb62
commit 266e67b8e50c7a5c4e094d886d3b537e4c929575
Showing
2 changed files
with
53 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters