Bug 26626 - Make WorkerContextExecutionProxy::toV8Object handle exception objects.
Summary: Make WorkerContextExecutionProxy::toV8Object handle exception objects.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Jian Li
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-22 15:10 PDT by Jian Li
Modified: 2009-06-22 17:42 PDT (History)
2 users (show)

See Also:


Attachments
Proposed Patch (1.99 KB, patch)
2009-06-22 15:13 PDT, Jian Li
dglazkov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jian Li 2009-06-22 15:10:05 PDT
Make WorkerContextExecutionProxy::toV8Object handle exception objects. This is part of the changes needed to fix Chrome bug 14753 (http://crbug.com/14753). The other part of the changes is in v8_proxy.cpp that has not been upstreamed yet.
Comment 1 Jian Li 2009-06-22 15:13:23 PDT
Created attachment 31679 [details]
Proposed Patch
Comment 2 Dimitri Glazkov (Google) 2009-06-22 15:20:08 PDT
Can you hold off on this patch? Nate is about to land V8Index upstream, which will add an extra file to this patch.
Comment 3 Dimitri Glazkov (Google) 2009-06-22 15:28:03 PDT
Comment on attachment 31679 [details]
Proposed Patch

Actually, nevermind -- these are already defined. r=me. Poor Nate, we knew him well.
Comment 4 Jian Li 2009-06-22 17:42:45 PDT
Committed as http://trac.webkit.org/changeset/44965