radha%netscape.com
cc7144395f
Fox for bug # 109485. Meta refresh works differently than otehr browsers. r=valeski. sr=jaggernaut.
2002-02-08 22:46:09 +00:00
varga%utcru.sk
4e4cc8cea9
Fix for bugs:
...
121241 - Misplaced insertion line for outliner DND
120976 - Drop feedback needs some polishing
r=pink, sr=hyatt
Thanks for reviews and testing by zach.
- added new atom "dragSession"
- renamed atom "drop" to "dropOn"
- added new pseudo class -moz-outliner-drop-feedback
- added new paint method PaintDropFeedback()
- drop feedback in between rows is now painted at the same position for both orientations.
2002-02-08 22:35:18 +00:00
radha%netscape.com
50dbb16618
Fix for bug # 122904, 123936. r=mcafee. sr=alecf. Uninitialised variables and reorder of member initialisers.
2002-02-08 22:32:58 +00:00
jkeiser%netscape.com
18c4d8c399
Bug 121317 - use bitfields in nsHTMLInputElement, r=bryner@netscape.com, sr=jst@netscape.com
2002-02-08 18:23:47 +00:00
brade%netscape.com
ca06ac1b6f
remove nsIDiskDocument usage (instead use nsIWebBrowserPersist); bug 102033, r=glazman, sr=kin
2002-02-08 15:50:49 +00:00
peterv%netscape.com
8bd16139b9
Fix importNode, need to set the document before notifying. Bug 124358. r=Pike, sr=jst.
2002-02-08 11:28:15 +00:00
jst%netscape.com
9085695ba0
Fixing bug 124252. Calling Init() from nsImageDocument::StartDocumentLoad() is pointless, Init() has already been called and any subsequent calls do nothing (but assert). r=jkeiser@iname.com, sr=vidur@netscape.com
2002-02-08 01:36:28 +00:00
cathleen%netscape.com
31f584b51c
eliminate 24 callers to nsCRT::memmove to use memmove from libC instead. removed nsCRT::memove() bug 118135 r=dp sr=brendan
2002-02-08 01:11:33 +00:00
bzbarsky%mit.edu
6d136360c3
The type attr is only _sometimes_ case-sensitive for <li>. Bug 124167,
...
r=fabian, sr=jst
2002-02-08 00:05:17 +00:00
timeless%mac.com
6a49b05b3b
Bug 33601�fixing warnings about switch(enumVar){case onlyOne: {}}
...
adds a default case. also removing an else after return.
r=roc+moz@cs.cmu.edu sr=alecf
2002-02-08 00:05:16 +00:00
heikki%netscape.com
ca78ffade9
Bug 98788, document.load() needs to do better reset on the document before starting to load new content. Also fixed a couple of bogus comments and unneeded document reset in document creation. r=mstoltz, sr=jst.
2002-02-07 00:24:09 +00:00
bzbarsky%mit.edu
428911a287
Make image/x-icon show ICON in title bar, not X-ICON. Bug 42093,
...
r=sicking, sr=jag
2002-02-06 21:05:52 +00:00
pinkerton%netscape.com
35c70c6841
ifdef-fu for mach-o. rs=hyatt
2002-02-06 15:42:06 +00:00
rods%netscape.com
33fd9865a8
More streamline approach to discovering if there is at least one printer.
...
And if the printer name is not set, then it gets the default printer and uses
that. instead.
This fixes remembering the last printer that was used and it also
enables you to to set the printer name and print silently (instead of silent
always having to use the default printer)
Bug 123335 sr=hyatt r=dcone
2002-02-06 13:04:47 +00:00
bzbarsky%mit.edu
cd4494cca7
Show the image type in the URL bar for image documents. Bug 42093,
...
r=timeless, sr=jag.
2002-02-06 03:40:18 +00:00
sspitzer%netscape.com
87dc170b75
fix for assertions caused by checkin for #115289
...
remove all fancy string foo. r=bzbarsky, sr=sfraser, a=radha
2002-02-05 20:27:10 +00:00
jst%netscape.com
7bf4f58920
Checking in Pete Zha's <pete.zha@sun.com> fix for bug 121726. Don't remove and re-insert form controls into form.elements when the name or id changes. This caused form.elements to be incorrectly ordered and is pointless to start with. r=jkeiser@iname.com, sr=jst@netscape.com
2002-02-05 10:36:28 +00:00
jst%netscape.com
3ea37d2b5f
More comments...
2002-02-05 07:13:50 +00:00
jst%netscape.com
60d1308df5
Fixing bug 116834. Making element.innerHTML='...<script>...</script>...' not execute the script, this makes mozilla compatible with IE wrt innerHTML and execution of scripts. r=bzbarsky@mit.edu, sr=rpotts@netscape.com
2002-02-05 05:53:56 +00:00
jst%netscape.com
b32c4770ff
Fixing bug 115352. Making FlushPendingNotifications() properly flush the parent document as well if there is one. This causes layout data in iframes to not always be up to date since iframe sizes are dependent on the parent being reflown. r=peterv@netscape.com, sr=rpotts@netscape.com
2002-02-05 05:47:22 +00:00
rpotts%netscape.com
75f5dd7b08
bug #117948 (r=bzarsky@mit.edu, sr=vidur@netscape.com) Ignore the HTTP Window-Target header inside of <meta> tags
2002-02-05 04:46:54 +00:00
jst%netscape.com
ace87a12a2
Checking in Fabian's <hidday@geocities.com> fix for bug 69196. Making image.border, .hspace, and .vspace default to 1 an not -1. r=sicking@bigfoot.com, sr=jst@netscape.com
2002-02-05 04:37:10 +00:00
jst%netscape.com
c024ba3ae0
Checking in Fabian's <hidday@geocities.com> fix for bug 76895. Making cloneNode() work on document fragments. r=bzbarsky@mit.edu, sr=jst@netscape.com
2002-02-05 04:22:17 +00:00
bzbarsky%mit.edu
580e33204e
Convert Compare() to Equals() where possible now that we can do
...
case-insensitive Equals(). Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
jst%netscape.com
fa46de944f
Fixing bug 123438. Making element.localName not be uppercased for XHTML elements. r=heikki@netscape.com, sr=vidur@netscape.com
2002-02-05 01:51:06 +00:00
cathleen%netscape.com
bf3e08eb5f
eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan
2002-02-05 01:41:13 +00:00
heikki%netscape.com
5b86867a3a
Bug 119335, string assertion in XMLContentSerializer, use Substring for non-null terminated string. r=jst, sr=jag.
2002-02-05 01:35:34 +00:00
hyatt%netscape.com
91759efb47
Fix Macho and Cocoa horkage because of a missing ifdef.
2002-02-04 10:56:42 +00:00
blakeross%telocity.com
e4e7df7c6f
79047 - shift+space should scroll upwards. r=ben sr=hewitt
2002-02-04 06:15:14 +00:00
alecf%netscape.com
a10a38843d
more dependency updates
2002-02-02 21:29:01 +00:00
mjudge%netscape.com
0444ffda5b
115922 embedding work. no changes should be observed in current product this will only affect the embedded effort. This moves the command handler stuff from content xul to embedding/components/commandhandler. a=judd r=saari built on mac/windows/gmake with this we will be able to finish removing editorshell from the app and have a true embedded editor.akkana will pick this up after me and finish the embedding work.
2002-02-02 05:13:56 +00:00
jst%netscape.com
d693e68e36
Fixing bug 113498. Making .src on a new Image(); always be absolute. r=sicking@bigfoot.com, rs=rpotts@netscape.com.
2002-02-02 00:17:40 +00:00
rjesup%wgate.com
bbe31143be
Bug 117667: access past end of docshell child array. sr=jst, r=joki
2002-02-01 23:56:48 +00:00
jaggernaut%netscape.com
101d65ef75
Bug 90221: Click() needs to act like a real click. r=jst, sr=hyatt
2002-02-01 23:55:49 +00:00
heikki%netscape.com
b3c7820e85
Bug 122710, dtd folder in dist/bin should be moved into res. r=rbs@maths.uq.edu.au&harishd, sr=sfraser.
2002-02-01 22:28:55 +00:00
bzbarsky%mit.edu
8e762d2d20
Don't let an empty intl.charset.default pref set the document charset to
...
the empty string. Fall back to ISO-8859-1 in the script loader if there
is no other charset set. Bug 118404, r=harishd, sr=jst
2002-02-01 21:36:00 +00:00
mkaply%us.ibm.com
88f6fb608a
#122482
...
rs=jst
Make OS/2 go down a Windows path to fix some focus events
2002-02-01 15:14:35 +00:00
rods%netscape.com
4a4dd9b44f
1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls
...
2) Adds a couple of new methods and an attr to nsIWebBrowserPrint (navigate, is frameset, & exitPP)
3) Removes all but one method from nsIContentViewerFile.idl/h the remaining call is for print regression testing
4) Removes the "static" implementation of nsIContentViewerFile.h
5) Fixed up nsIContentViewerFile.idl and turned it back on so it is now generating the header file
6) Removed all uses of nsIContentViewerFile.h except for the WebCrawler (uses it for Printing Regression testing)
7) nsDocumentViewer.cpp now implements nsIWebBrowserPrint.idl this makes it easier to add new print functionality in one place
8) You can now ask an instance of the ContentViewer for a nsIWebBrowserPrint to do printing (it retruns the nsIWebBrowserPrint interface implemented by the nsDocumentViewer)
9) Anybody who was using nsIContentViewerFile to print will now use nsIWebBrowserPrint
10) You can now do a "GetInterface()" on a GlobalWindow for a nsIWebBrowserPrint
11) The browser UI now uses the GetInterface on the GlobalWindow to get a nsIWebBrowserPrint object to do printing and this can be used for all printing functionality
Bug 120622 r=dcone sr=waterson
2002-02-01 14:52:11 +00:00
bryner%netscape.com
1ebc6d2820
bug 108791 - infinite recursion crash when tabbing if there is no focusable content. r=saari, sr=sfraser.
2002-02-01 05:14:44 +00:00
alecf%netscape.com
634e2f6f0c
one more part of fix for bug 107575, including the much coveted whitespace
...
remove aIgnoreCase parameter from all nsString and nsCString consumers
sr=jag, r=shaver
2002-02-01 01:53:09 +00:00
heikki%netscape.com
02a455545d
Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt.
2002-01-31 22:12:36 +00:00
seawood%netscape.com
873f74a487
Per the hpux compiler:
...
# Nonempty source files must end with a newline that is not preceded by a backslash.
2002-01-31 20:39:17 +00:00
pinkerton%netscape.com
53bbf32eea
moving idl into MANIFEST_IDL to fix bustage.
2002-01-31 20:34:17 +00:00
akkana%netscape.com
718b751a55
113551: add bindings for Sun copy/paste keys. r=bz, sr=kin
2002-01-31 19:59:02 +00:00
radha%netscape.com
bfe7b2bc68
wyciwyg channel files added. bug=35340 r/sr = jst, nisheeth, darin
2002-01-31 19:44:08 +00:00
radha%netscape.com
271a5e259a
Changes related to wyciwyg protocol implementation. r=35340 r/sr by jst, darin,nisheeth
2002-01-31 19:38:16 +00:00
radha%netscape.com
7f665501b6
Changes related to wyciwyg protocol implementation. r=35340 r/sr by jst, nisheeth, darin.
2002-01-31 19:36:45 +00:00
radha%netscape.com
0ed2dec82b
Initial checkin for wyciwyg protocol implementation. bug=35340 r/sr by nisheeth, darin, jst
2002-01-31 19:35:33 +00:00
radha%netscape.com
537e2e8fef
*** empty log message ***
2002-01-31 19:33:05 +00:00
naving%netscape.com
ced2dce238
116329 one small change to patch by tingley@sundell.net r=rjc sr=waterson. Made it so that XULSortService
...
can grok for nsIRDFBlob
2002-01-30 22:37:17 +00:00