ian%hixie.ch
c5aa38e236
Added a bit more support for objects (as opposed to services): added a new objectCreate() constructor and an objectInit() method.
...
Added an optimisation to Controller.pm so that service names will be hashed once accessed. This should make multiple accesses of the same service a lot quicker. To go with this I added some diagnostics code (on exit) and moved the code around a little bit.
Fixed a minor transgression of the coding style guidelines in Magic*Array.pm. :-)
Neatened up the code in Output.pm.
Made it so Session objects assume they have an 'app' property, and so don't need to be passed $app all the time. (Sessions are objects now.)
Added an unimplemented getAddress() method to the Session class.
2001-05-13 18:04:52 +00:00
jst%netscape.com
d29389d231
Removing unused code and code that was #if 0'ed out on the XPCDOM branch and left in when the branch landed. No code changes.
2001-05-13 10:33:33 +00:00
jst%netscape.com
26a951693c
Removing unecessary #includes
2001-05-13 09:52:35 +00:00
ben%netscape.com
644829dda2
cvs sux rox
2001-05-13 09:28:09 +00:00
ben%netscape.com
9fca37ab7e
Fix for 71685, Bookmarks in sidebar don't load. r=pchen, sr=sfraser
2001-05-13 09:17:39 +00:00
varga%utcru.sk
c6bc862692
Fix for 72368, 79729. Thread lines are crooked, drawing past column edge and not lined up with parent images.
2001-05-13 07:29:07 +00:00
hyatt%netscape.com
e88c067d05
Fix for 78741. r=saari, sr=ben
2001-05-13 07:08:23 +00:00
scc%mozilla.org
5a0fb842cf
fixing bustage: alright, Linux isn't falling for the old |typename| trick. Guess I have to pull this out into a separate parameterized type.
2001-05-13 07:03:29 +00:00
sspitzer%netscape.com
6fecf56b0e
fix for #79579 . previous unread and previous navigation can leave us
...
with "bogus" rows in the thread pane. sr=bienvenu
2001-05-13 06:05:09 +00:00
ian%hixie.ch
b19846e219
fixing two rather serious (albeit simple) bugs in the strings data source; adding a comment to Input.pm in preparation for doing the user authentication stuff
2001-05-13 05:52:24 +00:00
scc%mozilla.org
af422d0edb
fixing bustage: adding |typename| where needed
2001-05-13 05:50:11 +00:00
bryner%uiuc.edu
ce791df4e5
Bug 71770 -- hide the outliner scrollbar when it's not needed. r=blake, sr=hyatt.
2001-05-13 05:30:46 +00:00
sspitzer%netscape.com
2c319d9835
fix for #77510 . get posting a draft to work. pass in (but ignore)
...
the nntp posting url until I clean up the code that uses it. sr=bienvenu
2001-05-13 05:27:35 +00:00
scc%mozilla.org
01f459308d
bug #75551 : r=jst, sr=sfraser. Added |CaseInsensitiveFindInReadable|
2001-05-13 05:16:10 +00:00
ducarroz%netscape.com
289d13a922
Remove temporary debugging printf to help resolve bug 79775. R=n/a, SR=n/a
2001-05-13 01:35:47 +00:00
ducarroz%netscape.com
20ecdfbda4
Fix for bug 77053. Correctly detect redirection in order to avoid to abort the fetch. R=varada. SR=mscott
2001-05-13 01:08:34 +00:00
shanjian%netscape.com
f940325774
#74899 Mozilla crashes in GKGFXWIN.DLL when changing font for a specific encodin
...
g from Prefs
r=nhotta, sr=waterson
When freeing global stuff, after cmaps are freed, globalFont should do it too.
2001-05-13 01:05:06 +00:00
syd%netscape.com
2402f0d663
Fix for 78282 r=ssu, sr=mscott
2001-05-13 00:45:45 +00:00
jst%netscape.com
1db327b2fe
Making document.write and document.writeln callable with no arguments, this is needed for backwards compatibility. This is a regression from the XPCDOM landing. r=bryner, sr=hyatt.
2001-05-13 00:27:58 +00:00
cls%seawood.org
0246249f6f
Add MOZILLA_DIR/config to perl's include path so that we can find mozLock.pm when necessary
2001-05-13 00:26:35 +00:00
cls%seawood.org
ff7953295d
Initial version. Since flock() doesn't work on all platforms or with all filesystems, implement locking using lck files.
2001-05-13 00:25:19 +00:00
jst%netscape.com
b098c887f5
Fixing MathML build bustage caused by the XPCDOM landing, patch from daa@distributed.net (David Avery), sr=me.
2001-05-12 23:35:42 +00:00
hwaara%chello.se
3640eed105
#40486 , The action section in Filter Editor is missing descriptive text.
...
Patch by gervase.markham@univ.ox.ac.uk
r=hwaara, sr=sspitzer
2001-05-12 23:06:04 +00:00
blakeross%telocity.com
9412163194
Backing out my fix which caused 80462.
2001-05-12 22:48:33 +00:00
sspitzer%netscape.com
743639e95a
fix for #80499 . sr=bienvenu
2001-05-12 21:24:25 +00:00
dbaron%fas.harvard.edu
0a6932dff6
Fix context menus on pages with background images. Patch from Mark Loiselle <mloiselle@yahoo.com>. r=dbaron sr=shaver b=80473
2001-05-12 21:19:45 +00:00
pinkerton%netscape.com
1abd544dda
get region out of scriptableRegion to fix custom drag region. r=pchen/sr=smfr bug 80196.
2001-05-12 20:55:27 +00:00
pinkerton%netscape.com
a2c09bcc95
give access to internal region as noscript. make methods lowercase. bug# 80196. r=pchen/sr=smfr
2001-05-12 20:54:57 +00:00
sspitzer%netscape.com
b5378d8f4e
fix for #80498 . prevent assertion / js exception when expanding news server when offline.
...
sr=bienvenu
2001-05-12 20:48:33 +00:00
dr%netscape.com
ca0f1324c6
fix typo, compiler warning. r=daa@distributed.net
2001-05-12 20:14:23 +00:00
blakeross%telocity.com
e7c5231c0f
Dropping dragged webpage text yields null (68058). r=doron sr=ben
2001-05-12 20:07:12 +00:00
sspitzer%netscape.com
b0b6083ebc
fix for #80485 . sr=bienvenu
2001-05-12 19:17:53 +00:00
sspitzer%netscape.com
29c88eea18
remove unused file.
2001-05-12 19:12:52 +00:00
peterv%netscape.com
4fafe7cc76
Follow-up to the xpcdom landing: nothing should link against the dom library anymore, it's a component now. sr=jst.
2001-05-12 18:05:48 +00:00
bbaetz%cs.mcgill.ca
d28f6c716b
Bug 32359 - fix context menu for mailtos
...
patch by gerv, r=bz,dr sr=alecf
2001-05-12 17:52:35 +00:00
bbaetz%cs.mcgill.ca
99d8f1c5b1
bug 79639 - move sidebar toffle into toolbars menu, and rename toolbars
...
submenu to "show"
patch by gerv, r=hwaara, sr=alecf
2001-05-12 17:49:15 +00:00
bbaetz%cs.mcgill.ca
3ebea1b426
Bug 53712 - changing themes shouldn't reaply current theme
...
patch by gerv (gervase.markham@univ.ox.ac.uk ), r=timeless, sr=alecf
2001-05-12 17:47:33 +00:00
ducarroz%netscape.com
ff036aec4f
Fix for bug 78445. Need to addref ourself to avoid potential self destruction while processing the onload event. R=sspitzer, SR=hyatt
2001-05-12 17:40:12 +00:00
locka%iol.ie
1ea47acd47
Fix window.print crash when called early during page loading. b=66934 r=pollmann@netscape.com sr=jst@netscape.com
2001-05-12 15:52:06 +00:00
hwaara%chello.se
6586150386
#79955 , Mail standalone's statusbar is too high. r=andreww, sr=hewitt
...
#79827 , Remove call to deprecated function. r=cmanske, sr=bienvenu
2001-05-12 15:38:02 +00:00
nboyd%atg.com
829403bf15
Hi, Norris!
...
The attached patch moves the IdFunction.Master interface to the
separated file IdFunctionMaster and eliminates getParentScope from the
interface: it is simpler to set scope explicitly.
The patch assumes the changes in IdFunction.java from the previous patch
and were produced via:
diff -uP javascript.2000-05-10 javascript
Regards, Igor
2001-05-12 13:15:39 +00:00
peterv%netscape.com
aa5e383f6c
Follow-up to the xpcdom landing: nothing should link against the dom library anymore, it's a component now. sr=jst.
2001-05-12 12:47:41 +00:00
dbaron%fas.harvard.edu
d5db8f4e0f
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding intl to REQUIRES.
2001-05-12 12:29:38 +00:00
peterv%netscape.com
56322da18f
Fixing BeOS bustage, it doesn't like PI (PI -> PROC_INST).
2001-05-12 12:00:43 +00:00
peterv%netscape.com
018d9cabe5
Fix bug 72142 for unix (Add XSLT component to installers). r=sgehani, sr=jst
2001-05-12 11:40:14 +00:00
leaf%mozilla.org
e05b88ce13
Automated update
2001-05-12 09:59:49 +00:00
nisheeth%netscape.com
ee5a52488c
Enable Transformiix on Linux. Don't build on OS/2 for now until bug 53518 is fixed.
2001-05-12 09:54:16 +00:00
hyatt%netscape.com
7eece1b441
Fix for 78725. r=pink, sr=ben
2001-05-12 08:32:18 +00:00
nisheeth%netscape.com
4dffad8bd0
Fix OS/2 build bustage from fix to bug 29171.
2001-05-12 07:12:33 +00:00
cls%seawood.org
5f5b0ae021
Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.)
2001-05-12 07:08:27 +00:00