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

37727 Коммитов

Автор SHA1 Сообщение Дата
hshaw%netscape.com 62064636df allow inheritance 1999-08-22 17:28:36 +00:00
hshaw%netscape.com a16de4ba9d allow selection of socket type using socket providers 1999-08-22 17:26:09 +00:00
ramiro%netscape.com 346c270368 workaround build issue 1999-08-22 16:08:36 +00:00
ramiro%netscape.com 996b924d66 Comment out un impl class. 1999-08-22 16:07:43 +00:00
ramiro%netscape.com 58ef89909d Remove hack. 1999-08-22 16:07:19 +00:00
rhp%netscape.com f3b8fdb88c Image cleanup 1999-08-22 15:54:20 +00:00
rhp%netscape.com 76f94e6acc Code cleanup changes 1999-08-22 15:48:46 +00:00
rhp%netscape.com e8f74eabae Cleaning up old cruft 1999-08-22 15:42:08 +00:00
ramiro%netscape.com b0fb6e8169 Add embedding samples. 1999-08-22 15:36:56 +00:00
ramiro%netscape.com 7f6c254748 Add embedding examples. 1999-08-22 15:31:44 +00:00
ramiro%netscape.com 6ede5e93ad Add embedding samples. 1999-08-22 15:31:13 +00:00
hshaw%netscape.com a51f42652e add socket provider support under NET_SOCKET_PROVIDER_BUILD ifdef (temporary until linux/mac build scripts checked in 1999-08-22 15:20:43 +00:00
ramiro%netscape.com 5c8cde1e57 Add -fno-rtti and -fno-exceptions flags. 1999-08-22 15:02:50 +00:00
ramiro%netscape.com 4dbdb000c7 Removed handling of NS_COPYBITS_TO_BACK_BUFFER in CopyOffScreenBits().
Remove usage of secondary offscreeen buffer.
1999-08-22 14:48:12 +00:00
hshaw%netscape.com 30a60a78ae compile socket subdir if NET_SOCKET_PROVIDER_BUILD set (will be removed when linux/mac build scripts checked in) 1999-08-22 14:42:05 +00:00
hshaw%netscape.com edc9d201e9 Initial checkin of socket provider 'base' files 1999-08-22 14:40:41 +00:00
ramiro%netscape.com 2e60bb6535 Finish support for building more than one toolkit at once. 1999-08-22 14:06:52 +00:00
ramiro%netscape.com 308bf10dca Dont link in neckoutil. 1999-08-22 13:55:40 +00:00
ramiro%netscape.com ee2c5b0a52 Fix for the rendering problem on unix after the NS_COPYBITS_TO_BACK_BUFFER
cleanup.
1999-08-22 13:54:41 +00:00
sgehani%netscape.com 74fd681261 First Checked In. 1999-08-22 13:40:21 +00:00
mccabe%netscape.com 17cdc659d1 NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
rjc%netscape.com 2ba747b8f3 Set a BASE TARGET and a default FONT POINT-SIZE. 1999-08-22 12:45:27 +00:00
rjc%netscape.com 699707b7cd Start engine loading animation earlier (when URI connection is initially opened) to give a longer, more accurate progress indication. 1999-08-22 12:17:41 +00:00
mccabe%netscape.com 381fb81c4f Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00
mccabe%netscape.com 78683b0b4e Don't generate 'void' as a parameter in call portion of NS_FORWARD_NSIFOO macro. Whoops. 1999-08-22 11:18:21 +00:00
ramiro%netscape.com 56b62f3790 Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
rjc%netscape.com 0d3b081628 BeOS specific changes for importing NetPositive bookmark attributes.
Thanks to duncan@be.com for help with linkage problem.
1999-08-22 10:51:12 +00:00
hyatt%netscape.com 828c4338ed Patching a function used only by the tree code. 1999-08-22 09:50:22 +00:00
mccabe%netscape.com dd27718a80 Remove definition of NS_DECL_IOBSERVER and SERVICE and replace uses with xpidl-generated NS_DECL_NSIOBSERVER macro. 1999-08-22 09:18:49 +00:00
hyatt%netscape.com de12e8d8af The XUL file for bookmarks was badly messed up. 1999-08-22 08:35:48 +00:00
hyatt%netscape.com 97025b35ec Mmmm-hmmm. 1999-08-22 08:11:27 +00:00
hyatt%netscape.com 95b868638c Changing "onchange" to "onselect". 1999-08-22 08:05:46 +00:00
hyatt%netscape.com 27156d3fe7 Making sure the onselect handler gets fired. 1999-08-22 08:01:13 +00:00
hyatt%netscape.com fcad23039c Fix for bug 11299. 1999-08-22 07:44:00 +00:00
hyatt%netscape.com fc43a21bbe Fix for bug 9693. 1999-08-22 07:31:35 +00:00
hyatt%netscape.com bba0cbee9a Removing the rule that set the scrollbar's thumb to be green. Whoever
checked that in is a tool.
1999-08-22 06:57:25 +00:00
hyatt%netscape.com 576659f909 More selection work. 1999-08-22 06:53:01 +00:00
hyatt%netscape.com 0d455a64e0 Style tweak. 1999-08-22 06:42:03 +00:00
hyatt%netscape.com e0ed866b30 Checking in the modified tree widget. It now uses the new selection APIs on the
tree DOM element.
1999-08-22 06:32:27 +00:00
hyatt%netscape.com 46340eebe5 Checking in the selection implementation (with more functions added). 1999-08-22 06:31:00 +00:00
hyatt%netscape.com b8cf1c5a5d Implemented all of the tree widget selection APIs but ranged selection (which will
be fun and nasty).
1999-08-22 06:17:16 +00:00
hyatt%netscape.com 850b37e110 Defining the selection API for the tree widget. Stubbed all of the functions.
Now I just have to implement them all.
1999-08-22 06:01:52 +00:00
beard%netscape.com c2c8296420 Added DispatchWindowEvent, added keyboard focus, and default keyboard input behavior. 1999-08-22 05:43:39 +00:00
karnaze%netscape.com 08565d8aff changed initial value in ColumnsAreValidFor. 1999-08-22 02:36:00 +00:00
sgehani%netscape.com 11d0677e15 Turn on xpistub for the Mac. 1999-08-22 01:20:34 +00:00
sgehani%netscape.com 2e705d0fce First Checked In. 1999-08-22 01:19:22 +00:00
sgehani%netscape.com 338decd8cf Make Mac happy. 1999-08-22 01:18:35 +00:00
mccabe%netscape.com 7096177a2c Make a new XPIDL_WARNING macro to generalize the check against using IDL_tree_warning when compiled against libIDL 0.6.5. 1999-08-22 01:10:14 +00:00
alecf%netscape.com 93be0997ed updating DOM Viewer
- start creating DOM elements using the PROGID system for creating elements
1999-08-22 00:33:51 +00:00
beard%netscape.com 1a1827f778 Workaround for non-optimal port management, cleaned up some TARGET_CARBON #ifdefs, which could leak regions, or at share port-owned clip regions with the global pool. 1999-08-21 23:41:34 +00:00