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

13902 Коммитов

Автор SHA1 Сообщение Дата
troy%netscape.com 59d1bc8ea5 Replaced "maxSize" member if nsReflowState with "availableWidth" and
"availableHeight"
1999-01-05 23:31:18 +00:00
waterson%netscape.com 0992c9d132 Fixed LXR comments. 1999-01-05 23:29:50 +00:00
pinkerton%netscape.com 9089f39770 Added toolbar demo to the tests submenu. 1999-01-05 23:12:01 +00:00
kipp%netscape.com 8fc647b798 Use macros from nsTextFragment 1999-01-05 23:02:27 +00:00
kipp%netscape.com eedfe48223 Reinstated the last set of checkins that were backed out 1999-01-05 23:01:54 +00:00
kipp%netscape.com 545a278435 Consolidated character set macros into this file 1999-01-05 23:01:32 +00:00
pinkerton%netscape.com 39878b37da handle toolbar demo file menu command. 1999-01-05 22:59:51 +00:00
pinkerton%netscape.com 3930c0b552 register the toolbox in the widget dll. 1999-01-05 22:59:27 +00:00
pinkerton%netscape.com b63323c992 Respond to toolbar demo menu command to show a new window for testing out toolbars. 1999-01-05 22:59:02 +00:00
pinkerton%netscape.com 53905c9e1a added Toolbar Demo menu item 1999-01-05 22:58:35 +00:00
pinkerton%netscape.com e8caf3926b add VIEWER_TOOLBARDEMO command id. 1999-01-05 22:58:22 +00:00
waterson%netscape.com 6be69c4908 Added some comments. 1999-01-05 22:58:13 +00:00
waterson%netscape.com 3cfe033cc1 Fixed some indentation. 1999-01-05 22:54:37 +00:00
waterson%netscape.com 9bb4b2a81c Got rid of ConsoleOutputStream: musta been some cruft from the example code I copied... 1999-01-05 22:53:59 +00:00
waterson%netscape.com 0f3f342163 Added LXR comments. Got rid of unnecessary #ifdefs and obsolete factory methods. 1999-01-05 22:02:56 +00:00
waterson%netscape.com 86345bc146 Added LXR comments. 1999-01-05 21:57:59 +00:00
waterson%netscape.com cabb6b2ba0 Added LXR comments. 1999-01-05 21:36:05 +00:00
waterson%netscape.com 547f3b8953 Added LXR comments. 1999-01-05 21:22:20 +00:00
dougt%netscape.com 84ee4b7946 Exposing AreThereActiveConnections() from the nsNetServices class. This is
so that we can tell if netlib is busy without having to be compiled with it.
1999-01-05 21:11:42 +00:00
scc%netscape.com a89c841519 defined NSCAP_NEED_UNUSED_VIRTUAL_IMPLEMENTATIONS for GNU 2.7 under linux. Fixed URL leading to the user manual. Noted that ramiro is working on getting all these special #defines handled by the configuration system instead. 1999-01-05 21:07:57 +00:00
waterson%netscape.com 2fb32ba211 Updated to use the new event queue service that Rick landed last night. 1999-01-05 21:07:41 +00:00
waterson%netscape.com 275755870e Added comments for LXR. 1999-01-05 21:07:09 +00:00
waterson%netscape.com 71f73518c0 Fixed the last bug with my namespace hack. Added a bunch of comments. 1999-01-05 21:06:54 +00:00
brade%netscape.com 969cb32085 fix build bustage...(bad #include) 1999-01-05 19:51:59 +00:00
troy%netscape.com a8ad5f82cb Initial check-in 1999-01-05 19:44:41 +00:00
amusil%netscape.com 865b6c6acd Fixing build bustage. 1999-01-05 18:48:03 +00:00
brade%netscape.com 623553c769 comment out line to get tree green again (amusil@netscape.com to fix in long run) 1999-01-05 18:32:29 +00:00
donm%netscape.com 4de9f3ce79 backing out changes against a long red tree. would like to clear
the hook.  -donm
1999-01-05 18:16:05 +00:00
donm%netscape.com 4a4d9e941a fixing tree bustage due to #ifdef NSPR20 and missing prmacos.h.
This should be looked at again.  -donm
1999-01-05 18:08:23 +00:00
kipp%netscape.com 1bb63c7c14 Fix handling of removed-child incremental reflow to no longer crash (bug #1941); also disabled incremental behavior for remove and inserted for now so that layout looks correct 1999-01-05 17:50:41 +00:00
kipp%netscape.com 6d76be6bac Removed aPrevSibling from DoRemoveFrame's arg list 1999-01-05 17:49:44 +00:00
rpotts%netscape.com 0c31e57d3b Include the implementation of NS_SetupRegistry(...) from mozilla/webshell/tests/viewer/nsSetupRegistry.cpp rather than duplicating the code... 1999-01-05 10:39:04 +00:00
rpotts%netscape.com e03c51e302 use the new EventQueueService to obtain the event queue used for marshalling data over to the UI thread... 1999-01-05 09:51:28 +00:00
rpotts%netscape.com 8415d52247 Use the EventQueueService to get the event queue for the UI thread... 1999-01-05 09:46:33 +00:00
rpotts%netscape.com b07b261534 On windows call PL_InitializeEventsLib(...) until the new PL_event apis are available... 1999-01-05 09:44:28 +00:00
rpotts%netscape.com 03e6dcc1e0 do not call PL_InitializeEventsLib(...) any more. nsIEventQueueService::CreateThreadEventQueue(...) has this functionality now... 1999-01-05 09:42:22 +00:00
amusil%netscape.com 8b29192799 Removed plugin .cpp files - plugin functionality now exists in the plugin.mcp project. 1999-01-05 09:35:29 +00:00
amusil%netscape.com d5345818d7 Added plugin.shlb 1999-01-05 09:34:54 +00:00
amusil%netscape.com 73421ca469 Added plugin.mcp project to the Mac build. plugin.shlb is now included in layout.mcp and plugin-related cpp files have been removed from viewer.mcp 1999-01-05 09:34:27 +00:00
amusil%netscape.com f75176ea88 First Checked In. 1999-01-05 09:10:46 +00:00
waterson%netscape.com 71d6d1db7f Bug fixes and enhancements to nsRDFStreamData source. Can almost round-trip RDF/XML now... 1999-01-05 08:44:40 +00:00
cls%seawood.org a123f59f7c Fixed problem in fullcircle detection that was causing configure to break when using autoconf-19981231. 1999-01-05 07:16:18 +00:00
rpotts%netscape.com 8cfd6c5dae Create an event queue via the EventQueueService for the UI thread... 1999-01-05 05:58:08 +00:00
rpotts%netscape.com da9fa8e43a Add the EventQueueService to the repository... 1999-01-05 05:51:30 +00:00
troy%netscape.com fabb2fd184 Improved GetAbsoluteContainingBlock() a bit. It still needs to handle scrolled
elements
1999-01-05 05:51:22 +00:00
rpotts%netscape.com 0bf5584666 On windows only, ignore the eventQ kept by the eventQ service... Until the event Q is created with PL_CreateNativeEventQueue(...) only the main event Q can be used... 1999-01-05 05:43:53 +00:00
rpotts%netscape.com 99e9b1935c Added nsXPComFactory.cpp and nsEventQueueService.cpp to the windows build 1999-01-05 05:42:38 +00:00
waterson%netscape.com b4b39d7846 Added docs on what this file is for. 1999-01-05 05:38:45 +00:00
waterson%netscape.com 67111c06a2 Merge from RDF_122898_BRANCH. (This is not in the main build.) 1999-01-05 05:36:40 +00:00
pierre%netscape.com f8c62f1334 removed the handle locking/unlocking in Init() 1999-01-05 04:07:23 +00:00