jkeiser%netscape.com
fe1d4d2f35
Form submission performance / maintability improvements (bug 120682) r=alexsavulov,r=sicking,sr=jst
2002-02-16 01:19:24 +00:00
dcone%netscape.com
2e4309e538
b=96870 r=rods sr=attinasi Fixed printing so backgrounds can be turned on and off.
2002-02-15 14:48:12 +00:00
jshin%mailaps.org
2d2d3e16bd
Add CS Styles for Ethiopian/Eritrean Languages (per
...
info. presented at http://www.ethiopic.org/Collation/OrderedLists.html
by yacob@geez.org ).
bug 102252, r=dbaron@fas.harvard.edu , sr=brendan@mozilla.org
2002-02-15 09:21:08 +00:00
rods%netscape.com
f2fb963fac
1) Enables the PageSeq frame to specify the "gap" of gray space around
...
it in Print Preview
2) It now positions the page in the window with the gray "gap" showing.
3) factors out code for calc'ing the number of pages
4) Adds the methods to get the number of page while in PP
Bug 125151 r=sgehanisr=attinasi
2002-02-14 23:18:09 +00:00
karnaze%netscape.com
7b10a02af4
bug 125426 - terminate xul style data when writing regression data. sr=dbaron
2002-02-14 14:54:06 +00:00
jaggernaut%netscape.com
c652aff100
Bug 38380: CSS hover not set when <a onmouseover="... return true;">. Fix regression caused by bug 99009. r=bryner, sr=jst
2002-02-14 07:24:40 +00:00
jst%netscape.com
23bf525bf4
Fixing bug 109487. UMR in nsHTMLInputElement::HandleDOMEvent(). r=peterv@netscape.com, sr=shaver@mozilla.org
2002-02-14 04:23:48 +00:00
jkeiser%netscape.com
131f08bfea
Make <button type=submit> submit again (bug 125351). r=alexsavulov@netscape.com, sr=shaver@netscape.com
2002-02-14 04:17:11 +00:00
rginda%netscape.com
ca3ce4f519
bug 123118, getElementsByTagName("script") doesn't work for XUL windows
...
sr=hyatt, r=jst
insert a nsXULPrototypeElement before the nsXULPrototypeScript in the proto-docu
ment, so that we can get to it in the final content model.
2002-02-14 00:40:55 +00:00
bernd.mielke%snafu.de
ed37c11710
avoid EndDocument and AbortDocument + nasty dialogs during printing regression tests
...
bug 125053 r=karnaze,rods sr=attinasi
2002-02-13 20:01:42 +00:00
ccarlen%netscape.com
785d2e93ee
Bug 115334 - removing .mcp files that are obsolete since conversion to XML. r=jj/sr=sfraser
2002-02-13 15:01:37 +00:00
rods%netscape.com
f7189b3cfd
1) On windows and OS/2 it implements IDL attr of "defaultPrinterName" (like Bug 118152)
...
2) Stubs this out on al other platforms
3) On Windows implmenets new method "InitPrintSettingsFromPrinter" which sets certain key values from the native devmode into the print settings
4) Stubs this out on all other platforms
5) It also cleans up the nsDeviceContextSpecWin interface a little bit:
It now has a single GetDevMode method that must be paired with a UnlockDevMode method.
6) It moved GetDataFromPrinter into the public interface
7) Created a simple helper function for getting the default printer name.
Bug 123554 r=dcone sr=attinasi
2002-02-13 13:58:41 +00:00
mstoltz%netscape.com
13c8dad931
Bug 119646 - Rewrite of the security manager policy database for improved
...
performance. r=jst, sr=jband.
2002-02-13 04:20:46 +00:00
hidday%geocities.com
0c565f8632
Bug 64931 and bug 70551: new macros to implement attributes
...
with a default value for HTML elements. Converted table*
elements to use these new macros. More to follow.
r=sicking@bigfoot.com sr=jst@netscape.com
2002-02-12 21:35:45 +00:00
alecf%netscape.com
a25b33b1b3
progress towards fixing 123041 - stop making copies of entities names and values as we retrieve them out of various entity tables
...
also, a few uses of NS_LITERAL_STRING, removal of long-since-unused nsHTMLContentSinkStream
r/sr=sfraser, sr=jag, r=harishd
2002-02-12 21:17:53 +00:00
rods%netscape.com
7d1713b7f6
1) It moves the BeginDocument to a earlier place in the call change
...
2) Fixes the negitive page range display problem
3) Improves performance by reducing the delay on pages not in the page range, i.e. before if you printed the 30th page out of 31 you had to wait 15 secs to get to the 30th page to print it.
4) Added AbortDocument, so now when Print jobs are cancelled we call AbortDocument and remove them from the print spooler
5) Fixed a couple of minor issue with Canceling and cancelling mail printings
6) selection was not printing correctly. The problem with selection was that the clip was not being set corrctly.
Bug 115227 & 123181 r=dcone,sspitzer sr=attainasi
2002-02-12 13:33:39 +00:00
bzbarsky%mit.edu
6f4c72ac1b
Fix crash in treewalker when walking out of root element. Bug 124784,
...
r=sicking, sr=jst
2002-02-12 00:51:40 +00:00
bryner%netscape.com
ad68814ac4
adding new theme constant, NS_THEME_DROPDOWN_TEXTFIELD. bug 124560, r=bzbarsky/pinkerton, sr=hyatt.
2002-02-12 00:44:36 +00:00
jkeiser%netscape.com
c3bf110243
Make input type=file not submit form (bug 124749). r=bzbarsky@mit.edu, sr=jst@netscape.com
2002-02-10 21:21:51 +00:00
bzbarsky%mit.edu
e3b541a10c
Relanding the Compare --> Equals conversion. a=mcafee
2002-02-10 15:49:46 +00:00
bzbarsky%mit.edu
45ad330784
Testing performance impact of backout of part of patch from bug 115289.
...
See bug 123947 for details.
2002-02-09 16:10:51 +00:00
jst%netscape.com
25c9435991
Removing a nasty shortcut that I left in when fixing bug 116834. r=rginda@netscape.com, sr=blaker@netscape.com
2002-02-09 02:48:31 +00:00
jst%netscape.com
352075d78b
Fixing bug 121861. Removing dead code from nsHTMLImageElement::SetSrc(). r=bzbarsky@mit.edu, sr=dveditz@netscape.com
2002-02-09 02:21:16 +00:00
jst%netscape.com
c3f9b9374e
Checking in Fabian Guisset's <hidday@geocities.com> fix for bug 95476. Making objectElement.tabIndex not always return -1. r=sicking@bigfoot.com, sr=jst@netscape.com
2002-02-09 02:18:22 +00:00
jst%netscape.com
95e6653142
Backing out v1.130 of this file since it caused crasher bug 120237. rs=hewitt@netscape.com
2002-02-09 01:49:25 +00:00
jst%netscape.com
628605e7e7
Fixing bug 118194. Make sure we don't leave dangling document pointers in the content tree when the document goes away. r=bzbarsky@mit.edu, sr=vidur@netscape.com
2002-02-09 01:42:44 +00:00
hyatt%netscape.com
d9778fc06d
Giving XBL a helper func for sync loads of XML docs. r=danm, sr=ben
2002-02-08 23:56:32 +00:00
bryner%netscape.com
8b56445fbe
Bug 124298 - moving form submit/reset event firing into the content node. r=jkeiser, sr=attinasi
2002-02-08 23:50:51 +00:00
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