Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
mozilla
/
gecko-dev
зеркало из
https://github.com/mozilla/gecko-dev.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули gecko-dev
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
477faceaa0
gecko-dev
/
xpcom
/
base
История
dbaron@dbaron.org
30d448d187
Fix bustage.
2007-08-22 18:29:54 -07:00
..
Makefile.in
Export a stack walking API (usable from C or C++) from XPCOM. b=374689 r=bsmedberg a=bzbarsky
2007-08-10 14:28:22 -07:00
nsAgg.h
Followup to bug 348748 to fix the alignment of trailing backslashes in macros
2007-07-11 01:46:44 -07:00
nsAllocator.cpp
…
nsAllocator.h
…
nsAutoPtr.h
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 00:08:04 -07:00
nsCom.h
…
nsConsoleMessage.cpp
…
nsConsoleMessage.h
…
nsConsoleService.cpp
Bug 322169: Clear Private Data does not clear JS Console, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor, r=darin
2006-07-19 12:49:33 +00:00
nsConsoleService.h
…
nsCycleCollector.cpp
Fix bustage.
2007-08-22 18:29:54 -07:00
nsCycleCollector.h
When doing ExplainLiveExpectedGarbage, suspect all nsXPCWrappedJS so that we get more objects in the graph. b=387224 r=graydon a=brendan
2007-08-22 17:47:24 -07:00
nsDebugImpl.cpp
Add a stack-and-abort value of XPCOM_DEBUG_BREAK
2007-08-10 12:42:58 -07:00
nsDebugImpl.h
…
nsError.h
Add an API to access <input type="file"> data. r=smontagu (for charset stuff), r+sr=jonas
2007-07-24 21:29:47 -07:00
nsErrorService.cpp
…
nsErrorService.h
…
nsExceptionService.cpp
…
nsExceptionService.h
…
nsGarbageCollector.c
…
nsIAllocator.h
…
nsIConsoleListener.idl
…
nsIConsoleMessage.idl
…
nsIConsoleService.idl
Bug 322169: Clear Private Data does not clear JS Console, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor, r=darin
2006-07-19 12:49:33 +00:00
nsIDebug.idl
…
nsIErrorService.idl
…
nsIException.idl
…
nsIExceptionService.idl
…
nsIID.h
…
nsIInterfaceRequestor.idl
…
nsILeakDetector.idl
…
nsIMacUtils.idl
Copy'n'paste (340071) and drag'n'drop (340890) between Mozilla app running natively and Mozilla app running under Rosetta translation does not work [properly]. Byte-swap UTF-16 text in private flavors when running under Rosetta. r=josh sr=pink a/1.8.1=me
2006-06-15 17:13:59 +00:00
nsIMemory.idl
…
nsIMutable.idl
…
nsIProgrammingLanguage.idl
Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan.
2006-06-13 03:07:47 +00:00
nsISupports.idl
…
nsISupportsBase.h
Make HTML content objects use QI tables. Bug 389797, r+sr=jst, a=sicking.
2007-08-20 15:55:06 -07:00
nsISupportsObsolete.h
…
nsITraceRefcnt.idl
…
nsIUUIDGenerator.idl
…
nsIVersionComparator.idl
…
nsIWeakReference.idl
…
nsInterfaceRequestorAgg.cpp
…
nsInterfaceRequestorAgg.h
…
nsLeakDetector.cpp
…
nsLeakDetector.h
…
nsMacUtilsImpl.cpp
Copy'n'paste (340071) and drag'n'drop (340890) between Mozilla app running natively and Mozilla app running under Rosetta translation does not work [properly]. Byte-swap UTF-16 text in private flavors when running under Rosetta. r=josh sr=pink a/1.8.1=me
2006-06-15 17:13:59 +00:00
nsMacUtilsImpl.h
…
nsMemoryImpl.cpp
…
nsMemoryImpl.h
…
nsStackWalk.cpp
Allow builds compiled with VC8 to function with older versions of dbghelp.dll. b=391848 r+a=bsmedberg
2007-08-19 14:38:31 -07:00
nsStackWalk.h
Split the address->symbol mapping from the rest of the stack walking code. b=374829 r=bsmedberg a=bzbarsky
2007-08-10 14:29:37 -07:00
nsSystemInfo.cpp
fix for bug
#341190
2006-07-06 06:32:03 +00:00
nsSystemInfo.h
fix for bug
#341190
2006-07-06 06:32:03 +00:00
nsTraceRefcntImpl.cpp
Remove nsTraceRefcnt::LoadLibrarySymbols, which is no longer needed due to the error handling in SymGetModuleInfoEspecial. b=391793 r+a=bsmedberg
2007-08-13 12:36:57 -07:00
nsTraceRefcntImpl.h
Remove nsTraceRefcnt::LoadLibrarySymbols, which is no longer needed due to the error handling in SymGetModuleInfoEspecial. b=391793 r+a=bsmedberg
2007-08-13 12:36:57 -07:00
nsUUIDGenerator.cpp
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 00:08:04 -07:00
nsUUIDGenerator.h
Bug 349526: BeOS crashes at startup due to mState buffer overrun, p=tqh <thesuckiestemail@yahoo.se>, r+sr=vlad
2007-01-27 05:11:35 +00:00
nsVersionComparatorImpl.cpp
…
nsVersionComparatorImpl.h
…
nsWeakPtr.h
…
nscore.h
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 00:08:04 -07:00
nsrootidl.idl
…
pure.h
…
pure_api.c
…