mccabe%netscape.com
3ec109ea38
Fix to 24688. Post a message to the JavaScript console whenever a call is made through XPConnect to a JS Component or other JS object that results in an exception.
...
Also eliminate xpcJSErrorReport and merge some functionality from it into nsScriptError.
r=jband,a=beard
2000-08-09 22:48:52 +00:00
varada%netscape.com
536227bd45
fix for bug#31549;showing prettyname with identity in msgcompose;r=ducaroz
2000-08-09 22:48:29 +00:00
saari%netscape.com
5835b654ae
Removing nsToolboxFrame.cpp, nsToolbarFrame.cpp, and nsToolBarDragListener.cpp from layout.mcp to keep in sync with dr's changes.
2000-08-09 22:47:32 +00:00
nelsonb%netscape.com
67f59f37b5
Eliminate one more warning. Add missing f suffix to float constant.
2000-08-09 22:45:51 +00:00
mjudge%netscape.com
49114998ae
use "=" not "==" my bad
2000-08-09 22:43:39 +00:00
radha%netscape.com
ed2acfb5c5
Fix for bug # 47856. Patch from disttsc@bart.nl r=myself
2000-08-09 22:43:36 +00:00
varada%netscape.com
cd2cdd2c2e
fix for bug#31549;show server pretty name along with identity in mail compose window;r=ducarroz
2000-08-09 22:40:28 +00:00
dr%netscape.com
743376f43b
fix for 42635 and related cleanup, r=ben,hyatt
2000-08-09 22:38:46 +00:00
mjudge%netscape.com
b40c861df6
43533 table cell selection color fix. check for table cells/table being added to range and toggle flag to allow cells to draw correctly
2000-08-09 22:34:17 +00:00
mscott%netscape.com
162810acb3
Bug #44163 --> FEAlert and FEAlertFromServer need a message window and with that message window
...
we should get the correct nsIPrompt object instead of using the one tied to the hidden window.
r=bienvenu
2000-08-09 22:33:14 +00:00
mjudge%netscape.com
35e3f5dd84
29570 37393 42794 mac os fix for selecting out of frame bounds.
2000-08-09 22:33:03 +00:00
mscott%netscape.com
e32a7f2704
Bug #44163 --> FEAlert and FEAlertFromServer need a message window
...
r=bienvenu
2000-08-09 22:32:45 +00:00
harishd%netscape.com
d850e1eb75
36944 - USe NS_VMREFRESH_NO_SYNC to refresh
...
r=kmcclusk
2000-08-09 22:30:36 +00:00
harishd%netscape.com
c97698ad33
42429 - Pass whitespace, inside table, to the sink.
...
44178 - Enabled SERVER tag
43005 - Made HR a block element per spec.
43499 - Made XML document with .txt extension to be rendered as plain text
45437 - Enabled META charset notification in strict DTD.
r=pollmann
2000-08-09 22:28:41 +00:00
pinkerton%netscape.com
23d1950d4a
Rewrote drag scrolling to not use timers and thus avoid all problems about not being able to unregister the timer. Fixes bug 43428.
2000-08-09 22:08:49 +00:00
wtc%netscape.com
f33005ff18
Bugzilla bug #48245 : removed the -mno-486 compiler flag.
...
Modified files: FreeBSD2.mk, Linux.mk
This bug was reported by Steven T. Hatton <hattons@bellatlantic.net>.
2000-08-09 21:53:45 +00:00
edburns%acm.org
ef7b401e85
bug=48227
...
author=edburns
a=edburns
r=ashuk
Files in this fix:
M classes_spec/org/mozilla/webclient/wrapper_native/EventRegistrationImpl.java
M classes_spec/org/mozilla/webclient/wrapper_native/NativeEventThread.java
A classes_spec/org/mozilla/webclient/wrapper_native/WCEventListenerWrapper.java
M src_moz/NativeEventThread.cpp
M src_moz/motif/NativeLoaderStub.cpp
Added class WCEventListenerWrapper:
* This class allows the custom app to have one instance that implements
* multiple Webclient event listener types. <P>
* This is simply a "struct" type class that encapsulates a listener
* instance with its class name. This is necessary because the class
* name is lost when we deal with the listener as a
* WebclientEventListener, and not a WebclientEventListener subclass. <P>
* @see org.mozilla.webclient.wrapper_native.NativeEventThread#addListener
Made it so when a java listener is added,
* We create a WCEventListenerWrapper containing the user passed
* DocumentLoadListener, and the string obtained from
* DocumentLoadListener.class.getName();
We then call nativeEventThread.addListener:
* Takes the abstract WebclientEventListener instance and adds it to a
* Vector of listeners to be added. This vector is scanned each time
* around the event loop in run(). <P>
* The vector is a vector of WCEventListenerWrapper instances. In run()
* these are unpacked and sent to nativeAddListener like this:
* nativeAddListener(nativeWebShell,tempListener.listener,
* tempListener.listenerClassName); <P>
2000-08-09 21:47:39 +00:00
rogerl%netscape.com
5cabacffb2
r,a=brendan@mozilla.org. Adding missing ECMA3 compliance toLocaleXXX
...
functions to built-in Array, Date and Object object prototypes.
2000-08-09 21:46:03 +00:00
larryh%netscape.com
333cb1eb3c
remove priotest. The test is not valid
2000-08-09 21:42:35 +00:00
dougt%netscape.com
7c8b0fffa2
modified buffer while commiting.
...
fixing bustage.
2000-08-09 21:15:09 +00:00
dougt%netscape.com
e4be0fe178
Name Changes from GetPrompt to GetPrompter (47889)
2000-08-09 21:13:54 +00:00
dougt%netscape.com
8691f7467f
Renaming GetPrompt() to GetPrompter in nsIDOMWindow. This avoids a namespace
...
r=vidur@netscape.com (47889)
2000-08-09 21:12:21 +00:00
nelsonb%netscape.com
728d68e0a9
- Change mp_mul to minimize number of outer loops when multipliers are
...
of unequal length.
- Fix s_mp_fixup_reciprocal to not truncate the result.
- Use new macros in mpi-priv.h
2000-08-09 20:55:39 +00:00
nelsonb%netscape.com
4b3954b600
Use new MP_HOWMANY macro instead of equivalent code.
2000-08-09 20:53:25 +00:00
dave%intrec.com
3d77cd5f14
Re-fixing bug 46897. Thanks to JRobertson@medevolve.com for catching the
...
omission in the original patch.
2000-08-09 20:49:11 +00:00
nelsonb%netscape.com
45d1021654
Comment out call to unimplemented function, so this will compile.
2000-08-09 20:46:59 +00:00
dp%netscape.com
a6c7b5728b
Perl script to analyze xpcom log output and print results in html
2000-08-09 20:45:24 +00:00
nelsonb%netscape.com
104c56ced4
Some unix platform kshells don't understand export VAR=value
...
So instead use VAR=value; export VAR
2000-08-09 20:44:05 +00:00
nelsonb%netscape.com
fb54aa2a50
Add new macros: MP_MIN, MP_MAX, MP_HOWMANY, MP_ROUNDUP.
2000-08-09 20:42:18 +00:00
nboyd%atg.com
067dbf82fb
fix 47859
2000-08-09 20:23:50 +00:00
nboyd%atg.com
6505531063
Fix 47859
2000-08-09 20:22:37 +00:00
jtaylor%netscape.com
19b45087b9
Fixes bugs 43427 and 46359. Provides clear button and error checking in JS
...
Console. r=ben. mccabe.
2000-08-09 20:18:38 +00:00
jtaylor%netscape.com
d13061c3be
Add label for clear button re: bug# 43427. r=ben. mccabe
2000-08-09 20:16:50 +00:00
pavlov%netscape.com
e3e23a13a4
avoid calling XSetFont on every draw_text (hopefully) by using the GC cache correctly when drawing text and not calling gdk_draw_text directly. working on linux performance bug 26502. r=imot
2000-08-09 20:15:08 +00:00
mstoltz%netscape.com
23306a4e04
Fixed 37702 and 47670. r=vidur
2000-08-09 20:08:54 +00:00
waterson%netscape.com
f064495d03
Bug 47927. Check in the wrong fix to get the tree open. a=granrose.
2000-08-09 19:30:14 +00:00
harishd%netscape.com
d04a534a32
I didn't cause the leak. Putting my changes back.
...
a=granrose
2000-08-09 17:49:18 +00:00
javi%netscape.com
77b646a4b1
Don't call the callback function if one is not stored.
2000-08-09 17:17:42 +00:00
harishd%netscape.com
75ff64b10c
Backing out my changes to see if the leak goes away
...
a=granrose
2000-08-09 16:42:20 +00:00
dcone%netscape.com
b2cfd602c1
Taking out the change from yesterday that enables the PatBlt for tiling. Found problems so
...
I am pulling that change for now.
2000-08-09 14:07:55 +00:00
dbaron%fas.harvard.edu
30392ee52a
Fix leak on hovering over a scrollbar and re-fix similar leak for text inputs (bug 42895) by adding a "general" method for unrooting anonymous content created through nsIAnonymousContentCreator, plus a hack to deal with the scrollbars on the root element. Some of the other SetDocumentForAnonymousContent methods *may* need to be implemented. Chris Waterson helped significantly with this patch. r=waterson,hyatt b=45676 (nsbeta3+)
2000-08-09 12:51:05 +00:00
mozilla.BenB%bucksch.org
266bdf9f89
47851: Remove unused pref. r=putterman, a=waterson
2000-08-09 09:45:52 +00:00
scc%mozilla.org
4dc5e7fd53
better comments re: the formal specification of |SetCapacity|; jag's |ToInteger| patch as per bug #46898 ; r|a=waterson
2000-08-09 08:26:23 +00:00
scc%mozilla.org
5864a3093c
fixed |nsCharSinkTraits<T>::write| as per bug #46462 ; r=beard, a=waterson
2000-08-09 08:26:12 +00:00
scc%mozilla.org
424571e52f
fixed |BeginWriting| and |EndWriting| to no longer take an offset, fallout from the new multi-fragment string implementation; fixed a bug in |operator-=| exposed by the change to |EndWriting|; fixed |nsWritingIterator<CharT>::write| as per bug #46462 ; fixed comments galore, significantly better specifying |SetLength| and |SetCapacity|; since |SetCapacity| is just a hint, give it a default implementation rather than making it pure virtual; fixed a couple of the |do_...| routines to unify the code path minimizing overides; r|a=waterson
2000-08-09 08:26:08 +00:00
scc%mozilla.org
d5a9845d79
fixed |BeginReading| and |EndReading| to no longer take an offset, fallout from the new multi-fragment string implementation; fixed a bug in |operator-=| exposed by the change to |EndReading|; fixed the |CharAt| family of routines accordingly; fixed comments galore; r|a=waterson
2000-08-09 08:26:00 +00:00
pinkerton%netscape.com
55adb35a82
Remove Start/StopTracking methods.
2000-08-09 07:45:12 +00:00
pinkerton%netscape.com
11b00bec15
Stop using dragtracker (bug 43428)
2000-08-09 07:43:12 +00:00
pinkerton%netscape.com
caf5042df2
Simplification of drag scrolling in trees. Don't try to use view manager to capture the mouse, just not worth it. Make drag area w/in the tree's view. (bug 43428).
2000-08-09 07:42:46 +00:00
pinkerton%netscape.com
f4e193a66d
Stop using dragTracker (bug 43428)
2000-08-09 07:41:31 +00:00