David Anderson
|
414440589e
|
Switch PluginSys off KTrie (bug 5884 part 3, r=ds).
|
2013-08-25 11:59:46 -07:00 |
|
systematicmania
|
da650606e3
|
Fixed optional dependencies logging errors (again) (bug 5739, r=dvander).
Regression from changeset 4c93f74cae51 and changeset 7dae5b0b8e28 in bug 5860.
|
2013-08-24 00:12:21 -04:00 |
|
Kyle Sanderson
|
86c699dd36
|
Fixed various memory issues. (bug 5766, r=asherkin)
|
2013-08-12 00:44:22 +01:00 |
|
Kyle Sanderson
|
bb7cfd2493
|
Fixed dereferencing potential null pointer in CPlugin::GetProperty (bug 5725, r=dvander).
|
2013-05-06 12:12:00 -04:00 |
|
David Anderson
|
9b5ca124ab
|
Don't allocate/delete across static CRTs (no bug, irc r=fyren+psychonic).
|
2013-03-31 13:30:22 -07:00 |
|
David Anderson
|
6f2184901d
|
Fix Mac build.
|
2013-03-29 13:10:51 -07:00 |
|
David Anderson
|
201e5e59da
|
Fix build, again.
--HG--
extra : rebase_source : 8b1fb4f11f51c6b3bc63eb2e3e20467619d93a9a
|
2013-03-29 13:06:12 -07:00 |
|
David Anderson
|
045ee262a8
|
Move scared guts of core into logic (bug 5680, r=fyren).
--HG--
rename : core/ExtensionSys.cpp => core/logic/ExtensionSys.cpp
rename : core/ExtensionSys.h => core/logic/ExtensionSys.h
rename : core/HandleSys.cpp => core/logic/HandleSys.cpp
rename : core/HandleSys.h => core/logic/HandleSys.h
rename : core/NativeInvoker.cpp => core/logic/NativeInvoker.cpp
rename : core/NativeInvoker.h => core/logic/NativeInvoker.h
rename : core/NativeOwner.cpp => core/logic/NativeOwner.cpp
rename : core/NativeOwner.h => core/logic/NativeOwner.h
rename : core/PluginSys.cpp => core/logic/PluginSys.cpp
rename : core/PluginSys.h => core/logic/PluginSys.h
rename : core/ShareSys.cpp => core/logic/ShareSys.cpp
rename : core/ShareSys.h => core/logic/ShareSys.h
rename : core/smn_fakenatives.cpp => core/logic/smn_fakenatives.cpp
rename : core/logic/AutoHandleRooter.h => public/AutoHandleRooter.h
|
2013-03-29 11:37:29 -07:00 |
|