cmanske%netscape.com
b7919fe2cb
Fixed context menu problem when > 1 cell selected, b=55991, r=akkana, sr=kin
2001-04-30 23:58:55 +00:00
cls%seawood.org
1269c81faa
Set the define to =1 as it appears to appease the WorkShop 5.0 compiler gods.
2001-04-28 20:04:44 +00:00
cls%seawood.org
25c6dc1c7e
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
jfrancis%netscape.com
0677ad835e
groundwork for 65557. not yet part of build.
2001-04-28 12:04:45 +00:00
valeski%netscape.com
9e8d80d70f
mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332
2001-04-27 21:30:24 +00:00
sfraser%netscape.com
5e35cbdbc0
Backing out valeski
2001-04-27 05:53:22 +00:00
valeski%netscape.com
def10e77f9
mozilla tree r=tao, sr=alecf. commercial tree r=syd, sr=syd/shaver. lowercasing the first char in JS method calls to createBundle. removing the dead locale parameter in the CreateBundle() method call. 76332
2001-04-27 04:16:22 +00:00
jfrancis%netscape.com
e4c224dc74
bug 76888: plaintext editor deletion can move/lose whitesapce. r=sfraser; sr=kin
2001-04-26 20:14:26 +00:00
pinkerton%netscape.com
019b201d54
wow i biffed that last checkin
2001-04-26 19:48:40 +00:00
pinkerton%netscape.com
67cc7a834c
use GetCurrentSession() instead of QI to get drag session from service. r=pchen/sr=sfraser. bug# 77380
2001-04-26 19:05:08 +00:00
shanjian%netscape.com
7e501c5ca2
#59405 IME candidate window position is not correct in text field on New card and To field
...
r = sfraser sr=kin a=blizzard
Handle the difference of cursor coordinate required by different platform.
nsICaret.h
nsCaret.cpp
nsEditor.cpp
nsPlaintextEditor.cpp
nsHTMLEditor.cpp
2001-04-19 22:46:29 +00:00
mjudge%netscape.com
b46f58dc17
forgot 1 change sr=scc r=anthonyd 76442
2001-04-18 06:26:19 +00:00
mjudge%netscape.com
9692e7d349
76442 sr= scc r= anthonyd. last minute fixes to editor to not do stupid copies and instead to use new case insensitive string compares.
2001-04-18 06:17:05 +00:00
jfrancis%netscape.com
d8cb6e9ef2
fixes for bugs:
75618 CR line breaks not recognized when inserting data in a plain
76258 IsEditable() needs to be smarter
72968 browser crashes when doing REDO after doing some cut/paste i
55224 switching from HTML Source mode to Normal causes dataloss
71355 style buttons do not work from 2nd cell onwards inside table
71362 empty tables inside (otherwise) empty list item disappears w
74655 40% of reply time in mailcompose spent converting linefeeds
r=fm; sr=kin
2001-04-17 10:15:05 +00:00
shanjian%netscape.com
cc644ffafc
#59405 IME candidate window position is not correct in text field on New card and To field
...
r = kin, sr = sfraser
change the type of coordinate return for windows and unix
2001-04-13 22:27:18 +00:00
hewitt%netscape.com
aa906e4a5f
72530 - oversized dialog problems, r=jag, sr=alecf
2001-04-12 05:42:05 +00:00
cmanske%netscape.com
819addb94c
Fixed reset selection when inserting under <head>. Also removed compile warning in nsTableEditor.cpp, b=71883, r=jfrancis,kin sr=sfraser
2001-04-12 03:41:06 +00:00
danm%netscape.com
ca335d3315
moving implementation details mistakenly placed in public promptservice interface to the private one. r=hyatt,jack
2001-04-12 02:18:06 +00:00
sfraser%netscape.com
702a05ff10
Fix bug 75271; ensure that we update commands properly for batched transactions. r=akkana, sr=kin
2001-04-11 23:11:29 +00:00
shaver%mozilla.org
e2dc3d6d88
75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
...
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
cmanske%netscape.com
f34bdb415f
Fixed property dialog launch bug 75441, r=akkana, sr=kin
2001-04-11 04:42:55 +00:00
ccarlen%netscape.com
7720f48f12
Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts.
2001-04-10 18:30:25 +00:00
darin%netscape.com
41efbc6217
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
cmanske%netscape.com
1b337fef53
Fixed Composer bugs 75291 and 74039. r=mjudge, sr=sfraser
2001-04-10 03:02:10 +00:00
danm%netscape.com
d881c56eac
commondialog service is being replaced by promptservice. bug 72112 continues
2001-04-09 01:35:41 +00:00
disttsc%bart.nl
748e1ece2f
Clean up MODULE/REQUIRES, bug=73353, r=cls
2001-04-08 08:33:11 +00:00
mjudge%netscape.com
d8ad0a43f1
66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings
2001-04-07 00:45:26 +00:00
kin%netscape.com
b3367d336d
Fix for bug #74983 : Can't start Composer or MessageCompose
...
Add missing NS_INIT_REFCNT macro.
r=shaver@mozilla.org ,mjudge@netscape.com sr=scc@mozilla.org
2001-04-06 14:38:15 +00:00
akkana%netscape.com
2de92cb659
Reverting block-ness testing code to the old evil hardwired list,
...
to see whether the static handle to the parser service was the
source of the leaks. Discussed with sfraser and anthonyd.
If this causes problems, uncomment the USE_PARSER_FOR_BLOCKNESS
on line 433.
2001-04-06 03:18:41 +00:00
akkana%netscape.com
c39284f26a
Forestall more win bustage -- missed a file
2001-04-06 01:19:23 +00:00
akkana%netscape.com
70cf49a10b
Fix my bonehead windows bustage
2001-04-06 01:18:34 +00:00
akkana%netscape.com
77bd006639
66345: Factoring necessary for editor reorganization. sr=kin/sfraser, r=jfrancis
2001-04-05 23:48:01 +00:00
akkana%netscape.com
a82b0338ad
New files necessary for phase 1 of editor reorganization checkin.
...
r=jfrancis, sr=kin,sfraser
2001-04-05 23:34:08 +00:00
dprice%netscape.com
3e31ab9946
65845 - new order files
2001-04-05 06:02:32 +00:00
sfraser%netscape.com
edcfb4d486
Fix HPUX bustage
2001-04-05 02:11:57 +00:00
sfraser%netscape.com
687359c2ed
Fix for 74143, change nsIController to use DOMStrings. sr=hyatt, r=kin
2001-04-04 23:48:03 +00:00
rickg%netscape.com
c1ce80ae83
preloader update. r=peterl, sr=attinasi
2001-04-03 22:58:59 +00:00
scc%mozilla.org
c355507eda
landing string branch; see bug #73786
2001-04-02 19:40:52 +00:00
jfrancis%netscape.com
3c44960b59
bug 58281: fixing mem leaks when shuffling nsISupports around in editor paste code. r=fm; sr=kin
2001-04-02 06:09:44 +00:00
kin%netscape.com
04fb220f0e
Fix for Normal->ViewSource->Normal dataloss bugs
...
73659 (TextArea tag) and 55224 (Map tag). Added
IsTextarea() and IsMap() methods, factored out
common code for Is*() methods into NodeIsType().
r=jfrancis@netscpae.com sr=sfraser@netscape.com
2001-03-30 14:39:29 +00:00
disttsc%bart.nl
96f5f6cf31
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2001-03-30 10:39:06 +00:00
cmanske%netscape.com
e922fe1f55
Part of fix for plaintext editor bug 69536. r=brade, sr=kin
2001-03-28 21:19:47 +00:00
pinkerton%netscape.com
57dab27cad
allow macs with low memory to build optimized by setting the |lowmem| option. bug 72945. r=peterv/sr=shaver.
2001-03-27 23:08:32 +00:00
blakeross%telocity.com
eaa6754a0a
Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben
2001-03-22 00:59:29 +00:00
erik%netscape.com
84ace96483
bug 71314; author=simon@softel.co.il; r=mjudge,anthonyd; sr=erik; changes
...
from IBM bidi project (Arabic, Hebrew, etc); some in ifdef for now
2001-03-21 01:16:22 +00:00
dprice%netscape.com
1b42d68e45
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
anthonyd%netscape.com
25bbe270de
bug fix for 67985 - needed methods for nsEditor impl
...
r=jfrancis
sr=sfraser
2001-03-13 02:48:17 +00:00
valeski%netscape.com
a8e9bc5bd5
sr=rpotts, r=gagan. 70743. switching over to new extensible URI::SchemeIs() api
2001-03-13 02:02:05 +00:00
dougt%netscape.com
9c5d760307
Minor build changes per API review. Now nsIFileURL and nsIFileChannel have their own IDL file which means that if you were using either of these two interfaces, you need to include a new include file. r=valeski@netscape.com
2001-03-12 22:41:28 +00:00
Peter.VanderBeken%pandora.be
ede8756d78
Renaming NS_PARSER_IID to NS_PARSER_CID, because it *is* a CID. r=jag, sr=jst.
2001-03-10 21:02:12 +00:00