Bug 159839 - Change toString() behavior for exceptions constructed with "createWithDescriptionAsMessage"
Summary: Change toString() behavior for exceptions constructed with "createWithDescrip...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 159822
  Show dependency treegraph
 
Reported: 2016-07-15 15:18 PDT by Brady Eidson
Modified: 2016-07-15 17:05 PDT (History)
7 users (show)

See Also:


Attachments
Patch (43.14 KB, patch)
2016-07-15 16:22 PDT, Brady Eidson
no flags Details | Formatted Diff | Diff
Patch (31.32 KB, patch)
2016-07-15 16:32 PDT, Brady Eidson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2016-07-15 15:18:55 PDT
Change toString() behavior for exceptions constructed with "createWithDescriptionAsMessage"

Groundwork for https://bugs.webkit.org/show_bug.cgi?id=159822

Right now, only Indexed DB exceptions do this, so it will only be a behavior change for them.
Comment 1 Brady Eidson 2016-07-15 16:22:44 PDT
Created attachment 283808 [details]
Patch
Comment 2 Brady Eidson 2016-07-15 16:32:27 PDT
Created attachment 283811 [details]
Patch
Comment 3 WebKit Commit Bot 2016-07-15 17:05:32 PDT
Comment on attachment 283811 [details]
Patch

Clearing flags on attachment: 283811

Committed r203309: <http://trac.webkit.org/changeset/203309>
Comment 4 WebKit Commit Bot 2016-07-15 17:05:37 PDT
All reviewed patches have been landed.  Closing bug.