summaryrefslogtreecommitdiffstats
path: root/np_sdk
Commit message (Collapse)AuthorAgeFilesLines
* Replace GUIBASE checks with equivalent OS checksTor Lillqvist2012-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | | The idea is to get rid of GUIBASE and GUI checks as much as possible. GUIBASE=aqua <=> OS=MACOSX GUIBASE=WIN <=> OS=WNT GUIBASE=cocoatouch <=> OS=IOS GUIBASE=android <=> OS=ANDROID Don't set GUIBASE to these values any more in configure.ac either. GUIBASE_FOR_BUILD is not used anywhere. Conflicts: configure.ac postprocess/packcomponents/makefile.mk postprocess/packregistry/makefile.mk Change-Id: Ie0526b40e1073f2328ba6c333e28752104b0fed3
* Key different browser plugin features to specific flagsStephan Bergmann2012-11-201-2/+7
| | | | | | | | | | | | | | | | | This is a rework of f9059d4eee8e53c0a6b531fff16e1fade58cb8b0 "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
* Key all browser plugin features to --enable-nspluginStephan Bergmann2012-11-191-7/+2
| | | | | | | | | ...instead of having them spread across --enable-nsplugin (plug LO into browser windows) and --enable-mozilla (plug browser plugins into LO documents). The ultimate goal is to clean up the various configure options mentioning "mozilla" and WITH_MOZILLA. Change-Id: I6f4b1c3a5701424f586cc1e303af90c9d59a91b6
* Rename "Mozilla headers" to "NPAPI headers" (incl. configure option name)Stephan Bergmann2012-11-153-8/+8
| | | | | | | | | | ...to avoid confusion what that is actually about. (Especially, it is completely unrelated to --enable-mozilla.) ATTENTION: This renames the configure option --with-system-mozilla-headers to --with-system-npapi-headers. Change-Id: I48f3c79d69c4d4f445a94e7ddbeab06ea667becc
* TypoStephan Bergmann2012-11-121-1/+1
| | | | Change-Id: I2d28680b9e08baf7ec11098b698f881f3a420cb6
* Enable NPP_Initialize/Shutdown againStephan Bergmann2012-11-124-2/+51
| | | | | | | | | | | ...calling which had erroneously been dropped in bdead69dd3c947743907681c8a2f16ca1f50cd9c "Add switch for system/internal npapi.h." This makes the npsoplugin browser plugin work again. (Also, init write_fd to -1 instead of 0, so that a missing do_init_pipe does not accidentally cause writing to write_fd succeed in writing to stdin.) Change-Id: Iced734512a43c8dfea46088f7ac16f159e7dd807
* add missing deps on sal headersDavid Tardon2012-10-311-0/+5
| | | | Change-Id: I815ef8abaf4cd998e7b91fbadad56ddf0a7087ba
* npapi.h: work around idiotic warnings from winnt.hMichael Stahl2012-07-121-0/+7
| | | | Change-Id: I9a685fd0bf2e1285299d99ea39c29501bf8fadcd
* remove malingering legacy RCS tags.Michael Meeks2012-06-281-3/+1
|
* np_sdk: it looks like the NP_* functions need exportingMichael Stahl2012-06-051-4/+6
| | | | | | | At least, that's what the documentation says, and they used to be exported before gbuildization of extensions/np_sdk. Change-Id: Id0bcfab65c30de96bc2c0c708885ae9ed51c3519
* np_sdk: separate system and internal headersMatúš Kukan2012-06-023-8/+41
| | | | Change-Id: I4c61dcb40acf12fa0fe4cf4d6c39a8bfd7b7c9b4
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* extensions: add np_sdk_inc to mozilla_headers externalMichael Stahl2012-04-081-5/+0
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* build nsplugin also without mozilla as in 3-5 branchMatúš Kukan2012-03-031-1/+1
|
* np_sdk: remove unused macrosThomas Arnhold2012-02-181-7/+0
|
* WaE: add horror cast to calm Windows tinderboxMichael Meeks2012-02-181-1/+1
|
* WaE: add horror cast to calm Stephan's tinderboxMichael Meeks2012-02-171-1/+1
|
* char* -> const char* for npapis getMIMEDescription to fix build with newer mozsRene Engelhard2012-02-171-1/+1
|
* EasyHack: Removed gcc conditionalsAlexander Bergmann2012-02-133-13/+2
|
* Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Build nsplugin only in with mozilla case.Matúš Kukan2012-01-131-0/+3
| | | | | | This replaces commits 830a2b923528323e0f39259234dfee26d9d44d21 and 68b08a11babb7274048ef836a078959d126c97b7 with, hopefully, proper one.
* use ENABLE_NSPLUGIN againMatúš Kukan2012-01-121-1/+4
|
* np_sdk: add missing dependencyMatúš Kukan2012-01-121-0/+2
|
* np_sdk: convert to gbuild and add to tail_buildMatúš Kukan2012-01-118-48/+146
|
* Unbreak windows buildFridrich Štrba2011-11-081-3/+0
|
* deliver .h also from np_sdk/incRene Engelhard2011-11-081-0/+1
|
* Add switch for system/internal npapi.hTomas Chvatal2011-11-0811-657/+2404
| | | | | | | This commit also update the internal includes to latest mozilla ones including the .c{,pp} file updates. The ldap check is also simplified from 2 check into plain one.
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-5/+5
|
* Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2011-05-311-1/+2
|\ | | | | | | | | Conflicts: libwps/makefile.mk
| * xulrunner-1.9.1.diff: fix build with xulrunner-1.9.1Chris Cheney2011-04-271-1/+2
| |
* | Drop OS2Tor Lillqvist2011-05-215-71/+4
| |
* | It's __declspec, not _declspecTor Lillqvist2011-05-171-4/+4
| |
* | No use building np_sdk for iOS or AndroidTor Lillqvist2011-05-161-1/+2
|/
* Remove OSF/1 support.Francois Tigeot2011-02-201-10/+1
|
* Make stlport only optional dependency of postprocessFridrich Štrba2011-02-091-1/+1
|
* remove non-compiled codePovilas Kanapickas2010-10-182-19/+1
|
* masterfix: #i10000# add missing dependency to stlportKurt Zenker2010-09-241-1/+1
|
* fwk138: #i108774# let it be compiled in the current environmentMikhail Voytenko2010-03-231-16/+0
|
* fwk138: #i108774# update with the newer versionMikhail Voytenko2010-03-231-15/+45
|
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-5/+1
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* CWS-TOOLING: integrate CWS l10nframework01Ivo Hinkelmann2009-09-161-0/+2
|
* CWS-TOOLING: integrate CWS os2port06dev300Kurt Zenker2009-09-102-1/+7
| | | | 2009-09-05 22:49:00 +0200 ydario r275858 : #i99588# applied os2port06 diff to DEV300 tree.
* INTEGRATION: CWS changefileheader (1.6.6); FILE MERGEDRüdiger Timm2008-04-111-23/+19
| | | | 2008/03/31 13:19:57 rt 1.6.6.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS cloph09 (1.5.12); FILE MERGEDKurt Zenker2007-09-051-2/+6
| | | | | 2007/08/27 23:27:46 cloph 1.5.12.1: Issue number: #i81070# disable X11-heaaders when building an aqua-version
* INTEGRATION: CWS mingwport03 (1.2.12); FILE MERGEDVladimir Glazounov2007-03-261-1/+1
| | | | 2006/09/13 14:05:06 vg 1.2.12.1: #i53572# MinGW port
* INTEGRATION: CWS macmozplugfix (1.4.6); FILE MERGEDKurt Zenker2006-10-051-5/+2
| | | | 2006/09/22 08:03:46 ericb 1.4.6.1: #i62119# macmozplugfix npunix.o can be built on Mac OS X too
* INTEGRATION: CWS warnings01 (1.3.4); FILE MERGEDJens-Heiner Rechtien2006-06-201-2/+4
| | | | 2006/04/20 14:38:01 sb 1.3.4.1: #i53898# Made code warning-free again after resync to SRC680m162.
* #i62021# Remove unsetting of 'SOLARINC' variable.Rüdiger Timm2006-02-141-3/+2
|