bzbarsky%mit.edu
ae79a333c6
s/floorf/floor/. Fixes solaris/AIX/whatever bustage
2003-03-18 08:29:00 +00:00
bzbarsky%mit.edu
a7e315a7dd
Add math.h too
2003-03-18 06:48:04 +00:00
bzbarsky%mit.edu
e0dac4f4b6
Fix build bustage -- looks like not all platforms have round(). r=timeless
2003-03-18 06:45:57 +00:00
bzbarsky%mit.edu
f46e288da3
Bug 160550 -- implement -moz-hsl() (CSS3 hsl() colors). Implement the parsing end of
...
-moz-rgba() and -moz-hsla(); the GFX end is bug 147017. r+sr=dbaron
2003-03-18 05:43:12 +00:00
bzbarsky%mit.edu
c53fa07cb2
Don't parse "string" values for text-align till we actually support them in
...
layout... Bug 197771, r+sr=dbaron
2003-03-18 05:25:37 +00:00
bzbarsky%mit.edu
91b905b643
Random CSS parser cleanup -- nsCOMPtr, nsCOMArray, remove unused methods, etc.
...
Bug 197512, r+sr=dbaron
2003-03-18 05:21:30 +00:00
bzbarsky%mit.edu
d3743a35e8
Fix regression bug 197823 -- scrolling state restoration broken during history
...
navigation if URL includes anchor name. Remove unnecessary and deleterious
flush. r+sr=dbaron
2003-03-18 04:09:24 +00:00
bzbarsky%mit.edu
74bc4b1058
AddDoctypeDecl should not enforce "doctype" being uppercase. Bug 197331, patch
...
by bugzilla@jellycan.com (Brodie Thiesfield), r=harishd, sr=jst
2003-03-17 23:24:27 +00:00
bzbarsky%mit.edu
7acdbf095e
Make imgRequestProxy hold a weak ref to its listener, to prevent reference
...
cycles. Bug 196797, r=pavlov, sr=jst
2003-03-17 16:09:02 +00:00
bzbarsky%mit.edu
c8bfe97f4b
Make the CSS parser not throw on attempts to parse lengths with unknown units
...
(bug 197212). Also fixes a few build warnings and finally removes
NS_CSS_PARSER_DROP_DECLARATION (bug 88423). r+sr=dbaron
2003-03-17 03:58:06 +00:00
bzbarsky%mit.edu
dd3abec593
Avoid possible double-delete of CSS declaration. Bug 196271, r+sr=dbaron
2003-03-17 03:46:17 +00:00
bzbarsky%mit.edu
f2b7f6eacc
Make all CSSStyleSheets have a useful mDocument so that they can pass change
...
notifications properly. Parent sheets are responsible for keeping their kids'
mDocument pointers up-to-date. Bug 194543, r=dbaron, sr=peterv
2003-03-17 03:44:02 +00:00
dbaron%dbaron.org
aaebee1f47
Fix operator precedence error in previous patch (which I reviewed, eek!). b=197277
2003-03-16 01:03:20 +00:00
dougt%netscape.com
be629223b6
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
jst%netscape.com
67c60923e6
Fixing bug 192837. Freezing the rest of the DOM HTML interfaces. r=fabian@imajes.info, sr=peterv@netscape.com
2003-03-14 07:00:53 +00:00
jkeiser%netscape.com
e5056bee26
Make .selectedIndex = -1 clear select (bug 195773), r=peterv@netscape.com, sr=jst@netscape.com
2003-03-14 06:18:20 +00:00
bzbarsky%mit.edu
3c1739e1d7
Make :target work for history loads too. Bug 197277, r+sr=dbaron
2003-03-14 01:16:31 +00:00
dbaron%dbaron.org
72fc01e4d8
Make HTMLDocumentColorRule immutable. b=196795 r+sr=bzbarsky
2003-03-13 15:30:32 +00:00
dbaron%dbaron.org
5e4a305ea0
Ensure that GetStyleData never returns null, even in out-of-memory, by storing a backup set of style structs to return in case of failure. b=154751 r+sr=bzbarsky
2003-03-13 15:29:36 +00:00
bzbarsky%mit.edu
98a2c50cf4
Fix bug 197090; foo.style.background="" would throw instead of just doing
...
nothing. r+sr=dbaron
2003-03-12 21:54:50 +00:00
hpradhan%hotpop.com
1e5253086e
bug 196662 : remove some obsolete code in nsHTMLFragmentContentSink r=harishd sr=jst
2003-03-11 04:38:07 +00:00
jkeiser%netscape.com
079fccd4ca
Collapse redundant table attr code (bug 191414), r=bernd, sr=bzbarsky
2003-03-10 19:01:25 +00:00
roc+%cs.cmu.edu
7770b1327a
Bug 195883. %-values are not valid for '-moz-opacity'.
2003-03-08 03:08:25 +00:00
pavlov%netscape.com
316990e8f9
checking in fix for bug 196130
2003-03-06 23:03:49 +00:00
suresh%netscape.com
4686a0d815
bug 185692 - enable prefetching of '?' URLs in the context of rel=prefetch. r-dougt, sr-darin
2003-03-06 21:37:09 +00:00
alecf%netscape.com
da409bcb97
fix for bug 191416 - clean up nsIUnicharInputStream to make it more like nsIInputStream:
...
- hide Fill() (or remove it where not necessary)
- add ReadSegments() so that we can do reads without copying
- remove the extra offset parameter to Read()
r=dougt, sr=darin
2003-03-06 19:54:51 +00:00
dbaron%dbaron.org
10896ad3c4
Fix dynamic style changes resulting from change to href attribute on HTML links. b=194972 r+sr=bzbarsky
2003-03-06 19:19:55 +00:00
dbaron%dbaron.org
3c6ce196c4
Handle inline style changes by creating new style rules to wrap the modified nsCSSDeclarations, thus moving towards style rule immutability and away from property-based change hints. Patch from Boris Zbarsky <bzbarsky@mit.edu>. r=dbaron sr=roc b=171830
2003-03-06 19:07:22 +00:00
peterv%netscape.com
b3d575fd9b
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
2003-03-05 15:08:41 +00:00
kyle.yuan%sun.com
69dac37f2b
Bug 194980 Accessible state change events no longer fired for checkboxes and radios
...
r=aaronl, sr=henry.jia
rewrite nsHTMLInputElement::FireEventForAccessibility() function
2003-03-05 03:20:17 +00:00
mkaply%us.ibm.com
dbd677be29
#192355
...
r=mstoltz, sr=heikki
Add security for accessing clipboard via Javascript
2003-03-04 13:56:36 +00:00
sicking%bigfoot.com
552cae4e4f
Bug 184159: Make scripts with for- and event-attributes not lock up the xml-contentsink.
...
r=peterv sr=jst
2003-03-04 12:12:48 +00:00
sfraser%netscape.com
e1e801b951
Fix bug 195160: remove static NS_DEFINE_IID from header files. r=cls, sr=alecf.
2003-02-28 05:47:36 +00:00
jst%netscape.com
9516665b94
Silly whitespace changes, no code changes.
2003-02-27 01:03:57 +00:00
jst%netscape.com
5a942f3362
Fixing bug 191579. Make <script for='window' event='onload'> execute as inline script like it used to. r=bzbarsky@mit.edu, sr=peterv@netscape.com
2003-02-27 00:49:36 +00:00
bzbarsky%mit.edu
7267f149a3
Eliminate libpr0n's use of prescontexts as unique keys; use documents instead
...
and do not hold a ref to them. Bug 190475, r=pavlov, sr=jst
2003-02-26 05:51:32 +00:00
dbaron%dbaron.org
3b97b5e3fb
Fix bustage. b=167415
2003-02-23 05:36:40 +00:00
bzbarsky%mit.edu
9694162f77
Make CSSStyleSheetImpl::Clone properly set various weak refs on the clone
...
(parent sheet, parent rule, owning node, document). Bug 167415, r+sr=dbaron
2003-02-23 04:44:41 +00:00
ere%atp.fi
875a3154f2
Bug 194266: Removed extraneous Truncate() calls.
...
r=smontagu, sr=jst
2003-02-22 20:05:00 +00:00
bzbarsky%mit.edu
6f6b961031
Make the parser recycling list in the loader a class static. Bug 190658,
...
r=sicking, sr=peterv
2003-02-22 19:36:32 +00:00
dbaron%dbaron.org
f90fc836b3
Fix bugs with removal of certain properties. b=182294 r+sr=bzbarsky
2003-02-22 19:23:46 +00:00
dbaron%dbaron.org
d8ce457477
Make our ignoring of properties for :first-line and :first-letter a lot closer to the spec (although still buggy). b=103189 r+sr=bzbarsky
2003-02-22 19:20:16 +00:00
dbaron%dbaron.org
7e586675e3
Fix dynamic change bugs by making HTMLColorRule immutable. b=99850 r+sr=bzbarsky
2003-02-22 19:15:46 +00:00
dbaron%dbaron.org
c32b76ad84
Replace nsIStyleSheet::AttributeAffectsStyle with nsIStyleRuleProcessor::HasAttributeDependentStyle. Strengthen the attribute optimization and apply it to HTML as well. b=163556 r+sr=bzbarsky
2003-02-22 16:10:53 +00:00
dbaron%dbaron.org
d6bc81b26f
Reduce code size of atom lists by storing a table of strings and pointers to fill in. b=181383 r=alecf sr=sfraser
2003-02-22 15:58:07 +00:00
dbaron%dbaron.org
754d904cda
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
2003-02-22 15:34:38 +00:00
kyle.yuan%sun.com
6f5eec3c1e
Bug 171329 Label does not work if the input is nested inside something else
...
r=aaronl, sr=bzbarsky
do a depth-first traversal to look for the first form control element
2003-02-22 13:01:03 +00:00
bryner%netscape.com
cc390fbe51
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
2003-02-22 00:32:13 +00:00
brade%netscape.com
ecb6f5f49e
fix typo in cmd_selectAll (r=akkana, sr=smfr, a=Asa) bug 193763
2003-02-19 13:55:29 +00:00
jshin%mailaps.org
d17b8d5ad8
bug 163998: URL-unescape the image URL for rendering in the title bar
...
(r=nhotta,jst, sr=darin, a=asa)
2003-02-19 11:14:35 +00:00
varga%netscape.com
b6a0891eac
Fix for bug 191215. Graphic in attachment(.jpg) fails to display on double click -bld 2003011509 does.
...
r=jag sr=sspitzer a=dbaron
2003-02-18 00:18:44 +00:00
bzbarsky%mit.edu
c6d30dbf4a
Fix typo leading to infinite recursion crash. Bug 191229, r=timeless/caillon,
...
sr=jst, a=asa
2003-01-30 02:38:48 +00:00
jst%netscape.com
0aa706f2bf
Fixing regression bug 179918. HTML script elements with either a 'for' or 'event' attribute wouldn't execute, they were treated as event handler scripts, even if only one of the attributes were present. r=bugmail@sicking.cc, sr=bzbarsky@mit.edu, a=asa@mozilla.org
2003-01-28 22:35:12 +00:00
mkaply%us.ibm.com
8721c75179
#189355
...
r=brade, sr=smfr, a=asa
Midas - Support <XX> format for setting block type, NOT Heading X (see bug for details)
2003-01-25 21:49:53 +00:00
bzbarsky%mit.edu
cf0e901599
Fix "maxlength" attr regression. bug 190425, r=jkeiser, sr=jst, a=asa
2003-01-25 04:50:24 +00:00
jst%netscape.com
b8344e113e
Fixing bug 180552. Make document.body.client* work even if the body element's overflow is set to hidden. r=caillon@returnzero.com, sr=peterv@netscape.com
2003-01-22 06:25:24 +00:00
brade%netscape.com
5ba12ef2f2
handle new commands (useCSS, hiliteColor, readonly); add boolean command handlin
...
g; bugs 184718 and 184719 (r=mkaply, sr=smfr)
2003-01-22 01:04:51 +00:00
jkeiser%netscape.com
17a76d3d2c
Fix merge problem with bug 159757, r=bugmail@sicking.cc, sr=bzbarsky@mit.edu
2003-01-22 00:12:55 +00:00
jkeiser%netscape.com
1d2826cc52
Move HTMLValue parsing methods to HTMLValue (bug 159757), r=bugmail@sicking.cc, sr=jst@netscape.com
2003-01-21 21:24:16 +00:00
seawood%netscape.com
dc1cf7eb55
Fixing Forte static build bustage.
...
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
r=cls sr=dmose
2003-01-20 11:57:47 +00:00
bernd.mielke%snafu.de
de1654e754
limit the number of rowspans to value that can be handled by the cellmap bug 141818 r=karnaze sr=roc+moz
2003-01-19 15:15:22 +00:00
caillon%returnzero.com
c5f6b05cff
Output 'background-position' values in the correct order (X before Y)
...
bug 189629, r+sr=dbaron
2003-01-19 03:44:52 +00:00
heikki%netscape.com
3e987a87ce
Bug 1882, get ref from usemap even when it contains full URL. r+sr=roc+moz.
2003-01-19 01:08:05 +00:00
varga%netscape.com
37a8c32cbc
Adding a file I forgot to add.
...
Bug 73322. Pref based, automatic image resizing.
2003-01-18 11:04:40 +00:00
varga%netscape.com
ebba8d599c
Landing pref based, automatic image resizing.
...
Disabled by default.
r=jst, sr=jag
2003-01-18 10:17:58 +00:00
darin%netscape.com
8f284ed984
modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa
2003-01-18 02:15:14 +00:00
cbiesinger%web.de
23130b6148
remove ifdef IBMBIDI in content/, r+sr=roc+moz, bug 89203
2003-01-17 12:09:23 +00:00
caillon%returnzero.com
ead3cd7ea8
Bug 14777 - Give inline background image painting a rhyme and reason to how it works. Implement CSS3 proposal (-moz-)background-inline-policy.
...
r+sr=roc+moz
2003-01-17 09:33:52 +00:00
bzbarsky%mit.edu
224a502604
Don't cache chrome sheets in the CSSLoader. The XUL prototype cache does a
...
fine job of handling it, and this way the chrome registry only needs to clear
that one cache on skin switches. Bug 185891, r=sicking, sr=roc+moz
2003-01-17 04:20:03 +00:00
harishd%netscape.com
21f6a2b528
Ignore noxxx content when copy pasting into a plain text editor. b=97687, r=peterv, sr=heikki
2003-01-16 20:24:03 +00:00
jst%netscape.com
5b63e8c3de
Fixing bug 161166. Freezing more DOM interfaces. r=harishd@netscape.com, sr=peterv@netscape.com
2003-01-14 23:05:52 +00:00
dbaron%dbaron.org
23fb9bee1a
Apply the quirk that simple selectors of the form ':hover' apply only to links to those of the form '.class:hover' as well. b=169078 r+sr=bzbarsky
2003-01-14 21:50:27 +00:00
peterv%netscape.com
0f3016339b
Fix for bug 188872 (Switching between type of HTMLInputElement incorrectly reset size from Int to pixel). Fix by Ruslan Ismailov <croo@nm.ru>, r=sicking, sr=peterv.
2003-01-14 09:53:57 +00:00
jkeiser%netscape.com
e15232bf92
Fix crash while document is going away (bug 168013), r=sicking@bugmail.cc, sr=sfraser@netscape.com
2003-01-14 05:54:38 +00:00
dbaron%dbaron.org
b0da06ed7e
Implement CSS3 :target pseudo-class, which matches the target of the fragment identifier of the document's URL. Change the semantics of nsIPresShell::GoToAnchor by requiring that it be called whenever the current target changes, with an additional boolean parameter specifying whether to scroll. b=188734 r=glazman sr=bzbarsky
2003-01-13 23:10:53 +00:00
caillon%returnzero.com
11dc67a61a
Bug 187744 - document.aLink and friends should return a hex code, not a named color. r=keeda sr=peterv
2003-01-13 15:29:57 +00:00
bzbarsky%mit.edu
6d79c6b03a
fix bustage....
2003-01-13 08:02:17 +00:00
bzbarsky%mit.edu
37950f0b09
Bug 60290 -- comments should not be treated as whitespace. r=glazou, sr=dbaron
2003-01-13 07:19:49 +00:00
caillon%returnzero.com
3e4df59932
Bug 188645 - HTMLTableElement.insertRow(-1) should append a new row, per DOM Level 2 HTML
...
Patch by Ruslan Ismailov <croo@nm.ru>
r=caillon sr=bzbarsky
2003-01-11 21:33:00 +00:00
caillon%returnzero.com
722c688cf5
use nsCOMArray instead of nsISupportsArray. r+sr=bzbarsky b=188600
2003-01-11 10:28:37 +00:00
bzbarsky%mit.edu
48f0484ceb
Comments in framesets should not be moved to <head>. Bug 75873, r=harishd, sr=heikki
2003-01-11 02:42:36 +00:00
dbaron%dbaron.org
9e48eace9f
Correctly report 'transparent' for -moz-border-*-colors. b=188465 r=caillon sr=bzbarsky
2003-01-10 19:49:24 +00:00
dbaron%dbaron.org
213e33a06f
Report 'transparent' border color correctly. b=188465 r=caillon sr=bzbarsky
2003-01-10 15:55:27 +00:00
hpradhan%hotpop.com
157ac3f095
bug 185073: mozilla crashes on http://www.kccommunications.com/
...
r=caillon sr=jst
2003-01-10 12:31:41 +00:00
harishd%netscape.com
5c48a25f83
Close Head context before dealing with tags that belong in body/frameset. b=187790, r=heikki, sr=jst
2003-01-09 18:29:23 +00:00
bryner%netscape.com
26d5c6ff25
Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky.
2003-01-09 06:49:07 +00:00
kin%netscape.com
9ffe4fead1
Fix for bug #88049 : Support .selectionStart & friends for textareas
...
Patch by petejc@optonline.net and kin@netscape.com
mozilla/content/html/content/src/nsHTMLInputElement.cpp
mozilla/content/html/content/src/nsHTMLTextAreaElement.cpp
mozilla/dom/public/idl/html/nsIDOMNSHTMLTextAreaElement.idl
mozilla/layout/html/forms/src/nsTextControlFrame.cpp
mozilla/layout/html/forms/src/nsTextControlFrame.h
Re-implemented selectionStart, selectionEnd, setSelectionRange() and various
utility methods in nsTextControlFrame to support multi-line text widgets.
r=jkeiser@netscape.com sr=sfraser@netscape.com
2003-01-09 06:06:17 +00:00
dbaron%dbaron.org
329252c847
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it's no longer needed. r=timeless sr=jag
2003-01-08 19:24:38 +00:00
caillon%returnzero.com
dd5c03844a
Bug 156586.
...
DOM HTML 2 says HTMLSelectElement.add(elem,before) should throw if before is not one of its descendants. Make it so.
r=jkeiser sr=jst
2003-01-08 03:07:03 +00:00
bzbarsky%mit.edu
17339d3e49
HTMLImageElement.height/.width access needs to flush before getting the frame
...
sizes. Bug 157978, r=caillon, sr=peterv
2003-01-07 01:33:12 +00:00
bzbarsky%mit.edu
f2c0b9834f
fix a crash that could happen if a child import met with an error (eg failed to
...
open a channel). Bug 186606, r=sicking, sr=peterv
2003-01-07 01:13:07 +00:00
bzbarsky%mit.edu
f3fc0935dc
asserting that a PRUint32 is >= 0 is silly. Bug 187002, r=sicking, sr=peterv
2003-01-07 00:37:19 +00:00
sicking%bigfoot.com
f58ff0e965
Bug 186835: Hold off notifying that the transformation is finished until all stylesheets are loaded.
...
r=peterv sr=bz
2003-01-06 14:55:13 +00:00
bzbarsky%mit.edu
b43ff167e7
Re-landing fix for bug 182124 a bit at a time to narrow down the source of the
...
perf impact. r=rjc, sr=darin
2003-01-05 19:00:18 +00:00
harishd%netscape.com
69c7f655f1
Avoid the call to OpenHead and CloseHead with incorrect parserNode. b=182021, r=heikki, sr=jst
2003-01-03 23:17:22 +00:00
timeless%mozdev.org
4435c057de
Bug 176100 tabbing out of file upload form control highlights text area contents
...
patch by neil@parkwaycc.co.uk r=jkeiser sr=bryner
2003-01-02 14:25:10 +00:00
dbaron%fas.harvard.edu
0a31e6afb5
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
2003-01-01 23:53:20 +00:00
jkeiser%netscape.com
675a4b220f
Make align=right only float right for input type=image (bug 170781), r=peterl@netscape.cm, sr=bzbarsky@mit.edu
2002-12-27 00:41:52 +00:00
mkaply%us.ibm.com
f71b3e75c3
#184479
...
Forgot to modify one part of code per sr comment
2002-12-20 14:53:44 +00:00
mkaply%us.ibm.com
26b4330a49
#184479
...
r=brade, sr=peterv
Midas - support MS names for block types (Heading X)
2002-12-20 06:44:32 +00:00
peterv%netscape.com
2b63cad055
Removing again, I won't need it after all.
2002-12-19 20:29:40 +00:00
peterv%netscape.com
c79bfac850
Fix for bug 184925 (isindex.form always == null). r=sicking, sr=jst.
2002-12-19 20:29:14 +00:00
caillon%returnzero.com
51a29ed919
185493 - Try and clean up some leaks of text nodes by using nsCOMPtr.
...
r=jst sr=peterv
2002-12-19 20:23:57 +00:00
jkeiser%netscape.com
6c504f96e1
Make GetType() return int instead of nsresult (bug 167762), r=peterl@netscape.com, sr=kin@netscape.com
2002-12-18 23:38:09 +00:00
jkeiser%netscape.com
a7867be738
Make disabled selects select an initial option (bug 163437), r=peterl@netscape.com, sr=bzbarsky@mit.edu
2002-12-18 08:09:49 +00:00
nhotta%netscape.com
4b5796a347
Adding a new interface to retrieve phonetic of input text,
...
bug 175937, r=brade, sr=kin.
2002-12-17 23:38:04 +00:00
nhotta%netscape.com
2014a40b5f
Adding a new interface to retrieve phonetic of input text,
...
bug 175937, r=brade, sr=kin.
2002-12-17 21:03:56 +00:00
nhotta%netscape.com
602325a793
Adding a new interface to retrieve phonetic of input text,
...
bug 175937, r=brade, sr=kin.
2002-12-17 20:57:03 +00:00
brade%netscape.com
1c01e174ff
fix insert HR command for Midas (bug 183793; r=cmanske, sr=smfr)
2002-12-17 19:41:00 +00:00
peterv%netscape.com
26be2f6538
Correct silly error in fix for bug 180709 (Update Mozilla to the DOM Level 2 HTML PR). r=sicking.
2002-12-17 19:35:03 +00:00
peterv%netscape.com
4c92e04897
Resurrecting file so I can work on it. Not part of the build yet.
2002-12-17 15:31:22 +00:00
peterv%netscape.com
33c9e7f0bd
Fix for bug 180709 (Update Mozilla to the DOM Level 2 HTML PR). r=sicking, sr=jst.
2002-12-17 13:29:39 +00:00
jkeiser%netscape.com
74c7137f81
Commit review comment change of jst's for bug 184294 (last commit), r=timeless, sr=jst@netscape.com
2002-12-17 04:55:53 +00:00
jkeiser%netscape.com
dd879fc3c2
Check rv of GetNext() (fixes infinite loop), r=timeless, sr=jst@netscape.com
2002-12-17 04:35:52 +00:00
jkeiser%netscape.com
4de7f29a13
Fire onchange *after* onclick for radios/checkboxes (bug 184192), r=rods@netscape.com, sr=jst@netscape.com
2002-12-17 04:31:21 +00:00
jkeiser%netscape.com
43f6825740
Crasher on changing input type with JS (bug 175670), patch by Rick.Ju@sun.com, r=jkeiser@netscape.com, sr=bzbarsky@mit.edu
2002-12-16 23:49:16 +00:00
alexsavulov%netscape.com
ab5fd765ca
Fix for bug 180341: form.submit submitts now sychronously in standard and
...
quirks mode. there is no NS_FORM_SUBMIT event firing in standard mode for
the form element so there is also no onSubmit event in standard mode anymore.
r= jkeiser sr= jst
2002-12-15 01:27:57 +00:00
jkeiser%netscape.com
fee46cf01c
submit name/value pairs on submit, fix ebay crash (bug 184207), r=alexsavulov@netscape.com, sr=kin@netscape.com
2002-12-14 02:38:17 +00:00
bzbarsky%mit.edu
1003271e13
Fix leak when loading standalone images. Bug 179498, patch by keeda@hotpop.com
...
(Harshal), r=jst, sr=bzbarsky
2002-12-13 23:53:43 +00:00
rbs%maths.uq.edu.au
c7e2c76219
Refine the conversion of entities during serialization, b=169590, r=nhotta, sr=jst
2002-12-13 22:12:10 +00:00
jkeiser%netscape.com
3ae0157a84
Select not reframing when size changes (bug 170446), r=rods@netscape.com, sr=bzbarsky@mit.edu
2002-12-12 22:58:48 +00:00
peterv%netscape.com
eef263b19e
Fix for bug 183999 (Modernize content). r=caillon, sr=bz.
2002-12-11 14:24:49 +00:00
bzbarsky%mit.edu
5940c8be4e
And backing bug 182124 yet again... why is comet the _only_ tinderbox showing
...
the problem?
2002-12-11 12:42:50 +00:00
bzbarsky%mit.edu
175bfa18ac
relanding bug 182124 since it looks like comet was just noise and the other Ts
...
boxes that cycled with this show no problems...
2002-12-11 05:40:14 +00:00
bzbarsky%mit.edu
1779ed3eca
Backing out bug 182124 because I think it caused Ts to go up...
2002-12-11 04:35:37 +00:00
bzbarsky%mit.edu
7a11dca83f
Chrome protocol handler should not munge URIs on channel open (and remove some
...
workarounds around that behavior). Bug 182124, r=rjc, sr=darin
2002-12-11 03:29:27 +00:00
bzbarsky%mit.edu
934193c384
Resolve possible problem in the unlikely event that we kick off an async load
...
for a sheet and then kick off a sync load for the same sheet before the async
load completes... Bug 183299, r=sicking, sr=peterv
2002-12-11 00:28:47 +00:00
caillon%returnzero.com
58177694ed
182954 - Convert content to use nsIPrefService, nsIPrefBranch, and friends.
...
r=sicking sr=peterv
2002-12-10 23:44:03 +00:00
alexsavulov%netscape.com
53016edcfa
d'oh, missed this in previous checkin for bug 183890 (mea culpa)
2002-12-09 19:15:52 +00:00
alexsavulov%netscape.com
1107b5bc04
fix for bug 183890: this bug was introduced by the fix for bug 147878 that
...
is an addition to fix for bug 138957 (the form submission deferral in JS
handlers to wait for the return value.)
the current patch fixes the bug so that it resets mDeferSubmission false only
if we are in the NS_FORM_SUBMIT event preventig reseting in a bubling phase
of a possible onclick of a submit button/image.
r= jkeiser sr= jst a= brendan
2002-12-09 19:11:12 +00:00
jkeiser%netscape.com
928715aac0
Oog. Green and open not enough. jkeiser back self out, keep drivers from hitting with big rock.
2002-12-09 06:15:33 +00:00
jkeiser%netscape.com
cdf00824db
Make select redisplay correctly when size changes between 1 and not-1 (bug 170446), r=rods@netscape.com, sr=bzbarsky@mit.edu
2002-12-09 06:02:00 +00:00
jkeiser%netscape.com
58e0c572a2
fix behavior (and crasher) when changing type during event handler (bug 175670), patch by Rick.Ju@sun.com, r=jkeiser@netscape.com, sr=bzbarsky@mit.edu
2002-12-09 05:56:58 +00:00
sicking%bigfoot.com
bc30311143
Bug 178601: Fix recursion-crash by makeing sure to not reevaluate a script if the script moves its container element. Patch by Harshal (keeda@hotpop.com)
...
r=sicking sr=bz a=asa
2002-12-06 08:16:34 +00:00
bzbarsky%mit.edu
2b37dbfedc
Fix crash in some icky document.write() cases.. We gotta stop blocking the
...
parser. Bug 183784, r=sicking, sr=peterv, a=asa
2002-12-06 01:27:37 +00:00
bzbarsky%mit.edu
14df08c2a9
I meant 8192 and typed 8092. r/sr/a=brendan
2002-12-05 06:36:18 +00:00
bzbarsky%mit.edu
704d627e65
UTFInputStream does not do very good error-recovery, so always
...
use nsConverterInputStream instead. Bug 183165, r=timeless, sr=sspitzer,
general approval=dbaron
2002-12-04 06:07:50 +00:00
caillon%returnzero.com
2dfcddf813
Bug 177328: Update compareTreePosition to compareDocumentPosition as per the latest DOM3 Core WD: http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/core.html#Node3-compareDocumentPosition
...
r=bzbarsky sr=jst
2002-12-04 05:18:39 +00:00
alexsavulov%netscape.com
21c1fbc661
Fix for bug 147878 - defer submission until onSubmit returns so we can
...
chose to submit name/value or the triggering element if the return is true.
r= jkeiser sr= jst
2002-12-03 23:06:34 +00:00
bzbarsky%mit.edu
54a05568ad
Take out the hack added in bug 47846 to deal with the fact that Equals() did
...
not work on mailnews urls. It works fine now (see bug 98626).
Bug 182248, r=bienvenu. sr=darin
2002-12-03 20:19:18 +00:00
bzbarsky%mit.edu
0ed35654f5
ugh. Forgot this one line...
2002-12-03 08:29:35 +00:00
bzbarsky%mit.edu
4667677aa7
Change nsICSSLoader to nsAString instead of nsString (build bustage).
2002-12-03 06:46:46 +00:00
bzbarsky%mit.edu
c815579255
Make the CSSLoader correctly order stylesheets as they are dynamically added
...
and removed via the DOM. Clean up the nsIDocument stylesheet accessors. Clean
up nsIDocumentObserver stylesheet stuff a bit. Make style sheets visible in
the CSSOM (though not completely accessible) from the moment the load is kicked
off. Make us have sheet objects that can be manipulated via CSSOM even for
failed loads. Bug 107567, bug 47734, bug 57225, bug 178407.
r=sicking, sr=peterv.
2002-12-03 05:48:14 +00:00
cbiesinger%web.de
304fb299ae
bug 84756 patch by Harshal <keeda@hotpop.com> r=caillon sr=peterv
...
JS menu is destroyed during use
2002-12-01 13:54:39 +00:00
alexsavulov%netscape.com
1c278ed2f5
Fix for bug 138957 - Submission triggering element must submit nam/value pair
...
if the submission is performed from onlcick and the handler retunrs true.
Introduced submission deferal to wait for the handler's return value.
r= jkeiser sr=jst
2002-11-30 00:01:21 +00:00
peterv%netscape.com
23b10864c8
Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst.
2002-11-29 23:44:07 +00:00
bzbarsky%mit.edu
577fcd1aa1
Remove fishy logic with the advisory type. Bug 155421, r=sicking, sr=dbaron
2002-11-27 03:42:37 +00:00
sicking%bigfoot.com
8fa4129fc1
Bug 8929: Kill NS_COMFALSE
...
r=peterv sr=bz
2002-11-25 11:21:22 +00:00
sicking%bigfoot.com
f04a4ebeb7
Bug 181808: Use macros to declare and implement nsIDocumentObserver
...
r=caillon sr=bz
2002-11-25 08:33:30 +00:00
bratell%lysator.liu.se
36efaff0e4
Bug 165893 - use cached nsParserService pointer instead of looking up the service everywhere. r=jst, sr=bzbarsky
2002-11-22 12:20:05 +00:00
darin%netscape.com
9b3557c713
fixes bug 157133 "HTTP Interfaces need to be frozen" r=dougt sr=bzbarsky
2002-11-22 07:40:16 +00:00
jfrancis%netscape.com
c8b4e00d8c
pay no attention to the man behind the curtain.
2002-11-22 05:40:10 +00:00
jfrancis%netscape.com
e24066934c
more work on build bustage.
2002-11-22 04:45:25 +00:00
jfrancis%netscape.com
bc4a70346c
fixing build bustage
2002-11-22 04:29:15 +00:00
jfrancis%netscape.com
309efe79a5
fix for 142855: cf_html paste functionality. r=brade,cmanske; sr=kin
2002-11-22 03:30:59 +00:00
jst%netscape.com
1a0100f695
Fixing bug 181351. Making NS_NewTextNode() return an nsITextContent pointer in stead of reaturning an nsIContent pointer to avoid having to QI the new text node to set it's value. r=caillon@returnzero.com, sr=bzbarsky@mit.edu
2002-11-21 23:53:06 +00:00
jst%netscape.com
ba13886a7e
Checking in keeda@hotpop.com's fix for bug 179461. Partially implement IE's select.options.add() method. No support for the optional second argument yet. r=caillon@returnzero.com, sr=jst@netscape.com
2002-11-20 22:36:36 +00:00
jst%netscape.com
648afca17d
Fixing bug 180816. Avoid construction of an nsAutoString every time we open a container in the sink when the nsAutoString is only needed when dealing with textarea tags.
2002-11-20 22:30:53 +00:00
caillon%returnzero.com
a14626117b
Fixing an NS_PRECONDITION to reference the correct variable. Followup to last night's checkin for bug 147189. r/sr=bzbarsky
2002-11-20 06:35:33 +00:00
rbs%maths.uq.edu.au
9cfc8750a9
.innerHTML wasn't recovering and this was causing consumers such as View Selection Source to lose it, b=165686, r=jst, sr=bzbarsky
2002-11-20 01:47:06 +00:00
brade%netscape.com
b4bfb1e5b4
bug 157111; add some new commands, remove unneeded Init call for editSession; r=cmanske, sr=sfraser
2002-11-20 01:22:17 +00:00
bzbarsky%mit.edu
4d094c04fc
Make nsILinkHandler take uris instead of strings. Bug 176904, r=darin, sr=jst
2002-11-20 00:44:26 +00:00
harishd%netscape.com
858dd7ab53
Do not hold parser nodes, that do not contain residual style information, longer than necessary. By recycling the nodes earlier the number of malloc calls and the peak memory usage can be reduced. b=177994, r=heikki, sr=jst
2002-11-19 18:29:35 +00:00
bernd.mielke%snafu.de
4308cfab48
limit the number of columns spanned, as a protection against suspicous html code, bug 86293, r=karnaze, sr=bzbarksy
2002-11-19 15:43:22 +00:00
bzbarsky%mit.edu
45d22c648f
Report the unknown namespace when we have an unknown namespace error.
...
Bug 180852, r=dbaron, rs=roc+moz
2002-11-19 15:12:02 +00:00
bratell%lysator.liu.se
31be52fa19
Bug 165893 - avoid refetching the parser service all the time. r=jst@netscape.com, sr=bzbarsky@mit.edu
2002-11-19 13:39:20 +00:00
caillon%returnzero.com
ec408241f6
Attempt to fix nebiros bustage by moving style struct access into nsIInspectorCSSUtils
...
r/a=timeless,jkeiser,#mozilla
bug 147189
2002-11-19 07:41:07 +00:00
timeless%mozdev.org
7e61bc0fee
Bug 96229 keyboard (and right mouse in context menu) doesn't autocheck menuitem type="checkbox" and type="radio"
...
patch by neil@parkwaycc.co.uk r=aaronl sr=bz
2002-11-18 14:01:20 +00:00
peterlubczynski%netscape.com
7f43c8c427
Fixing bug 173938 with a hack for full-page plugins to be destroyed before the frame. r=av sr=jst
2002-11-18 07:48:10 +00:00
dbaron%fas.harvard.edu
b2f992acb9
Consolidate all CSS pseudos and split them into three atom lists to distinguish between pseudo-classes, pseudo-elements, and fake-pseudo-elements used for anonymous boxes. b=147887 r,sr=roc,bz
2002-11-17 15:37:56 +00:00
timeless%mozdev.org
7875f468ed
Bug 58221 don't use strlen to check if a string is of length 0
...
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
bzbarsky%mit.edu
9ba10e6a63
Backing out alecf for now, since this change makes mailcompose crash
...
(and we don't want smoketest blockers, now do we?)
2002-11-16 12:07:13 +00:00
alecf%netscape.com
3dc37760d5
prep work for fixing bug 180379 - stop creating extra nsCSSSelectors - instead of creating them on the stack then copying them to the heap, start with them newly on the heap.
...
r=bzbarsky, sr=dbaron
2002-11-16 05:37:24 +00:00
brade%netscape.com
a1d7da2b80
implement queryCommandEnabled (bug 179730, r=akkana, sr=peterv)
2002-11-13 15:23:03 +00:00
cmanske%netscape.com
ca1d8bc561
Command Controller refactoring and cleanup, mostly by mjudge with help by cmanske, b=170353, r=brade, sr=sfraser. EditingSession cleanup and new commands in \editor, b=174439, r=mjudge, sr=sfraser
2002-11-12 23:03:27 +00:00
dbaron%fas.harvard.edu
ca4ad476d2
Subclass the nsCSS* structs as nsRuleData* so members can be added to the latter without bloating the former, and to allow the former to go away eventually. Propagate whether a font family name comes from HTML through the style system and use it to set a bit on nsFont indicating that quirky behavior of Symbol fonts is acceptable. b=175372 r=bzbarsky sr=kin
2002-11-12 15:17:07 +00:00
brade%netscape.com
80afa6428d
check origin, disable paste and some other commands until security review, cmd mgr api changes, remove forced focus (bug 157117, r=mkaply, sr=sfraser)
2002-11-11 20:19:37 +00:00
bzbarsky%mit.edu
2c43d2a805
Allow list labels to be negative. Bug 56088, r=caillon, smontagu, sr=roc+moz
2002-11-09 18:33:37 +00:00
jkeiser%netscape.com
3deb842c0f
Fix virtual destructor warning, bug 165647, r=dmose, sr=bz
2002-11-09 05:11:26 +00:00
bryner%netscape.com
7b5407b246
Add a second pass of event processing for system events, using DOM3 event group functionality. Bug 124990. Patch by joki, r=saari and bryner, sr=jst.
2002-11-09 00:25:25 +00:00
bzbarsky%mit.edu
9c080be09e
fix leak of charset string. bug 176989, patch by keeda@hotpop.com,
...
r=peterv, sr=jst
2002-11-08 10:52:06 +00:00
mkaply%us.ibm.com
30c081375f
Need PR_FALSE here - OS/2 bustage
2002-11-07 23:03:05 +00:00
brade%netscape.com
83fc678388
extend the api for Midas functionality (bug 177700, r=akkana, sr=jst)
2002-11-07 15:38:35 +00:00
brade%netscape.com
914cf5f675
add Midas functionality (bug 177700, r=akkana, sr=jst)
2002-11-07 15:36:25 +00:00
jdunn%netscape.com
771b83383a
set initial w/h of Image() as "pixel" units
...
r=peterv@netscape.com
sr=jst@netscape.com
2002-11-07 14:02:21 +00:00
bzbarsky%mit.edu
22336ae2dc
<form> with no action should submit to document uri, not base uri. Bug
...
171924, r=jkeiser, sr=peterv
2002-11-07 13:29:34 +00:00
glazman%netscape.com
accc5372e9
fixing OS2VACPP bustage
2002-11-07 13:03:52 +00:00
glazman%netscape.com
ebc756166a
fixing rpotts's seamonkey-ports bustage
2002-11-07 10:56:40 +00:00
bzbarsky%mit.edu
944d358eb0
er, and make it link too.
2002-11-07 06:47:45 +00:00
bzbarsky%mit.edu
c712a3be34
fix build bustage on Linux
2002-11-07 06:39:39 +00:00
rpotts%netscape.com
bc5ef397cc
bug #174404 (r=adam, sr=jst) Support the optional FOR and EVENT attributes on the SCRIPT tag
2002-11-07 05:17:21 +00:00
bzbarsky%mit.edu
b847707b06
clean up some array stuff in nsDocument. Bug 177543, r=peterv, sr=alecf
2002-11-07 02:36:24 +00:00
bzbarsky%mit.edu
5cc311ac1e
Prioritize data-sniffing over extension-sniffing for ftp and http. Bug
...
177026, r=rpotts, sr=darin
2002-11-06 22:29:17 +00:00
seawood%netscape.com
d66c7fe9fe
Fix pointer casting for AIX 64-bit builds.
...
Thanks to Philip K. Warren <pkw@us.ibm.com> for the patch.
Bug #177906 r=cls sr=scc
2002-11-06 21:07:23 +00:00
glazman%netscape.com
c3f9c7c149
CSS properties set to system colors were returning inconsistent values; b=172199, r=caillon, sr=peterv
2002-11-06 08:31:19 +00:00
bzbarsky%mit.edu
51d2c01b08
The "value" attribute should not be mapped into style. Bug 157210,
...
aptch by sicking, r=jst, sr=bzbarsky
2002-11-06 03:47:55 +00:00
bzbarsky%mit.edu
1159431d9f
fix regression in setting important property values in inline style via
...
DOM. Bug 173767, r=caillon, sr=dbaron
2002-11-06 02:07:17 +00:00
bzbarsky%mit.edu
707785eb3e
CheckLoadURI should use document uri, not base uri. Bug 177237,
...
r=mstoltz, sr=jst, a=blizzard
2002-11-05 03:45:28 +00:00
dbaron%fas.harvard.edu
ce16f563b0
Back out patch for bug 161109 that implemented a pref for disabling marquee. b=161109 r=hixie a=asa
2002-10-30 14:31:32 +00:00
aaronl%netscape.com
934d2029bf
Bug 176100. Tabbing out of file control text field selects text. r=jkeiser, sr=bzbarsky, a=roc+moz. Also fixes bug 132557 and bug 141310.
2002-10-30 07:34:42 +00:00
bryner%netscape.com
195ae79886
Fix a regression in dynamically setting the src of an image (bug 176926). r=hyatt, sr=bzbarsky, a=brendan.
2002-10-30 06:08:02 +00:00
bzbarsky%mit.edu
486619819e
Fix uri leak. Bug 176985, patch by Harshal <keeda@hotpop.com>,
...
r=peterv, sr=bzbarsky, a=roc+moz
2002-10-30 04:57:15 +00:00
bryner%netscape.com
a30776134d
Make sure a new image frame is constructed if the src of an image is changed and we don't have an image frame for the element (bug 228280). r=dbaron, sr=jst, a=dbaron.
2002-10-25 00:16:35 +00:00
darin%netscape.com
70e60af5a0
fixes bug 174984 "Prefetch requests should send Referer" r=gagan,mstoltz
...
sr=bzbarsky a=dbaron
2002-10-24 03:17:44 +00:00
dbaron%fas.harvard.edu
e7af6753ae
Testing backout of bryner's changes (bug 22820) to see if it fixes pageload regression.
2002-10-22 10:22:19 +00:00
bryner%netscape.com
11a7933e45
If the "src" attribute is changed on an image, and we don't have an image frame, use NS_STYLE_HINT_FRAMECHANGE so that an ImageFrame is constructed and the image is loaded (bug 22820). r=dbaron, sr=jst, a=roc.
2002-10-22 05:30:05 +00:00
seawood%netscape.com
d1bef3cbe0
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
bzbarsky%mit.edu
5553813318
Margin/padding computations need to flush the reflow queue. Bug 173354,
...
r=caillon, sr=heikki, a=asa.
2002-10-16 03:38:52 +00:00
bzbarsky%mit.edu
e96a5a362c
Missed some of that bustage...
2002-10-16 03:07:37 +00:00
bzbarsky%mit.edu
7389a1a597
fixing build bustage...
2002-10-16 02:50:06 +00:00
kmcclusk%netscape.com
64b5771dd7
Fix sluggish UI during long page loads from local file or cache on WIN32 by setting plevent performance hint when there is user interaction r=rods sr=kin a=asa @173956
2002-10-16 02:13:48 +00:00
dbaron%fas.harvard.edu
b9dedaf5b2
OK, over from snprintf to PR_snprintf. b=173837
2002-10-15 00:29:58 +00:00
dbaron%fas.harvard.edu
2564db6a20
Maybe an explicit include of stdio.h will fix the myotonic bustage. b=173837
2002-10-15 00:20:45 +00:00
dbaron%fas.harvard.edu
0e9bf3ab26
Add preference for whether to enable marquee, and set the default to disabled. b=161109 r=caillon sr=bzbarsky a=rjesup
2002-10-15 00:06:57 +00:00
dbaron%fas.harvard.edu
bff3c166a9
Remove unused ability to optionally arena-allocate certain stylesheet objects. b=174256 r=kin sr=bzbarsky a=rjesup
2002-10-14 23:57:17 +00:00
dbaron%fas.harvard.edu
7229ebc7d1
Change sprintf to snprintf to avoid potential for buffer overflow. Untabify surrounding code. b=173837 r=heikki sr=bzbarsky a=rjesup
2002-10-14 23:49:48 +00:00
darin%netscape.com
7780e68df1
fixes bug 151478 "https wyciwyg page is cached on disk" r=mstoltz sr=rpotts a=asa
2002-10-11 04:22:54 +00:00
heikki%netscape.com
b0e0f669e8
Bug 172372, when loading XML as data, we need to disable scripts and styles. r=sicking, sr=bzbarsky, a=asa.
2002-10-11 00:38:29 +00:00
bzbarsky%mit.edu
48bad9f3d8
Make GetImportantRule and GetISupportsValue return already_AddRefed.
...
Bug 171808, r=jkeiser, sr=dbaron
2002-10-09 01:59:43 +00:00
bzbarsky%mit.edu
a272a96238
Make GetParent on nsStyleContext return an
...
already_AddRefed<nsIStyleContext>. Bug 171808, r=jkeiser, sr=dbaron
2002-10-09 01:46:15 +00:00
darin%netscape.com
5858c153c6
fixes bug 173278 "Should not prefetch <link rel="alternate">" r=gordon sr=alecf
2002-10-08 21:04:25 +00:00
caillon%returnzero.com
7871a3af0d
Correcting our background painting code per the latest CSS specs. By default, backgrounds should be painted to the border
...
area, and not the padding area as per the CSS 2 Errata, CSS2.1 and CSS3. Also, implementing the CSS3 'background-clip'
and 'background-origin' properties (currently with -moz- prefixes) to control this behavior.
Bug 162252, r=dbaron sr=roc+moz
2002-10-08 10:24:53 +00:00
dbaron%fas.harvard.edu
18ca9355e6
Attempt to fix mach-o bustage. b=172207
2002-10-08 03:58:32 +00:00
caillon%returnzero.com
e5c8d9dcdf
Attempting to fix Windows bustage
2002-10-08 03:03:56 +00:00
caillon%returnzero.com
e15859bcb6
More footprint work; Axing the large switch statement in GetPropertyCSSValue()
...
bug 172207 r=bzbarsky sr=alecf
2002-10-08 01:53:31 +00:00
timeless%mac.com
18887cb91d
Bug 170441 Build warning caused by checkin for bug 138892
...
patch by walk84@yahoo.com r=jkeiser sr=jag
2002-10-07 04:06:12 +00:00
bryner%netscape.com
c4d52841f0
Remove gfx2 from REQUIRES globally, since we no longer export headers to a separate gfx2 module. r=cls.
2002-10-05 02:49:02 +00:00
caillon%returnzero.com
197e01cbff
Bug 170895. Reducing footprint. Use XPCOM aggregation to get at CSS2Properties.
...
r=dbaron sr=alecf
2002-10-03 19:41:42 +00:00
jkeiser%netscape.com
7dd8441962
Add CheapSet, reduce select bloat, make blank options restore correctly (bug 166168), r=rjesup@wgate.com, sr=jst@netscape.com
2002-10-03 03:43:11 +00:00
darin%netscape.com
abf4da8bcc
fixes bug 171102 "prefetch <link rel=prefetch> and only prefetch the first
...
occurance of <link rel=next>" r=gagan sr=jst
2002-10-03 02:53:18 +00:00
dbaron%fas.harvard.edu
bc2d58b075
Use correct interface pointer to fix crash inserting rule into media rule. b=170699 r=glazman sr=roc+moz
2002-10-03 01:02:13 +00:00
kmcclusk%netscape.com
8b47e32e0b
improve user interactivity during long page loads by doing better detection of user-input and interrupting the parser more frequently. Also moved the WIN32 specific logic for determining when the user is moving a top-level window from plevent.c to the widget module. b=165039 r=rods@netscape.com sr=kin@netscape.com
2002-10-01 03:04:22 +00:00
dbaron%fas.harvard.edu
5f26f8baf7
Properly ignore the 'float' property for generated content. Rename NS_STYLE_POSITION_NORMAL to NS_STYLE_POSITION_STATIC. Patch from Mats Palmgren <mats.palmgren@bredband.net>. r=dbaron sr=bzbarsky b=93227
2002-09-30 14:46:56 +00:00
dbaron%fas.harvard.edu
630ee775dd
Porting fixes for gcc trunk (to become 3.3): Eliminate C-only option from CXXFLAGS. Don't use pasting for things that are still separate tokens. Don't pass objects of non-POD type through |...|. Don't include strstream.h, which isn't used anymore anyway. b=170250 r=bbaetz sr=alecf
2002-09-30 14:18:27 +00:00
cbiesinger%web.de
dda0972320
bug 88685 part 1 remove USE_IMG2 ifdefs r=caillon sr=tor
2002-09-28 10:50:50 +00:00
darin%netscape.com
3f13b9fba7
fixes bug 170789 "HTTP Accept: header should be tailored to context of the
...
request" r=dougt sr=bzbarsky
2002-09-27 04:22:13 +00:00
jkeiser%netscape.com
2dbe6fdde2
Make option elements strip whitespace even when empty (bug 164909), r=rods@netscape.com, sr=jst@netscape.com
2002-09-26 08:21:26 +00:00
jkeiser%netscape.com
2cffd73f80
Make align=left on input type=text do text-align instead of float (bzbarsky@mit.edu's patch, bug 165547), r=jkeiser@netscape.com, sr=dbaron@fas.harvard.edu
2002-09-26 08:18:42 +00:00
caillon%returnzero.com
6a5f08080e
Bug 117500. Adding support for the CSS2Properties interface to computed style declarations.
...
r=dbaron sr=jst
2002-09-26 03:46:50 +00:00
darin%netscape.com
380f93de79
fixes bug 170648 "eliminate referrer type from nsIHttpChannel in preparation
...
for freezing" r=dougt sr=rpotts
2002-09-25 21:28:53 +00:00
glazman%netscape.com
c714394d5d
Add support for :-moz-selection CSS3 pseudo-element. See test case in bug. Should become ::selection once support for '::' parsing is implemented; b=167068, r=mjudge, sr=kin
2002-09-24 08:13:05 +00:00
dbaron%fas.harvard.edu
965901161b
Fix leaks from nsDocument::mPrincipal by making it an nsCOMPtr. b=170201 r=mstoltz sr=jst
2002-09-24 01:27:44 +00:00
hyatt%netscape.com
369f0ad4fd
Fix for 169373, make HTML form controls fully support native look on Windows XP. r/sr=hewitt/blake
2002-09-21 01:03:38 +00:00
peterv%netscape.com
8dd7f92a9d
Fix for bug 163810 (Option Object created, own properties added, but Mozilla "forgets" them after some time.). r=sicking, sr=jst.
2002-09-20 13:40:53 +00:00
shanjian%netscape.com
6bcb180b10
#169858 Browser--Can not login CMB website.
...
Populate frameset charset source of post doc to disable autodetection.
r=jkeiser, jebak, sr=jst.
2002-09-20 09:24:54 +00:00
rpotts%netscape.com
aacc790bce
fixing build bustage...
2002-09-19 00:13:40 +00:00
jst%netscape.com
1fa255b549
Fixing bug 168371. Cleaning up nsHTMLContentSink.cpp, I'll now get to own this whole file! r=caillon@returnzero.com, rs=rpotts@netscape.com
2002-09-18 23:31:08 +00:00
rpotts%netscape.com
5f1a7097d8
bug #93015 (r=darin/sr=jst) First patch that cleans up imglib use of LoadFlags and channel attributes...
2002-09-18 22:08:12 +00:00
rpotts%netscape.com
6777c1f117
bug #145579 (r=darin, sr=jst) send the correct referrer for images...
2002-09-17 18:59:41 +00:00
alecf%netscape.com
2eb51aa759
re-fix bug 166147 - autoinitialize mRefCnt to 0 for more efficient constructors
...
r=dougt, sr=jag, this time including some CSS stuff that has 31-bit refcounts.
2002-09-17 04:49:28 +00:00