Bug 431210 - Start SWT-Browser Widget for IE with -nomerge option possible?
Summary: Start SWT-Browser Widget for IE with -nomerge option possible?
Status: CLOSED DUPLICATE of bug 118615
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-26 06:16 EDT by Michael Hoppe CLA
Modified: 2014-03-31 14:58 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Hoppe CLA 2014-03-26 06:16:52 EDT
Working with multiple Browser-Widgets in one RCP-Application we need to have separate sessions on the IE. Native OS start of IE 8 and above supports an option -nomerge for this case. Is it possible to set this option while creating a browser widget instance? Or any other way?
Comment 1 Grant Gayed CLA 2014-03-31 14:58:00 EDT
The embeddable IE control (Trident) is spec'd to be embedded in-process.  Switches like -nomerge/-noframemerging are only applicable at the IE application level since that is where per-tab processes are created.

There currently is no way of getting separate sessions per Browser instance without creating separate processes.  I can't see this changing in the Browser unless Trident adopts a multi-process model natively, similar to CEF3 or WebKitGTK2.

Closing report as a duplicate.

*** This bug has been marked as a duplicate of bug 118615 ***