dougt%netscape.com
|
078a498e23
|
Change nsIDOMXULDocument --> nsIDOMDocument
bug 43424
r=akkana@netscape.com
a=phil@netscape.com ?
|
2000-06-24 01:29:58 +00:00 |
|
mjudge%netscape.com
|
f92fecf1e5
|
fix for 42188, r=akkana 42347. use selection controller to tell the doc if it should display non-text-selection.
|
2000-06-23 04:00:45 +00:00 |
|
cmanske%netscape.com
|
7193e676db
|
Implement switching betweeen TH and TD elements for table editing. b=20973, r=jfrancis, akkana
|
2000-06-22 05:39:54 +00:00 |
|
cmanske%netscape.com
|
06305fcd27
|
Checkin for sfraser: Fix document-load listener to work when loading URL into an existing Composer window. b=41584, r=cmanske
|
2000-06-22 05:24:42 +00:00 |
|
cmanske%netscape.com
|
14801600dc
|
Checking for brade: Use PreventDefault instead of returning NS_ERROR_BASE to stop event processing in mouse listners. b=42510, r=cmanske
|
2000-06-22 04:54:55 +00:00 |
|
cmanske%netscape.com
|
0d72a50681
|
Changes to <tree> usage for lists to conform to new XUL requiring <treecolgroup>. b=30511, r=bryner. Table editing xul/js work for bug 20973, r=jfrancis
|
2000-06-22 03:13:08 +00:00 |
|
cmanske%netscape.com
|
9436731bbb
|
Simple comment change for clarity relating to table editing. b=20973, r=jfrancis
|
2000-06-22 03:09:19 +00:00 |
|
cmanske%netscape.com
|
26de5cacec
|
Fixed xul to use new treecolgroup in Composer main window b=30511 (by bryner, r=cmanske). Removed textfield in colorpicker - doesn't work, crashes in Linux b=41619, r=akkana
|
2000-06-22 01:13:28 +00:00 |
|
danm%netscape.com
|
03ea82871a
|
tracking change of name of window.content to _content. (bug 33650) r=hyatt
|
2000-06-22 00:48:45 +00:00 |
|
brade%netscape.com
|
94205f27e7
|
don't let shift-keybinding work for open local, open remote, save, close, print, quit, find, find next, check spelling, bold, italic, underline (explicitly set shift="false") for bug #41989; r=jst, Pike
|
2000-06-21 14:20:42 +00:00 |
|
brade%netscape.com
|
411f4ee130
|
diff submitted by Josh Soref (soref@wam.umd.edu); add class and statusbar=true to progressmeter (a=waterson; r=sfraser) bug #41645
|
2000-06-21 12:42:24 +00:00 |
|
brade%netscape.com
|
4aa46d5e76
|
fix returned error codes (as part of bug #42510)
|
2000-06-20 14:25:34 +00:00 |
|
brade%netscape.com
|
45f6fbf78e
|
call PreventDefault for key events which we want to "consume" (bug #42510); r=smfr
|
2000-06-20 14:23:43 +00:00 |
|
amasri%netscape.com
|
bc952fc605
|
Adding localization notes per Bugzilla #39775 beta2+
r=rchen@netscape.com
|
2000-06-20 01:43:55 +00:00 |
|
amasri%netscape.com
|
98ea88b476
|
Adding Localization notes per Bugzilla #39775 beta2+
r=rchen@netscape.com
|
2000-06-20 01:41:30 +00:00 |
|
ducarroz%netscape.com
|
748743bb73
|
Fix for bug 38716 & bug 38715. Do not kill the dragdrop event when is not a flavor supported by the editfield. R=brade
|
2000-06-20 01:01:49 +00:00 |
|
ben%netscape.com
|
2d3e888817
|
partial fixes for 32347, 30536, 41120
|
2000-06-17 03:26:47 +00:00 |
|
cmanske%netscape.com
|
e9915482e5
|
Fixed paragraph, heading, and list menus and check state: bug 41735, r=brade
|
2000-06-16 14:22:12 +00:00 |
|
cmanske%netscape.com
|
c073210b68
|
Fixed list command problems: bug 41735, r=brade
|
2000-06-16 14:21:46 +00:00 |
|
sfraser%netscape.com
|
246949d32b
|
Belt-and-braces check for bug 42145; check for null args. r=akkana
|
2000-06-16 06:06:55 +00:00 |
|
sfraser%netscape.com
|
288248b802
|
Remove obsolete charset menu cruft. r=fm
|
2000-06-16 06:05:51 +00:00 |
|
sfraser%netscape.com
|
e626f02fa4
|
Partial fix for bug 42098 -- leakage of XUL doc and editor in composer window. This change fixes the doc leak, but the nsEditorShell still leaks. This fix is a band-aid until 42530 is fixed. r=hyatt
|
2000-06-16 06:01:19 +00:00 |
|
cmanske%netscape.com
|
a61cac632c
|
Optimized stylesheet code to not enable/disable unecessarily, avoiding extra reflows. For bug 40767, r=akkana
|
2000-06-15 14:17:13 +00:00 |
|
rbs%maths.uq.edu.au
|
26742e611c
|
Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com
|
2000-06-15 09:54:41 +00:00 |
|
bryner%uiuc.edu
|
7fb5c1658f
|
Fix nsbeta2+ bug 39633. r=kin.
|
2000-06-15 05:31:32 +00:00 |
|
dbaron%fas.harvard.edu
|
50432067a5
|
Fix leaks of nsHTMLHeadElement. r=waterson@netscape.com
|
2000-06-15 02:14:16 +00:00 |
|
cmanske%netscape.com
|
7519eedb3d
|
Part of table dialog work: new method needed to convert to TH from TD and vice versa. b=20973. r=jfrancis
|
2000-06-14 04:59:50 +00:00 |
|
cmanske%netscape.com
|
4f01ada9bf
|
New method for table editing (b=20973, r=jfrancis); Use nsIStyleSheet::SetEnable() for editmode stylesheets instead of removing and reloading -- necessary for bug 40767. r=sfraser
|
2000-06-14 04:58:29 +00:00 |
|
mjudge%netscape.com
|
6f0c30e104
|
regressions from 34986 ender-lite. listeners now block percolation of events. until we have better fix. r=saari, akkana
|
2000-06-14 02:58:34 +00:00 |
|
cmanske%netscape.com
|
8bdae7a16a
|
Fixed problem in nsEditor::CloneAttributes where undo system used when it shouldn't. b=41862. r=sfraser. a=beppe
|
2000-06-14 01:32:27 +00:00 |
|
cmanske%netscape.com
|
35106f44c8
|
Fixed Composer dialog layout problems when resizing. b=42210 r=evaughan
|
2000-06-14 01:26:43 +00:00 |
|
akkana%netscape.com
|
09592145c3
|
42306: Change middle-mouse paste from MouseDown to MouseClick,
and prevent it bubbling up to where navigator.js will handle it.
r=saari,mjudge; a=beppe
|
2000-06-13 23:19:48 +00:00 |
|
pinkerton%netscape.com
|
2da5e11e74
|
fix for bug 39764 (disabled values added to context menu). check the target of the oncreate/destroy event before processing it, as this will bubble from submenus. r=brade.
|
2000-06-13 23:15:53 +00:00 |
|
jfrancis%netscape.com
|
338a1b0aeb
|
fix for 41369: editor backspace crashes or loses data when at the beginning of text that has multiple br's before it. (dogfood+)
r=sfraser; a=beppe
|
2000-06-10 02:25:50 +00:00 |
|
mjudge%netscape.com
|
4d8ea6168b
|
cleaning up 34896 ender-lite with saari's review.
|
2000-06-09 21:13:03 +00:00 |
|
cmanske%netscape.com
|
f349338175
|
Fixed missing checkmarks in Composer menus. b=41735, r=sfraser
|
2000-06-09 01:04:34 +00:00 |
|
shanjian%netscape.com
|
5ca3f53ba7
|
#39726 typo in IMETextTxn.cpp
r=ftang a=waterson
|
2000-06-08 23:40:31 +00:00 |
|
ftang%netscape.com
|
d0740e80c8
|
fix 41573 mac IME problem. r=sfraser@netscape.com
|
2000-06-08 23:29:43 +00:00 |
|
brade%netscape.com
|
fa8e2b58fc
|
drag within editor implemented; r=kin; a=beppe; bug#6255
|
2000-06-08 14:47:29 +00:00 |
|
kin%netscape.com
|
6790b4afdd
|
Fix for bugs:
41605 Crash doing editor.js:EditorShutdown() when doing File->close
41734 Applying Override StyleSheet causes Editor crash.
Added missing NS_IF_ADDREF in GetSelectedElement().
r=jfrancis@netscape.com a=beppe@netscape.com
|
2000-06-08 14:45:12 +00:00 |
|
cmanske%netscape.com
|
7397fb27e1
|
Fixed duplicate dtd strings, b=41511, r=sfraser
|
2000-06-07 23:35:52 +00:00 |
|
mjudge%netscape.com
|
334756250b
|
regression fix. my bad. changing editor code to have some duplicate code from nsSelection to output the whole document. r=donm a=donm regression ect.
|
2000-06-07 22:44:52 +00:00 |
|
brade%netscape.com
|
636eb21dc6
|
new tooltip strings submitted by simone@netscape.com; bug #9767; r=brade, a=beppe,techpubs
|
2000-06-07 14:05:48 +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 |
|
ben%netscape.com
|
ddd7c8acbf
|
fix for multiple quit items being displayed
|
2000-06-06 01:16:02 +00:00 |
|
cmanske%netscape.com
|
946b869f76
|
Fix for 41034 - new list submenu command support for doing DL lists. r=sfraser, a=beppe
|
2000-06-05 20:26:40 +00:00 |
|
cmanske%netscape.com
|
7ebb2f9065
|
Fix for 41034 - new list submenu, fix for 41351 - object properties not working. Fix for OS2 support for table selection feedback in menu. r=sfraser, a=beppe
|
2000-06-05 20:26:26 +00:00 |
|
cmanske%netscape.com
|
0d7f94d904
|
Part of fix for bug 41034, new methods to return block state(e.g., list) info. r=sfraser, a=beppe
|
2000-06-05 20:25:57 +00:00 |
|
ben%netscape.com
|
55549d043d
|
update editor to use utility overlay and global overlay
|
2000-06-05 06:31:41 +00:00 |
|
warren%netscape.com
|
512c8bf433
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
|