Bug 134278 - Add support routines to provide descriptive JavaScript backtraces
Summary: Add support routines to provide descriptive JavaScript backtraces
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks: 134276
  Show dependency treegraph
 
Reported: 2014-06-24 15:56 PDT by Michael Saboff
Modified: 2014-06-24 23:46 PDT (History)
7 users (show)

See Also:


Attachments
Patch (5.17 KB, patch)
2014-06-24 18:12 PDT, Michael Saboff
mark.lam: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from webkit-ews-11 for mac-mountainlion-wk2 (521.79 KB, application/zip)
2014-06-24 19:44 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2014-06-24 15:56:37 PDT
In order to provide descriptive backtraces for JavaScript frames, it would be helpful to have support routines in JavaScriptCore to describe CallFrames and arguments.
Comment 1 Michael Saboff 2014-06-24 18:12:41 PDT
Created attachment 233772 [details]
Patch
Comment 2 Build Bot 2014-06-24 19:44:01 PDT
Comment on attachment 233772 [details]
Patch

Attachment 233772 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/6595814570852352

New failing tests:
media/W3C/video/networkState/networkState_during_loadstart.html
Comment 3 Build Bot 2014-06-24 19:44:05 PDT
Created attachment 233778 [details]
Archive of layout-test-results from webkit-ews-11 for mac-mountainlion-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: webkit-ews-11  Port: mac-mountainlion-wk2  Platform: Mac OS X 10.8.5
Comment 4 Mark Lam 2014-06-24 21:48:28 PDT
Comment on attachment 233772 [details]
Patch

r=me
Comment 5 Michael Saboff 2014-06-24 23:46:21 PDT
Committed r170421: <http://trac.webkit.org/changeset/170421>