rginda%netscape.com
3fb1067c09
- not built -
...
fixed props and scope commands to used getCurrentFrame, instead of console.curre
ntFrameIndex
2001-06-12 23:43:57 +00:00
rginda%netscape.com
630b9df3ff
- not built -
...
fixed props and scope commands to used getCurrentFrame, instead of console.currentFrameIndex
2001-06-12 23:43:46 +00:00
morse%netscape.com
b5742ceaa1
bug 81593, inefficient use of strlen, coded by drepper, r=morse, sr=blizzard, a=asa
2001-06-12 23:37:04 +00:00
jfrancis%netscape.com
0028625696
fixing build bustage. editor must link with gfx now.
2001-06-12 23:34:59 +00:00
sonmi%netscape.com
c0703312f3
turned on verbose to see where (if) selfserver is dying
2001-06-12 23:29:53 +00:00
hwaara%chello.se
edad25332f
#81237 , "IRC Chat has bizarre menu position and keyboard shortcut". r=doron, sr=ben, a=asa.
2001-06-12 23:26:00 +00:00
pinkerton%netscape.com
adcaf207a7
when responding to window change events, make sure that we're resizing the window before invalidating it. solves perf regression with moving windows. r=pchen/sr=sfraser/a=asa. bug# 84574
2001-06-12 23:21:26 +00:00
jfrancis%netscape.com
4c2113cd1b
fix for 82612: this is just asimple refactoring of a large routine so that we need less mem to do an optimized build.
...
r=kin; sr=sfraser; a=asa
2001-06-12 23:17:47 +00:00
naving%netscape.com
a57608dc2c
84334 r=mscott sr=bienvenu a=asa; Clear the copystate and truncate the mailbox file to the beginning of the last message.
2001-06-12 23:07:44 +00:00
dbaron%fas.harvard.edu
3cf382d062
CSS changes missed in earlier checkin for bug 35847, since implied universal selector now is correctly interpreted as a universal selector within the default namespace. b=35847 r=cmanske sr=hyatt a=asa
2001-06-12 23:07:11 +00:00
danm%netscape.com
870570059e
OpenWindow 'gracefully' handles disconnected parent windows. bug 78504 r=dr,hyatt a=asa
2001-06-12 23:05:17 +00:00
jfrancis%netscape.com
dc595a7f92
fix for 54218: outdent was not enabled in many cases. Now we correctly examin parent heirarchy of selection for blockquotes. r=kin; sr=sfraser; a=asa
2001-06-12 23:03:12 +00:00
nelsonb%netscape.com
c27a7c47d1
Don't use PR_Atomic functions on AIX since PPC cpus require memory
...
barrier instructions.
2001-06-12 22:53:00 +00:00
jfrancis%netscape.com
ced48fcc16
fix for 74122: distinquish between named anchors and links in deletion code. links are deleted if they become empty, but not anchors. r=brade; sr=kin; a=asa
2001-06-12 22:49:09 +00:00
jfrancis%netscape.com
b09356127f
fix for 46209: I overhauled nsEditor::IsEditable() to better grok the state of content for editability. r=kin; sr=sfraser; a=asa
2001-06-12 22:35:28 +00:00
law%netscape.com
d5b89ada81
Bug 81712; new turbo-mode implementation, removes old stuff and replaces it with code that no longer holds a browser window open; r=syd, sr=blake, a=asa
2001-06-12 22:33:34 +00:00
jfrancis%netscape.com
908a89c870
fix for 67847 take 2: forgot to add in requested reviewer changes in previous checkin
2001-06-12 22:27:53 +00:00
nicolson%netscape.com
29a1cb745b
NSS_Init* are idempotent, so don't check for NSS being initialized before
...
calling them.
2001-06-12 22:26:03 +00:00
nicolson%netscape.com
a1549c3461
Move new symbols to NSS 3.3 section of smime.def.
2001-06-12 22:25:32 +00:00
nicolson%netscape.com
64c48bf881
Make NSS_Init* idempotent.
...
Move new symbols to NSS 3.3 section of nss.def.
2001-06-12 22:25:13 +00:00
jfrancis%netscape.com
64ef101b12
fix for 67847: forward delete can make caret go to start of doc. r=kin; sr=sfraser; a=asa
2001-06-12 22:21:12 +00:00
darin%netscape.com
2dcafcf582
Fixes bug 80020 "Accept-Language and Accept-Charset format error"
...
patch=havill@redhat.com , r=bbaetz, sr=darin, a=asa
2001-06-12 22:17:31 +00:00
nicolson%netscape.com
370347f8b8
isCACert should be CERT_IsCACert
2001-06-12 21:25:07 +00:00
nicolson%netscape.com
2ddef9db33
More NSS integration.
2001-06-12 21:11:33 +00:00
nicolson%netscape.com
706dcde7af
Changes for NSS/JSS integration.
2001-06-12 20:57:20 +00:00
jj%netscape.com
de188e878e
Fix for bug 68643: add talkback to mozilla installer on mac (milestones). r=sgehani, sr=sfraser, a=leaf
2001-06-12 20:54:39 +00:00
edburns%acm.org
a0ffdbf651
Changed del and rmdir to rm -rf. clobber_all didn't work on win32.
2001-06-12 20:52:31 +00:00
kin%netscape.com
94fa10216a
Fix for bug #83946 (Crash/freeze when backspacing over signature lines)
...
Fixed infinite loop in PriorVisibleNode() and NextVisibleNode() which would
happen when aNode was a node that could have children, but didn't have any,
and it's prior/next siblings weren't eNormalWS.
r=jfrancis@netscape.com sr=sfraser@netscape.com a=asa@mozilla.org
2001-06-12 20:46:57 +00:00
ashuk%eng.sun.com
01fa38a293
Bug=85492
...
author=ashuk
Files modified:
java/build/install_dom_win32.js
java/build/install_pluglets_win32.js
java/build/install_blackconnect_win32.js
java/build/install_webclient_win32.js
java/build/install_blackwood_win32.js
This fix modifies the install.js files for the Blackwood XPIs
to ensure that XPI's copies the appropriate files in the
components dir upon installation.
Thanks to Girish for helping with the changes related to
the new XPInstall API.
2001-06-12 20:42:29 +00:00
nboyd%atg.com
36b0995475
Names should be final.
2001-06-12 20:35:48 +00:00
rginda%netscape.com
c2b54f9fcf
- not built -
...
add some styles for the new source, stack, and script outliners
2001-06-12 20:28:47 +00:00
rginda%netscape.com
7f7a3f53e5
- not built -
...
add strings for "no stack" error and "not available" value
2001-06-12 20:28:13 +00:00
rginda%netscape.com
a6a892459b
- not built -
...
add entities for the new outliners and their headers
2001-06-12 20:27:42 +00:00
nelsonb%netscape.com
7ae15ef1c0
Add two new functions to permit application tuning of the number of SSL
...
server session cache locks. We may yet decide to back this out for the
NSS 3.3 release. Modified Files: ssl.def ssl.h sslsnce.c
2001-06-12 20:27:12 +00:00
rginda%netscape.com
dded67ac00
- not built -
...
adding support for source, stack, and script list outliners.
include venkman-outliners.js in the party.
add the three outliners mentioned above, with splitters and grippies and all that jazz.
2001-06-12 20:26:47 +00:00
rginda%netscape.com
96e02bc3ea
- not built -
...
fix HAS_XPCOM test broken by XPCDOM landing
2001-06-12 20:25:41 +00:00
rginda%netscape.com
a7f072fb13
- not built -
...
adding support for source, stack, and script list outliners.
add startupTests() function to run a few tests on startup.
add cont() to continue from a debugTrap()
add focusSource() to bring a filename/linenumber up in the source text outliner
fix window._content code in init()
add const for "no stack" error
2001-06-12 20:25:09 +00:00
rginda%netscape.com
d3bc382027
- not built -
...
add "not available" message id
2001-06-12 20:23:09 +00:00
rginda%netscape.com
21ab1c462c
- not built -
...
adding support for source, stack, and script list outliners.
add onDebugTrap and onFrameChanged handlers, to be called by debugger.js when something happens that the UI might want to know about.
moved breakpoint related display()s into debugger.js
refactored break, clear, fbreak, and fclear command handlers to use set[Future]Breakpoint()
added handlers for clicks on the three outliners
2001-06-12 20:22:37 +00:00
ashuk%eng.sun.com
e374ba5f96
Bug=85486
...
author=ashuk
Files modified:
mozilla/java/webclient/src_moz/Makefile.in
This fix allows building the JAWT native stuff
in Webclient on Linux.
2001-06-12 20:19:56 +00:00
rginda%netscape.com
ccd5b22a3b
- not built -
...
adding support for source, stack, and script list outliners.
moved breakpoint related status display()s from handlers.js to here, to that you get console feedback when you set a breakpoint with the UI.
moved initDebugger() and attachDebugger() to the top of the file.
add setCurrentFrameByIndex(), clearCurrentFrame(), getCurrentFrameIndex(), and getCurrentFrame(), migrated code that accessed console._currentFrameIndex to these functions.
make setBreakpoint() smarter (it doesn't blindly clear any breakpoints before setting the new one anymore. that spewed extra "clearing breakpoint" "setting breakpoint" messages. now we scan the breakpoint list ourselves for dupes.)
2001-06-12 20:19:24 +00:00
bzbarsky%mit.edu
627d1d00da
Bug 68541 -- "no checkmark for View|Toolbar in bookmarks manager".
...
Patch by Stephen Walker (walk84@usa.net ), r=hwaara, sr=ben, a=dbaron
2001-06-12 20:15:29 +00:00
rginda%netscape.com
d5d9568e4b
- not built -
...
package outliners.js and new images
2001-06-12 20:13:23 +00:00
rginda%netscape.com
8d9b51a7d9
- not built -
...
initial add of outliner utility file
2001-06-12 20:12:50 +00:00
bzbarsky%mit.edu
76d4c982c3
Add an accesskey for Help > Help Contents. Bug 83417. Patch by Stephen
...
Walker (walk84@usa.net ). r=bzbarsky@mit.edu , sr=blake, a=dbaron
2001-06-12 20:05:57 +00:00
hwaara%chello.se
4674e6d249
fix for bug 63026, r=jag, sr=ben, a=asa - adds a menu to the viewsource window - also fixes 22022 39389 50877 59489 69036 74862 76250 79518 81102 82663.
...
patch by doronr@naboonline.com
2001-06-12 20:05:16 +00:00
rginda%netscape.com
237d3740a5
- not built -
...
initial add of some debugger images
2001-06-12 19:59:31 +00:00
blizzard%redhat.com
7d55d65643
Fix bug #85295 . Make plugin registration quiet. r=av, rs=tor, a=asa
2001-06-12 19:16:11 +00:00
blizzard%redhat.com
84c3bbfc1f
Spec file before generation.
2001-06-12 19:14:26 +00:00
blizzard%redhat.com
e3d396e9a5
Check in Red Hat's spec files and remove the old outdated spec files utilities and patches. Not part of the regular build.
2001-06-12 19:13:55 +00:00