VirtualBox

source: vbox/trunk/src/libs/xpcom18a4

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @44529   12 年 vboxsync header (C) fixes
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @43105   12 年 vboxsync change comment style
(edit) @43103   12 年 vboxsync whitespace/comment touchup
(edit) @43102   12 年 vboxsync change comment style
(edit) @43100   12 年 vboxsync change comment style
(edit) @41877   12 年 vboxsync Config.kmk: sorted VBOX_GCC_* options, added …
(edit) @41477   12 年 vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @41166   13 年 vboxsync src/libs/xpcom/tests: make the static code checker happy
(edit) @40512   13 年 vboxsync Solaris 11 / gcc 4.5.2: The gcc specs aren't passing -mcmodel down to …
(edit) @40509   13 年 vboxsync Config.kmk,xpcom: Solaris 11 / gcc 4.5.2 build fixes.
(edit) @40504   13 年 vboxsync Solaris 11 build fixes.
(edit) @40426   13 年 vboxsync libs/xpcom: gcc-4.7 fix: Remove NS_DEFCALL. regparm(0) is default on …
(edit) @40425   13 年 vboxsync backed out the gcc-4.7 change for XPCOM in r76751
(edit) @40420   13 年 vboxsync gcc-4.7 32-bit fixes
(edit) @40386   13 年 vboxsync xpcom/plerror: fixed upper limit
(edit) @40300   13 年 vboxsync libs/xpcom: format strings in testcases (unimportant)
(edit) @40045   13 年 vboxsync libs/xpcom: format string in tools
(edit) @40023   13 年 vboxsync gcc-4.7 fixes
(edit) @39978   13 年 vboxsync libs/XPCOM: increase IPCD client limit, so that we have a chance of …
(edit) @39926   13 年 vboxsync be more restrictive
(edit) @39817   13 年 vboxsync PR_GetInheritedFD: Potential read access beyond the end of the string.
(edit) @39795   13 年 vboxsync python/xpcom: disabled live time debugging in debug build.
(edit) @39719   13 年 vboxsync PyXPCOMMethod_WaitForEvents: Don't restrict the input value to 'int', …
(edit) @39718   13 年 vboxsync nits
(edit) @39709   13 年 vboxsync Disabled the req pool stuff in dconnect, it seems to cause some regression.
(edit) @39706   13 年 vboxsync PyISupports.cpp: Don't deadlock in the VBOX_DEBUG_LIFETIMES code.
(edit) @39638   13 年 vboxsync Shorter pool name.
(edit) @39637   13 年 vboxsync xpcom18a4: Enabled the iprt based request pool code. Added annoying …
(edit) @39635   13 年 vboxsync xpcom18x4: Added code for using the IPRT request pool, currently disabled.
(edit) @39535   13 年 vboxsync xpcom/python: Some object life time debugging option (debug builds only).
(edit) @39534   13 年 vboxsync Deleted unused source to avoid confusion. module/_xpcom.cpp is where …
(edit) @39532   13 年 vboxsync ExceptionStub: use thread safe macros for addref/release to shut up …
(edit) @39494   13 年 vboxsync Wake up just one DConnect worker thread instead of all.
(edit) @39342   13 年 vboxsync XPCOM: locking fix for previous fix, and eliminate redundant code
(edit) @39341   13 年 vboxsync XPCOM: fix for race in cleaning up wrappers
(edit) @39252   13 年 vboxsync NOINST -> INSTTYPE=none; adding DEBUG_INSTTYPE=both if the NOINST was …
(edit) @39212   13 年 vboxsync Try build the Mac OS X 10.7 python plugin.
(edit) @39209   13 年 vboxsync Build fix.
(edit) @39207   13 年 vboxsync python on lion, hacking in progress…
(edit) @38918   13 年 vboxsync xpcom/java: update copyright
(edit) @38910   13 年 vboxsync xpcom/python: adapt format string to use the correct signedness and size
(edit) @38904   13 年 vboxsync some small memory leaks in error cases and additional NULL checks
(edit) @38796   13 年 vboxsync Main/glue: Add javadoc comments to the java glue code, use them to …
(edit) @38692   13 年 vboxsync build fix
(edit) @38690   13 年 vboxsync libs/xpcom: make xpidl build here
(edit) @38636   13 年 vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38276   13 年 vboxsync nsNativeComponentLoader::RegisterComponentsInDir: Don't go looking for …
(edit) @38152   13 年 vboxsync INSTARGET -> [12]_STAGE_TARGET.
(edit) @38093   13 年 vboxsync *.kmk,++: Mode fixes to maximize hardlinking potential during staging.
(edit) @38082   13 年 vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @37998   13 年 vboxsync xpcom18a4/Makefile.kmk: two missing slashs in _INST properties.
(edit) @37113   14 年 vboxsync *.kmk: Mac OS min version 10.7 - adjustments.
(edit) @36814   14 年 vboxsync Java XPCOM bridge: cleanup, survive multiple inits
(edit) @36000   14 年 vboxsync small fix
(edit) @35440   14 年 vboxsync Makefiles: TARGET_<target> -> <target>_1_TARGET because the former is …
(edit) @35380   14 年 vboxsync Makefiles: The PATH_<target> variable is deprated, use …
(edit) @34653   14 年 vboxsync XPCOM: fix long-standing issue of incorrectly returning …
(edit) @33977   14 年 vboxsync *: replaced a bunch of sprintf() by snprintf()
(edit) @33535   14 年 vboxsync fortify does not like builtin_expect()
(edit) @33404   14 年 vboxsync libs/xpcom18a4: missing #include
(edit) @33388   14 年 vboxsync xpcom: Shut up some OS/2 warnings.
(edit) @33069   14 年 vboxsync WS, Java: handle input safearrays
(edit) @33044   14 年 vboxsync iprt/process: eliminate RTPROC_FLAGS_DAEMONIZE_DEPRECATED, rework …
(edit) @32971   14 年 vboxsync XPCOM: implement a shortcut PR_CreateProcessDetached which directly …
(edit) @32717   14 年 vboxsync XPCOM: stderr usage fixes for debug builds
(edit) @32229   14 年 vboxsync libs/xpcom: shut up a bunch of annoying warnings
(edit) @31694   14 年 vboxsync Java XPCOM bridge: octet arrays are byte[] in XPCOM backend, proper …
(edit) @31604   14 年 vboxsync waitForEvents: Don't return None, another test.
(edit) @31601   14 年 vboxsync EventQueue/py: Return codes, docs and testcase for waitForEvents and …
(edit) @31598   14 年 vboxsync EventQueue: Don't return VERR_TIMEOUT if we processed a message in …
(edit) @31534   14 年 vboxsync xpidl: added --as-needed to Linux builds
(edit) @31403   14 年 vboxsync xpcom/java/Makefile.kmk: be less verbose
(edit) @31259   14 年 vboxsync xpcom: Use RTMem* for memory alloc so that we can more easily wrap …
(edit) @31253   14 年 vboxsync xpcom/nspr: Use RTMem* for memory alloc so that we can more easily …
(edit) @31234   14 年 vboxsync Java: few final touches
(edit) @31153   14 年 vboxsync tabs
(edit) @31147   14 年 vboxsync xpcom/python: Should do Py_BEGIN_ALLOW_THREAD/Py_END_ALLOW_THREAD …
(edit) @31095   14 年 vboxsync Java: few warnings shut up
(edit) @31008   14 年 vboxsync Main: reorganize session APIs
(edit) @30979   14 年 vboxsync xpcom/java: missed dep
(edit) @30972   14 年 vboxsync Java bridge: remove unneeded code
(edit) @30971   14 年 vboxsync Java glue: use XSLT to generate interfaces
(edit) @30880   14 年 vboxsync Java bridge: started common JAX bridge work
(edit) @30663   14 年 vboxsync xpcom/python: fix condition for building the module for python 2.5
(edit) @30634   14 年 vboxsync nsEmbedString.h: three more warnings.
(edit) @30571   14 年 vboxsync XPCOM/DConnect: fix race present since day 1
(edit) @30514   14 年 vboxsync webservice/xpcom: merge r63212, r63211, r63209 from 3.2 branch
(edit) @30135   14 年 vboxsync plevent.c: Acknowledge the native queue on darwin so that we don't end …
(edit) @30123   14 年 vboxsync python-OSX: Only build against python 2.5 when we are using the 10.5 …
(edit) @30077   14 年 vboxsync typo
(edit) @30076   14 年 vboxsync xpcom/ipcd: fix a message handling regression which led to crashes due …
(edit) @30052   14 年 vboxsync xpcom/ipcd: Fix message processing so that IPCM client up/down …
(edit) @29793   15 年 vboxsync fixed SDK build
(edit) @29780   15 年 vboxsync moved
(edit) @29779   15 年 vboxsync excessive file
(edit) @29770   15 年 vboxsync Java bridge: mscom work
(edit) @29759   15 年 vboxsync Java: move tools to Config.kmk
(edit) @29757   15 年 vboxsync Java glue: XPCOM done
(edit) @29724   15 年 vboxsync Java bridge: getters, setters
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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