Bug 96306 - [WK2] Add an API to open a page in same process
Summary: [WK2] Add an API to open a page in same process
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-10 13:11 PDT by Alexey Proskuryakov
Modified: 2012-09-10 13:54 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (7.34 KB, patch)
2012-09-10 13:17 PDT, Alexey Proskuryakov
andersca: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2012-09-10 13:11:44 PDT
For window.open() and more, we want to reuse the same process.
Comment 1 Alexey Proskuryakov 2012-09-10 13:17:17 PDT
Created attachment 163190 [details]
proposed patch
Comment 2 Build Bot 2012-09-10 13:45:43 PDT
Comment on attachment 163190 [details]
proposed patch

Attachment 163190 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/13798924
Comment 3 Alexey Proskuryakov 2012-09-10 13:52:28 PDT
Committed <http://trac.webkit.org/changeset/128101> then noticed that Windows is broken. Fixing...
Comment 4 Alexey Proskuryakov 2012-09-10 13:54:49 PDT
Build fix in <http://trac.webkit.org/changeset/128103>.