sicking%bigfoot.com
1cf142e193
Bug 240264: Don't try to store three bits of data in a pointermember, only two are safe.
...
r/sr=jst
2004-04-15 21:24:30 +00:00
cbiesinger%web.de
14177dedcb
Bug 235502 nsIMIMEService, nsIMIMEInfo should use nsACString/nsAString instead of string/wstring
...
r=bzbarsky sr=darin
2004-04-15 20:56:37 +00:00
bzbarsky%mit.edu
7a292c3f22
Make getElementsByAttribute be an nsContentList so that it's got that live
...
DOMNodeList goodness that all nodelists should have. Change some JS to not
break, and some other JS to be a little more efficient with the new world of
lazy listness. Bug 240186, r=neil on the JS changes, r=jst on the content
changes, sr=jst
2004-04-15 01:51:32 +00:00
bzbarsky%mit.edu
81f0149ebe
Make nsXULDocument use the post-redirect URI as the document URI for non-chrome
...
and non-resource channels, the way all other documents do. Bug 240358, r+sr=jst
2004-04-13 18:02:28 +00:00
bzbarsky%mit.edu
0960880868
Fix some misspelled comments. Bug 106386, patch by Alex Vincent
...
<ajvincent@juno.com>, r+sr=bzbarsky
2004-04-13 01:27:25 +00:00
sicking%bigfoot.com
386382d6ab
Bug 237566: Remove nsIContent::ReplaceChildAt and supportive codepaths.
...
r=bz sr=jst
2004-04-12 22:48:33 +00:00
dbaron%dbaron.org
4d12ed012a
De-COM-ify nsHTMLStyleSheet. b=239008 r+sr=bryner
2004-04-12 21:56:09 +00:00
darin%meer.net
6b03adea42
landing marco's patch for bug 238928 "domstubs.idl should not include nsAString.h" r=bsmedberg sr=jst a=dbaron
2004-04-01 19:44:17 +00:00
neil%parkwaycc.co.uk
467b71575d
Bug 235217 Crash removing the last row from an rdfliner r=varga sr=darin a=chofmann
2004-03-31 22:13:18 +00:00
bsmedberg%covad.net
3ceaebd710
Re-landing bug 237407 with crash-fix. r/sr=dbaron+brendan a=asa+mkaply
2004-03-23 18:26:43 +00:00
bsmedberg%covad.net
ac244f2a9c
Backing out bug 237407 because of tbox orange that I can't easily diagnose.
2004-03-22 15:03:32 +00:00
bsmedberg%covad.net
4cee40678e
Bug 237407 - classic theme scrollbars & buttons leak into modern, when starting with the profile manager - r+sr=dbaron a=asa for 1.7
2004-03-22 12:58:01 +00:00
jst%mozilla.jstenback.com
4846cf9bf6
Fixing bug 228774. Make our XUL code not crash when dealing with empty datasources. r=bugmail@sicking.cc, sr=bzbarsky@mit.edu, a=chofmann@mozilla.org
2004-03-19 21:58:55 +00:00
caillon%redhat.com
9aecc7adeb
Bug 236946
...
Remove a few QIs in nsXULElement, and other cleanup.
r+sr=jst
2004-03-10 01:34:55 +00:00
bzbarsky%mit.edu
655abf48ad
Give GetClasses a better signature. Bug 233636, r=sicking, sr=dbaron
2004-03-09 23:22:02 +00:00
bsmedberg%covad.net
255960bb10
Bug 233160 - separate style overlays out of nsIXULChomeRegistry r+sr=hyatt with additional lookovers from dbaron+bz
2004-03-09 19:59:09 +00:00
caillon%redhat.com
bfd1f05ff4
Bug 86193
...
Add a preference allowing users to prevent sites from cancelling the contextmenu event, so right click will always bring up a context menu if the pref is set.
r=jst sr=bryner
2004-03-06 02:58:08 +00:00
sicking%bigfoot.com
fc084e0c73
Bug 236620: kill nsIContent::CanContainChildren
...
r/sr=jst
2004-03-06 00:22:03 +00:00
bsmedberg%covad.net
ebcffc4232
Bug 235866 - add xulelement.builder.refresh and dynamically respond to changes in the datsources="" attribute. r+sr=bryner
2004-03-05 04:32:55 +00:00
sicking%bigfoot.com
973fa76ca8
Fix build bustage
2004-03-04 18:30:53 +00:00
sicking%bigfoot.com
0c80133eea
Bug 236472: Fix 3 warnings.
...
r/sr=tor
2004-03-04 18:04:29 +00:00
sicking%bigfoot.com
28169f7a8a
Bug 232706: Make nsAttrValue able to directly store all needed datatypes without using nsHTMLValue. Move parsing of various types from nsHTMLValue to nsAttrValue. Rename StringToAttribute to ParseAttribute and make it return a PRBool, as well as make a couple of minor fixes in the ParseAttribute code.
...
r=caillon sr=jst
2004-03-04 02:06:28 +00:00
bryner%brianryner.com
ed98c9a308
deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc.
2004-02-27 17:17:37 +00:00
dbaron%dbaron.org
f016bec80e
Improve comments and function names related to attribute mapping and HasAttributeDependentStyle. b=235342 r+sr=jst
2004-02-25 21:04:50 +00:00
sicking%bigfoot.com
79cdf52b70
Bug 235435: Don't crash when serializing a XUL prototype document without a root. Fixes regression from bug 195350
...
r/sr=jst
2004-02-24 23:36:44 +00:00
darin%meer.net
44ce35aebb
landing patch for bug 234864 "string branch landing resulted in large spike in heap allocations (brad:A metric)" r+sr=dbaron
...
this patch also introduces nsTFixedString and removes CBufDescriptor.
2004-02-20 01:53:23 +00:00
bzbarsky%mit.edu
73d9e5d993
Add null checks to some DOM methods. Bug 234331, r+sr=jst
2004-02-19 21:54:12 +00:00
bzbarsky%mit.edu
9513d305ed
Make sure to retarget events when they leave native anonymous content. Also
...
make sure that native anonymous content is marked so (this way clicking on a
url()-created image in :before won't have an <img> node as a target). Bug
233286, r+sr=bryner, a=dveditz
2004-02-15 04:45:18 +00:00
bryner%brianryner.com
92499cbd13
Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron.
2004-02-11 04:57:07 +00:00
peterv%propagandism.org
d5850e3177
Fix warnings.
2004-02-10 13:17:48 +00:00
peterv%propagandism.org
713c734ef8
Fix for bug 16603 (DOM doesn't throw INVALID_CHARACTER_ERR for arguments with invalid characters). r=sicking, sr=jst.
2004-02-10 10:58:13 +00:00
sicking%bigfoot.com
4cedcd531b
Final patch for bug 195350. Make XUL use new nsAttrAndChildren class. Kill nsXULAttributeValue and nsXULAttributes in favour of nsAttrValue resp. nsDOMAttributeMap. Should fix a few bugs, improve performance and reduce bloat.
...
r=bz sr=jst
2004-02-10 09:08:06 +00:00
jst%mozilla.jstenback.com
505c634885
Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com.
2004-02-09 22:48:53 +00:00
jst%mozilla.jstenback.com
75d15492c5
Fixing regression bug 233191. Make sure we fire the correct document notifications when inserting/appending children to a DOM node through the DOM APIs. r=mscott@mozilla.org, sr=bzbarsky@mit.edu
2004-02-06 02:26:10 +00:00
jst%mozilla.jstenback.com
cb45f84bb7
Fixing bug 197427. Making insertBefore, appendChild, replaceChild, and removeChild() work correctly on XUL elements by sharing the implementation with nsGenericElement. r=jonas@sicking.cc, sr=bzbarsky@mit.edu
2004-02-05 06:48:30 +00:00
tingley%sundell.net
6b5bffc068
bug 232854: RemoveBroadcastListenerFor wasn't removing listeners properly.
...
r=varga sr=bzbarsky
2004-02-05 01:08:07 +00:00
bryner%brianryner.com
42adb9f1be
More nsIPresContext deCOMtamination (bug 229371). Inline getters and setters for LinkHandler, VisibleArea, and Language; change some methods that don't return any useful data to |void|; make GetContainer return an already_AddRefed. r+sr=dbaron
2004-02-01 10:09:07 +00:00
jst%mozilla.jstenback.com
90431d8022
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
2004-01-29 22:04:45 +00:00
neil%parkwaycc.co.uk
5cade97563
Don't retarget events that are bubbling back out of content anonymous to the original target b=196755 r=bryner sr=jst
2004-01-29 21:14:53 +00:00
dbaron%dbaron.org
96079e83a3
Use a stub implementation of nsIDocumentObserver for implementors of nsIDocumentObserver in the layout library. b=232351 r=jst sr=peterv
2004-01-28 21:04:33 +00:00
jst%mozilla.jstenback.com
ce1edc1dc9
Fixing bug 230840. DeCOMtaminating nsIDocumentObserver, nsIAttribute, nsIContentList, and nsIContentIterator, and doing some other cleanup. r=jonas@sicking.cc, sr=bryner@brianryner.com
2004-01-24 00:46:17 +00:00
neil%parkwaycc.co.uk
84428dc828
Bug 231368 Remove unused nsIPref includes p=arne.anka@stupido.com r/sr=dbaron
2004-01-23 13:31:07 +00:00
bzbarsky%mit.edu
cdb84804de
Move the methods for handling inline style and attribute style sheets up to
...
nsDocument. Bug 230947, r+sr=jst
2004-01-22 03:35:09 +00:00
dbaron%dbaron.org
83bdcbc379
Fix leak regression by restoring code that gets the script context from the prototype document for compiling event handlers that are going to be stored in the prototype. b=231384 r=brendan sr=bryner
2004-01-21 21:11:29 +00:00
peterv%propagandism.org
fbd88a1d66
Fix for bug 230439 (Remove anonymous nodeinfomanager and other cleanup) - share CreateElement. r=caillon, sr=jst.
2004-01-18 11:59:21 +00:00
peterv%propagandism.org
379d6c8a41
Miscellaneous cleanup. r/sr=jst.
2004-01-18 10:45:26 +00:00
sicking%bigfoot.com
7dae6dd93c
Bug 195350: First stage of attributes overhaul. New class for storing attributes and children for an element. Use this class for xml elements. Also remove a couple of unneccesary functions from nsIContent.
...
r=caillon sr=jst
2004-01-15 17:07:27 +00:00
timeless%mozdev.org
088027c49a
Bug 190826 nsIRDFNodeList is not used
...
r=jag sr=bz
2004-01-15 08:39:11 +00:00
brendan%mozilla.org
7f1ddb9c0b
Remove trailing whitespace.
2004-01-14 20:18:54 +00:00
bsmedberg%covad.net
3d0c574845
Re-landing bug 229285 - There was a misplaced close-brace in nsXULDocument.cpp that was causing problems non-chrome XUL documents.
2004-01-14 18:03:25 +00:00