Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Building NPAPI plugin without X11 in QTWebkit ?
Forum Updated to NodeBB v4.3 + New Features

Building NPAPI plugin without X11 in QTWebkit ?

Scheduled Pinned Locked Moved Unsolved Qt WebKit
npapiwebki
2 Posts 2 Posters 1.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • edjamesxE Offline
    edjamesxE Offline
    edjamesx
    wrote on last edited by
    #1

    Is it possible to build the NPAPI plugin without X11 in QTWebkit. We have built QTWebkit with directfb as backend (without X11) and it renders fine in the platform. Our next requirement is to build the plugin for QTWebkit. Seems like NPAPI plugin is not supported in non X11 windows system. Have anybody tried ? and Is there any alternative approach available to develop plugin on qtwebwit without X11.

    Cheers!

    K 1 Reply Last reply
    0
    • edjamesxE edjamesx

      Is it possible to build the NPAPI plugin without X11 in QTWebkit. We have built QTWebkit with directfb as backend (without X11) and it renders fine in the platform. Our next requirement is to build the plugin for QTWebkit. Seems like NPAPI plugin is not supported in non X11 windows system. Have anybody tried ? and Is there any alternative approach available to develop plugin on qtwebwit without X11.

      Cheers!

      K Offline
      K Offline
      Konstantin Tokarev
      wrote on last edited by
      #2

      Here is experimental patch adding NPAPI support on DirectFB:
      https://bugs.webkit.org/show_bug.cgi?id=36171

      However, if you are planning to write plugins yourself, you may find it easier to inject your conent into the page with QObject bridge. More complicated approach (but still more productive and likely more CPU-efficient than NPAPI way) is implementing your custom elements inside WebKit.

      Could you specify what are you planning to achieve with plugin?

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved