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
1dcb88ac02
IsJavascript should handle leading spaces. Bug 197345, patch by
...
bugzilla@jellycan.com (Brodie Thiesfield), r=brade, sr=bzbarsky
2003-03-17 23:18:57 +00:00
sspitzer%netscape.com
1ac3480345
a (knock on wood) safe fix for (at least) two bugs:
...
#195011 , Dismissing Junk Mail Log dialog crashes Mozilla [@ nsEventListenerManager::HandleEvent]
#137191 , Infinite recursion near nsEventStateManager::TabIntoDocument
really the same issue: guard against tabbing into a sub document, popping back out, and tabbing back in recursively.
r=aaronl, sr=bryner.
2003-03-17 23:08:36 +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
varga%netscape.com
728e626e5d
Fix for bug 196485. Remove duplicate tokenizing method.
...
r=jag, sr=bryner
- nsTreeUtils::TokenizeProperties is the method used by both tree view implementations
2003-03-17 09:40:13 +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
bryner%netscape.com
b633cf5785
fix some more crashes related to bug 196337. r=blake, sr=hewitt.
2003-03-17 03:57:51 +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
varga%netscape.com
64e423f079
Fix for bug 139290. Interaction between windows leads to doubled bookmarks.
...
r=bryner, sr=jag
- cache the open state of container instead of quering the data source every time
2003-03-16 11:29:02 +00:00
dbaron%dbaron.org
91b0ef2163
No more experiments. Back to plain old macros. r+sr=roc b=196603
2003-03-16 04:51:56 +00:00
dbaron%dbaron.org
2bf5dd9ad7
Well, the OS/2 compiler does not like the cool way of doing this, so on to the ugly way... b=197277
2003-03-16 01:34:48 +00:00
dbaron%dbaron.org
81663f91b3
Fix operator precedence error in previous patch (which I reviewed, eek!). b=197277
2003-03-16 01:13:23 +00:00
dbaron%dbaron.org
a45c413c18
Fix operator precedence error in previous patch (which I reviewed, eek!). b=197277
2003-03-16 01:12:32 +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
dbaron%dbaron.org
90f15a2a13
Ensure that CalcStyleDifference populates the new context with all of the structs present on the old context to ensure that the PeekStyleData optimization is valid. Avoid copy-and-pasted code. b=196603 r+sr=roc
2003-03-16 00:20:21 +00:00
dbaron%dbaron.org
c453e56d44
Oops! nsStyleSVG never had a GetStyleStructID method. b=196603
2003-03-15 21:54:49 +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
a079ea6c41
The time for this line hath not yet come. Fix build bustage.
2003-03-14 02:29:55 +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
rginda%netscape.com
41d8df3c94
bug 170585, Scriptable streams are broken; r=darinf, sr=dougt
...
update to readdata caller
2003-03-13 21:24:37 +00:00
heikki%netscape.com
6c04511830
Bug 185873, remove bad CSS rule that made us print only the first page of a pretty printed XML document, r=sicking, sr=dbaron.
2003-03-13 19:54:17 +00:00
bzbarsky%mit.edu
1772da5eb5
Remove some style-data-clearing functions that no one uses and that don't do
...
the right thing anyway. Bug 169989, r+sr=dbaron
2003-03-13 18:58:54 +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
bryner%netscape.com
cf7dcf25dc
Don't need to stabilize mRefCnt to 1 in nsStyleContext dtor (bug 196956). r/sr=dbaron.
2003-03-12 05:19:43 +00:00
bryner%netscape.com
f53211b6ca
fixing ports bustage
2003-03-12 05:03:35 +00:00
bryner%netscape.com
7ce4b290a0
Implement Aqua form controls when building with the Cocoa toolkit (bug 188254). r=pinkerton, sr=sfraser.
2003-03-12 04:57:33 +00:00
jaggernaut%netscape.com
cc9b6278cf
Bug 94424: Search/filters UI text field doesn't accept click-right paste. The underlying cause was that mousedown on a menuitem in the textbox's context menu shifted focus from the textbox into the first focusable container of the textbox. We're fixing this by not letting the focusable frame search code look outside popup frames. r=bryner, sr=hyatt
2003-03-12 04:19:53 +00:00
roc+%cs.cmu.edu
f295b9b118
Bug 183905. Allow horizontal scrolling with mouse sticks. Patch by Dainis_Jonitis, r+sr=roc+moz
2003-03-12 03:22:11 +00:00
bryner%netscape.com
73b61da950
Make prototype bindings be refcounted again. This ensures that the
...
prototype binding will still be alive even if the XBLDocumentInfo has
been deleted, as can happen when the XUL cache is flushed (since it
holds the only reference to the docinfo in that case). Fixes crashers
196446, 196333, 196477, 196736. r=jkeiser, sr=jag.
2003-03-12 00:42:52 +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
aaronl%netscape.com
0af3cbbc19
Bug 170921, bug 174163, bug 172329. Image selection occuring when image buttons, linked images or image map areas focused. r=mjudge, sr=bryner
2003-03-08 01:09:26 +00:00
heikki%netscape.com
d6f0927520
Bug 191327, make internalSubset not include delimiting brackets (was not defined in DOM 2 but is now defined in DOM 3 drafts). Also fix bug 191482, external entity definitions should be included in internal subset. r=harishd, jst, sr=peterv.
2003-03-07 23:40:51 +00:00
cls%seawood.org
ab74b36ce8
XP code changes required for mingw landing.
...
Add NS_STDCALL macros for functions that require stdcall declarations.
Add NS_STDCALL_FUNCPROTO macro for stdcall function prototype typedefs.
Bug #134113 r=dougt sr=dbaron
2003-03-07 06:07:56 +00:00
bryner%netscape.com
e6d7eaeba8
fixing bustage
2003-03-07 01:05:54 +00:00
bryner%netscape.com
fe6c3dc749
Remove nsIXBLPrototypeBinding (part of bug 194834). r=jkeiser, sr=alecf.
2003-03-06 23:59:18 +00:00
aaronl%netscape.com
c616086a0c
Bug 194968. Use content id properly to expose whether window is content vs. UI. r/sr=roc+moz
2003-03-06 23:07:00 +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
dbaron%dbaron.org
6eaafb20bc
Remove unused variable (fix warning). b=171830
2003-03-06 21:01:52 +00:00
dbaron%dbaron.org
bbd740e83c
Fix for bustage on older gcc. b=117316
2003-03-06 20:16:35 +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
811d5b0d7a
Implement garbage collection of the rule tree to fix some cases of memory growth and to allow us to move towards style rule immutability. b=117316 r+sr=bzbarsky
2003-03-06 19:14:17 +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
aaronl%netscape.com
44f512c44b
Bug 192454. Window is focused again if onclick='window.open' and href = '#foo'. r=bryner, sr=jst
2003-03-06 18:42:49 +00:00
jkeiser%netscape.com
3d05e8c57f
Fix XBL retargeting for xul elements (bug 194429), r=saari@netscape.com, sr=bryner@netscape.com
2003-03-06 01:01:28 +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
sicking%bigfoot.com
501bdfebf9
Bug 195886: Adjust the prettyprint code to the fact that we don't target events at textnodes any more.
...
r/sr=bz
2003-03-05 12:17:55 +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
timeless%mozdev.org
feba723857
Bug 133711 Unreachable statement (duplicate return) in nsXULAttribute and nsSVGAttributes (Bugs found via linting....)
...
patch by riceman+bmo@mail.rit.edu r=timeless sr=bz
2003-03-05 02:35:27 +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
bryner%netscape.com
dc6d631956
Fix leak of mExplicitOriginalTarget from nsDOMEvent (bug 195602). Convert
...
nsDOMEvent to use nsCOMPtrs for its various targets. r=jkeiser, sr=kin.
2003-03-04 01:51:16 +00:00
alecf%netscape.com
62b9658d9e
fix bug 190729 - remove some dead code from xbl
...
sr=jag, r=bryner
2003-03-04 01:04:27 +00:00
sfraser%netscape.com
7d6c58b9b3
Remove a bogus DEBUG_smfr block. r/sr=bryner
2003-03-01 00:56:23 +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
bryner%netscape.com
7efb28f3a5
Remove nsIXBLPrototypeHandler (part of bug 194834). r=jkeiser, sr=sfraser.
2003-02-28 01:04:45 +00:00
jkeiser%netscape.com
f9119b08cb
Make click+hold right-click menu work again on Mac (bug 193799), r=bryner/saari, sr=jst
2003-02-27 22:59:08 +00:00
jst%netscape.com
725c515f9a
Fixing bug 182700. Make 'Copy Image Location' work for <input type=image> elements. r=timeless@myrealbox.com, sr=peterv@netscape.com
2003-02-27 01:38:20 +00:00
kyle.yuan%sun.com
c5c0fb381e
Bug 193629 accesskey can take effect on a disabled XUL widget
...
r=aaronl, sr=jag
check "disabled" attribute in the Click() handler
2003-02-27 01:14:07 +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
ere%atp.fi
7f22515440
Bug 193929: HTML sanitizer ("simple html") should allow attached images
...
r=ducarroz, sr=jst
2003-02-26 13:47:36 +00:00
sicking%bigfoot.com
06c5f3ec5f
Bug 182177: fix comments in nsIXSLTProcessor.idl
...
r=Pike sr=peterv
2003-02-26 11:13:54 +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
sfraser%netscape.com
a0651c2165
Declare kCSSRawProperties and kCSSRawKeywords as 'extern' so that tests code can link with the .a, and get them.
2003-02-26 03:34:15 +00:00
sfraser%netscape.com
9c1a661d56
Make static data const in nsBidiUtils.cpp. Bug 74803. r=dbaron, sr=alecf.
2003-02-26 00:54:14 +00:00
sfraser%netscape.com
f7fd0a80ef
Bug 74803: fix the data in various static name tables to be const, and fix nsStaticNameTable to accept const data. r=dbaron, sr=alecf.
2003-02-26 00:52:07 +00:00
cbiesinger%web.de
26fd1afa1f
190020 r=timeless sr=alecf GetResource should take AUTF8String
2003-02-25 19:02:00 +00:00
jkeiser%netscape.com
0a639e2c11
Fix mouseover topcrasher (bug 194493), r=saari@netscape.com, sr=bryner@netscape.com
2003-02-25 06:01:12 +00:00
heikki%netscape.com
e651c74117
Bug 165606, document.load throws wrong error code when security settings prevent load, r=mstoltz, sr=peterv.
2003-02-24 23:08:45 +00:00
neil%parkwaycc.co.uk
753237c7e4
Bug 102133 Implement phase="target" in XBL r=hyatt sr=jag
2003-02-24 15:41:41 +00:00
bzbarsky%mit.edu
a70c8f7d03
Sync up observer notifications between nsDocument and nsXULDocument. Bug
...
192130, r=dbaron, sr=jst
2003-02-23 18:49:45 +00:00
dbaron%dbaron.org
1d38d9f953
Make ProbePseudoStyleFor return null whenever :before and :after aren't displayed so that we don't try to reframe constantly in certain cases, preventing link clicking from working. b=188525 r+sr=bzbarsky
2003-02-23 17:28:25 +00:00
timeless%mozdev.org
695aae1d23
Bug 126484 Occurences of uninitialized variables being used before being set (in Bidi files)
...
patch by mozilla-bugs@nogin.org r=smontagu sr=bz
2003-02-23 11:10:28 +00:00
timeless%mozdev.org
f7ac602489
Bug 193824 Remove unused globals from nsDocumentViewer.cpp
...
r=smontagu sr=alecf
2003-02-23 07:03:09 +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
roc+%cs.cmu.edu
77e5c960ef
Bug 191938. 'Dont print backgrounds' by setting background to white. also clean up unused params and make background-attachment:fixed work in printing/printpreview. r+sr=bzbarsky
2003-02-23 02:49:22 +00:00
roc+%cs.cmu.edu
049cf112e1
Bug 180921. Make nsDocumentViewer::Show call nsDocumentViewer::MakeWindow instead of duplicating code. Fixes a bug where subdoc view linkage was added to MakeWindow but not Show. r=jkeiser,sr=jst
2003-02-22 21:48:39 +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
fd31cdadcb
Removing nsIDocumentContainer -- it's unused and not planning to be used. Bug
...
193543, r=sicking, sr=jst
2003-02-22 19:54:11 +00:00
dbaron%dbaron.org
ad5f505d3e
Attempt to fix Mac CFM bustage. b=181383
2003-02-22 19:46:21 +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
bzbarsky%mit.edu
b14f217de2
make dispatchEvent work even if the eventTarget is not in the document tree.
...
Bug 191960, r=bryner, sr=jst
2003-02-22 19:12:21 +00:00
dbaron%dbaron.org
339c5f31f7
Fix Windows bustage. (Why doesn't gcc enforce correct const-ness?)
2003-02-22 17:51:47 +00:00
cbiesinger%web.de
9d2e36421e
191027 r=bzbarsky sr=dbaron nsXULContentUtils::Init() returning nonsense
2003-02-22 16:40:20 +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
a240643f5e
Attempting to fix os/2 and worms bustage. Add a protected default ctor to nsStyleContext. This should never be called since we never instantiate an nsDerivedSafe. r=bbaetz.
2003-02-22 10:13:34 +00:00
varga%netscape.com
71ae7a83ee
Fix for bug 192175. in trees, in a treecol with persist="sortActive" doesn't work in appropiate manner
...
r=varga, sr=jag, patch by afatecha@idea.com.py
2003-02-22 09:16:04 +00:00
jkeiser%netscape.com
d4ce4ad061
Make text drag work again (bug 193568), r=bryner@netscape.com, sr=jst@netscape.com, a=asa@mozilla.org
2003-02-22 08:10:46 +00:00
bryner%netscape.com
f2feeb4a4b
mac cfm bustage
2003-02-22 04:17:16 +00:00
bryner%netscape.com
e1faa9c569
Make nsStyleContext also return nsrefcnt from AddRef and Release, fixing gcc 2.95 bustage.
2003-02-22 04:05:05 +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
jkeiser%netscape.com
d739873ede
Fix crasher (bug 186132), r=saari@netscape.com, sr=bryner@netscape.com, a=asa@mozilla.org
2003-02-20 07:59:14 +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
666956eabb
Fix double-delete on error return. Bug 188729 stuff, r=sicking, sr=peterv, a=dbaron
2003-02-17 14:52:46 +00:00
sicking%bigfoot.com
2a5ab8b931
Bug 169036: Fix potential crasher by adding a nullcheck.
...
r=jrgm sr=jst a=dbaron
2003-02-16 18:08:37 +00:00
jkeiser%netscape.com
ea491eb824
Make mousey events targeted properly at textnodes (bug 185889, bug 103055), fix client-side image maps (bug 110072), r=saari@netscape.com, sr=bryner@netscape.com, a=dbaron@dbaron.org
2003-02-14 21:43:06 +00:00
sicking%bigfoot.com
d915628044
Bug 174713: Make XPath on HTML documents behave consistently and HTML-ish. This makes the XPath-functions name() and local-name() return upper-case names and makes nametests case-insensitive.
...
r=peterv sr=jst a=asa
2003-02-14 00:59:40 +00:00
bzbarsky%mit.edu
b5936e840e
Dynamic changes to border-collapse should produce the right hint. Bug 191794,
...
r=bernd, sr=dbaron, a=asa
2003-02-13 19:06:18 +00:00
dbaron%dbaron.org
4d2b4d8944
Backing out half of previous changes, since they're not necessary to fix the crash and I think they cause problems.
2003-02-07 03:21:27 +00:00
dbaron%dbaron.org
62f5d31530
Make observer notification in nsDocument and nsXULDocument happen in the same order (that of nsXULDocument), and make nsXULDocument more resistant to observer removal during notification in an attempt to fix crashes. b=192130 Patch from Boris Zbarsky <bzbarsky@mit.edu>. r=dbaron sr=jst a=asa
2003-02-07 03:15:41 +00:00
dbaron%dbaron.org
93fff4275f
Allow new windows to open when we've fallen back to the default theme because of an upgrade by allowing stylesheet loads to fail. b=144027 r=ben sr=dveditz a=asa
2003-02-05 02:07:51 +00:00
bzbarsky%mit.edu
5f043adbeb
Try to more gracefully handle unexpected destruction of stylesheet linking
...
nodes. Bug 185808 (just fixes the crash, not the real problem). r=sicking,
sr=jst, a=dbaron
2003-02-04 04:45:58 +00:00
bzbarsky%mit.edu
5981fafd32
Fix crash bug 191588. r=sicking, sr=jst, a=dbaron
2003-02-04 04:19:05 +00:00
bryner%netscape.com
def14175f0
protect against the to-be-focused content going away during tabbing (bug 171210). r=jkeiser, sr=jst, a=asa.
2003-02-01 00:05:46 +00:00
bzbarsky%mit.edu
e74f70b957
Relanding 189384 since it seems Not Guilty. Still r=sicking/sr=jst/a=asa
2003-01-31 23:21:22 +00:00
bzbarsky%mit.edu
1c21fd05e2
Backing out 189384 to see whether this caused the Tp jump.
2003-01-31 14:28:50 +00:00
bzbarsky%mit.edu
b52430703f
Make getElementsByTagName(NS) in XUL use content lists (perf, etc). Bug
...
189384, r=sicking, sr=jst, a=asa
2003-01-31 06:28:14 +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
bryner%netscape.com
d1255490d7
Removing files that are no longer part of the build. a=roc.
2003-01-23 08:15:52 +00:00
blizzard%redhat.com
0aa8f598b5
Bug #190079 . Crasher. Check length of string before calling |Last| on it. r=jkeiser,sr=scc,a=roc
2003-01-23 04:12:58 +00:00
paper%animecity.nu
fe1b894080
Fix for blocker Bug 190124 & Bug 190121. r=jkeiser, sr=blizzard, a=roc+moz. Send Pixel Units to GetPixelValue, not GetIntValue
2003-01-22 22:33:27 +00:00
rbs%maths.uq.edu.au
5cb8eebf8c
Add a comment following b=123049, r+sr=bzbarsky
2003-01-22 07:56:13 +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
pkw%us.ibm.com
6b95e3eeb4
Bug 189859 - Checkin for Bug 173388 broke 64-bit builds on AIX.
...
r=harishd@netscape.com , sr=jst@netscape.com
2003-01-22 04:29:43 +00:00
peterv%netscape.com
8bafc7b18a
Fix for bug 186538 (Touching the ownerElement of an attribute through XPath generates a security error.). r=sicking, sr=jst.
2003-01-22 03:25:51 +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
aaronl%netscape.com
2dd4a2649f
Bug 185270. Make Insert/shift+insert open link in new tab (foreground/background, depending on whether shift is pressed). r=caillon, sr=jag
2003-01-21 23:04:02 +00:00
jkeiser%netscape.com
ccc9f5af48
Stop firing mouse events at textnodes, fix tooltips not going away onmouseout (bug 185889, bug 185965), r=bryner@netscape.com, sr=jst@netscape.com
2003-01-21 21:26:45 +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
dbaron%dbaron.org
c51fe8f39d
Fix crash (and refix other crashes in a cleaner way) by making UndisplayedMap own references to content nodes, just like frames do. b=161304 r+sr=bzbarsky
2003-01-21 00:47:14 +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
rbs%maths.uq.edu.au
e85527e245
In certain dynamic updates, frames scheduled to be reprocessed could be destroyed in a ripple effect. Since this was a root problem, the patch fixes the crasher bugs 123049, 133219 154797 187671 187890, r=bzbarsky, sr=dbaron
2003-01-20 01:07:03 +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
caillon%returnzero.com
6134063f7b
189533, background-position has low accuracy. Specifically, it was not allowing fractional percentages.
...
r+sr=dbaron
2003-01-19 02:36:04 +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
dbaron%dbaron.org
ca6fed7a33
Reduce duplication of code between handling of top/right/bottom/left margin, border, and padding. b=189537 r+sr=bzbarsky
2003-01-18 15:58:49 +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
dbaron%dbaron.org
4817759703
Fix inheritance of 'border-color' when the value inherited came from 'color' (the default). b=189402 r+sr=bzbarsky
2003-01-17 23:41:20 +00:00
neil%parkwaycc.co.uk
51e5475358
Bug 176370 folder pane performance regression r=varga sr=bienvenu
2003-01-17 14:13:47 +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
brendan%mozilla.org
3aee9fc548
Restore missing deserialization call to the XUL content sink's OpenScript method, to avoid slow-loading a .js file already in the FastLoad file from a previous session (188744, r=jrgm, sr=ben).
2003-01-17 10:04:49 +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
5113e3dec2
Make the string fu in nsStaticCaseInsensitiveNameTable a little smarter; use
...
that for nsCSSProps. Bug 162243, r=dbaron, sr=dveditz.
2003-01-17 04:55:10 +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
dbaron%dbaron.org
286bcaf5be
Change |DEBUG_dbaron| to |DEBUG_dbaron_off| for stuff that I don't want to see anymore.
2003-01-16 19:21:23 +00:00
sicking%bigfoot.com
c74b42823e
Bug 184697: Return an element-factory even for the unknown namespace to avoid crash.
...
r=harishd sr=heikki
2003-01-15 22:45:39 +00:00
aaronl%netscape.com
eea27adf06
Bug 188967. Possible fix for talkback crash. r=saari, sr=bz
2003-01-15 00:29:02 +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
sicking%bigfoot.com
f0650ae67f
Bug 179231: Give documents loaded through the syncloader the correct base-uri
...
r=peterv sr=bz
2003-01-14 22:36:57 +00:00
sicking%bigfoot.com
e2fba48cdb
Bug 188729: Break refcounting-cycles during load.
...
r=peterv sr=bz
2003-01-14 22:32:18 +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
bryner%netscape.com
db12bec6c1
Combine content and layout into a single library (bug 106161). r=dbaron, sr=jst.
2003-01-14 07:08:59 +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
aaronl%netscape.com
c7fbbdd7e5
Bug 176296. Create accessibility.typeaheadfind.autostart boolean pref. If false, / or ' is required to start Find As You Type. Also fixes bug 183998, allowing manual start with / or ' in mailnews. Find As You Type now uses the command system to get notification that a new find should start. r=kyle, sr=jst
2003-01-14 04:03:35 +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
aaronl%netscape.com
65a541a0db
Bug 187301. Tab nav pref accessibility.tabfocus not dynamically changeable. r=akkana,sr=bryner
2003-01-13 20:05:36 +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
kyle.yuan%sun.com
1780184916
Bug 150994 iframe with tabindex shortens tab cycle
...
r=aaronl, sr=bryner
don't get tabindex for HTML elements that don't support it
2003-01-10 10:07:30 +00:00
bzbarsky%mit.edu
d87fde2b51
Re-enable print preview gui stuff (which was mostly off) on GTK and Xlib
...
ports. Bug 187125, patch by Roland.Mainz@informatik.med.uni-giessen.de (Roland
Mainz), r=smontagu, sr=rbs
2003-01-10 00:53:28 +00:00
aaronl%netscape.com
bb67292648
Backing out fix for bug 187301, to see if Txul numbers go back to normal.
2003-01-09 23:19:55 +00:00
aaronl%netscape.com
f703f5398e
Bug 98546. Fix word break detection to improve select by word where there is punctuation in the word. Also fixes 125172, double clicking in URL bar should select only part of URL. Also fixes bug 133312, word selection with accented letters. r=brade, sr=sfraser
2003-01-09 20:56:53 +00:00
aaronl%netscape.com
34d0a8847c
Bug 187301 - tab nav prefs not dynamically changeable, no prefs observer. r=akkana, sr=bryner.
2003-01-09 20:03: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
sicking%bigfoot.com
52976da3d1
Bug 187611: Set the proper Content-Type of XSLT generated documents
...
r=peterv sr=jst
2003-01-09 15:45:45 +00:00
dbaron%dbaron.org
a5fcfea19e
Replace computation of max-element-size (height and width) with max-element-width alone, since the max-element-height is practically unused and not meaningful for layout. b=186953 r+sr=bzbarsky
2003-01-09 14:26:32 +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
smontagu%netscape.com
867f4b6534
Make XUL documents print. Bug 137526, Author=Roland.Mainz@informatik.med.uni-giessen.de, r=smontagu, sr=sfraser.
2003-01-09 00:22:16 +00:00
dbaron%dbaron.org
0b5c7134c9
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 19:35:36 +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