cvshook%sicking.cc
|
3a9a287253
|
Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst
|
2006-07-19 04:36:36 +00:00 |
|
cbiesinger%web.de
|
c2d981f764
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
|
peterv%propagandism.org
|
3609c87767
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-24 18:43:15 +00:00 |
|
bzbarsky%mit.edu
|
e84856a159
|
Remove unused aDeep args from AppendChildTo and InsertChildAt. Bug 289316,
r=sicking, sr=peterv, a=brendan
|
2005-04-18 22:58:35 +00:00 |
|
bzbarsky%mit.edu
|
48ba5ce32b
|
Eliminate nsIContent::SetDocument/SetParent/SetBindingParent in favor of
BindToTree and UnbindFromTree methods. Bug 286000, r=sicking, sr=jst
|
2005-04-05 23:54:35 +00:00 |
|
cvshook%sicking.cc
|
e2081a89e6
|
Bug 236476: Change GetHTMLAttribute to GetParsedAttr. Also fixes bug 232706 by removing final uses of nsHTMLValue.
r=bz sr=jst
|
2005-01-25 00:02:58 +00:00 |
|
bryner%brianryner.com
|
a8073f18a3
|
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
|
2005-01-12 19:45:38 +00:00 |
|
peterv%propagandism.org
|
8d23023aab
|
Backout part of the fix for bug 27382 to try to undo Tp regression.
|
2004-08-10 16:16:58 +00:00 |
|
peterv%propagandism.org
|
45682cc199
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). r/sr=jst.
|
2004-08-10 10:22:36 +00:00 |
|
peterv%propagandism.org
|
a7908e751a
|
Fix for bug 236408 (deCOMtaminate nsINodeInfoManager). r=caillon, sr=jst.
|
2004-06-25 12:26:02 +00:00 |
|
roc+%cs.cmu.edu
|
0f4150a4e5
|
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
|
2004-06-17 00:13:25 +00:00 |
|
roc+%cs.cmu.edu
|
d1170ac0a9
|
Bug 226439. Convert layout to EqualsLiteral and EqualsASCII. r+sr=dbaron
|
2004-04-30 13:23:43 +00:00 |
|
gerv%gerv.net
|
708b56cff4
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
|
sicking%bigfoot.com
|
fc084e0c73
|
Bug 236620: kill nsIContent::CanContainChildren
r/sr=jst
|
2004-03-06 00:22:03 +00:00 |
|
sicking%bigfoot.com
|
17ca2df349
|
Bug 232016: Kill SetHTMLAttribute and do minor cleanups in .foo -> set/getAttribute("foo") mapping code.
r=peterv sr=jst
|
2004-02-24 23:55:18 +00:00 |
|
sicking%bigfoot.com
|
d5a23a72e6
|
Bug 232706: Remove unneccesary datatypes from nsHTMLValue and cleanup AttributeToString.
r=caillon sr=jst
|
2004-02-11 00:38:12 +00:00 |
|
caillon%returnzero.com
|
2df173e9c8
|
Bug 209087
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
|
2003-06-13 20:10:01 +00:00 |
|
jst%netscape.com
|
b4cc5d4695
|
Fixing bug 124412. Making nsXULDocument inherit nsXMLDocument to avoid the need to duplicate a large amount of code in nsXULDocument. Also removing nsMarkupDocument and nsIDOMEventCapturer that are no longer needed. Changing the inheritance of nsIDOMXULDocument to avoid ~60 or so forwarding methods, and doing a *lot* of code cleanup. r=bugmail@sicking.cc, sr=peterv@netscape.com
|
2003-03-26 07:41:30 +00:00 |
|
jst%netscape.com
|
262f28f900
|
Fixing bug 134278. Die kNameSpaceID_HTML, die! r=sicking@bigfoot.com, sr=heikki@netscape.com
|
2002-05-20 22:47:02 +00:00 |
|
sicking%bigfoot.com
|
058a33eded
|
Bug 41983: Make (x)html-elements support namespaced attributes.
r=heikki sr=jst a=roc+moz
|
2002-03-27 00:13:57 +00:00 |
|
dbaron%fas.harvard.edu
|
66238732c8
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:26:36 +00:00 |
|
jaggernaut%netscape.com
|
97b0530073
|
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
|
2001-12-16 11:58:03 +00:00 |
|
gerv%gerv.net
|
4e12e44b2f
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
|
pollmann%netscape.com
|
c109661ded
|
Bug 65609: (DOM) Allow form elements inside a subtree to find their parent when the subtree is appended/inserted. r=nisheeth@netscape.com, sr=jst@netscape.com
|
2001-04-02 00:45:52 +00:00 |
|
rods%netscape.com
|
edb0c6270c
|
removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros
Bug 61274, r=buster sr=waterson
|
2001-01-04 20:44:42 +00:00 |
|
jst%netscape.com
|
9abec73fbe
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
|
hyatt%netscape.com
|
21e5ef59a2
|
fix for making skins script-safe. r=scc
|
2000-05-19 04:48:43 +00:00 |
|
jst%netscape.com
|
6e0ea9132a
|
Fix build bustage.
|
2000-05-17 02:07:50 +00:00 |
|
jst%netscape.com
|
ee4b181034
|
Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com.
|
2000-05-10 13:13:39 +00:00 |
|
attinasi%netscape.com
|
950775e1ac
|
checks for null strings. test programs only.
|
2000-05-02 22:38:58 +00:00 |
|
mjudge%netscape.com
|
2cfb602409
|
making string conversions explicit. scc
|
2000-04-26 01:13:55 +00:00 |
|
jst%netscape.com
|
791ed9e983
|
Fixing Win build bustage.
|
2000-04-02 18:36:26 +00:00 |
|
tbogard%aol.net
|
8c8bbce9a7
|
Changed places where containers were set to use nsISupports instead of nsIContentViewerContainer. r=dp
|
1999-11-15 22:17:54 +00:00 |
|
dmose%mozilla.org
|
5312eacf8c
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
|
cls%seawood.org
|
bee74e223b
|
Removed unused NECKO ifdefs.
a=leaf
|
1999-11-02 23:34:03 +00:00 |
|
warren%netscape.com
|
bf8423a769
|
Changed around load group insertion/removal to happen on mozilla thread.
|
1999-07-20 08:46:33 +00:00 |
|
warren%netscape.com
|
84bd74a4fd
|
Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).
|
1999-07-16 11:14:36 +00:00 |
|
rickg%netscape.com
|
76a550598f
|
fixup nsString API
|
1999-06-27 18:21:27 +00:00 |
|
warren%netscape.com
|
1f76168d21
|
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
|
1999-06-23 03:29:44 +00:00 |
|
kipp%netscape.com
|
1f8cfdbaac
|
Use our own null value
|
1999-02-26 17:13:30 +00:00 |
|
peterl%netscape.com
|
7f04fb00e6
|
changed all html atoms to lower case
|
1999-02-12 06:19:07 +00:00 |
|
cata%netscape.com
|
c277c4a8e9
|
Hacky Unicode converters implementation replaced with the real xpcom thing.
|
1999-02-03 18:55:10 +00:00 |
|
vidur%netscape.com
|
895ce771ea
|
Moved text and comment code out of HTML-specific directories. Completed CloneNode for elements. Completed factory methods for intersection of XML and HTML.
|
1999-01-14 23:14:02 +00:00 |
|
peterl%netscape.com
|
887cd5f867
|
sync to new attribute api
|
1998-12-20 01:21:23 +00:00 |
|
warren%netscape.com
|
0580a8e5c4
|
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
|
1998-12-16 05:40:20 +00:00 |
|
rickg%netscape.com
|
c737f0ffa8
|
first pass support for view-source
|
1998-11-11 11:55:32 +00:00 |
|
vidur%netscape.com
|
68fbf6a357
|
Added additional parameter to nsIContent::SetDocument. The document now tells content to lose its weak reference before the document goes away. Elements and text now add their script objects as roots so they don't get collected prematurely.
|
1998-10-26 23:26:01 +00:00 |
|
vidur%netscape.com
|
f9e3760137
|
Updated DOM interfaces to match final W3C recommendation. Modified IDL compiler to take IIDs
|
1998-10-20 17:07:23 +00:00 |
|
troy%netscape.com
|
b3b9203efc
|
Fixed build bustage by having MyDocument derive from nsMarkupDocument
|
1998-10-02 17:13:41 +00:00 |
|
kipp%netscape.com
|
a0d97d73f6
|
Resurrected tests
|
1998-09-25 17:55:03 +00:00 |
|