kvisco%ziplink.net
|
d808073f42
|
added patches from Marina M. to fix predicate parsing, and make sure we look for Axis Identifier wild cards
|
2000-04-13 09:13:22 +00:00 |
tbogard%aol.net
|
81f7803783
|
Changed the code to use the nsIXULBrowserWindow interface rather than poking attributes for setting throbber activity, window activity and location changing. This should speed things up a bit and also makes the code a bit cleaner.
|
2000-04-13 08:08:52 +00:00 |
mscott%netscape.com
|
a1512278c7
|
this checkin is actually bryners. Backing out the changes that seem to cause various problems
on linux. Eric is going to sit down with a linux guru tomorrow and try to figure out why these changes
were causing a problem.
|
2000-04-13 07:43:39 +00:00 |
mccabe%netscape.com
|
2d39eb3359
|
Make the console service threadsafe. Lock when logging messages, copying out the message array, registering and unregistering listeners, etc. Also proxy each registered listener to ensure that it is called only on the thread that registers it; hopefully this will make it safe to use javascript-implemented listeners even when error messages are logged on other threads.
Also log some partial work towards making nsIConsoleMessage interfaces factory-instantiable.
|
2000-04-13 07:20:24 +00:00 |
mccabe%netscape.com
|
77a756d5a0
|
Rename interface constants from names like ERROR and STRICT, which evidently conflict with preprocessor defines on Windows.
Thanks to Travis for noticing this problem.
|
2000-04-13 07:03:46 +00:00 |
kvisco%ziplink.net
|
9aeef6530d
|
changed makefile to remove dependancy on base/String.o
|
2000-04-13 07:02:54 +00:00 |
mccabe%netscape.com
|
61ad3f5232
|
Fix Makefile to work with srcdir.
Patch courtesy Colin Blake <colin@theblakes.com>
|
2000-04-13 07:00:33 +00:00 |
kvisco%ziplink.net
|
5b6207c601
|
finished making name change from String to TxString
|
2000-04-13 06:40:34 +00:00 |
heikki%citec.fi
|
00f214e868
|
Test files for XML Base. **Sicking testing cvs admin**
|
2000-04-13 06:40:18 +00:00 |
heikki%citec.fi
|
1b1b94ee79
|
Test files for XML Base. Not part of build.
|
2000-04-13 06:40:17 +00:00 |
beard%netscape.com
|
58e2102fbb
|
[not part of build] using non-debugging allocators to keep out of leak reports.
|
2000-04-13 06:40:16 +00:00 |
beard%netscape.com
|
de18953344
|
[not part of build] more heuristics for valid identifiers
|
2000-04-13 06:39:20 +00:00 |
heikki%citec.fi
|
53d076ca4b
|
Implemented XML Base (http://www.w3.org/TR/xmlbase). Still some issues with escaping illegal chars in URLs etc. Bug 32842.
|
2000-04-13 06:38:31 +00:00 |
beard%netscape.com
|
26a770ae29
|
[not part of build] silent when leaking objects w/o debugging info.
|
2000-04-13 06:36:13 +00:00 |
beard%netscape.com
|
d7591c426f
|
[not part of build] StringTable
|
2000-04-13 06:35:02 +00:00 |
beard%netscape.com
|
d468bee4b9
|
[not part of build] NFRAMES == 2 for alignment reasons, splaying sibling lists.
|
2000-04-13 06:34:20 +00:00 |
beard%netscape.com
|
34b611d961
|
[not part of build] NFRAMES == 2 for alignment reasons.
|
2000-04-13 06:33:09 +00:00 |
bienvenu%netscape.com
|
15a5d74bf3
|
fix ClearFlag method, r=sspitzer
|
2000-04-13 05:55:48 +00:00 |
bienvenu%netscape.com
|
5656a91748
|
add InitFromUri method, r=mscott for nntp connection cache
|
2000-04-13 05:54:45 +00:00 |
bienvenu%netscape.com
|
200e4e587e
|
fix line buffer to grow past 4k r=mscott 33715
|
2000-04-13 05:53:56 +00:00 |
morse%netscape.com
|
d49965c036
|
remove image blocking
|
2000-04-13 05:16:10 +00:00 |
sfraser%netscape.com
|
89f918ee5b
|
Adding methods to allow control of the selection in text widgets.
|
2000-04-13 05:15:59 +00:00 |
sfraser%netscape.com
|
7446f13322
|
Use an nsCOMPtr in the Select call.
|
2000-04-13 05:14:08 +00:00 |
sfraser%netscape.com
|
48fa415a04
|
Adding methods to NSHTMLInputElement to allow control of the selection from JS.
|
2000-04-13 05:02:35 +00:00 |
beard%netscape.com
|
e82b4e2532
|
gc_base now used as common base class of GC allocated objects.
|
2000-04-13 04:54:41 +00:00 |
beard%netscape.com
|
56d97a71e9
|
added gc_base, which defines a more generic operator new().
|
2000-04-13 04:53:56 +00:00 |
ducarroz%netscape.com
|
5fe7f03696
|
Remove the old autocomplete widget which is now replaced by the XBL one (xpfe/components/autocomplete). R=alecf.
|
2000-04-13 04:50:39 +00:00 |
sfraser%netscape.com
|
52665ca171
|
No need to #include nsIGfxTextControlFrame.h any more.
|
2000-04-13 04:49:52 +00:00 |
ducarroz%netscape.com
|
fa587f9aa6
|
Add xpfe/components/autocomplete to the build. R=alecf.
|
2000-04-13 04:49:50 +00:00 |
ducarroz%netscape.com
|
4a421da362
|
Add CSS binding for new XBL autocomplete widget. R=alecf.
|
2000-04-13 04:49:28 +00:00 |
ducarroz%netscape.com
|
ee08d13485
|
Fix makefile error. R=alecf
|
2000-04-13 04:49:23 +00:00 |
nisheeth%netscape.com
|
93af48c0bf
|
Back out earlier fix to bug 13565. I shouldn't remove the code that dumps XML error messages to the console because the browser window is not going to be around all time, for example, in the case of the profile manager window.
|
2000-04-13 04:43:37 +00:00 |
nisheeth%netscape.com
|
6bc7ddfccb
|
Fix for bug 13565. Removed code that dumps XML error messages to console because error messages now show up inside the browser window.
|
2000-04-13 04:13:41 +00:00 |
beard%netscape.com
|
f305fe2963
|
XP_MAC improvements, stack walking, pc to name translation, early toolbox initialization so console will pop-up in correct location.
|
2000-04-13 03:51:43 +00:00 |
beard%netscape.com
|
dc1c5cb531
|
[not part of build] since MacOS isn't preemptive, make FASTLOCK a no-op.
|
2000-04-13 03:27:51 +00:00 |
erik%netscape.com
|
c452e20978
|
bug 35515; get *-iso10646-1 fonts to work by correcting the test for glyph
availability; bug 35665; add support for microsoft-cp1251 fonts
|
2000-04-13 03:24:13 +00:00 |
jim_nance%yahoo.com
|
c934025584
|
Fixes for bug 35466 from wtc, along with some suggestions for better
compiler flags from Jeff D. at Compaq. This should not affect anything
other than Tru64 Unix. If it does I can be reached at 919.859.3885
|
2000-04-13 03:13:14 +00:00 |
tbogard%aol.net
|
2320ecb1dd
|
Moved the implementation of nsIRefreshURI into the docShell. Reordered CreateFixupURI to try simply creating the URI before actually doing any munging. Stop now calls CancelRefreshURITimers. String version of LoadURI now properly puts up error boxes for missing protocols.
|
2000-04-13 03:11:44 +00:00 |
tbogard%aol.net
|
18b2ff8d87
|
Moved the implementation of nsIRefreshURI into the docShell. When the webShell is getting destructed make sure we call Destroy.
|
2000-04-13 03:11:25 +00:00 |
tbogard%aol.net
|
680502bbb1
|
Make DocShell link with the timer library so it can call NS_NewTimer.
|
2000-04-13 03:05:35 +00:00 |
mscott%netscape.com
|
cc56c53636
|
Bug #35661 --> don't try to load a message if we are about to delete it
r=putterman
|
2000-04-13 03:03:50 +00:00 |
sspitzer%netscape.com
|
fefed47afa
|
fix for #11043. implement news biff. thanks to tobias@adamson.com for contributing this patch. r=sspitzer
|
2000-04-13 02:59:01 +00:00 |
tbogard%aol.net
|
a2006c7257
|
WebShell no longer creates the plugin host. nsObjectFrame now gets it from the service manager instead of trying to get it from the webshell.
|
2000-04-13 02:56:05 +00:00 |
tbogard%aol.net
|
c8f2d5a0c4
|
Implemented SetFocus.
|
2000-04-13 02:54:38 +00:00 |
sspitzer%netscape.com
|
017a1b81a0
|
fix for #34791. "check new mail" -> "check new messages".
|
2000-04-13 02:53:55 +00:00 |
tbogard%aol.net
|
956cf30894
|
Get the service for the plugin host. Don't bother requesting it from the container.
|
2000-04-13 02:53:18 +00:00 |
tbogard%aol.net
|
8578007261
|
When the object goes away due to the last ref on the object, make sure to Destroy() so we free everything up that is usually done there.
|
2000-04-13 02:52:34 +00:00 |
beard%netscape.com
|
d92905d034
|
builds gc
|
2000-04-13 00:37:00 +00:00 |
beard%netscape.com
|
1468acd8d1
|
Added gc_allocator.h to project and gc.lib to link against.
|
2000-04-13 00:28:40 +00:00 |
beard%netscape.com
|
a1bed20974
|
linking in gc.lib from ../../gc/boehm
|
2000-04-13 00:16:58 +00:00 |