Bug 26626

Summary: Make WorkerContextExecutionProxy::toV8Object handle exception objects.
Product: WebKit Reporter: Jian Li <jianli>
Component: WebCore Misc.Assignee: Jian Li <jianli>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, japhet
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed Patch dglazkov: review+

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