jaggernaut%netscape.com
7e4e14d8c5
Backing out joki's checkin for bug 124990 (at his request) since this breaks some stuff on linux.
2002-04-20 01:48:32 +00:00
brade%netscape.com
5a9be507ea
show an alert if we fail to get a document uri (bug 126258) r=cmanske, sr=kin
2002-04-19 09:54:50 +00:00
jfrancis%netscape.com
a04491dcd9
more 136944: fixing typos in original patch. r=Aleksey Nogin, sr=kin. Thanks to Aleksey Nogin for catching these.
2002-04-19 07:43:19 +00:00
joki%netscape.com
bdfd051dfb
Fix for bug 124990, Add additional processing loop for DOM event listeners to allow browser level handlers to be fired after content based listeners. r:saari, sr:jst
...
Browser based listeners can now registers themselves using the AddGroupedEventListener and passing the system event group (which can be gotten via the nsIDOMEventReceiver interface). These listeners will now fire after all content based listeners have processed.
In this initial version of the checkin most browser listeners are still left in the original content group for stability purposes.
2002-04-19 02:52:01 +00:00
bienvenu%netscape.com
bbe508afd4
make this file build (at least on windows) after nsIFileOutputStream changes r/sr = jkeiser
2002-04-18 23:14:30 +00:00
harishd%netscape.com
d6971b20c1
Prevent charset loading for document.write content because the content is already in unicode. b=125317, r=ftang, sr=jst
2002-04-18 22:11:17 +00:00
jst%netscape.com
cd9afd67e1
Checking in the fix for bug 52334 for the third time. This time it should stick! Making iframe's load their document even if they're not displayed. r=jkeiser@netscape.com, sr=rpotts@netscape.com.
2002-04-17 04:17:16 +00:00
bryner%netscape.com
bc41a3df76
Remove workarounds in publish dialog for menulist sizing problem (bug 131481). patch from cmanske, r=bryner, sr=jag.
2002-04-17 01:13:36 +00:00
akkana%netscape.com
fdc4ae63df
134439: Make plaintext compose wrap to window width instead of output
...
width, and don't wrap quotes in <pre> or <span>, to work around various
editor bugs. Detect quoted blocks at output time, and continue our
existing behavior of not wrapping quoted text. r=jfrancis,bratell, sr=alecf.
2002-04-16 23:11:33 +00:00
dbragg%netscape.com
bcc260038d
Regular milestone update of localeVersion values to 1.0.0. Bug 126785. r=tao, sr=alecf, a=asa
2002-04-16 22:19:10 +00:00
bnesse%netscape.com
66e923f1e5
Fix for bug 132140. Clean up prefs backend. r=dveditz, sr=alecf.
2002-04-16 18:48:19 +00:00
brade%netscape.com
94e58d8fa6
bug 136413, submitted by rcassin@supernova.org (r=brade, sr=kin) use "host (scheme)" for default site name
2002-04-16 14:14:25 +00:00
brade%netscape.com
a26a1b5241
bug 134503; put click handler on body rather than editor so scrollbar is not affected (r=akkana, sr=kin)
2002-04-16 13:30:40 +00:00
jfrancis%netscape.com
27fcb61356
fix for bug 100855: paragraph fromat feedback from editor inaccurate. r=brade; sr=kin
2002-04-14 05:57:14 +00:00
jfrancis%netscape.com
2d573cc064
fix for 135337, 132837, 136504, and a side issue from
84485. The deal here is that the editor is smarter about figuring out what dom nodes appear empty to the user (properly accounting for invisible whitespace and invisible br nodes). r=glazman; sr=kin
2002-04-14 02:37:23 +00:00
jfrancis%netscape.com
98f0f3ed8b
fixing 136944: crash typing in editor. r=fm sr=kin
2002-04-13 23:54:59 +00:00
alecf%netscape.com
fba198f16c
fix for bug 119923 - split nsIChromeRegistry into 2 interfaces, one that is XUL-specific
...
this way we can implement an minimal chrome registry for embedding, that doesn't support all the wacky skin- and locale-switching goodness of XUL.
r=waterson, sr=hyatt
2002-04-12 01:52:27 +00:00
glazman%netscape.com
1e2772752b
Inserting a special char was disabling all inline styles in composer (due to bad call); b=103213, r=brade, sr=kin, a=rjesup, super-a=jfrancis, rs=jaime
2002-04-11 13:48:05 +00:00
brade%netscape.com
96711beded
change progress status icons if cancellation of publish, fix SetProgressFinished to handle cases where we don't have a filename (bug 126258 and 135771) r=cmanske, akkana; sr=kin
2002-04-11 13:35:51 +00:00
glazman%netscape.com
58271688b3
Allow Composer's users to remove named anchors w/o having to use Source View; b=80742; r=brade, r=jfrancis, sr=kin, a=asa
2002-04-11 13:33:30 +00:00
brade%netscape.com
f35b38070c
disable debug output, handle aborted error as a non-error, handle cases where we have a null channel (bugs 135527, 126258, 135771) r=cmanske, akkana; sr=kin
2002-04-11 13:27:00 +00:00
kin%netscape.com
772ad9c920
Fix for bug 136408 (Crash editing pages with text widgets)
...
Use :canvas as selector to avoid triggering layout crash bug 123049.
Added isindex and textarea to list of items to use default cursor.
r=jfrancis@netscape.com sr=sfraser@netscape.com
adt=syd@netscape.com a=rjesup@wgate.com
2002-04-10 22:01:02 +00:00
brade%netscape.com
99b2f7da72
bug 135862, fix Composer's New sub-menu to include New Composer Page and keep mail items in the correct order (r=cmanske, andreww; sr=kin, a=rjesup, adt=jaime)
2002-04-09 13:54:02 +00:00
brade%netscape.com
35a95865ab
bug 135862, fix Composer's New sub-menu to include New Composer Page and keep mail items in the correct order (r=cmanske, andreww; sr=kin, a=rjesup, adt=jaime)
2002-04-09 13:46:13 +00:00
jfrancis%netscape.com
3232e07c19
fixes for bugs:
90759: spaces not working in IME editting
132133: deleting last char on line can place caret incorrectly
132837: inline style and making new list items dont play nice
103867: nsSelectionState logic error
r=glazman; sr=kin; a=asa; adt=jamie; i'd also like to thank my mom, and my producer, who was there for me during detox, and of course everyone inthe academy, you are all so beautiful
2002-04-06 19:07:47 +00:00
cmanske%netscape.com
7d29866b4b
Cursor over links in Composer should be an I-beam, b=135847, r=akkana, sr=kin, a=asa, adt=jaime
2002-04-06 06:31:31 +00:00
cmanske%netscape.com
8a9c1c5967
Fixed id string for publish settings help, b=126244, r=robinf, sr=kin, a=rjesup/drivers, adt=jaime
2002-04-06 01:22:49 +00:00
brade%netscape.com
ac0a0bb682
remove checkOpenWindowForURLMatch (now in JS, editorApplicationOverlay.js) bug 104908, r=cmanske, sr=hewitt, a=asa, adt=jaime
2002-04-06 00:47:21 +00:00
brade%netscape.com
e700aee03c
fix editPage to use new JS impl of CheckOpenWindowForURIMatch which compares URIs (bug 104908, r=cmanske, sr=hewitt, a=asa, adt=jaime)
2002-04-06 00:45:54 +00:00
brade%netscape.com
fd10559242
fix confirmEx api's (smoketest blocker bug 135672), r=ccarlen, sr=kin, a=leaf
2002-04-05 18:15:13 +00:00
kin%netscape.com
c57263e211
Fix for bug 135234 (Cursor is an I-beam when over scrollbar)
...
Use "*:scrolled-content" instead of "*" for text cursor rule to limit the impact to the content area.
r=glazman@netscape.com sr=sfraser@netscape.com
a=asa@mozilla.org adt=jaimejr@netscape.com
2002-04-05 15:27:38 +00:00
timeless%mac.com
c3b4db921a
Bug 128905 nsIPromptService.idl confirmEx is poorly prototyped
...
[api] change confirmEx from void w/ out of buttonPressed to PRInt32 buttonPressed w/ one less parameter.
fixes and cleans up callers
r=ccarlen sr=scc a=asa
2002-04-05 08:13:27 +00:00
timeless%mac.com
a84a7e233f
http://bonsai.mozilla.org/cvsquery.cgi?module=SeaMonkeyAll&branch=HEAD&cvsroot=/cvsroot&date=explicit&mindate=1017959940&maxdate=1017960540&who=jst%25netscape.com&generateBackoutCVSCommands=1
...
Backing out the fix for bug 52334
approved by sheriff (karnaze) and cathleen
2002-04-05 05:42:10 +00:00
jst%netscape.com
bf7702387e
Checking in the fix for bug 52334 again now that the linux crash and the scrollwheel crash has been fixed. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org
2002-04-04 22:42:19 +00:00
cmanske%netscape.com
31bb0125d7
Simplified error string for publishing, part of b=126258, r=andreww, sr=dveditz, a=asa, adt1.0.0+
2002-04-04 15:18:49 +00:00
cmanske%netscape.com
d84a792769
Composer Publishing fixes: Add support to not upload images (b=134001,r=akkana, sr=kin), Don't save site data if not successfully published (b=132604, r=akkana, sr=kin), improve error handling (b=126258, r=andreww, sr=dveditz), Make 'CheckAndSaveDocument' do publishing for remote url (b=126450, r=brade, sr=kin), Save command should publish if remote file (b=132634, r=brade,sr=kin), Fix FTP publishing (b=133823, r=brade, sr=kin) all are: a=asa, adt1.0.0+
2002-04-04 15:14:32 +00:00
cmanske%netscape.com
a7a0d0cd80
Publishing bugs: Keep progress dialog open longer (b=133825), Add support to not upload images (b=134001), Don't save site data if not successfully published (b=132604) all are: r=akkana, sr=kin, a=asa, adt1.0.0+
2002-04-04 14:56:30 +00:00
cmanske%netscape.com
e726ee5f63
New string as part 'Keep progress dialog open longer', b=133825, r=akkana, sr=kin, a=asa, adt1.0.0+
2002-04-04 14:51:11 +00:00
cmanske%netscape.com
1517402da8
Strip password when displaying doc url, b=134695, r=brade, sr=kin, a=asa ,adt1.0,0+
2002-04-04 14:30:15 +00:00
jaggernaut%netscape.com
17e594a87c
Bug 128959: add icons to Tools menu. r=bryner, sr=hewitt, a=asa, adt1.0.0+. Note: placeholder icons checked in for now, the correct icons will be checked in when they're ready.
2002-04-04 09:48:20 +00:00
jst%netscape.com
020632bdc1
Backing out latest checkins due to them not working on linux and other unix systems with broken compilers.
2002-04-04 07:31:16 +00:00
jst%netscape.com
aa9f71957d
Fixing bug 52334. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org
2002-04-04 02:09:19 +00:00
blakeross%telocity.com
5e34851046
108099, 75338 - overhaul of main menu and context menus. r=ben sr=hewitt a=asa/brendan
2002-04-03 04:16:28 +00:00
cmanske%netscape.com
2758a4b4fb
Finish save file code based on new pref to determinine if we save images when saving remote file, b=110779, r=brade, sr=alecf, a=asa
2002-04-02 07:11:24 +00:00
cmanske%netscape.com
f4c63f82da
Fixed Edit Page, b=134688, r=brade, sr=kin, a=asa
2002-04-02 05:58:23 +00:00
cmanske%netscape.com
e809eb8ea7
Fixed calls to nsIIOServices::extractUrlPart because of change in api. b=134248, r=brade, sr=kin, a=asa
2002-03-31 03:44:09 +00:00
cmanske%netscape.com
3c52bdaaa9
New strings for publishing, b=134251, r=brade, sr=kin, a=asa
2002-03-31 03:41:23 +00:00
hewitt%netscape.com
d38a0937d9
bugs 110156, 110155
...
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa
Also includes fixes by Jan Varga (varga@utcruk.sk ) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
cmanske%netscape.com
b31b2d731b
Fixed publish dialog ui, b=130721, r=brade, sr=hewitt, a=asa
2002-03-27 03:52:37 +00:00
cmanske%netscape.com
6df0276bf8
New publish prefs strings, b=110779, r=brade, sr=hewitt, a=asa
2002-03-27 03:51:42 +00:00