saari%netscape.com
d6fcc1d5a5
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
34176dea50
Search datasource tweaks.
1999-08-19 19:57:48 +00:00
waterson%netscape.com
aeb4f2236f
Add nsXULTreeElement.cpp.
1999-08-18 06:19:40 +00:00
waterson%netscape.com
7d7045cbd4
Resurrect delegation of XULTreeElement interface to an aggregate object.
1999-08-18 05:45:40 +00:00
waterson%netscape.com
3fe2a678a8
Add nsJSXULTreeElement and nsXULTreeElement to the build.
1999-08-18 05:40:37 +00:00
waterson%netscape.com
e0fba51c14
Add nsXULTreeElement and nsJSXULTreeElement to the build.
1999-08-18 04:28:11 +00:00
waterson%netscape.com
ee21d249eb
Regenerated with updated idlc compiler.
1999-08-18 04:26:12 +00:00
waterson%netscape.com
e796040451
Add verbage.
1999-08-18 04:25:24 +00:00
waterson%netscape.com
8c885f534e
Re-added to support tree selection. Not yet in the build.
1999-08-18 03:21:26 +00:00
waterson%netscape.com
dbd526ddac
Re-add nsIDOMXULTreeElement.h to the build, pending selection API work.
1999-08-18 02:15:29 +00:00
waterson%netscape.com
9c6ce2ffe8
Re-add XULTreeElement for selection tracking API.
1999-08-18 02:12:53 +00:00
ramiro%netscape.com
6eeeaf7730
Fix for -lpref linking problems. Dont link with libpref, its not needed.
1999-08-18 00:27:50 +00:00
ramiro%netscape.com
ee33c47ded
Link in secfree dynamically only where needed.
1999-08-17 15:46:57 +00:00
warren%netscape.com
d944d70a84
Fix for bug 7682: StringBundle can't load URLs from imap thread.
1999-08-13 00:43:48 +00:00
waterson%netscape.com
65c3c63e2c
Bug 11575. Null check after pulling URI out of a resource. a=chofmann
1999-08-12 01:16:13 +00:00
slamm%netscape.com
2e4ea59699
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
35db7ab0f0
Move bookmarks resources into their own directory (bug #10341 ). a=chofmann
1999-08-11 22:02:49 +00:00
akkana%netscape.com
bbc7bb9b8a
Fix editor stopper 11616. a=leaf@mozilla.org
1999-08-11 19:20:34 +00:00
rjc%netscape.com
5ed11f9b0d
Fix bug # 10352: date sorting.
1999-08-11 06:24:56 +00:00
rjc%netscape.com
99b9271de8
Hook up search persistence.
1999-08-11 04:06:23 +00:00
rjc%netscape.com
a69e38a634
Fix bug # 11512: remove unnecessary Unregister() calls.
1999-08-11 03:15:23 +00:00
jband%netscape.com
904d45e5ea
adding missing member initilizer to ctor
1999-08-10 22:36:50 +00:00
saari%netscape.com
70acc8dc24
Changing XP_PC logic to XP_MAC on akk's recommendation.
1999-08-10 22:33:53 +00:00
brade%netscape.com
54c490c229
use keycode/charcode for particular key events
1999-08-10 21:34:48 +00:00
mccabe%netscape.com
2a403483de
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
340cc49b7e
was forgetting to check a result
1999-08-10 05:35:09 +00:00
jband%netscape.com
167d0af817
fix for bug 11510
1999-08-10 05:11:47 +00:00
rjc%netscape.com
bc3c64b57c
Get HTTP POST working for Necko.
1999-08-10 02:39:21 +00:00
saari%netscape.com
9b9b72544a
Fix for bug 10515, an error in keybinding logic
1999-08-09 23:28:18 +00:00
joki%netscape.com
11585608e8
Adding new onselect event. Also slight modification to ender text widget focus behavior
1999-08-07 23:18:35 +00:00
cls%seawood.org
3f1dcd11dc
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
c50ef930d0
Fix some more search parsing bugs.
1999-08-07 00:46:11 +00:00
rjc%netscape.com
c11c3db819
Fix search parsing bug.
1999-08-07 00:14:09 +00:00
rjc%netscape.com
7a5f8a0f5b
Look in {DIST}/res/rdf/datasets for search datasets.
1999-08-06 22:54:28 +00:00
rjc%netscape.com
8971adcf13
Look in {DIST}/res/rdf/datasets for search datasets.
1999-08-06 20:59:17 +00:00
waterson%netscape.com
43c0b70372
Fix build warning.
1999-08-06 20:34:55 +00:00
waterson%netscape.com
c45091e312
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
5e0dfa201e
Fix --pedantic bustage.
1999-08-06 18:36:50 +00:00
waterson%netscape.com
d56c2a024e
Fix compiler warning.
1999-08-06 18:28:15 +00:00
slamm%netscape.com
46b3d40845
Move entities into DTD for related links panel (bug #10341 )
1999-08-06 18:07:58 +00:00
waterson%netscape.com
b51825bc1d
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
6aa3fd5226
Move entities into dtd files for history (bug #10341 ).
1999-08-06 17:35:46 +00:00
alecf%netscape.com
63c4bcf681
fix memory error found by rickg's tool
...
NOT PART OF THE BUILD
1999-08-06 09:17:15 +00:00
alecf%netscape.com
0ebb9f453a
add new interface for DOM node container
...
NOT PART OF THE BUILD
1999-08-06 09:16:13 +00:00
alecf%netscape.com
23a3604fa7
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
1432b6eb37
Fix for bug 10938.
1999-08-06 00:36:55 +00:00
rjc%netscape.com
b53d0a5a07
Don't leak proxy.
1999-08-05 20:10:08 +00:00
rjc%netscape.com
c40196a9cb
Fix string parsing issues/
1999-08-05 20:05:59 +00:00
waterson%netscape.com
cd73c23711
Bug 9799. Implement nsIRDFRemoteDataSource so that datastore can be flushed to disk.
1999-08-05 04:33:41 +00:00
waterson%netscape.com
604387549f
Bug 9250. Predefined entities should be case sensitive; update so that they are all lower case.
1999-08-04 06:18:40 +00:00