harishd%netscape.com
|
23bbf73083
|
95487 - document.write shouldn't be interrupted. r=kmcclusk, sr=jst
|
2002-01-03 21:25:33 +00:00 |
|
sspitzer%netscape.com
|
02da144315
|
fix for crasher bug #117478. I goofed when converting from strcmp to Equals().
this code is there to handle the migration case where our "old" sortedColumn is no
longer a valid column. r/sr=bienvenu
|
2002-01-03 21:24:06 +00:00 |
|
dsirnapalli%netscape.com
|
0bb55ec7a1
|
*** empty log message ***
|
2002-01-03 21:21:50 +00:00 |
|
ian%hixie.ch
|
92fcedc3fb
|
Changed the order of the commands for the bookmarks context menu items. Also renamed separator to bm_separator in bookmarksOverlay.js to match the bookmarks.xml code and made the two consistent in their list of available commands for certain bookmark types (in particular IE bookmarks). b=102340, r=doron, sr=blake. The changes in this patch are covered by the NPL 1.1/GPL 2.0/LGPL 2.1 licenses.
|
2002-01-03 20:31:07 +00:00 |
|
ian.mcgreer%sun.com
|
990866d518
|
fix aix bustage
|
2002-01-03 20:19:55 +00:00 |
|
ian.mcgreer%sun.com
|
82b1f2de39
|
move handling of certificate reference counting into Stan. NSS 3.4 needs to maintain persistent references of both temp and perm certs in order to replicate the old temp database.
|
2002-01-03 20:09:30 +00:00 |
|
jdunn%netscape.com
|
3c7d0ffdc4
|
AIX requires a constructor for the nsPermanentAtom since this relies on
"new replacement"
r=dbaron@fas.harvard.edu
sr=shaver@mozilla.org
# 112824
|
2002-01-03 15:57:59 +00:00 |
|
brade%netscape.com
|
545842f66c
|
remove 8 static CID/IID since they are unused (bug 117927; r=glazou, rs=shaver)
|
2002-01-03 15:50:21 +00:00 |
|
brade%netscape.com
|
10313daf8c
|
remove 5 static CID/IID since they are unused (bug 117927; r=glazou, rs=shaver)
|
2002-01-03 15:47:27 +00:00 |
|
brade%netscape.com
|
9ac8511c17
|
remove kCContentIteratorCID since it's unused (bug 117927; r=glazou, rs=shaver)
|
2002-01-03 15:40:27 +00:00 |
|
brade%netscape.com
|
d79d0e0a15
|
remove kCDataFlavorCID and kContentIteratorCID since they are unused (bug 117927; r=glazou, rs=shaver)
|
2002-01-03 15:37:49 +00:00 |
|
brade%netscape.com
|
44e3f67b9b
|
remove unused method (bug 115115; sr=smfr, r=cmanske)
|
2002-01-03 15:37:11 +00:00 |
|
brade%netscape.com
|
c0a29ad624
|
remove kRangeCID since it's unused (bug 117927; r=glazou, rs=shaver)
|
2002-01-03 15:34:10 +00:00 |
|
brade%netscape.com
|
bc1c3ef759
|
remove kIDOMSelectionIID since it's unused (bug 117927; r=glazou, rs=shaver)
|
2002-01-03 15:33:44 +00:00 |
|
locka%iol.ie
|
6df57468e6
|
Extremely obvious bug impacting some control users. Enclosed a section of code with an else statement. No bug number.
|
2002-01-03 14:29:06 +00:00 |
|
timeless%mac.com
|
3360b301e5
|
Bug 117713 - Want grippy on panels splitter
patch by neil@parkwaycc.co.uk r=bz sr=hewitt
|
2002-01-03 14:27:22 +00:00 |
|
timeless%mac.com
|
1620cb89e0
|
Bug 117720 - Can't inspect XBL properties
patch by neil@parkwaycc.co.uk r=timeless sr=hewitt
|
2002-01-03 14:25:58 +00:00 |
|
rods%netscape.com
|
a12766a2da
|
Putting changes back in. This wasn't the cause of the slower page loads
|
2002-01-03 13:23:47 +00:00 |
|
rods%netscape.com
|
851e639512
|
Partial back of check to look for bloat
|
2002-01-03 11:28:48 +00:00 |
|
bernd.mielke%snafu.de
|
3a3013c1fe
|
bug 116577 avoid debug reflow access to Element(-1) r=jesup sr=attinasi
|
2002-01-03 09:00:40 +00:00 |
|
jst%netscape.com
|
8ff5488049
|
Fixing bug 114590. Making table.insertRow() properly throw exceptions per the DOM spec. r=bernd.mielke@snafu.de, r=peterv@netscape.com, sr=jaggernaut@netscape.com
|
2002-01-03 06:49:10 +00:00 |
|
jst%netscape.com
|
c0a0f3ce38
|
Fixing bug 116843. image.x and .y were mapped to image.offsetLeft and .offsetTop and due to changes to .offset* that mapping broke image.x and .y so this makes image.x and .y work as expected. Also do some random cleanup. r=jaggernaut@netscape.com, sr=vidur@netscape.com
|
2002-01-03 06:05:32 +00:00 |
|
jst%netscape.com
|
2d416b6f73
|
Fixing bug 116511. Make element.offset* always be relative to the body if the element is relatively positioned. r=hidday@geocities.com, sr=vidur@netscape.com
|
2002-01-03 05:46:42 +00:00 |
|
seawood%netscape.com
|
4801e1d18f
|
Force sample plugin libs to always be built as a shared library. r=colin@theblakes.com
|
2002-01-03 05:32:49 +00:00 |
|
blizzard%redhat.com
|
bec4516156
|
woops, remove printf() I left in
|
2002-01-03 05:06:13 +00:00 |
|
blizzard%redhat.com
|
476096933f
|
Bug #117398. flash plugin pauses if you don't move the mouse. Add polling timer when a flash plugin is active so Xt timers will be processed. Try to improve interactive performance while there's a lot of flash activity by trying to interleave the Xt and gtk events more smoothly. r=serge, sr=shaver
|
2002-01-03 05:02:01 +00:00 |
|
jst%netscape.com
|
ae54304ade
|
Fixing bug 116551. DeCOMtaminating nsINodeInfo, inlining most of the trivial methods and leaving some as virtuals, move some of the members from nsNodeInfo to nsINodeInfo. r=sicking@bigfoot.com, sr=waterson@netscape.com
|
2002-01-03 04:51:02 +00:00 |
|
stephend%netscape.com
|
b76ff0aead
|
Bug 114321. hreflang handling broken in site navigation bar (links toolbar). Patch by Boris Zbarsky <bzbarsky@mit.edu> r=tim, sr=jag
|
2002-01-03 02:17:04 +00:00 |
|
timeless%mac.com
|
32c70a88b5
|
Bug 116439 - Xprint module prints sometimes underlined text wrong
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=jag
|
2002-01-03 02:16:44 +00:00 |
|
timeless%mac.com
|
c5b9e57b1b
|
Bug 104075 - need X font banning
patch by Roland.Mainz@informatik.med.uni-giessen.de r=bstell@ix.netcom.com sr=jag
|
2002-01-03 02:13:34 +00:00 |
|
blakeross%telocity.com
|
b550172888
|
very minor cleanup in prefs. sr=hewitt
|
2002-01-03 01:48:06 +00:00 |
|
stephend%netscape.com
|
0aa6fec8f3
|
Bug 116259. Inactive Link Toolbar links use wrong icons. Patch by Stuart Ballard <sballard@netreach.net> r=bz, sr=hewitt
|
2002-01-03 01:18:17 +00:00 |
|
stephend%netscape.com
|
d12922173f
|
Bug 117553. Javascript strict warnings in EdConvertToTable.js. Patch by Stephen Walker <walk84@usa.net> r=bzbarsky@mit.edu, sr=alecf@netscape.com
|
2002-01-03 01:01:13 +00:00 |
|
stephend%netscape.com
|
e8278dbfc0
|
Bug 117548. Javascript strict warnings in pref-help.js. Patch by Stephen Walker <walk84@usa.net> r=bzbarsky@mit.edu, sr=alecf@netscape.com
|
2002-01-03 00:59:04 +00:00 |
|
stephend%netscape.com
|
c334849f59
|
Bug 79336. Javascript strict warnings in findUtils.js. Patch by Stephen Walker <walk84@usa.net) r=sgehani@netscape.com, sr=alecf@netscape.com
|
2002-01-03 00:56:52 +00:00 |
|
jst%netscape.com
|
4b5ad8d8ec
|
Removing unused variable to quiet down a compiler warning.
|
2002-01-03 00:34:07 +00:00 |
|
bryner%netscape.com
|
670b7f776c
|
Fixing mach-o bustage.
|
2002-01-03 00:25:45 +00:00 |
|
jaggernaut%netscape.com
|
3910746e27
|
Bug 103342, 113590: ns{C}String::SubstituteString hangs/crashes. r=dbaron, sr=alecf
|
2002-01-02 23:54:25 +00:00 |
|
blakeross%telocity.com
|
3bf0f38457
|
98608 - html msg compose doesn't have context menu. r=kerz sr=sspitzer
|
2002-01-02 23:45:45 +00:00 |
|
av%netscape.com
|
e6528812ec
|
Fixing bustage
|
2002-01-02 23:42:06 +00:00 |
|
vidur%netscape.com
|
0c78a503bb
|
New module additions under the MOZ_SOAP flag (not a default part of the build. r=heikki, sr=jst
|
2002-01-02 23:30:58 +00:00 |
|
vidur%netscape.com
|
efb02ac8d3
|
Improved usability of test.
|
2002-01-02 23:29:46 +00:00 |
|
vidur%netscape.com
|
25fe20a199
|
Addition of SOAPParameter class and contractID, minor fixes to encoding code. This is not part of the build.
|
2002-01-02 23:29:12 +00:00 |
|
vidur%netscape.com
|
e21e8e2a6c
|
Introduction of SOAP message binding and addition of convenience methods. This is not part of the build.
|
2002-01-02 23:27:41 +00:00 |
|
vidur%netscape.com
|
8de43b95df
|
Default builtin types always return correct schema namespace. This is not part of the build.
|
2002-01-02 23:26:37 +00:00 |
|
vidur%netscape.com
|
24e69470e3
|
Introduction of special SOAP types. Acceptance of pre-release schema namespace.
|
2002-01-02 23:25:35 +00:00 |
|
vidur%netscape.com
|
36c4123911
|
Removal of DOS linefeeds. Child iterator can take multiple allowed namespaces. This is not part of the build.
|
2002-01-02 23:24:39 +00:00 |
|
mkaply%us.ibm.com
|
f8239a2146
|
#111114
r=pedemont, sr=blizzard
OS/2 only - bad if condition on whether to SlowTile
|
2002-01-02 23:24:25 +00:00 |
|
vidur%netscape.com
|
27ec7c323e
|
First implementation of proxy and call context, movement of variant to parameter code, interface improvements. This is not part of the default build.
|
2002-01-02 23:23:09 +00:00 |
|
mkaply%us.ibm.com
|
67e57d8447
|
Stupid syntax error
|
2002-01-02 23:06:26 +00:00 |
|