alecf%netscape.com
|
3522bc25eb
|
header for updated datasource (also not part of build)
|
2000-06-07 07:24:45 +00:00 |
|
alecf%netscape.com
|
1828c2d867
|
update search datasource to have a search session URI, and derive
from the base nsMsgRDFDataSource
(not yet part of build)
|
2000-06-07 07:24:22 +00:00 |
|
alecf%netscape.com
|
1e70391798
|
fix for #34996 - pre-escape usernames before building URLs
|
2000-06-07 07:09:48 +00:00 |
|
waterson%netscape.com
|
a721679b5c
|
Bugs 35935, 34862, 41521. Make sure to make 'special' frames blocks inside of relatively-positioned inlines; be sure to destroy special siblings, and crawl to outermost 'normal' frame when reframing containing block; handle 'special' frames in StyleChangeReflow(). r=buster
|
2000-06-07 06:58:45 +00:00 |
|
morse%netscape.com
|
3bf6b53c93
|
backing out my change in case it caused the bustage
|
2000-06-07 06:24:56 +00:00 |
|
alecf%netscape.com
|
9cc2ab1266
|
update to DOM2 compatibility - use localName instead of tagName and nodeName
|
2000-06-07 05:49:08 +00:00 |
|
dmose%mozilla.org
|
5a025ab964
|
Got rid of conditional definition of shouldCache attr. It's gone now. a=r=(not built).
|
2000-06-07 05:46:24 +00:00 |
|
morse%netscape.com
|
1e4e128ca3
|
fixes for bugs 33542 and 41567, abandon res directory r=dveditz
|
2000-06-07 05:10:52 +00:00 |
|
morse%netscape.com
|
30142b627b
|
fixes for bugs 33542 and 41567, abandon res directory
|
2000-06-07 05:05:09 +00:00 |
|
shaver%mozilla.org
|
eb985a6f76
|
fix spelling in wallet prefs, removed unused entities, #40616, r=ben, a=waterson
|
2000-06-07 04:46:34 +00:00 |
|
alecf%netscape.com
|
7c2f49c2ec
|
fix for #28993 - use formatting strings for card titles instead of prefix
r=sspitzer
|
2000-06-07 03:58:29 +00:00 |
|
waterson%netscape.com
|
2983569e7d
|
Fix build bustage: inaky.gonzales missed these two cases some how.
|
2000-06-07 03:33:08 +00:00 |
|
dmose%mozilla.org
|
88d95c9720
|
check out the LDAP C SDK library source from a branch by default (the code only gets built if --enable-ldap is specified, and that is off by default). r=slamm@netscape.com; a=leaf@mozilla.org
|
2000-06-07 03:07:45 +00:00 |
|
pinkerton%netscape.com
|
1a5de10296
|
OOps, left the debug code turned on. Flipping the ifdef.
|
2000-06-07 02:11:40 +00:00 |
|
morse%netscape.com
|
1b1a86f38d
|
fix regression caused by recent code cleanup (reported in bug 41743)
|
2000-06-07 02:07:54 +00:00 |
|
pinkerton%netscape.com
|
fd79903dc4
|
fix for 31131. r=sfraser/pierre. No longer use a bounding box when the update region is non-rectangular. Makes mac scrolling and page loading much faster. Also crank down the mac scroll timer delays to better match the native scrollbars.
|
2000-06-07 02:06:53 +00:00 |
|
danm%netscape.com
|
8054b84678
|
request redraw when resizing window. bug 35450. r=joki
|
2000-06-07 02:05:08 +00:00 |
|
slamm%netscape.com
|
8b89948feb
|
Use netcenter data, not my test data. Bump dataformat version number. Bug 41225.
|
2000-06-07 01:49:31 +00:00 |
|
jst%netscape.com
|
1f9e415b7e
|
Fixing nsbeta2+ bug 40514, the problem was that the 'parser' used to parse the options argument passed to window.open() didn't allow for whitespace between the options, 4.x didn't do this either but IE does. r=vidur
|
2000-06-07 01:36:28 +00:00 |
|
slamm%netscape.com
|
c9a82cf7e5
|
Give available tabs more room. bug 38538. no review or even nsbeta2+. I am going on sabbatical and thought it would be nice to get this little cosmetic change in.
|
2000-06-07 01:26:01 +00:00 |
|
jst%netscape.com
|
0f3586fdaf
|
Fixing nsbeta2+ bug 30249, the problem was that the type of various attributes (in the DOM spec) on image elements was string and not number (long), this broke backwards compatibility with 4.x and also compatibility with IE. r=vidur
|
2000-06-07 01:23:55 +00:00 |
|
mjudge%netscape.com
|
eefb2d0950
|
bug=34896 fixing reflow reason from nsFileControlFrame to send resize when resizing its input field. fixing mouseclick to not be so hardcoded so that the ender-lite text field still works for the "browse" button. a=beppe r=hyatt
|
2000-06-07 01:21:20 +00:00 |
|
mjudge%netscape.com
|
b3275e69b7
|
bug=34896 setting up initial text to work after evaughns box changes to ender-lite. a=beppe, r=evaughn,r=hyatt.
|
2000-06-07 01:21:03 +00:00 |
|
mjudge%netscape.com
|
052d504a2b
|
bug=34896 gettimg ime working in ender-lite. simple fix to dispatch messages to focused element for ime. a=beppe,r=ftang,tajima@eng.sun.com, katakai@japan.sun.com
|
2000-06-07 01:20:13 +00:00 |
|
mjudge%netscape.com
|
f0063052b2
|
bug=34896 extra check for null in caret. this can happen sometimes when frame is destroyed in odd order. r=hyatt.
|
2000-06-07 01:18:41 +00:00 |
|
mjudge%netscape.com
|
9703a755f8
|
bug=34896 changing use of CreateElement to CreateElementNS. this was necessary outside of ender-lite also. good change. r=jfrancis a=beppe
|
2000-06-07 01:18:12 +00:00 |
|
mjudge%netscape.com
|
b996e17ec3
|
(accidentaly checked in with no comment before)bug=34896 getting createElementNS implemented for nsHTMLDocument. this should just be implemented in nsDocument with nsXMLDoc inheiriting also. i will do that when m16 is gone. this allows the editor to create its html elements despite being in a xuldocument. r=hyatt a=beppe
|
2000-06-07 01:17:23 +00:00 |
|
mjudge%netscape.com
|
c4ff23e7ec
|
*** empty log message ***
|
2000-06-07 01:14:08 +00:00 |
|
mkaply%us.ibm.com
|
eab2374b6a
|
# 37239
r = dcone, a = brendan
OS/2 bringup - PR_CALLBACK for VisualAge
|
2000-06-07 01:12:46 +00:00 |
|
alecf%netscape.com
|
454a54290e
|
fix typo that was preventing setAttributeNS from working
(incredibly obvious fix, will notify jst/waterson that this went in)
|
2000-06-07 01:11:05 +00:00 |
|
mkaply%us.ibm.com
|
1309193457
|
# 37239
r = rjc, a = brendan
OS/2 bringup - PR_CALLBACK for VisualAge
|
2000-06-07 01:08:27 +00:00 |
|
alecf%netscape.com
|
3d7acb9e0d
|
fix for #40594, switch to DOM2
|
2000-06-07 01:05:50 +00:00 |
|
alecf%netscape.com
|
0d24d9dd6f
|
fix for #40594, switch to DOM2
|
2000-06-07 01:00:05 +00:00 |
|
slamm%netscape.com
|
17220d2b8d
|
Fix launching. bug 37243 r=pavlov
|
2000-06-07 00:57:33 +00:00 |
|
danm%netscape.com
|
f8250079df
|
fix problem with sizing to content (bug 36520). code=justin@68k.org. a=waterson@mozilla.org,duncan@be.com
|
2000-06-07 00:54:03 +00:00 |
|
alecf%netscape.com
|
4e75e201e3
|
fix for 40594, switch to DOM2
r=sspitzer
|
2000-06-07 00:50:19 +00:00 |
|
slamm%netscape.com
|
f84d1a7fe0
|
Use standards compliant RDF format. Bug 41225. r=pavlov
|
2000-06-07 00:48:52 +00:00 |
|
alecf%netscape.com
|
afc59fb361
|
null-check in the old wizard manager - was part of fix for #29575, which went in yesterday
|
2000-06-07 00:48:40 +00:00 |
|
alecf%netscape.com
|
c613e31510
|
fix for #40594, switch to DOM2
r=sspitzer
|
2000-06-07 00:46:09 +00:00 |
|
slamm%netscape.com
|
34ead4d9e5
|
New standard compliant sidebar format. Bug 41225. r=pavlov
|
2000-06-07 00:39:53 +00:00 |
|
slamm%netscape.com
|
c566e998b6
|
Fix bookmark and history menus. Bug 37078 r=pavlov
|
2000-06-07 00:39:47 +00:00 |
|
slamm%netscape.com
|
e2f9beb2da
|
Use standards compliant RDF format. Bug 41225. r=pavlov
|
2000-06-07 00:39:30 +00:00 |
|
slamm%netscape.com
|
b0d4b27dd4
|
Use standards compliant RDF format. Bug 41225. Handle case when data format gets corrupted or no panels are listed. r=pavlov
|
2000-06-07 00:39:20 +00:00 |
|
alecf%netscape.com
|
fdf63785ab
|
temp workaround for clobber build bustage
|
2000-06-07 00:15:22 +00:00 |
|
edburns%acm.org
|
c44911e670
|
modified getPropertiesObject() to populate the hash table with
keys for properties in nsIDOMMouseEvent.
|
2000-06-07 00:12:06 +00:00 |
|
pavlov%netscape.com
|
5d2b4e2bf6
|
fix for unix i18n title bug 36039 r=alecf
|
2000-06-07 00:11:46 +00:00 |
|
hyatt%netscape.com
|
d69e9db8ca
|
Updating tree selection. bug#30511. r=danm
|
2000-06-07 00:01:04 +00:00 |
|
hyatt%netscape.com
|
cbc20b4357
|
Updated tree files. 30511. r=danm
|
2000-06-06 23:59:53 +00:00 |
|
mkaply%us.ibm.com
|
c5980c98ac
|
# 37239
r = mkaply, a = brendan
OS/2 bringup - TIMER is not a component
|
2000-06-06 23:53:55 +00:00 |
|
alecf%netscape.com
|
3383d58479
|
arrrgggh - curse the mac for not automatically exporting IDL!
(fixing bustage)
|
2000-06-06 23:46:35 +00:00 |
|