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