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

1720 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com 914daa6543 Make sure that mAttributeList is initialized to null. 1999-08-24 00:59:30 +00:00
hyatt%netscape.com 5d54ec2d3a Fixing the focusable content method so that only trees (and not tree cells)
are focusable.
1999-08-24 00:43:03 +00:00
sdagley%netscape.com 080ec0a8fd We now propogate the return value received from NewChannelFromURI rather than just returning NS_OK from nsChromeProtocolHandler::NewChannel. This fixes the crash when opening bookmarks on Mac with a missing bookmarks.dtd file (and probably other similiar ones). We still try to open a null content window in this case but Nisheeth has a bug logged (# unknown) to fix that. 1999-08-24 00:35:10 +00:00
jdunn%netscape.com 7f8e9d0c59 HP requires a newline at the end of the file 1999-08-24 00:33:18 +00:00
rjc%netscape.com 2c07c34ea5 Save HTML page results for any given engine. 1999-08-23 08:11:42 +00:00
hyatt%netscape.com 5356344529 Implemented element-level capturing in the XUL DOM. 1999-08-23 07:26:57 +00:00
hyatt%netscape.com a3b6196856 Tweaking capturing. Still doesn't work for elements though. 1999-08-23 05:32:55 +00:00
hyatt%netscape.com 337b1d9e9a Teaching the RDF element about the concept of being focusable. 1999-08-23 05:20:14 +00:00
hyatt%netscape.com 6830cb457a Fix for several bugs (12299, 12289, 12295). 1999-08-23 01:13:29 +00:00
mccabe%netscape.com 3d4917b628 Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
mccabe%netscape.com 2290033202 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 932fce654e 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
ramiro%netscape.com 1d23cab69b Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
rjc%netscape.com 6aabc499c9 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 3bd9a5eb42 Mmmm-hmmm. 1999-08-22 08:11:27 +00:00
hyatt%netscape.com 802e31543f Making sure the onselect handler gets fired. 1999-08-22 08:01:13 +00:00
hyatt%netscape.com 7513b7afc1 More selection work. 1999-08-22 06:53:01 +00:00
hyatt%netscape.com a8d6a9115c Checking in the selection implementation (with more functions added). 1999-08-22 06:31:00 +00:00
hyatt%netscape.com a11ff9fcc3 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 c28227eb81 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
alecf%netscape.com f8cb6fb0c7 updating DOM Viewer
- start creating DOM elements using the PROGID system for creating elements
1999-08-22 00:33:51 +00:00
hyatt%netscape.com a69c890a1f Tweaking comments. 1999-08-21 20:42:17 +00:00
hyatt%netscape.com 88e31243a6 Stubbing out the selection implementation. Need to fill in the empty if
statements next.
1999-08-21 20:39:29 +00:00
hyatt%netscape.com 7f859a0884 Adding more to the tree's idl. 1999-08-21 20:23:56 +00:00
hyatt%netscape.com 7a65851a9f Checking in changes that teach the tree element how to have its own
array of selected items and cells.
1999-08-21 19:53:39 +00:00
hyatt%netscape.com b95fc68375 Fixing broadcasters. The hookup wasn't happening correctly. 1999-08-21 19:30:53 +00:00
ramiro%netscape.com 16bbd09726 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
hyatt%netscape.com 747b419f18 Making sure oncommand fires only on a keypress. 1999-08-21 10:36:42 +00:00
hyatt%netscape.com b61a7c9cfe The bustage is mine. Fixing it now. 1999-08-21 10:05:02 +00:00
rjc%netscape.com bd074491af Save HTML banners in graph. 1999-08-21 09:23:13 +00:00
hyatt%netscape.com 48fadb35cd Fixing up the broadcaster stuff. 1999-08-21 09:13:14 +00:00
hyatt%netscape.com ee88f3c3fc A complete rewrite of the broadcaster/observer system. Much improved. 1999-08-21 09:08:12 +00:00
hyatt%netscape.com d51851bd89 Teaching key bindings how to execute oncommand on a keydown. 1999-08-21 07:57:14 +00:00
dougt%netscape.com 8cf9b81629 xpild-ing nsIAtom. Now nsIAtom is xpcom compliant. 1999-08-21 07:07:00 +00:00
rjc%netscape.com 3984bd02ed Save HTML chunks in graph. 1999-08-21 00:53:52 +00:00
hyatt%netscape.com f1252f912a Renaming onaction to oncommand. 1999-08-20 22:58:32 +00:00
saari%netscape.com f9c6f80a72 Commiting to M9 branch, a temp disabling of keybinding on win32 and linux. Bug 11983. Approved by jevering 1999-08-19 20:35:56 +00:00
rjc%netscape.com d6999a8895 Search datasource tweaks. 1999-08-19 19:57:48 +00:00
waterson%netscape.com ff32c7b51c Add nsXULTreeElement.cpp. 1999-08-18 06:19:40 +00:00
waterson%netscape.com b56418cf48 Resurrect delegation of XULTreeElement interface to an aggregate object. 1999-08-18 05:45:40 +00:00
waterson%netscape.com 998bbf077f Add nsJSXULTreeElement and nsXULTreeElement to the build. 1999-08-18 05:40:37 +00:00
waterson%netscape.com d4b42fdd79 Add nsXULTreeElement and nsJSXULTreeElement to the build. 1999-08-18 04:28:11 +00:00
waterson%netscape.com f73c4f67c5 Regenerated with updated idlc compiler. 1999-08-18 04:26:12 +00:00
waterson%netscape.com 123594ff91 Add verbage. 1999-08-18 04:25:24 +00:00
waterson%netscape.com f8108e0596 Re-added to support tree selection. Not yet in the build. 1999-08-18 03:21:26 +00:00
waterson%netscape.com a5f6d1fab1 Re-add nsIDOMXULTreeElement.h to the build, pending selection API work. 1999-08-18 02:15:29 +00:00
waterson%netscape.com aaf5b43654 Re-add XULTreeElement for selection tracking API. 1999-08-18 02:12:53 +00:00
ramiro%netscape.com 0e1b8a922a Fix for -lpref linking problems. Dont link with libpref, its not needed. 1999-08-18 00:27:50 +00:00
ramiro%netscape.com 0149d76208 Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
warren%netscape.com 8439e8f8ec Fix for bug 7682: StringBundle can't load URLs from imap thread. 1999-08-13 00:43:48 +00:00
waterson%netscape.com 7e90bacdd2 Bug 11575. Null check after pulling URI out of a resource. a=chofmann 1999-08-12 01:16:13 +00:00
slamm%netscape.com 23bba2ad67 Add some gifs back that were not moved during the great DTD reshuffle. now #11679 was #10341. 1999-08-11 22:51:44 +00:00
slamm%netscape.com d59ca48dba Move bookmarks resources into their own directory (bug #10341). a=chofmann 1999-08-11 22:02:49 +00:00
akkana%netscape.com cae28969b7 Fix editor stopper 11616. a=leaf@mozilla.org 1999-08-11 19:20:34 +00:00
rjc%netscape.com d56514ca81 Fix bug # 10352: date sorting. 1999-08-11 06:24:56 +00:00
rjc%netscape.com 8dc812ad54 Hook up search persistence. 1999-08-11 04:06:23 +00:00
rjc%netscape.com f4afad06af Fix bug # 11512: remove unnecessary Unregister() calls. 1999-08-11 03:15:23 +00:00
jband%netscape.com e6130e8615 adding missing member initilizer to ctor 1999-08-10 22:36:50 +00:00
saari%netscape.com 121deb6b90 Changing XP_PC logic to XP_MAC on akk's recommendation. 1999-08-10 22:33:53 +00:00
brade%netscape.com c1abc9374e use keycode/charcode for particular key events 1999-08-10 21:34:48 +00:00
mccabe%netscape.com d6e7410f31 Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
jband%netscape.com dcee61528a was forgetting to check a result 1999-08-10 05:35:09 +00:00
jband%netscape.com 8f1eb40f3d fix for bug 11510 1999-08-10 05:11:47 +00:00
rjc%netscape.com e72b131935 Get HTTP POST working for Necko. 1999-08-10 02:39:21 +00:00
saari%netscape.com 93abd59b34 Fix for bug 10515, an error in keybinding logic 1999-08-09 23:28:18 +00:00
joki%netscape.com da36d40b61 Adding new onselect event. Also slight modification to ender text widget focus behavior 1999-08-07 23:18:35 +00:00
cls%seawood.org 9eea17be39 Various fixes to let the tree compile with gcc 2.95:
String constants are now (const char *)s and must be explicitly cast to (char *).
operator new is expected to be empty or throw an expection instead of returning null. (ifdef'd for gcc 2.95+)
Stricter checks on register clobbering in embedded asm. (at least I think that's what it is)
Expects the main function to return int, not something similiar to it like PRInt32.

Still requires a tweak to remove -mno-486 from NSPR's *.mk files.
1999-08-07 06:01:31 +00:00
rjc%netscape.com 45c90a3331 Fix some more search parsing bugs. 1999-08-07 00:46:11 +00:00
rjc%netscape.com 4dc30be14e Fix search parsing bug. 1999-08-07 00:14:09 +00:00
rjc%netscape.com b697af4993 Look in {DIST}/res/rdf/datasets for search datasets. 1999-08-06 22:54:28 +00:00
rjc%netscape.com 715c2e39df Look in {DIST}/res/rdf/datasets for search datasets. 1999-08-06 20:59:17 +00:00
waterson%netscape.com 76ed7c1834 Fix build warning. 1999-08-06 20:34:55 +00:00
waterson%netscape.com 5fbadfcef3 Bug 8836. Make RDF service a shared global variable. For some reason, this fixes the bizarre assertions when closing a file. Voodoo. Magic. Whatever. 1999-08-06 20:24:29 +00:00
waterson%netscape.com b7e275631c Fix --pedantic bustage. 1999-08-06 18:36:50 +00:00
waterson%netscape.com 6f5ff98694 Fix compiler warning. 1999-08-06 18:28:15 +00:00
slamm%netscape.com 95bf38474c Move entities into DTD for related links panel (bug #10341) 1999-08-06 18:07:58 +00:00
waterson%netscape.com ed78bedd41 Bug 8159. Fix circularity between content model builder and composite datas source (via 'observer' which now refcounts). Destruction of a XULDocumentImpl now forces builder to do out-of-band release on composite datasource. 1999-08-06 17:59:05 +00:00
slamm%netscape.com 635cb20f78 Move entities into dtd files for history (bug #10341). 1999-08-06 17:35:46 +00:00
alecf%netscape.com c4dbef6569 fix memory error found by rickg's tool
NOT PART OF THE BUILD
1999-08-06 09:17:15 +00:00
alecf%netscape.com d07009d0a7 add new interface for DOM node container
NOT PART OF THE BUILD
1999-08-06 09:16:13 +00:00
alecf%netscape.com d18ce7541b fix bit-rot in DOM viewer
- remove use of depricated EqualsResource
- fix memory error as found by rickg's tool
- convert to using raw pointers rather than nsCOMPtrs

NOT PART OF THE BUILD!
1999-08-06 09:15:44 +00:00
hyatt%netscape.com 9bec2d1b1e Fix for bug 10938. 1999-08-06 00:36:55 +00:00
rjc%netscape.com be38c4db52 Don't leak proxy. 1999-08-05 20:10:08 +00:00
rjc%netscape.com c9d886851c Fix string parsing issues/ 1999-08-05 20:05:59 +00:00
waterson%netscape.com 6228b1819d Bug 9799. Implement nsIRDFRemoteDataSource so that datastore can be flushed to disk. 1999-08-05 04:33:41 +00:00
waterson%netscape.com 87d4ade1f9 Bug 9250. Predefined entities should be case sensitive; update so that they are all lower case. 1999-08-04 06:18:40 +00:00
waterson%netscape.com 08f4f00374 Bug 9474. Use NodeList script object, _not_ HTMLCollection. Gutted code that was aggregating HTMLCollection. 1999-08-04 05:45:09 +00:00
waterson%netscape.com fa329653f5 Fix silent failure from JS on firstChild. Clean up other baby-eating methods. 1999-08-04 02:26:26 +00:00
waterson%netscape.com 0836272c82 Bug 11027. Change PR_ASSERT() to PR_LOG message. 1999-08-04 02:20:42 +00:00
waterson%netscape.com 753ac28592 Stop assertions in viewer when you can't get localstore. 1999-08-04 02:19:55 +00:00
slamm%netscape.com c051dcc0c3 Move sidebar files into componnent directory 1999-08-03 22:50:42 +00:00
slamm%netscape.com 2bb0139409 New chrome urls for sidebar. Moved it into a component. 1999-08-03 22:48:53 +00:00
warren%netscape.com 6685d8332e Took out NS_ERROR when file not found. 1999-08-03 21:59:40 +00:00
briano%netscape.com f1ffca414c Cleaned it up and got rid of the redundant HP-specific SHARED_LIBRARY_LIBS stuff. 1999-08-03 21:40:56 +00:00
waterson%netscape.com a25ad074a0 Back out RJC's previous changes; they aren't necessary. Failure is dealt with by the destructor, which will _always_ be called from the factory method if Init() fails. 1999-08-03 21:00:39 +00:00
waterson%netscape.com 56e30e8f88 Bug 11154. Use 2-byte compare fn for literal hash table. 1999-08-03 20:59:56 +00:00
rjc%netscape.com be01dfffa2 Fix potential memory leakage upon failure. 1999-08-03 06:34:06 +00:00
waterson%netscape.com 2415d5ab40 Update to new tree syntax, add some buttons for testing other stuff. 1999-08-02 22:44:17 +00:00
rjc%netscape.com bffc7090f3 Now that we can read in the localstore, don't hide failure to read it in any more. 1999-08-02 06:39:54 +00:00
rjc%netscape.com 0a6a47d58e If GetNameSpaceID() fails due to a null namespace, now return kNameSpace_None instead of failure. 1999-08-02 06:35:26 +00:00