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

35531 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 6857b11132 changes to make nsIFileSpecWithUI useful from javascript.
now, this works from js:

var filePicker = Components.classes["component://netscape/filespecwithui"].createInstance();
filePicker = filePicker.QueryInterface(Components.interfaces.nsIFileSpecWithUI);
file = filePicker.chooseFile("Select a file");
1999-07-31 18:45:22 +00:00
briano%netscape.com eff2f13b29 Added the missing newline that was upsetting Unix native compilers. 1999-07-31 18:39:47 +00:00
endico%mozilla.org e520bee479 keep search engine robots away. traversing lxr is incredibly wasteful 1999-07-31 18:31:58 +00:00
bienvenu%netscape.com 6feec33a9c start getting throbber working 1999-07-31 18:19:54 +00:00
bienvenu%netscape.com 1bf48ac4a1 add notifications for filter hits, fix totals for parent folders 1999-07-31 18:16:24 +00:00
dougt%netscape.com a731c6e7b4 Changing nonscriptable to noscript. 1999-07-31 17:37:29 +00:00
dougt%netscape.com 0ef5bbced1 Fix for bug 10997 submitted by rginda@ix.netcom.com. 1999-07-31 17:36:18 +00:00
mang%subcarrier.org e5fbf730c1 Comment only change.
Editing and pedantry.
1999-07-31 17:23:59 +00:00
srinivas%netscape.com 7811ad1114 Enable specification of extra linker options and libraries from command line. 1999-07-31 17:19:19 +00:00
tao%netscape.com 47e31d680f Fix un-terminated buffer. 1999-07-31 16:26:19 +00:00
tao%netscape.com 2de71bc4ff Rename JS_GetStrBundle() to srGetStrBundle(). 1999-07-31 16:25:34 +00:00
rhp%netscape.com 4cf0ea3753 Just adding this file...NOT PART OF THE BUILD! 1999-07-31 14:40:38 +00:00
morse%netscape.com 23a42d37fd major cleanup of cookie code 1999-07-31 13:22:20 +00:00
hyatt%netscape.com b172e081e6 Oops. Fixing more errors in messenger.xul. 1999-07-31 11:38:19 +00:00
hyatt%netscape.com e1769ee406 Fixing error in messenger.xul. 1999-07-31 11:36:35 +00:00
hyatt%netscape.com d11e6f8846 Phase 3. Moving the menu bar into the toolbox and enabling XP menus. 1999-07-31 11:33:23 +00:00
hyatt%netscape.com 0541afe016 Phase 3. Patching XUL files to move the menu bar into the toolbox. 1999-07-31 11:30:46 +00:00
hyatt%netscape.com 464ff83329 Phase 3. Enabling XP menus on the menu bar. 1999-07-31 11:29:03 +00:00
sgehani%netscape.com a6e748b2de Removed DebugStr() calls in err checking macro. 1999-07-31 08:55:06 +00:00
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