107438 Commits

Author SHA1 Message Date
sicking%bigfoot.com
0902b36dfc Bug 94036: Rewrite implementation of xsl:number. Also implement errorhandling for txList and NS_ConvertASCIItoUCS2 for standalone.
r=Pike sr=jst
2002-08-19 22:16:09 +00:00
bbaetz%student.usyd.edu.au
65eb009cf6 Bug 163299 - Can't change cc accessible checkbox
r=joel x2
2002-08-19 22:16:04 +00:00
cbiesinger%web.de
a1fe777349 bug 163230 r=db48x sr=roc+moz update "file a bug" link 2002-08-19 22:05:18 +00:00
sfraser%netscape.com
6d36f99478 Fix for bug 163480 (dragging from inactive tabs). Also add disabled generic icon to about:blank tabs. 2002-08-19 21:53:42 +00:00
pschwartau%netscape.com
402b7220b0 Adding a comment. 2002-08-19 21:46:26 +00:00
ducarroz%netscape.com
e4bf934f3f Fix for bug 162961. Don't set decrypt_p to true if smime is not enable. R=varada, SR=bienvenu 2002-08-19 21:40:23 +00:00
jkeiser%netscape.com
f62de0f15a Make one-level-deep selects do add() and remove() 5-6 times faster (bug 113491), r=rods@netscape.com, sr=dbaron@fas.harvard.edu 2002-08-19 21:25:51 +00:00
gerv%gerv.net
48d6ce2ad3 Bug 143286 - Add support for Insiders, Private comments, Private Attachments. Patch by bugreport@peshkin.net; r=gerv. 2002-08-19 21:17:28 +00:00
jkeiser%netscape.com
0a3aa5e4e5 Fix crash on clicking button outside of form (bug 163327), r=rods@netscape.com,
sr=dbaron@fas.harvard.edu
2002-08-19 21:01:56 +00:00
jst%netscape.com
291ee4a44f Renaming GetDocShellChildren() to GetDocShellChildCount(). See bug 98158 for details. 2002-08-19 20:55:03 +00:00
mkaply%us.ibm.com
e02a57d005 OS/2 install wizard work - removing unnecessary stuff 2002-08-19 20:46:25 +00:00
mkaply%us.ibm.com
dee61b616e No bug - we need this to execute for OS/2 - no idea why it was ever iffed for OS/2 2002-08-19 20:33:53 +00:00
wtc%netscape.com
2d3c402498 The comments for PR_ConnectContinue incorrectly referred to
PR_GetConnectStatus.
2002-08-19 20:26:45 +00:00
leaf%mozilla.org
09510374b6 Automated update 2002-08-19 19:40:08 +00:00
aaronl%netscape.com
0ab965cf72 Bug 30088. Type ahead find, pref defaults to off for now. To turn on, use (accessibility.typeaheadfind, true). No Code Warrior project yet. See http://www.mozilla.org/projects/ui/accessibility/typeaheadfind.html for more details on feature. r=akkana,cls. sr=jst 2002-08-19 19:29:39 +00:00
jst%netscape.com
db0d98848c Whitespace cleanup, not part of the build. 2002-08-19 19:17:48 +00:00
sspitzer%netscape.com
e4907d994d remove unused (and incorrect) code. r/sr=no one. 2002-08-19 18:50:40 +00:00
sspitzer%netscape.com
8e99ff02f1 remove unused (and incorrect) code. 2002-08-19 18:50:09 +00:00
dbaron%fas.harvard.edu
3628be818c Make marquee 'display: block' so that styling it works correctly. (The XBL binding already forces block-like display.) b=163031 r=doron sr=kin 2002-08-19 18:43:17 +00:00
dbaron%fas.harvard.edu
878be4835f Correctly process a framechange hint on the root element to prevent crashes. Prevent selects from triggering style reresolution before they're added to the document, and prevent a little bit more reresolution that's a performance hit. b=143862 r=bzbarsky, jkeiser sr=jst, waterson 2002-08-19 18:35:09 +00:00
dbaron%fas.harvard.edu
8c3542b0dd Ensure that the event state manager doesn't send content state changed notifications for content that's been removed from the document. b=157322 r=bryner sr=kin 2002-08-19 18:31:59 +00:00
dbaron%fas.harvard.edu
d765859c85 Make PopupSet registration on the root box frame done by the popupset and add unregistration when the popupset goes away to fix crashes from dangling pointers. b=156719 (and 136513) r=bryner sr=kin 2002-08-19 18:29:29 +00:00
relyea%netscape.com
78007eba43 Bug 142172
1) look up the private key much earlier in the process so we know what slot it is on.
2) if a slot isn't specified, you the private key's slot.
3) if the specified slot and the private key slot don't match & the private key slot can do the PBE, then use the private key slot to do the PBE so we don't have to move the key.
4) if we have generated the PBE key in a different slot from the private key,
2002-08-19 18:24:58 +00:00
sfraser%netscape.com
cb03af302a Restore text truncation to tab labels using an NSCell subclass, NSTruncatingTextCell. 2002-08-19 18:17:06 +00:00
sfraser%netscape.com
cf07b43e1b Part of patch in bug 161387 for better tab label truncation. 2002-08-19 18:15:41 +00:00
ducarroz%netscape.com
25eff8b46b Fix for bug 138125. Patch submitted by ere@atp.fi (Ere Maijala). Call super class parse_eof fist. Also fix some I18N convertion. R=ducarroz, SR=bienvenu 2002-08-19 18:07:13 +00:00
rogerl%netscape.com
4e8414326f Filling out exec. 2002-08-19 17:30:48 +00:00
pinkerton%netscape.com
ab44cf7456 When moving and resizing popups, use coordinate system where the origin
is the top left since that's what webpages expect.
2002-08-19 17:18:22 +00:00
sfraser%netscape.com
b8f1be72e0 NSString utility parts of the width-based truncation patch, bug 161387. Patch from Max Horn. 2002-08-19 16:49:25 +00:00
pinkerton%netscape.com
3b21529ca7 make status bar text field scrollable instead of wrapping for long
urls (bug 163245)
2002-08-19 14:33:04 +00:00
bbaetz%student.usyd.edu.au
67d1dbd062 Fix long line noticed by Gerv, no bug #. 2002-08-19 14:30:28 +00:00
pinkerton%netscape.com
ed128d7d43 removing unused file (bug 163156) 2002-08-19 14:26:10 +00:00
bbaetz%student.usyd.edu.au
0f27f72d85 Big 163291 - Move utility funcs into a module
r=preed x2
2002-08-19 13:59:45 +00:00
glazman%netscape.com
9f3e974421 backing out 2002-09-08 changes of fix for bug 117730 due to very bad regression in absolute positioning (see bug 117730) and
because bz, who did the original check-in, is on vacation. rs=brade
2002-08-19 13:35:21 +00:00
mikep%oeone.com
47035dbe79 Adding in converters to CVS. 2002-08-19 13:32:35 +00:00
mostafah%oeone.com
7019385c0d Fixing faulty checkin of patch for bug 145525 2002-08-19 13:15:30 +00:00
mostafah%oeone.com
dc33476ede Checked in for fix to bug 163160: Event Category not persisted 2002-08-19 13:05:22 +00:00
mikep%oeone.com
906e46ab2e FIxing bug 161162 2002-08-19 12:36:13 +00:00
peterv%netscape.com
8a57bbd46e Fix for bug 161880 (privacy hole in JS regexps ?). r=jst, sr=brendan. 2002-08-19 11:19:05 +00:00
syd%netscape.com
12df51c14f Fix for 163423. Make sure we let deletes of non-existing keys go thru at
runtime, they should no-op, not bring an install script to its knees.
r=hewitt, sr=dveditz
2002-08-19 09:57:55 +00:00
peterv%netscape.com
07e2d4c47a Fix for bug 101890 (break linkage from transformiix to layout). r=Pike, sr=jst. 2002-08-19 06:58:21 +00:00
sfraser%netscape.com
5890af485a Optimize drawing when showing and hiding the drag target hilight. 2002-08-19 06:35:12 +00:00
rogerl%netscape.com
8ce299c54f New engine work 2002-08-19 06:31:16 +00:00
bryner%netscape.com
fd98e0941c Missed one instance of <new.h> for bug 155852. r=cls. 2002-08-19 05:19:22 +00:00
sspitzer%netscape.com
6f789ccfb4 fix for #80608. Thread pane's initial scroll position should follow date sorting.
when loading a folder, if there are no new message, scroll to where the "newest" messages are.
thanks to Neil Rashbrook (neil@parkwaycc.co.uk) for the patch.
r/sr=sspitzer
2002-08-19 05:18:25 +00:00
aaronl%netscape.com
d76b6e89c5 Not part of build. Type ahead find. More cleanup 2002-08-19 04:44:22 +00:00
kin%netscape.com
50e1a69237 Fix for bug #96736: [FLOATER]The "Top 1000 Reviewer" is overwritten by text
mozilla/layout/base/src/nsSpaceManager.cpp
  mozilla/layout/base/src/nsSpaceManager.h

    - Implemented nsSpaceManager methods PushState()
      and PopState().

  mozilla/layout/html/base/src/nsBlockReflowContext.cpp

    - Modified nsBlockReflowContext::DoReflowBlock() to
      call PushState() and PopState() to remove any
      floaters that may have been added to the SpaceManager
      during the intermediate "unconstrained" Reflow()
      call, used to calculate the max block width. This
      allows the Reflow() call that immediately follows
      it to properly place the floaters.


r=waterson@netscape.com  sr=dbaron@fas.harvard.edu
2002-08-19 04:41:57 +00:00
henry.jia%sun.com
227be5af9c Fix bug 159889: replace the hardcode of "@mozilla.org/preferences;1" with NS_PREF_CONTRACTID
Patch by leon.zhang@sun.com
r=Henry, sr=alecf
2002-08-19 04:29:58 +00:00
henry.jia%sun.com
708e046b20 Patch for bug Bug 98158: Recursive frames exhaust memory
Patch By Jack.Jia@sun.com
r=jkeiser, sr=jst
2002-08-19 04:04:43 +00:00
sfraser%netscape.com
ca4f24c9ee Remove an NSLog, and set the LOAD_BACKGROUND flag for remote data loads. 2002-08-19 03:57:07 +00:00