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

35512 Коммитов

Автор SHA1 Сообщение Дата
sgehani%netscape.com df459822f2 Added nsAppleSingleDecoder to the xpinstall project. 1999-07-31 08:49:19 +00:00
sgehani%netscape.com fae9aaacfa Added support for decoding AppleSingle binaries on the Mac. 1999-07-31 08:48:38 +00:00
sgehani%netscape.com 47f654ec47 First Checked In. 1999-07-31 08:47:39 +00:00
hyatt%netscape.com 25906786b3 Fixing mailcompose menu bar. 1999-07-31 07:54:30 +00:00
hyatt%netscape.com aa66a8c70d Fixing messenger's titled buttons while I'm there. 1999-07-31 07:51:54 +00:00
warren%netscape.com 7dadc19069 Took out more f*** nsCOMPtrs 1999-07-31 07:51:35 +00:00
hyatt%netscape.com 1879157124 Patching the messenger menu bar. 1999-07-31 07:51:22 +00:00
hyatt%netscape.com 4da64a0fee Patching the address book menu bar. 1999-07-31 07:47:46 +00:00
hyatt%netscape.com c78377b708 Fixing hiddenWindow.xul. 1999-07-31 07:45:20 +00:00
hyatt%netscape.com 2117330e24 Patching the history XUL file. 1999-07-31 07:35:15 +00:00
hyatt%netscape.com 430785be1a Patching the bookmarks XUL file (we're still in phase 2 of the landing). 1999-07-31 07:32:38 +00:00
warren%netscape.com aaa89f95e0 Removed nsCOMPtr breakage. 1999-07-31 07:30:49 +00:00
hyatt%netscape.com dd78fe4ffc Patching the view source XUL file. 1999-07-31 07:29:56 +00:00
hyatt%netscape.com c190007246 Patching the text editor XUL file. 1999-07-31 07:26:19 +00:00
hyatt%netscape.com a2561ffea0 Patching the editor's main menu bar. Now it and the browser have menus,
but nobody else does yet.  Stay tuned.
1999-07-31 07:24:01 +00:00
hyatt%netscape.com 1b63cf98da Patching non-dynamic native menu impls. These include the Mac and BeOS.
Note that the only XUL files currently patched as of this checkin are
the global overlays and navigator.xul.  You won't see any menus in any
other windows right now.

I will now begin patching XUL files.  Once I am finished with the XUL,
phase 2 will be complete (i.e., as of this checkin, all C++ code for
phase 2 is in).
1999-07-31 07:15:20 +00:00
hyatt%netscape.com 5b5ad0b54c Patching native menu implementations for phase 2. Mac is not patched
yet, so menus will not work on the Mac right now.  Patch for Mac
coming shortly.
1999-07-31 07:06:53 +00:00
hyatt%netscape.com b65ad1079f Phase 2 of XP menu landing. Adding the menupopup child. 1999-07-31 07:02:22 +00:00
warren%netscape.com 10e252654f Added GetLoadGroup/SetLoadGroup to nsIChannel so that redirects can discover the group. 1999-07-31 06:53:12 +00:00
warren%netscape.com 51b7182c90 Added debug code to print out timing. 1999-07-31 06:35:08 +00:00
warren%netscape.com af95e38fc8 Reverted yesterday's change to solve the timing/perf measurement problem. Now I think the main problem was caused by the fact that redirects weren't getting inserted into the group, causing the load to terminate prematurely. That's now solved in the http protocol code. 1999-07-31 06:33:50 +00:00
hyatt%netscape.com 35fa9e4a68 Beginning phase 2 of the XP menu landing. Menus will be horked intermittently
on all platforms until I complete this landing.  Do not pull if this will be
a problem for you.
1999-07-31 06:30:43 +00:00
warren%netscape.com 417a407ee5 Lots of cool logging code. 1999-07-31 06:28:31 +00:00
warren%netscape.com d5370072c9 Added shtml 1999-07-31 06:27:03 +00:00
dp%netscape.com 8b1e178a24 Fixing calls to startup and shutdown xpcom 1999-07-31 06:26:24 +00:00
troy%netscape.com 611c847975 Added NULL pointer check in DisplayAltFeedback() to fix Necko related crash
where LoadIconImage() is succeeding but returning NULL for the icon
1999-07-31 05:59:12 +00:00
dp%netscape.com e20bfe9359 - Added internal UnloadLibraries() that can take a NULL service
manager too for nsXPComShutdown()'s sake
1999-07-31 05:55:26 +00:00
dp%netscape.com 74581714e5 - Fixing ComponentManager destruction
- CLSIDToProdID() fixed to use the correct subtree in registry
- ProgID() enumneration on startup enabled
- Added internal UnloadLibraries() that can take a NULL service
  manager too for nsXPComShutdown()'s sake
- Setting autoreg DirectoryIterator not to resolve symbolic links
1999-07-31 05:55:04 +00:00
dp%netscape.com ef2588f29f Getting nsHashtable and nsObjectHashtable Reset()s working together. 1999-07-31 05:50:13 +00:00
dp%netscape.com 18c2f1d9a6 Adding nsHashtable::Reset(). Changing nsObjectHashtable destructor to use Reset instead of enumerate. This will cause hash entires to be removed from the hash table as values in the hash table are released. 1999-07-31 05:41:54 +00:00
hyatt%netscape.com b25feb8317 Fixing Pav's bustage. Bad Pav for going to dinner! 1999-07-31 03:49:25 +00:00
beard%netscape.com 2222402457 Simplified CreateDisplayList() by removing startup conditions. Broke out display list printing code into separate method ShowDisplayList(). 1999-07-31 03:05:37 +00:00
beard%netscape.com 93673ee850 bug #10460: now placing views with negative z-index after their parent in display list. Lots of clean up, added DisplayListElement struct instead of storing views in every 3rd slot of the display list, #ifdef USE_DISPLAY_LIST_ELEMENTS. Simplified CreateDisplayList() by removing startup conditions. Broke out display list printing code into separate method ShowDisplayList(). More to come. 1999-07-31 03:05:32 +00:00
hyatt%netscape.com 7accb23ca0 Phase 1 of the XP menu landing. Patching XUL files. 1999-07-31 03:04:31 +00:00
jefft%netscape.com a944cfe137 one more time; try to fix Sun build bustage 1999-07-31 03:03:28 +00:00
hyatt%netscape.com afe0bfb855 Phase 1 of the XP menu landing. Patching XUL files. 1999-07-31 03:02:38 +00:00
hyatt%netscape.com 689643e658 Phase 1 of XP menu landing. Patching XUL files. 1999-07-31 03:01:03 +00:00
hyatt%netscape.com 8ad9200746 Phase 1 of XP menu landing. Patching XUL files for new syntax. 1999-07-31 02:59:00 +00:00
hyatt%netscape.com 3bcd23a8c8 Phase 1 of XP menu landing. Patching XUL files. 1999-07-31 02:56:36 +00:00
hyatt%netscape.com 837415eb45 Phase 1 of XP menu landing. Patching XUL files. 1999-07-31 02:55:09 +00:00
hyatt%netscape.com e0da4f446e Phase 1 of menu landing. Patching XUL files. 1999-07-31 02:51:48 +00:00
hyatt%netscape.com 37bd94cbdc Phase 1 of menu landing. Changing the syntax of XUL files. 1999-07-31 02:50:33 +00:00
hyatt%netscape.com 57c6c6d297 Phase 1 of menu landing. Patching the syntax of XUL files to fix them up. 1999-07-31 02:48:17 +00:00
pavlov%netscape.com 13f301d44c back out previous changes 1999-07-31 02:28:56 +00:00
hyatt%netscape.com d2b792c0ee Patching the editor XUL file to update to the new menu syntax. 1999-07-31 02:17:30 +00:00
jefft%netscape.com 55a9774501 try again - fixing sun build bustage 1999-07-31 02:12:13 +00:00
hyatt%netscape.com 89aef333a8 Committing navigator.xul with the updated menu syntax. 1999-07-31 02:11:37 +00:00
hyatt%netscape.com 218a6c336e Phase 1 of the XP menu landing. Massaging the native menu syntax to make
it interoperable with the XP menu syntax.

Specific changes:
  (a) separator has been renamed to menuseparator
  (b) onclick has been renamed to onaction
  (c) name has been renamed to value
1999-07-31 02:07:17 +00:00
jefft%netscape.com 7cbae2064a fix sun os bustage 1999-07-31 01:59:52 +00:00
pavlov%netscape.com 23343b3db3 fix it for real this time... 1999-07-31 01:54:26 +00:00