• Stephan Bergmann's avatar
    Key different browser plugin features to specific flags · a6139f6f
    Stephan Bergmann yazdı
    This is a rework of f9059d4e "Key all browser
    plugin features to --enable-nsplugin."  The problem with that was that Mac OS X
    supports pluging browser plugins into LO documents (which was originally
    controlled by --enable-mozilla) but not plugging LO into browser windows (which
    was originally controlled by --enable-nsplugin), so controlling the former with
    the same switch as the latter did not actually work.
    
    Thus I replaced the single ENABLE_NSPLUGIN feature flag with two dedicated ones,
    ENABLE_NPAPI_FROM_BROWSER (for plugging browser plugins into LO documents) and
    ENABLE_NPAPI_INTO_BROWSER (for plugging LO into browser windows).  The
    --enable-nsplugin configure switch is gone completely, setting the feature flags
    is always done fully automatically now.
    
    Change-Id: Iecf706637465e865c987563b5de489fa90b4c904
    a6139f6f
Adı
Son kayıt (commit)
Son güncelleme
..
inc Loading commit data...
mozsrc Loading commit data...
prj Loading commit data...
Makefile Loading commit data...
Module_np_sdk.mk Loading commit data...
Package_inc.mk Loading commit data...
Package_npapi.mk Loading commit data...
README Loading commit data...
StaticLibrary_nputils.mk Loading commit data...