bienvenu%netscape.com
df56083395
add ui for label feature, r=ssu, sr=sspitzer, fix problem with command enabling for local mail, r=varada, sr=sspitzer 106067 106504
2001-10-25 02:25:08 +00:00
dbaron%fas.harvard.edu
75d32bb579
Bug 86947:
...
Make the line list doubly linked and access it through a list class and iterators.
Stop recomputing margins on all of the children of each block in the reflow chain (which causes O(N^2) state recovery during incremental reflow). Instead, add a second dirty bit to the lines and walk backwards through the line list to recompute vertical margins only when either dirty bit is set and the previous line was not reflowed. Add nsIFrame::IsEmpty to identify frames through which margins collapse.
Fix O(N^2) propagation of float damage by maintaining a set of intervals damaged by floats (bug 61962) and be sure to damage the correct areas (bug 48138).
Introduce nsCollapsingMargin to do correct collapsing of combinations of positive and negative margins (bug 50142).
Clean up some odds and ends and fix another smaller O(N^2) problem in nsBlockFrame::AddFrames.
r=attinasi, rbs sr=waterson
2001-10-25 01:08:40 +00:00
dbaron%fas.harvard.edu
2de5fc8c7d
Add nsIntervalSet.cpp to the build. b=86947
2001-10-25 01:08:35 +00:00
timeless%mac.com
926fc6c1f9
Bug 104540 LXR updates for .idl collaboration diagrams
...
by mozilla@elemental.com (Brian Bramlett)
r=endico
2001-10-25 01:05:07 +00:00
bzbarsky%mit.edu
7f9eeaa84b
Improve how we get our charset for stylesheets. Look at HTTP header,
...
charset attribute on <link> or <?xml-stylesheet?> and at the document's
charset. Bugs 57164, 72658, 83207. r=pierre, sr=attinasi
2001-10-25 00:34:20 +00:00
bzbarsky%mit.edu
baf98c946f
Make pasting from remote apps on X time out independently of processor
...
speed. Bug 87207, patch by Rickard Westman <riw@swipnet.se>, r=pavlov,
sr=blizzard CVS:
----------------------------------------------------------------------
nsClipboard.cpp CVS:
----------------------------------------------------------------------
2001-10-25 00:30:30 +00:00
bzbarsky%mit.edu
9996719220
Make SetDocument() get a new nodeinfo if the old one does not match the
...
new document. Bug 106393, r=peterv, sr=jst
2001-10-25 00:28:08 +00:00
morse%netscape.com
d28c4dced3
bug 106304, bad wording in dialog, r=bryner, sr=alecf
2001-10-25 00:26:50 +00:00
brendan%mozilla.org
aed6018793
Add mutable (growable or dependent, two subtypes) strings to solve O(n^2) and O(n^3) growth rates (56940, r=rogerl, sr=jband&shaver).
2001-10-25 00:26:38 +00:00
karnaze%netscape.com
abd6870e71
new regression test, not affecting the build.
2001-10-25 00:26:16 +00:00
karnaze%netscape.com
10aefc6dbe
bug 106336 - treat % cellspacing, cellpadding as pixel. sr=attinasi, r=alexsavulov
2001-10-25 00:24:08 +00:00
ducarroz%netscape.com
9f6f252663
Fix for bug 106560. Crash in StyleSetImp::ShutDown when mRuleTree is null. Need to check mRuleTree before using it. R=bienvenu, SR=hyatt
2001-10-25 00:19:21 +00:00
nhotta%netscape.com
07901ffc2e
Changes for JA conversion tables, bug 54135, rs=ftang, rs=blizzard.
2001-10-24 23:57:50 +00:00
nhotta%netscape.com
de9ef09cc6
For mail body charset conversion, if charset is "us-ascii" then use "ISO-8859-1", bug 82591, r=ducarroz, sr=sspitzer.
2001-10-24 23:54:07 +00:00
timeless%mac.com
161ce02d18
Bugzilla Bug 104244 [RFE] add reload this/all tab(s) to context menu
...
patch by simm0@ii.net r=hyatt sr=blake
2001-10-24 23:49:54 +00:00
jaggernaut%netscape.com
019ce473c1
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-24 23:47:43 +00:00
jst%netscape.com
24e75cc417
Fixing blocker bug 106527 (as part of bug 69468), allow creation of atoms for empty strings but don't crash when creating atoms for strings that have no internal buffer. r=dbaron@netscape.com, sr=brendan@mozilla.org
2001-10-24 23:36:58 +00:00
nelsonb%netscape.com
5efd9d10bf
Explanation of the files in this directory.
2001-10-24 22:17:30 +00:00
karnaze%netscape.com
27e5343fd3
new regression test, not affecting the build.
2001-10-24 21:55:52 +00:00
mkaply%us.ibm.com
8d2e920b11
This should be the other AIX bustage
2001-10-24 21:40:27 +00:00
bbaetz%cs.mcgill.ca
9db53c7a32
Fixed "used only once" warning coming from my patch for bug 97469. The
...
warning was hidden from the tests by bug 106424.
r=Jake, no 2nd review needed.
2001-10-24 20:33:49 +00:00
jpierre%netscape.com
39a47ddecf
Fix debug symbols in OS/2 build of NSPR by using absolute paths. Bug 105271
2001-10-24 20:19:05 +00:00
jst%netscape.com
00a18d1635
Fixing blocker bug 106474. Make nsAFlatString::GetReadableFragment() deal with a null buffer handles correctly. r=kin@netscape.com, sr=scc@mozilla.org
2001-10-24 19:29:42 +00:00
mkaply%us.ibm.com
48030d96bb
Fix for OS/2 and AIX bustage
2001-10-24 19:12:02 +00:00
beard%netscape.com
dc4374766a
[Not part of build] Bumped versions to 1.0d3.
2001-10-24 19:02:51 +00:00
beard%netscape.com
9c868765ac
[not part of build] Renamed JavaConsole.log to "Java Console.log". Implemented UnwrapJavaWrapper().
2001-10-24 19:02:32 +00:00
dsirnapalli%netscape.com
9a011d55cd
modified the title.
2001-10-24 18:59:15 +00:00
beard%netscape.com
d68f8b3113
[not part of build] Fixed hang when starting JNIThread triggers a security exception. Removed obsolete NSAGG stuff.
2001-10-24 18:58:20 +00:00
dsirnapalli%netscape.com
0f0307434c
modified title.
2001-10-24 18:55:47 +00:00
jake%acutex.net
5f621e5961
Don't rely on the TEST_VERBOSE environment variable (no longer exported from runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More. This will allow the testing backend to check for verbosity rather than having to handle it in the .t files.
2001-10-24 18:41:53 +00:00
dsirnapalli%netscape.com
29e1f8ffcf
modified the title.
2001-10-24 18:40:57 +00:00
dougt%netscape.com
5879839812
Fixes bug 106313 (smoketest blocker). Allowing notification of weak references, regression caused by my nsIObserverService landing. sr=alecf@netscape.com.
2001-10-24 18:02:46 +00:00
jpierre%netscape.com
73767ca64c
Better way of calling assembler on OS/2
2001-10-24 17:35:18 +00:00
mkaply%us.ibm.com
3c194e08eb
#106000
...
r=pedemont, a=blizzard
Wrong coordinates for stretching 24bit images
2001-10-24 14:46:26 +00:00
bernd.mielke%snafu.de
3eb602bb0d
bug 104898 the borderpadding should not influence the inner table margin relative to the
...
outertable frame r=karnaze sr=attinasi
2001-10-24 14:36:33 +00:00
wtc%netscape.com
9554e5dc1d
Bugzilla bug 103892: include <stdlib.h> rather than <malloc.h> for the
...
malloc functions. r=cls.
2001-10-24 14:33:28 +00:00
jake%acutex.net
282e2eab08
Bug 106424 - We weren't going orange on warnings such as "used only once". This script now properly outputs the --WARNING and fails on such a condition.
2001-10-24 13:29:49 +00:00
simon%softel.co.il
cdb026e920
Fix for bug 75034: Selection highlight on some Bidi pages was displayed in the opposite position to the actual selection. r=kin@netscape.com, sr=attinasi
2001-10-24 11:12:31 +00:00
jaggernaut%netscape.com
1f0fef023f
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-24 09:43:59 +00:00
jaggernaut%netscape.com
8f26ef6202
Replace goto with if.
2001-10-24 09:29:54 +00:00
jaggernaut%netscape.com
029c9db977
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-24 09:22:08 +00:00
jaggernaut%netscape.com
d77d1a3808
Bug 53057: [API] turn off implicit |CharT*| conversion operators for nsCString, rr=dbaron, rs=scc
2001-10-24 09:06:49 +00:00
dbaron%fas.harvard.edu
a9b07948e7
My guess at AIX and OS/2 bustage was wrong -- backing it out. Someone with access to a machine with one of those compilers will have to try various things here.
2001-10-24 09:03:46 +00:00
jaggernaut%netscape.com
2f4eac7c83
Attempt at fixing bustage for Mac OS X
2001-10-24 09:03:09 +00:00
axel%pike.org
e66f740962
bug 104042, more leaked exprResults. r=peterv, sr=jst
2001-10-24 09:00:32 +00:00
jst%netscape.com
2c00150994
Fixing bug 106421. Now that we support null strings in the DOM node.localName can be null so we must check for that before calling methods on localName. r=jaggernaut@netscape.com, peterv@netscape.com, sr=me (trivial changes).
2001-10-24 08:57:17 +00:00
axel%pike.org
31c48fa72d
bug 104042, fix leak in standalone namespacemanager, r=sicking,peterv, sr=jst
2001-10-24 08:45:32 +00:00
jaggernaut%netscape.com
570994b279
BUg 103222: Spiff up nsICollation::CompareStrings string-fu, r=dbaron, sr=brendan
2001-10-24 08:15:57 +00:00
glazman%netscape.com
8ca86a0f51
STYLE attribute should not expand CSS shorthand property assignment to equivalent longhand assignments; b=18894, r=peterv, sr=attinasi
2001-10-24 08:08:30 +00:00
dbaron%fas.harvard.edu
74f7a8f612
Moving nsRuleNode.cpp back to content/base/src from content/shared/src and inlining GetRule to fix linker errors on BeOS and probably also AIX, and since it doesn't need to be in content/shared and cvs won't like re-adding to content/html/style/src. b=104336
2001-10-24 07:48:01 +00:00