summaryrefslogtreecommitdiff
path: root/unotest
AgeCommit message (Expand)Author
2024-12-02unotest,sw: introduce queryDispatchStatus()Michael Stahl
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin
2024-09-26cid#1619687 Not restoring ostream formatCaolán McNamara
2024-09-25cid#1619687 Not restoring ostream formatCaolán McNamara
2024-09-24Surround printed struct/exception members with {...}Stephan Bergmann
2024-09-23Best effort to print more details about caught UNO exceptionStephan Bergmann
2024-09-10Demonstrate that Embind is not multi-threading capableStephan Bergmann
2024-08-26'use strict' is of no use here...Stephan Bergmann
2024-08-18Emscripten: Clean up SolarMutexStephan Bergmann
2024-08-18Those XTest::is... methods return boolean, not anyStephan Bergmann
2024-08-01pyuno,unotest,xmlsecurity: copy GPG test files for UITtestMichael Stahl
2024-07-30More exhaustive org.libreoffice.embindtest.StructStephan Bergmann
2024-07-30Embind: Missing support for UNO polymorphic struct typesStephan Bergmann
2024-07-29testtools, uitest, unotest: fix issues found by Ruff linterIlmari Lauhakangas
2024-07-27In embindtest, also test Any included in StructStephan Bergmann
2024-07-25Add a toDelete parameter to Module.throwUnoExceptionStephan Bergmann
2024-07-18Change from Module.intiUno() to Module.uno_init promiseStephan Bergmann
2024-07-18make date/time single-arg constructors explicitNoel Grandin
2024-07-17Missing gb_Library_use_libraries,embindtestStephan Bergmann
2024-07-16Embind: Implement UNO interface attributes as JS accessor propertiesStephan Bergmann
2024-07-16Add test code for UNO attributes implemented in JSStephan Bergmann
2024-07-16Test calling directly from JS a UNO method implemented in JSStephan Bergmann
2024-07-12Turn org.libreoffice.embindtest.Test from singleton to serviceStephan Bergmann
2024-07-11Fully implement the Wasm UNO bridge cpp2uno directionStephan Bergmann
2024-06-28Fix "lets" -> "let's"Andrea Gelmini
2024-06-21Embind: Fix C++ UNO exception catchingStephan Bergmann
2024-06-19Consistently 'use strict' for JS codeStephan Bergmann
2024-06-17Embind: Fix lifecycle of UNO any and sequence values returned from JS to C++Stephan Bergmann
2024-06-12Embind: Let unoObject return a css.uno.XInterface referenceStephan Bergmann
2024-06-12Embind: Centrally initialize via Module.initUno() in a new uno.jsStephan Bergmann
2024-06-12Embind: A nicer unoObject construction functionStephan Bergmann
2024-05-30Implement attribute handlingStephan Bergmann
2024-05-29Implement exception catchingStephan Bergmann
2024-05-29Emscripten: Unconditional --enable-wasm-exceptionsStephan Bergmann
2024-05-28Emscripten: Document failing getExceptionMessageStephan Bergmann
2024-05-20loplugin:ostr in variousNoel Grandin
2024-05-12WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-09Fix missing UNO<->C++ argument/return value conversionsStephan Bergmann
2024-05-09Embind: Fix uno_Any.get for null interface valuesStephan Bergmann
2024-05-08Emscripten: Towards a working C++ UNO bridgeStephan Bergmann
2024-04-30Embind: Fix out-param handlingStephan Bergmann
2024-04-20Embind: Test and Fix out-param handlingStephan Bergmann
2024-04-20Embind: Drop $equals, add sameUnoObjectStephan Bergmann
2024-04-20Embind: Don't use new when getting UNO singletonsStephan Bergmann
2024-04-19Embind: Consistently represent empty interface references as JS nullStephan Bergmann
2024-04-18Embind: throwUnoException from JSStephan Bergmann
2024-04-18Embind: call decrementExceptionRefcount upon catchingStephan Bergmann
2024-04-17Embind: Clean up JS UNO obj implementation in embindtest.jsStephan Bergmann
2024-04-16Embind: No need for $queryStephan Bergmann
2024-04-12Embind: support .implement()-based JS UNO objectsStephan Bergmann