Граф коммитов

3155 Коммитов

Автор SHA1 Сообщение Дата
pierre%netscape.com 84029a2a13 re-enabled the View, Web and Pref factories 1998-08-27 22:08:39 +00:00
valeski%netscape.com d3dd8ac5ee nsString.h - the mBuf member data type was the raw PRUnichar type, changed it to chartype.
nsString.cpp - we were dropping the ending null-byte/unichar when expanding/growing strings
1998-08-27 08:15:40 +00:00
kipp%netscape.com 83c90ed2d0 Fixed compiler problem with other compilers by removing useless const in front of void 1998-08-27 02:39:36 +00:00
rickg%netscape.com 073fc23c82 added iostream output to nsString 1998-08-22 17:50:13 +00:00
rickg%netscape.com c1d7662228 fixed off by one error in Pop() 1998-08-21 02:03:56 +00:00
vidur%netscape.com 1b4622ec25 Used IIDs for nsIConnectionInfo and nsIDocumentLoadInfo 1998-08-20 22:29:22 +00:00
cls%seawood.org 90d0af1408 AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
scullin%netscape.com e1a835994d Added a COM false value. 1998-08-14 20:17:20 +00:00
kipp%netscape.com fd6f1e7926 Allocate IID's for nsLoggingSink and nsILoggingSink 1998-08-12 21:04:13 +00:00
rickg%netscape.com 702ee7c637 fixed objectAT() offset error 1998-08-12 08:53:03 +00:00
troy%netscape.com 86479c1b35 Fixed a memory leak. In some error cases we weren't calling NR_RegClose() 1998-08-11 04:06:28 +00:00
wtc%netscape.com f0e9569118 Do not declare variables in a 'for' statement because the scope
of such variables is compiler-dependent.  (approved by kipp@netscape.com)
1998-08-11 00:10:36 +00:00
peterl%netscape.com 59e5ef7b52 performance tweak in trim 1998-08-07 02:11:13 +00:00
dcone%netscape.com 1e063d17a3 Raptor change, worked on factory methods 1998-08-06 17:44:15 +00:00
pierre%netscape.com f253184b71 declared NSGetFactory_WIDGET_DLL() as "C" function (even though it's still out-commented for now) 1998-08-05 22:28:37 +00:00
pierre%netscape.com 0d96f8fcdc added targets to build static libs 1998-08-05 08:30:44 +00:00
pierre%netscape.com 2e0d995bd8 include nsMacRepository.h 1998-08-05 08:22:38 +00:00
pierre%netscape.com 74fdf29771 added nsMacRepository.h 1998-08-05 08:06:50 +00:00
pierre%netscape.com 2de4f3f06a First Checked In. 1998-08-05 08:06:33 +00:00
rickg%netscape.com 3d3143056b improved deque API a tad 1998-08-05 01:59:34 +00:00
rickg%netscape.com d7540e9307 kipps changes 1998-08-05 01:31:14 +00:00
rickg%netscape.com 7372a05ba9 minor tweak to remove tabs 1998-08-04 10:12:45 +00:00
rickg%netscape.com ed2267c14a fixed problem in testCRT. GetUnicode returns a const ptr 1998-08-03 21:33:32 +00:00
rickg%netscape.com 8cadfbae7e added a few assertions, just to be safe 1998-08-03 21:03:49 +00:00
rickg%netscape.com bd6d9c1bf6 major upgrade to string class implementation 1998-08-03 20:46:38 +00:00
peterl%netscape.com e08babbc37 re-added backed-out changes 1998-08-01 00:56:28 +00:00
donm%netscape.com 56796d4050 backing out changes made while trying to land OJI. 1998-07-31 23:58:26 +00:00
peterl%netscape.com 21482eb238 replaced macros with inline functions 1998-07-31 23:27:36 +00:00
warren%netscape.com 207bbebb65 Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag. 1998-07-31 20:19:50 +00:00
troy%netscape.com d885d03cbf Fixed some crashes where it wa assumes mStr was non-NULL 1998-07-30 20:36:51 +00:00
rickg%netscape.com 35ef5f0b7f more string improvements 1998-07-30 18:35:58 +00:00
rickg%netscape.com ef09dc96e8 fixed string assignment bug 1998-07-30 18:26:46 +00:00
troy%netscape.com 22a9e3103b Changed default constructor to leave capacity at 0 and not allocate
a buffer of 24 bytes
1998-07-29 23:06:21 +00:00
warren%netscape.com a0c375aaa0 Committed from OJI_19980618_TIP_MERGE1. 1998-07-28 02:07:25 +00:00
rickg%netscape.com 82a39cc883 warning removal 1998-07-25 02:11:02 +00:00
waterson%netscape.com 8086a83f7c Removed until approval from modul owner. 1998-07-24 23:33:15 +00:00
waterson%netscape.com 0d2427bb8e Initial revision. 1998-07-24 23:07:58 +00:00
michaelp%netscape.com 8fd323a89b added APIs to viewmanager to enable and disable all rendering.
made Refresh() APIs of viewmanager implementation private.
1998-07-24 21:05:50 +00:00
spider%netscape.com 276f4be0a2 Module Specific Error Generation 1998-07-24 13:47:09 +00:00
michaelp%netscape.com 3f1cee6416 modified streaming APIs to be what the OJI guys want. 1998-07-23 20:34:01 +00:00
spider%netscape.com d88ae841a5 Backing out nsError.h revision 3.2 until the tree opens... 1998-07-23 20:08:13 +00:00
spider%netscape.com e495ad5e55 Added Support for Module Specific Error Codes which are compatible with
the native platform.
1998-07-23 19:28:00 +00:00
troy%netscape.com 50b168bd01 Added some '=' operator member functions to nsAutoString 1998-07-22 21:38:48 +00:00
scullin%netscape.com 11d1c8a186 Default implementation of QueryInterface needs to NULL result on failure. 1998-07-21 21:32:52 +00:00
kipp%netscape.com a4622abc13 Allocate some IIDs 1998-07-19 01:19:30 +00:00
kipp%netscape.com 829e64f9a9 Allocated some IID's 1998-07-18 21:51:28 +00:00
kipp%netscape.com 953c692e2d Allocated IID's for nsIHTMLContentSink, nsIContentSink, nsIDTD 1998-07-15 22:51:30 +00:00
danm 181ec43df6 glowcode. bug 299200 a:don. 1998-07-09 16:33:15 +00:00
kipp 0a82246b5c Added a reminder to not mess with the NS_ISUPPORTS IID 1998-07-07 16:08:55 +00:00
kipp f898cd09a8 Allocated IID for nsIFrame 1998-07-07 16:07:35 +00:00
kipp 248dce993d new 1998-07-07 16:04:02 +00:00
rickg c7c8f485ed major improvements to parser API's; fixed a few bugs 1998-07-02 08:14:22 +00:00
jevering 3705e61240 Modified ReplaceElementAt to grow the array if an index out of the
allocated boundary was requested.
1998-07-02 00:28:56 +00:00
atotic c97c12594a More exports are needed for Raptor 1998-06-26 23:02:03 +00:00
rickg b2f62ff8a2 huge refactoring effort; transient style support; tables fixes, and more 1998-06-17 23:13:28 +00:00
atotic 1394aed0fa More exports are needed 1998-06-16 21:42:32 +00:00
jevering d86bf24428 Fixed double ended queue to accept a callback in the constructor
to a function which frees the inserted objects.
1998-06-12 01:36:24 +00:00
troy 5da3ea6720 Added an additional constructor 1998-06-11 22:48:25 +00:00
gordon c2b1d08e56 Changes for value-added builds. 1998-06-08 11:19:51 +00:00
gordon 0226b0f54c Export nsHashTable methods. 1998-06-06 11:19:14 +00:00
kipp 339f079993 Added SizeOf method 1998-06-05 21:38:36 +00:00
kipp ce9fdc61c7 new 1998-06-05 20:46:23 +00:00
scc c518b6d483 First Checked In. 1998-06-04 22:51:07 +00:00
scullin cdde7f1962 Added NSPR logging. Set NSPR_LOG_MODULES=NSRepository:4 to get
bunches o' logging.
1998-06-02 19:54:52 +00:00
toshok f1f2f7205b Fix build on FreeBSD. don't hardcode '.so', some platforms don't use it. 1998-06-02 00:18:45 +00:00
raman ca98fa5189 Added the clone method. Approved by warren 1998-06-01 22:11:06 +00:00
kipp d0102a831e null terminate empty auto string properly 1998-06-01 20:55:46 +00:00
sfraser c6d3d3ca66 Changed to use .exp file for exports, so that stuff gets exported. 1998-05-28 22:23:41 +00:00
sfraser 396801ce97 First Checked In. 1998-05-28 22:23:16 +00:00
sfraser fad2bd35ae Export nsError.h 1998-05-28 20:50:24 +00:00
sfraser 275c02bca5 Correct comment 1998-05-28 19:40:34 +00:00
sfraser a963895dee Updating for new build system and prefix files. 1998-05-28 19:16:03 +00:00
sfraser 7ca7c57f30 Changes for the new build system; unify prefix files. 1998-05-28 19:04:58 +00:00
kipp 45478ad93a Init refcnt properly 1998-05-28 18:38:32 +00:00
sfraser 061bb4d1e2 First Checked In. 1998-05-23 01:14:17 +00:00
hardts 2b4b0850c4 was 0 length file after landing branch, copy in the branch version 1998-05-22 22:34:32 +00:00
hardts a232be8f2e TestID.cpp didn't get branch changes for some reason, adding them now. 1998-05-22 22:30:53 +00:00
hardts 60cd050946 landing XPCOM_BRANCH 1998-05-22 21:56:30 +00:00
cyeh 4bae11aa7e assist with XPCOM_BRANCH landing. add files nsDebug.cpp and nsSupportsArray.cpp to projects 1998-05-22 21:52:45 +00:00
rickg 7dfde61fc9 minor perf improvement to deque 1998-05-21 20:37:17 +00:00
rickg 9e36b7c90a filled in the popback function 1998-05-21 02:27:34 +00:00
kipp b3f36862f4 Fixed bug in nsString::Cut code where the sizeof(chartype) was multipled a bit aggresively; I also tuned the routine somewhat as well 1998-05-20 23:18:25 +00:00
peterl 729e4048ee added enumerate methods 1998-05-20 20:31:58 +00:00
kipp 252b978edf Added empty constructor; removed instance count sillyness 1998-05-20 16:21:48 +00:00
rickg c857888a8d small improvement to deque-iterator interface 1998-05-19 01:51:24 +00:00
thom 394804e4df Mac checkin 1998-05-18 22:47:24 +00:00
rpotts 5a6229ac23 Changed to use the nsIBaseStream as a base class... 1998-05-15 09:40:43 +00:00
rpotts 03e351b6f6 Interface for Output Streams... 1998-05-15 09:40:02 +00:00
rpotts a9099f2c5c New interface that all stream interfaces can derive from... 1998-05-15 09:39:37 +00:00
rickg c4b08c87d1 minor performance tweak for deque 1998-05-14 22:18:44 +00:00
rickg 23d466f216 added IsDigit to string 1998-05-11 23:27:35 +00:00
scullin 99e7eadcc1 Fix NSPR related breakage. 1998-05-08 23:56:08 +00:00
scullin 811153f87f G++ warning fix submitted by Brian Grunkemeyer. 1998-05-07 20:48:35 +00:00
scullin 689aa27a50 Added NS_ERROR_FAILURE define provided by Brian Grunkemeyer. 1998-05-04 23:30:05 +00:00
spider 31634b6c93 Fix UNIX build bustage 1998-04-30 16:40:38 +00:00
buster 9bf0f8ad1a at Peters request, I added NS_INT_PIXELS_TO_TWIPS and NS_FLOAT_PIXELS_TO_TWIPS 1998-04-30 15:11:33 +00:00
rickg fee218f0dc minor tweak to iterator 1998-04-30 05:55:51 +00:00
kipp 4857393413 Fixed compiler bugs/warnings 1998-04-26 03:13:20 +00:00
rickg cb78bb65c9 added Append(unichar) 1998-04-25 19:44:35 +00:00
karnaze 4364c856d4 added radio groups, select/option, beter sizing. widgets take creation parms. 1998-04-24 21:37:30 +00:00
rickg 60d933a6cb added a few new container types 1998-04-22 18:28:48 +00:00
scullin 5f9d63af93 NSPR related changes submitted by wtc. 1998-04-22 00:05:08 +00:00
peterl 17a3991909 fixed memory leaks in nsAutoString 1998-04-16 21:47:17 +00:00
kipp 4717009d75 moved to pub 1998-04-13 20:24:54 +00:00
ltabb 781c480871 Free the lizard 1998-03-28 02:44:41 +00:00