cvshook%sicking.cc
|
1af1b10ad8
|
Bug 324572: Move property methods to nsINode and make nsIAttribute inherit nsINode.
r/sr=bz
|
2006-01-25 20:49:56 +00:00 |
darin%meer.net
|
cc4577f6cc
|
fix balsa bustage
|
2006-01-25 02:46:20 +00:00 |
bryner%brianryner.com
|
82d6fa213e
|
Remove deprecated nsTString::ToCString (bug 323471). r+sr=darin.
|
2006-01-24 19:22:02 +00:00 |
mrbkap%gmail.com
|
0a86b61aab
|
bug 323908: Pass line and column information to ReportError. Patch by Robert Sayre <sayrer@gmail.com>. r=mrbkap sr=jst
|
2006-01-21 02:02:02 +00:00 |
bzbarsky%mit.edu
|
be7a2211fd
|
Implement an nsINode interface; move some common stuff from nsIContent and
nsIDocument to nsINode. Bug 323311, r=sicking, sr=jst
|
2006-01-19 03:34:18 +00:00 |
dbaron%dbaron.org
|
e94c39c01b
|
Remove event listeners when dropping an event listener manager so that the weak references in DOMClassInfo's preserved wrapper table for event listeners are removed before the ELM's owner (the GC participant) goes away, and document why this needs to be done. Also consolidate the things that need to be done before letting go of an ELM into one method, and add some missing calls to that method. b=323807 r=mrbkap sr=jst
|
2006-01-19 02:43:39 +00:00 |
cvshook%sicking.cc
|
7d9189938d
|
Bug 323910: Merge atom lists in gklayout
r/sr=jst
|
2006-01-19 00:58:12 +00:00 |
roc+%cs.cmu.edu
|
cb85074f0d
|
Bug 323230. Add FindAttrValueIn as an efficient way to look up an attribute value in a table of atoms. r=sicking,sr=bzbarsky
|
2006-01-18 04:09:33 +00:00 |
bzbarsky%mit.edu
|
e085adda22
|
Fix blocker bug 322701 -- don't reenter StartLayout. pending r=ben, sr=dbaron.
|
2006-01-14 05:28:34 +00:00 |
bzbarsky%mit.edu
|
c60d3489b6
|
Fix build bustage (bug 322936)
|
2006-01-10 20:11:53 +00:00 |
dbaron%dbaron.org
|
f79b992517
|
Consolidate duplicated overlay loading code. b=320211 r=mrbkap sr=jst
|
2006-01-10 06:05:19 +00:00 |
doronr%us.ibm.com
|
cbec2d8e5e
|
Patch for bug 319463 should use PR_TRUE, not true
|
2006-01-07 04:30:58 +00:00 |
doronr%us.ibm.com
|
7c82092254
|
Bug 319463 - display:none iframe pointing to a xul document stops main document from finishing to load. patch by ben, r=bz sr=bryner
|
2006-01-06 23:24:38 +00:00 |
mrbkap%gmail.com
|
65711ff7e0
|
bug 319434: Add an interface to allow C++ callers to get the popup and tooltip
nodes so that when the only JS code on the stack is content code, the C++ code
still does the right thing. r=jst sr=bzbarsky
|
2006-01-06 20:49:19 +00:00 |
darin%meer.net
|
645a0a885e
|
fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz
|
2006-01-02 02:30:32 +00:00 |
cvshook%sicking.cc
|
2ee4c4c0f2
|
Bug 232639: Make nsXULElement::GetAttrNameAt actually work.
r/sr=bz
|
2005-12-30 20:12:35 +00:00 |
cvshook%sicking.cc
|
3803b5dbe0
|
Bug 296207: Optimize nsDOMAttributeMap::SetNamedItemInternal.
r=allan sr=peterv
|
2005-12-29 03:01:58 +00:00 |
cvshook%sicking.cc
|
031a1befce
|
Bug 284950: DeCOMTaminate nsIContent::GetAttrNameAt
r/sr=bz
|
2005-12-28 21:52:39 +00:00 |
cbiesinger%web.de
|
8d81b8a6b6
|
Bug 321504 Remove unneeded uses of nsIDocumentLoader
r+sr=bz
|
2005-12-26 16:45:59 +00:00 |
neil%parkwaycc.co.uk
|
11f0b0df4c
|
Abandon prototypes for failed overlays (fixes bug 320652) r=mrbkap sr=dbaron
|
2005-12-23 10:48:34 +00:00 |
mrbkap%gmail.com
|
dd5841f08d
|
bug 319847: xul:persist doesn't really deal with namespaces; check that the argument is a valid NCName, though. r=bsmedberg sr=jst
|
2005-12-19 21:13:59 +00:00 |
dbaron%dbaron.org
|
822b3c55fe
|
Call nsIParser::Terminate when NS_OpenURI fails so we don't leak on failed prototype loads. b=320211 r=mrbkap sr=jst
|
2005-12-15 01:04:27 +00:00 |
timeless%mozdev.org
|
2e24e61bf2
|
Bug 318276 Crash [ @ nsXULDocument::LoadOverlay ]
patch by jwalden+bmo@mit.edu r=jst sr=jst
|
2005-12-13 00:38:40 +00:00 |
brettw%gmail.com
|
97c9c6513a
|
Bug 302050: inline spellchecking for textboxes backend. r=bryner sr=bzbarsky
|
2005-12-05 18:07:33 +00:00 |
jst%mozilla.jstenback.com
|
175fe145fe
|
Fixing bug 318461. Move SetNewDocument() and SetOpenerWindow() from nsIScriptGlobalObject to nsPIDOMWindow to clean out non-script related methods form the nsIScriptGlobalObject interface. r=mrbkap@gmail.com, sr=bzbarsky@mit.edu
|
2005-12-01 19:35:27 +00:00 |
mrbkap%gmail.com
|
f75471c412
|
bug 317370: Remove the vestigial aRemoveEventListeners parameter to SetNewDocument. r+sr=jst
|
2005-11-30 23:41:49 +00:00 |
jst%mozilla.jstenback.com
|
f985c5d62a
|
Fixing bug 318106. Stop assertion about setting mutation bits on outer window. r+sr=bzbarsky@mit.edu
|
2005-11-29 21:51:53 +00:00 |
bzbarsky%mit.edu
|
617285d1ac
|
Remove content ids. Bug 166637, r=sicking, sr=peterv
|
2005-11-29 16:47:18 +00:00 |
bzbarsky%mit.edu
|
010b56ee8f
|
Make ParseAttribute handle namespaced attributes too, since SVG needs to
ParseAttribute things like xlink:href. Bug 314568, r=sicking, sr=jst
|
2005-11-29 16:37:15 +00:00 |
jst%mozilla.jstenback.com
|
ed43f7926b
|
Fixing tinderbox orange. Add event listeners on inner windows when processing event attributes on overlay elements, make sure to use the inner window, not the outer.
|
2005-11-29 02:06:23 +00:00 |
jst%mozilla.jstenback.com
|
7a5af690c6
|
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
|
2005-11-28 23:56:44 +00:00 |
timeless%mozdev.org
|
3db428f6ac
|
Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
|
2005-11-25 21:57:13 +00:00 |
timeless%mozdev.org
|
9ef60db03e
|
Bug 106386 Correct misspellings in source code
patch by supernova_00@yahoo.com r=timeless rs=brendan
|
2005-11-21 06:30:34 +00:00 |
masayuki%d-toybox.com
|
43e92fffcf
|
Bug 309075 Right-clicking a partially off-screen link shouldn't scroll the page r+sr=roc
|
2005-11-12 06:34:12 +00:00 |
bsmedberg%covad.net
|
dff1dea638
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
dbaron%dbaron.org
|
e1a82529b3
|
Fix null check so it doesn't cause a leak. b=315427 r+sr=bryner
|
2005-11-07 20:53:47 +00:00 |
cvshook%sicking.cc
|
ff9f28473b
|
Followup patch for bug 311827. nsIContent::GetAttr now returns a bool.
r/sr=bz
|
2005-11-07 19:03:54 +00:00 |
bzbarsky%mit.edu
|
44aef33bac
|
Notify on range stuff even in XUL. Bug 308382, r=sicking, sr=jst
|
2005-11-02 02:42:38 +00:00 |
bzbarsky%mit.edu
|
1e91350bb2
|
Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
changes, sr=jst
|
2005-11-02 00:41:51 +00:00 |
cvshook%sicking.cc
|
9c1b72f7f8
|
Bug 311827: Make GetAttr return a bool rather then an nsresult.
r/sr=bz
|
2005-10-28 11:25:24 +00:00 |
bzbarsky%mit.edu
|
e22e482952
|
Combine various SetAttr implementations so that we just have
nsGenericElement::SetAttr. Bug 308270, r=sicking, sr=jst
|
2005-10-28 02:59:38 +00:00 |
peterv%propagandism.org
|
a8f3106f1d
|
Fix for bug 264308 (Implement DOM Level 3 UserData API). r/sr=jst.
|
2005-10-27 14:09:23 +00:00 |
bzbarsky%mit.edu
|
3ecf2cf11d
|
Pass nsIStyledContent to AttributeChanged() so that consumers don't have to QI
to it. Bug 313343, r=sicking, sr=jst
|
2005-10-27 02:25:23 +00:00 |
mrbkap%gmail.com
|
7f95cfeecf
|
bug 313566: Add a couple of checks. r=jst sr=bzbarsky
|
2005-10-25 01:34:16 +00:00 |
Olli.Pettay%helsinki.fi
|
6c7a3fd452
|
Bug 312743, DoneAddingChildren is not called for XTF Elements in XUL if the element doesn't have any child nodes. r+sr=bryner
|
2005-10-17 18:23:23 +00:00 |
peterv%propagandism.org
|
ef98abb585
|
Fix for bug 308328 (crash in [@ nsDocument::GetPrincipal] when closing browser). r/sr=bz.
|
2005-10-14 09:07:29 +00:00 |
bzbarsky%mit.edu
|
cf82394840
|
Don't try to duplicate the jsval typedef. Bug 312003, r+sr=brendan
|
2005-10-12 20:16:35 +00:00 |
Olli.Pettay%helsinki.fi
|
6d429f11c1
|
Bug 306974, Remove some duplicate event dispatching code r=sicking, sr=peterv
|
2005-10-10 18:38:57 +00:00 |
bryner%brianryner.com
|
1f1b77ffa6
|
Speed up matching class rules by caching the class attribute, rather than looking it up for each rule. Remove HasClass now that it's no longer needed. Bug 310236, r+sr=dbaron.
|
2005-10-08 23:06:27 +00:00 |
cvshook%sicking.cc
|
acbe4d892e
|
Bugs 292962 and 311269: Make pages in bf cache not behave as if they have a presentation, and evict pages from the bf cache synchronously if they are modified.
r/sr=bryner
|
2005-10-07 20:20:52 +00:00 |