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