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

8265 Коммитов

Автор SHA1 Сообщение Дата
spider%netscape.com ae8dbca3a5 Begin hooking up the view manager 1998-09-22 02:45:21 +00:00
beard%netscape.com f76185761d Turned off registering the native methods that are now installed by the plugin. 1998-09-22 02:29:36 +00:00
blizzard%appliedtheory.com 13c173f5cf Only build liveconnect methods if OJI is defined 1998-09-22 02:26:12 +00:00
blizzard%appliedtheory.com 8e6f443d2a Include caps includes for prototypes 1998-09-22 02:25:43 +00:00
beard%netscape.com 019915d254 Changed all interfaces to use UNICODE strings, changed some ints to jints. 1998-09-22 02:24:56 +00:00
beard%netscape.com 644ec01ca5 Added netscape_javascript_JSObject.h. 1998-09-22 02:23:44 +00:00
beard%netscape.com c93d49c131 #include "prtypes.h" if noone else does. 1998-09-22 02:23:23 +00:00
toshok%netscape.com 3f688b1963 rework grid relayout. This fixes lots of things, like the problems of grid cells disappearing on resize, and grid cells that were specified with a fixed size acting like they were assigned a percentage on resize. 1998-09-22 02:14:49 +00:00
matt%netscape.com 38f78db0e2 Adding mak file for HP-UXB.10.20 1998-09-22 02:13:56 +00:00
peterl%netscape.com 368f1a106e don't set attributes that are already set 1998-09-22 02:09:26 +00:00
peterl%netscape.com bbc834e0ac clamp border & padding width to 0 1998-09-22 02:08:45 +00:00
peterl%netscape.com fa5ee1eb1c moved skipped content token from the attribute list to it's own slot 1998-09-22 02:07:31 +00:00
spider%netscape.com 001fef4967 WIP: Prep for ViewManager. Make root canvas at Container level 1998-09-22 01:35:53 +00:00
scullin%netscape.com 6d1ce0ef2b Added ngprefs test hooks. 1998-09-22 00:57:54 +00:00
scullin%netscape.com a65c4dfb9e Added ngprefs dir. 1998-09-22 00:56:07 +00:00
scullin%netscape.com 97b54dc352 Added ngprefs build mechanism. 1998-09-22 00:55:04 +00:00
spider%netscape.com 36b4c9c245 Remove old SetWidget method from Cal XML parser 1998-09-22 00:52:11 +00:00
slamm%netscape.com ced23e7f4e Add a parameter to HT_PaneFromURL (to match backend change that hyatt made). Fix crash on exit (We deleted the notification struct and then HT tried to send us more events). 1998-09-22 00:50:25 +00:00
sdagley%netscape.com f9d371928b Yes the tree is in flames but it'll stay that way without this mod. Reviewed/Approved hyatt. Add new paramter for call to HT_PaneFromURL. 1998-09-22 00:35:08 +00:00
rpotts%netscape.com ce153056de Changed the order for deleting nsImageRequsts and the ImageGroupContext... 1998-09-22 00:27:12 +00:00
hyatt%netscape.com 9594fd2d58 Support for templates added to SHACK. More properties added to front end. 1998-09-22 00:24:26 +00:00
hyatt%netscape.com 65cab71175 More properties added and template support for SHACK added. 1998-09-22 00:23:53 +00:00
scullin%netscape.com b4deb86f3c Removed. 1998-09-22 00:08:51 +00:00
scullin%netscape.com 7801cffcb6 Added. 1998-09-22 00:08:27 +00:00
cyeh%netscape.com d9af890d45 sacrificing the chicken: try moving calls before dist 1998-09-22 00:06:11 +00:00
nisheeth%netscape.com 2c96225c3d Adding code submitted by Ori Kravitz (orik@mercury.co.il) that informs listeners
of keyboard/mouse events before passing the events to JS.  This is part of the
layout probe project that is trying to add test automation interfaces to the
layout engine.
1998-09-22 00:01:23 +00:00
rpotts%netscape.com 36d5b8244f Fixes for platforms where NETLIB_THREAD is not defined... only create proxies if NETLIB_THREAD is defined 1998-09-21 23:58:55 +00:00
nisheeth%netscape.com d0b12b2efb Added code submitted by Ori Kravitz (orik@mercury.co.il) that informs listeners
that all network connections have completed for the current page.  This is part
of the Layout Probe project that is trying to add test automation interfaces to
the layout engine.
1998-09-21 23:58:14 +00:00
beard%netscape.com 6cfcdb72d4 Changed use of stricmp to XP_STRCASECMP, fixed reference to platform-specific pText field in LO_TextStruct_struct. 1998-09-21 23:51:48 +00:00
pierre%netscape.com df28c5e87d fixed raptor build: added nsNetThread.cpp to the 'modular' targets 1998-09-21 23:45:52 +00:00
terry%netscape.com f9b37a0354 Patch by (mostly) Bert Driehuis <bert_driehuis@nl.compuware.com> --
explain a bit about the versioncache file.
1998-09-21 23:29:39 +00:00
spider%netscape.com d2ab115dbf Fix to getDefaultCursor on all mouse motion events based on mouse pt 1998-09-21 23:25:41 +00:00
pierre%netscape.com ede4b90c33 added gif and jpg files to the samples folder 1998-09-21 23:16:10 +00:00
spider%netscape.com 2501910c35 Change the cursor based on the splitter's orientation 1998-09-21 23:04:32 +00:00
akkana%netscape.com f22d899b7d Fix build error: C++ comment in file included by C files 1998-09-21 22:43:50 +00:00
beard%netscape.com 423978edb9 Removed nsINetworkManager. 1998-09-21 22:18:43 +00:00
nisheeth%netscape.com 6be5f553af Adding files created by Ori Kravitz (orik@mercury.co.il) for exposing
interfaces for testing the layout engine.
1998-09-21 22:16:41 +00:00
ramiro%netscape.com 45f2da8bf2 Fix taskbar action button transparency. 1998-09-21 22:08:18 +00:00
nisheeth%netscape.com f18b714ba8 Adding build support for modules/libtest if MOZ_LIBTEST is defined. 1998-09-21 22:08:05 +00:00
dcone%netscape.com 36c6e47dd0 scroll bar is drawing, nothing else 1998-09-21 21:56:55 +00:00
nisheeth%netscape.com 1336a846e3 Checking in changes made for the Layout Probe API project by Ori Kravitz
(orik@mercury.co.il) and Andrei Romanov (aromanov@segue.com).
1998-09-21 21:54:50 +00:00
dcone%netscape.com 9c5598ba8c Fixed alpha layer 1998-09-21 21:46:39 +00:00
nisheeth%netscape.com ac4f5eb633 Add LAYPROBE_API to compiler defines if MOZ_LIBTEST is set. 1998-09-21 21:46:38 +00:00
dcone%netscape.com b17f3006a6 *** empty log message *** 1998-09-21 21:43:58 +00:00
nisheeth%netscape.com 1fa80935d5 Adding build support for modules/libtest that exposes interfaces for
testing the layout engine.
1998-09-21 21:43:38 +00:00
terry%netscape.com 6429bbc29e Now works under "use strict". 1998-09-21 21:15:42 +00:00
sudu%netscape.com 744428a731 Added back a initializer which I missed in last merge 1998-09-21 21:01:16 +00:00
spider%netscape.com d91186522f WIP: Splittable Canvas 1998-09-21 21:00:53 +00:00
ramiro%netscape.com 31bd6bb923 Add a margin to taskbar action button. 1998-09-21 20:55:53 +00:00
ramiro%netscape.com a44a589d08 Remove unused taskbar stuff. 1998-09-21 20:51:41 +00:00