peterv%propagandism.org
|
ea82f1a8a5
|
Fix for bug 286300 (Clean up HTML tags enum and related code). r=mrbkap, sr=bz, a=asa.
|
2005-06-16 13:10:58 +00:00 |
|
cbiesinger%web.de
|
55fdadbd11
|
bug 241739 reuse HTML/SVG's <script> loading code for XUL <script>, thus
correctly handling non-ASCII characters
r+sr=bz a=asa
|
2005-06-12 12:32:05 +00:00 |
|
bzbarsky%mit.edu
|
5f3686c787
|
Create non-XUL nodes in a XUL document with the right ownerDocument. Bug
294536, r+sr=peterv, a=asa
|
2005-06-09 01:06:46 +00:00 |
|
jst%mozilla.jstenback.com
|
4e48d2a634
|
Fixing bug 292464. Use the documents principals to check if a document is a chrome document or not. r=smaug@welho.com, sr=peterv@propagandism.org, a=shaver@mozilla.org
|
2005-06-02 23:36:08 +00:00 |
|
timeless%mozdev.org
|
594e37d0af
|
Bug 290197 unchecked outputstream [@ nsXULPrototypeScript::Serialize]
r=bz sr=bz a=shaver
|
2005-06-01 18:33:20 +00:00 |
|
allan%beaufour.dk
|
f9510dc2c1
|
Fix up nsDOMAttributeMap so it caches the nsDOMAttributes that it creates. Bug 235512, r=sicking, sr=peterv, a=shaver
|
2005-06-01 13:46:20 +00:00 |
|
bzbarsky%mit.edu
|
89f6d79b74
|
Push the mChannel member for documents up to nsDocument and expose it on
nsIDocument. Bug 292971 preliminaries, r+sr=jst, a=chofmann
|
2005-06-01 01:15:23 +00:00 |
|
bzbarsky%mit.edu
|
e86f704ac7
|
Don't flag XUL elements created via nsXULElement::Create as being in a document
-- they're not. Bug 292247, r=sicking, sr=jst, a=chofmann
|
2005-05-01 17:32:49 +00:00 |
|
jst%mozilla.jstenback.com
|
50de4a3e1d
|
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
|
2005-04-28 23:48:28 +00:00 |
|
bzbarsky%mit.edu
|
7f50fad51c
|
Remove unneeded layout flushes in XUL/XBL. Bug 290005, r=roc, sr=jst, a=asa
|
2005-04-28 20:23:26 +00:00 |
|
bzbarsky%mit.edu
|
90feadd1d3
|
Fix crashes when document.load is called on an already-parsing XML document.
Bug 289292, r=sicking, sr=jst, a=chofmann
|
2005-04-28 16:57:24 +00:00 |
|
ben%bengoodger.com
|
17b0bf20cf
|
291206 - verbose template rule format does not support parsetype='Integer' for literal match conditions... r=vlad sr=bryner a=brendan
|
2005-04-23 01:42:31 +00:00 |
|
bzbarsky%mit.edu
|
8df9c25d22
|
Create CSSLoaders when the document object is created and deCOMify the getter.
Bug 290068, r=sicking, sr=peterv, a=brendan
|
2005-04-19 01:27:11 +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
|
ec8569a2f5
|
Fixing the XUL content sink's error reporting. Bug 289469, r+sr=peterv, a=dbaron
|
2005-04-18 19:44:14 +00:00 |
|
bzbarsky%mit.edu
|
192b6aaa49
|
Move the BindToTree call for the document element into SetRootContent. Bug
289209, r=sicking, sr=jst, a=asa
|
2005-04-15 01:30:14 +00:00 |
|
ben%bengoodger.com
|
f503636273
|
crash at nsXULDocument::OverlayForwardReference::Merge due to broken implementation of removeelement attribute for overlay merging... we always want to notify of node removals, so don't pass the notify flag along to the Remove function, always send PR_TRUE so that state is updated correctly. r=bz, sr=bryner, a=brendan
|
2005-04-06 23:19:20 +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 |
|
Olli.Pettay%helsinki.fi
|
a4b953aae4
|
Bug 288998 - Use atoms in nsXULElement::HandleDOMEvent to compare tag names, r+sr=bz
|
2005-04-04 21:16:15 +00:00 |
|
bzbarsky%mit.edu
|
2c620a7158
|
Fix overlay code to not trust overlays and violate the nsIContent API in the
process. Bug 233641, r=sicking, sr=ben
|
2005-03-31 04:26:00 +00:00 |
|
scott%scott-macgregor.org
|
d607589123
|
Back out the fix for Bug #285076 as it caused regressions (Bug #286709)
|
2005-03-18 17:14:29 +00:00 |
|
scott%scott-macgregor.org
|
fd9de2674a
|
Bug #285076 --> XUL Template Builder doesn't work with Dynamic overlays because we aren't sending out notifications to the document when the overlay is loaded dynamically.
r=jst
sr=bryner
|
2005-03-17 21:26:04 +00:00 |
|
jst%mozilla.jstenback.com
|
a57ec3f6dc
|
Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com
|
2005-03-04 02:01:54 +00:00 |
|
bryner%brianryner.com
|
a29b6c69fa
|
Remove nsIXBLBinding (bug 194834). r+sr=bzbarsky.
|
2005-02-25 22:07:01 +00:00 |
|
ben%bengoodger.com
|
7563b3836a
|
282103 - dynamic overlays: implement "loadOverlay" method on nsIDOMXULDocument which loads and merges an overlay into a XUL document. r=jst sr=bryner
|
2005-02-25 09:06:34 +00:00 |
|
bryner%brianryner.com
|
708a569767
|
Guarantee that a document's binding manager is non-null. Bug 282792, r+sr=bzbarsky.
|
2005-02-19 10:31:27 +00:00 |
|
doronr%us.ibm.com
|
4be07d28cc
|
Checked in from wrong tree, backing out, sorry.
|
2005-02-18 21:28:20 +00:00 |
|
doronr%us.ibm.com
|
b15c0e8b75
|
Bug 279057 - Implement hasFeature for XForms. Patch by smaug, r=bryner/sr=jst
|
2005-02-18 21:20:27 +00:00 |
|
neil%parkwaycc.co.uk
|
e298802c1b
|
Wallpaper for bug 280541 to get content tootips and scrollbars but still trying not to expose too much to content r+sr=bz a=asa
|
2005-02-12 20:48:06 +00:00 |
|
neil%parkwaycc.co.uk
|
5f18ee85fa
|
Wallpaper for bug 280541 to get content tootips and scrollbars but still trying not to expose too much to content r+sr=bz a=asa
|
2005-02-12 20:21:02 +00:00 |
|
bryner%brianryner.com
|
064c7eb606
|
Remove unneeded nsIFrameLoader interface (bug 280992). r+sr=jst.
|
2005-02-07 23:53:47 +00:00 |
|
bryner%brianryner.com
|
67dba23ae4
|
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
|
2005-02-03 23:01:54 +00:00 |
|
bryner%brianryner.com
|
851143fbec
|
Remove unneeded nsIContentList interface (bug 280746). r+sr=jst.
|
2005-02-02 23:16:02 +00:00 |
|
mozilla.mano%sent.com
|
4ddcb38789
|
Bug 277516 - Add a hidden pref to follow accessibility.tabfocus for xul elements; default to true on mac, false everywhere else. r=aaronlev sr=bzbarksky
|
2005-01-29 23:47:35 +00:00 |
|
aaronleventhal%moonset.net
|
df927a6518
|
Bug 279496. Can't copy and paste in text area. r=mats, sr=bz
|
2005-01-27 13:10:20 +00:00 |
|
cvshook%sicking.cc
|
c33b1cbd24
|
Bug 279788: Add nullcheck before calling isSelfOrAncestor.
r/sr=bz
|
2005-01-25 21:10:36 +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 |
|
cvshook%sicking.cc
|
56a6c3fccf
|
Bug 279155: Random cleanup in nsXULElement.cpp
r+sr=jst
|
2005-01-24 10:45:00 +00:00 |
|
varga%nixcorp.com
|
a7c1766801
|
Fix for bug 274808. Crash when dragging onto a tree [@ nsXULTreeBuilder::GetTemplateActionCellFor ]
r=varga sr=bryner patch by Neil Deakin <enndeakin@sympatico.ca>
|
2005-01-19 22:06:23 +00:00 |
|
bryner%brianryner.com
|
956ddd5106
|
Remove nsIXULContent. Bug 276698, r=sicking, sr=jst.
|
2005-01-19 20:05:02 +00:00 |
|
neil%parkwaycc.co.uk
|
9179470baf
|
Make XUL elements work properly with Get/SetNativeAnonymous (partial fix for bug 165110) r=sicking sr=bz
|
2005-01-17 16:03:28 +00:00 |
|
peterv%propagandism.org
|
603ae79c1b
|
Fix for bug 278505 (Trivial content cleanup). r/sr=jst.
|
2005-01-17 09:38:03 +00:00 |
|
timeless%mozdev.org
|
01db14eca3
|
Bug 242467 The patch for bug 242212 breaks builder.rebuild for remote XUL
patch by enndeakin@sympatico.ca r=jst sr=jst
|
2005-01-17 09:24:56 +00:00 |
|
jst%mozilla.jstenback.com
|
7910abfc93
|
Eliminate cast that is no longer needed.
|
2005-01-15 00:25:12 +00:00 |
|
jst%mozilla.jstenback.com
|
6b7d6cec73
|
Landing fix for bug 198533. Patch by smaug@welho.com. Making nsXULElement inherit nsGenericElement. r=bugmail@sicking.cc, sr=jst@mozilla.org
|
2005-01-14 19:30:55 +00:00 |
|
neil%parkwaycc.co.uk
|
fb85706c0b
|
Set the xul document title before layout in case xbl constructors want it b=278286 r+sr=bz
|
2005-01-14 18:00:29 +00:00 |
|
bzbarsky%mit.edu
|
8b54631a06
|
Keep track of whether a title has been set in the document, not in the sink.
This way we can notice all ways of setting it. Bug 271996, r=sicking, sr=neil
|
2005-01-12 02:47:53 +00:00 |
|
peterv%propagandism.org
|
d77a12e38a
|
Correct function signature to fix Solaris bustage.
|
2004-12-21 13:25:31 +00:00 |
|
peterv%propagandism.org
|
26bb2f4e91
|
Fix fo bug 274964 (Switch to Expat's xml declaration parsing). r/sr=jst.
|
2004-12-17 09:17:35 +00:00 |
|
peterv%propagandism.org
|
a7ac96fea9
|
Fix for bug 192139 (Integrate latest Expat). r=bz, sr=jst.
|
2004-12-15 15:37:23 +00:00 |
|