VirtualBox

source: vbox/trunk/src/libs/xpcom18a4

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @88126   4 years vboxsync libs/xpcom18a4/Makefile.kmk: Use the same "put libSDL late in the link …
(edit) @87448   4 years vboxsync xpcom: fix goof in previous change
(edit) @87447   4 years vboxsync xpcom: More Python 3.9 handling.
(edit) @87445   4 years vboxsync xpcom: Handle Python 3.9.
(edit) @87442   4 years vboxsync /configure, src/libs/xpcom18a4/python/Makefile.kmk: Handle python 3.9.
(edit) @87272   4 years vboxsync xpcom18a4/xptcstubs_arm64_vbox.cpp: Two corrections. bugref:9898
(edit) @87254   4 years vboxsync xpcom18a4: Adjustments for bugref:9898.
(edit) @86650   4 years vboxsync Fixed bad commit. Hope this help.
(edit) @86647   4 years vboxsync xpcom/python: Don't build VBoxPython.so on darwin. No LIBS there on …
(edit) @86646   4 years vboxsync xpcom/python: No NEEDED entries for VBoxPython2.so in linux builds. …
(edit) @86645   4 years vboxsync xpcom/python: Fix to previous VBoxPython2.so build config. bugref:9840
(edit) @86628   4 years vboxsync xpcom/python: Build a dedicated VBoxPython2.so module, the …
(edit) @86624   4 years vboxsync xpcom/python: Check the offset used by PyXPCOMGetObTypeName. bugref:9840
(edit) @86623   4 years vboxsync xpcom/python: Update on PyUnicode_AsUTF8AndSize and Py_LIMITED_API. …
(edit) @86425   4 years vboxsync xpcom/tstTestID: Testcase leak fix. bugref:9841
(edit) @86424   4 years vboxsync xpcom/nsIFileTest: Leak fix. bugref:9841
(edit) @86423   4 years vboxsync xpcom/TestXPTCInvoke: Exit with non-zero status on failure. Compare …
(edit) @86422   4 years vboxsync xpcom/TestXPTCInvoke: two leaks. bugref:9841
(edit) @86421   4 years vboxsync xpcom/TestPipes: Missing NS_RELEASE calls on thw two pipe sets in …
(edit) @86420   4 years vboxsync xpcom/TestObserverService: Two asan fixes. Made the testcase exit with …
(edit) @86419   4 years vboxsync xpcom/TestHashTables: Fixed use-after-free issue in IFoo::Release(). …
(edit) @86418   4 years vboxsync xpcom/TestHashTables: Fixed use-after-free issue in IFoo::Release(). …
(edit) @86417   4 years vboxsync xpcom/TestHashTables: Fixed use-after-free issue in IFoo::Release(). …
(edit) @86401   4 years vboxsync xpcom/ipcDConnectService: Marking the ClientDownInfo instances as …
(edit) @86398   4 years vboxsync xpcom/TestCOMPtr: Fixed use-after-free issue in IFoo::Release. bugref:9841
(edit) @86391   4 years vboxsync xpcom/Makefile.kmk: Turns out VBOX_LIBIDL_CONFIG can be more than one …
(edit) @86390   4 years vboxsync /Config.kmk,xpcom/Makefile.kmk: Better error message if we cannot find …
(edit) @86389   4 years vboxsync xpcom18a4/Makefile.kmk: provide clear diagnostics when libIDL-config …
(edit) @86374   4 years vboxsync xpcom/ipcdclient: Fix a few leaks detected running tstMediumLock. …
(edit) @86359   4 years vboxsync xpcom/nspr: Mark _pr_rename_lock and _pr_Xfe_mon as potential memory …
(edit) @86354   4 years vboxsync xpcom/Config.kmk: Don't override -O2 from VBOX_GCC_OPT with -O.
(edit) @86353   4 years vboxsync xpcom/Config.kmk: Use VBOX_GCC_OPT and VBOX_GCC_FP so we get frame …
(edit) @86347   4 years vboxsync Config.kmk,++: Adding a 'asan' build type that does address sanity …
(edit) @86334   4 years vboxsync xpcom/python: Initial Py_LIMITED_API support. [build fix] bugref:9840
(edit) @86333   4 years vboxsync xpcom/python: Initial Py_LIMITED_API support. bugref:9840
(edit) @86312   4 years vboxsync xpcom/python: Indentation fixes in py3 changes. bugref:9840
(edit) @86311   4 years vboxsync xpcom/python: Indentation fixes in py3 changes. bugref:9840
(edit) @86310   4 years vboxsync xpcom/python: Indentation fixes in py3 changes. bugref:9840
(edit) @86309   4 years vboxsync xpcom/python: Use PyUnicode_GetLength instead of deprecated …
(edit) @86297   4 years vboxsync xpcom/python/xptcall: shut up warning about memsetting objects.
(edit) @86293   4 years vboxsync xpcom/xptcall: r12 & rbx corruption fix when there are five parameters …
(edit) @86281   4 years vboxsync xpcom: Build the TestXPTCInvoke.cpp testcase. bugref:9790
(edit) @86280   4 years vboxsync xpcom/xptcall: A couple of fixes wrt float & double values. bugref:9790
(edit) @86278   4 years vboxsync xpcom/reflect: More shrinking. bugref:9790
(edit) @86277   4 years vboxsync xpcom/reflect: Shrunk the 'fast' code. bugref:9790
(edit) @86273   4 years vboxsync xpcom/prmem.c: The java bridge allocates zero byte for an array, …
(edit) @86272   4 years vboxsync xpcom/xptinvoke: Fix incorrect jump in 'fast' path. bugref:9790
(edit) @86264   4 years vboxsync xpcom/xptcall: Unrolled the code in XPTC_InvokeByIndex when 5 or fewer …
(edit) @86262   4 years vboxsync xpcom/reflect: Darwin needs BEGINCODE or the code ends up in the data …
(edit) @86261   4 years vboxsync xpcom/Config.kmk: Need a -x86 variant of the XPCOMYASM template. …
(edit) @86260   4 years vboxsync xpcom/xptcall: Implemented XPTC_InvokeByIndex in assembly (YASM) as …
(edit) @86259   4 years vboxsync xpcom/xptcall: Use xptcinvoke_amd64_vbox.asm on all amd64 targets. …
(edit) @86258   4 years vboxsync xpcom/xptcall: Implemented XPTC_InvokeByIndex in assembly (YASM) as …
(edit) @86257   4 years vboxsync xpcom/xptcall: Implemented XPTC_InvokeByIndex in assembly (YASM) as …
(edit) @86245   4 years vboxsync python/Makefile.kmk: Can use version comparison operators on macOS …
(edit) @85654   4 years vboxsync *.kmk: PATH_DEVTOOLS* -> KBUILD_DEVTOOLS*.
(edit) @85350   4 years vboxsync xpcom18a4/python: Adjustments for newer Xcode version, fixing version …
(edit) @85209   4 years vboxsync xpcom18a4/python: Adjustment for .tbd introduction in 10.11. bugref:9790
(edit) @85061   4 years vboxsync xpcom18a4/python: Adjustments for newer Xcode versions. bugref:9790
(edit) @84940   4 years vboxsync xpcom18a4/Makefile.kmk: BUILD_PLATFORM -> KBUILD_HOST.
(edit) @82395   5 years vboxsync libs/xpcom: forgotten python 3.8 adjustment
(edit) @81742   5 years vboxsync xpcom: add more python 3.x versions
(edit) @80569   5 years vboxsync Main: bugref:9341: Added VM autostart during boot support for windows host
(edit) @77811   6 years vboxsync accidentally made commit was reverted.
(edit) @77777   6 years vboxsync bugref:9312. The command 'VBoxManage cloudprofile' was implemented. It …
(edit) @77123   6 years vboxsync XPCOM: Build fix for FreeBSD
(edit) @76633   6 years vboxsync xpcom18a4/Makefile.kmk: Use _2_OBJS instead of _OBJS.
(edit) @75061   6 years vboxsync xpcom: make xptcinvoke_x86_64_linux.cpp work with gcc sanitisers. …
(edit) @74935   6 years vboxsync Attempt to correct dyld: Symbol not found …
(edit) @74931   6 years vboxsync xpcom18a4: force the inclusion of nsTraceRefcnt, it is useful for …
(edit) @74279   6 years vboxsync hrumpf.
(edit) @74278   6 years vboxsync Config.kmk/xpcom: Try shut up -Wnon-virtual-dtor warnings on older GCC …
(edit) @74274   6 years vboxsync VBoxXPCOM-mangled.def: Fixed underscore removal. bugref:9152
(edit) @74273   6 years vboxsync libs/xpcom: Regenerated VBoxXPCOM.def using the same sed expression. …
(edit) @74271   6 years vboxsync libs/xpcom: Sdded a import library def-file for the …
(edit) @74268   6 years vboxsync .kmk: LIB_XPCOM_IMP and prepping for building extpacks with implibs …
(edit) @74267   6 years vboxsync .kmk: LIB_XPCOM_IMP and prepping for building extpacks with implibs …
(edit) @74230   6 years vboxsync xpcom18a4/Makefile.kmk,extpacks.sh: Skip python and java bridges when …
(edit) @74229   6 years vboxsync xpcom18a4/Makefile.kmk,extpacks.sh: Skip python and java bridges when …
(edit) @74223   6 years vboxsync libs/Makefile.kmk,xpcom18a4/Makefile.kmk: VBOX_ONLY_EXTPACK updates. …
(edit) @73153   6 years vboxsync xpcom18a4: fix ErrorUtils.cpp for Python 3.7, where PyUnicode_AsUTF8() …
(edit) @73071   6 years vboxsync xpcom: fix thinko in PR_LogPrint. Harmless in practice since the bug …
(edit) @72843   6 years vboxsync xpcom: range-check array index first, not after using it.
(edit) @72721   6 years vboxsync Replace explicit uses of lsan_ignore_object() by RTMEM_WILL_LEAK(). …
(edit) @72602   6 years vboxsync Linux/Address sanitizer: silence some warnings about memory leaks. …
(edit) @70577   7 years vboxsync xpcom/VBoxPython: Fixed broken string handling in py3. Fixed wrong …
(edit) @69735   7 years vboxsync xpcom/java/genjifaces.xsl: try fix IVBoxSVC burn by excluding midl bits
(edit) @69588   7 years vboxsync python/src/modules/_xpcom.cpp: Keep track of whether we've calle …
(edit) @69111   7 years vboxsync (C) year
(edit) @68042   7 years vboxsync PyXPCOM: fix python3 syntax issue
(edit) @67995   7 years vboxsync xpcom: add more python 3.x versions distributions_rpm: add Fedora 26, …
(edit) @66019   8 years vboxsync nsprpub/.../ptthread.c: Use the IPRT default stack size (512 KB) …
(edit) @66010   8 years vboxsync src/libs/xpcom: bugref:8070: increase the default stack size for nspr …
(edit) @65848   8 years vboxsync libs/xpcom: no memcpy with a zero size
(edit) @65842   8 years vboxsync PyXPCOM/PyGBase.cpp: experimental deadlock workaround
(edit) @65841   8 years vboxsync PyXPCOM/PyGBase.cpp: experimental deadlock workaround
(edit) @65440   8 years vboxsync XPCOM: Previous change broke the shutdown detection in …
(edit) @65406   8 years vboxsync XPCOM/nsISupportsImpl.h: switch to an extremely paranoid …
(edit) @64625   8 years vboxsync xpcom: Explicitly don't compile this code even if 'linux' is defined. …
(edit) @64428   8 years vboxsync xpcom/Runtime: introduced NS_ERROR_SOCKET_FAIL which is used for XPCOM …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette