mrbkap%gmail.com
4ec259ce0c
bug 293162: Textarea's innerHTML shouldn't treat the HTML as text. r=peterv sr=jst a=shaver
2005-06-16 21:23:24 +00:00
mrbkap%gmail.com
6664814803
bug 296677: Fix nsParser::ParseFragment to not screw up setting <textarea>'s innerHTML. r=jst sr=peterv a=asa
2005-06-16 18:59:59 +00:00
mrbkap%gmail.com
96e94dc74c
bug 296284: <blockquote type=cite> can cause the plaintext serializer to delete extra newlines before inlines after blocks. r=peterv sr=jst a=asa
2005-06-16 18:20:59 +00:00
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
joshmoz%gmail.com
33b4f10224
bug 297338: Textareas lose the final chunk of text if the default contents are longer than 4096 characters long. r+sr=jst a=dbaron, patch by Blake Kaplan <mrbkap@gmail.com>
2005-06-16 00:41:50 +00:00
bryner%brianryner.com
e4a343f08f
Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver.
2005-06-15 23:52:46 +00:00
dbaron%dbaron.org
f00b4902e7
Implement the same block-alignment behavior for align=left (which matters only for RTL) that we do for center and right. b=64510 r+sr=roc a=asa
2005-06-15 23:45:06 +00:00
tor%cs.brown.edu
4e391fe636
Bug 296266 - Update SVG feature strings.
...
Patch by scootermorris@comcast.net , r=tor, a=asa.
2005-06-14 20:32:35 +00:00
brendan%mozilla.org
f1957f14c4
Support text/ecmascript and other types specified in http://www.ietf.org/internet-drafts/draft-hoehrmann-script-types-03.txt (r=sicking, sr=jst, a=me).
2005-06-14 16:08:05 +00:00
peterv%propagandism.org
43b350cd75
Fix for bug 297311 (consistent crash when trying to call xmlDocument.replaceChild(newChild, xmlDocument.documentElement) on XML document rendered in a frame). r/sr=bz, a=asa.
2005-06-14 12:30:17 +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
913225e3d6
Make sure to propagate back the result of InstallImplementation and bail
...
if it fails. Bug 292944, r+sr=jst, a=asa
2005-06-11 21:30:20 +00:00
allan%beaufour.dk
9631dd8d9e
Expose IntrinsicState() to XTF elements. Bug 297061, r=smaug+alex, sr=bryner, a=asa
2005-06-11 11:19:08 +00:00
cvshook%sicking.cc
b8ff8c18c7
Bug 296450: Make the hashtable holding attribute nodes work properly on all platforms.
...
r=beaufour sr=peterv a=caillon
2005-06-09 20:17:40 +00:00
bzbarsky%mit.edu
3114a994a1
Make sure to call ScriptEvaluated when doing all evaluations, to call it
...
_after_ we've popped the JSContext from the stack, and to handle multiple
termination functions being posted from a single script evaluation. Fixes
leaks when closing windows or tabs with still-loading documents. Bug 295983,
r+sr=jst, a=asa
2005-06-09 15:42:19 +00:00
bzbarsky%mit.edu
379cc266ed
Make sure to call ScriptEvaluated after running XBL constructors/destructors.
...
Bug 295124, r+sr=jst, a=asa.
2005-06-09 15:39:07 +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
neil%parkwaycc.co.uk
76b90ec7ce
Fix regression from misread bug 285830 comment b=296657 r=sicking sr=jst a=asa
2005-06-08 23:02:29 +00:00
cvshook%sicking.cc
ffa6aac7b7
Bug 245274: Be more strict about which names we allow for createElement, even in quirks mode.
...
r=doron sr=bz a=asa
2005-06-08 16:42:04 +00:00
mrbkap%gmail.com
f804bef6c7
bug 271184: The output of nested document.write()s can get reversed (where later document.write()s are seen before previous document.write()s). This makes nsHTMLDocument use good parser keys. r=sicking sr=jst a=asa
2005-06-07 19:21:05 +00:00
allan%beaufour.dk
74e5a21386
Implement Get/SetProperty for nsIAttribute. Bug 285597, r+sr=peterv,a=mkaply
2005-06-06 08:51:40 +00:00
vladimir%pobox.com
d7a8a29593
b=296311, cannot use drawWindow with enablePrivelige; b=296697, drawWindow busted; r=pav,a=shaver
2005-06-06 06:46:53 +00:00
vladimir%pobox.com
02bc2a2809
b=296463, upgrade to cairo 0.5.0, s+sr=roc,pav,tor
2005-06-04 07:03:29 +00:00
bzbarsky%mit.edu
94faa65c47
MAke sure to set the external reference bit on mCurrentTarget. Bug 295670,
...
r+sr=roc, a=chofmann
2005-06-04 02:21:40 +00:00
allan%beaufour.dk
e685e5969a
Fix crash in nsDOMAttributeMap, regression from bug 235512. Bug 296490, r=Pike,sr=peterv,a=roc
2005-06-03 11:41:46 +00:00
bzbarsky%mit.edu
6cab785436
Make the title change events we fire trusted. Bug 295210, r+sr=jst, a=dveditz
2005-06-03 02:07:44 +00:00
bzbarsky%mit.edu
4b8823720e
Add an nsIContent api for getting the intrinsic state of the content; this can
...
be used to implement more pseudo-classes (eg CSS3 UI ones for XForms). Bug
296309, r+sr=dbaron, a=chofmann
2005-06-03 02:02:45 +00:00
bzbarsky%mit.edu
4aeaa75697
Be smarter about XBL constructors and such. Bug 292591, r=sicking, sr=dveditz,
...
a=shaver
2005-06-03 01:54:50 +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
cbiesinger%web.de
3e0fbf96b8
Bug 296457 fixing reversed null check in DrawNativeSurfaces
...
r+sr=shaver a=chofmann
2005-06-02 23:01:52 +00:00
jst%mozilla.jstenback.com
313ecd3615
Fixing bug 285873. Make midas independent of the pref editor.CR_creates_new_p and make the default behaviour in midas match IE (such that hitting return in a p tag splits the p instead of inserting a br. r=brade@comcast.net, sr=bzbarsky@mit.edu, a=chofmann@mozilla.org
2005-06-02 03:11:35 +00:00
bzbarsky%mit.edu
8388d47b5d
Fix leak on setting innerHTML in XML, as well as leaks when the parent of a
...
not-yet-parsed script is removed from the document. Bug 294274, r+sr=peterv,
a=chofmann
2005-06-02 02:38:20 +00:00
bzbarsky%mit.edu
4e94a19a4d
Make sure to Reset() if our default value changes and we haven't had our value
...
change. Bug 215228, r+sr=peterv, a=chofmann
2005-06-02 02:30:09 +00:00
mrbkap%gmail.com
5aed97795a
bug 287990: Bring back <plaintext> support. This supports it "properly" (i.e., no end tag). r=jst sr=dbaron a=shaver
2005-06-01 22:11:30 +00:00
mrbkap%gmail.com
9c7185974e
bug 208869: Setting innerHTML with textarea can isnert an extra newline. This patch makes textarea be treated as a normal container outside CNavDTD (which takes over its first-newline removal duties). r=sicking sr=bzbarksy a=shaver
2005-06-01 21:23:23 +00:00
mrbkap%gmail.com
7e752b0ccd
bug 144998: Empty lines under quotes are doubled. Patch by Shotaro Kamio <skamio@netscape.net>, Koike Kazuhiko <kazhik@mozilla.gr.jp>, Wolfgang Rosenauer <mozilla@rfosenauer.org>, and me. r=akkana sr=jst a=shaver
2005-06-01 19:31:47 +00:00
bzbarsky%mit.edu
2f4d64c7dc
Hold a ref to the binding we're tearing down so it doesn't die before we're
...
done with it. Bug 292717, r+sr=jst, a=shaver
2005-06-01 19:27:43 +00:00
Olli.Pettay%helsinki.fi
c5a59f46b5
Bug 291026, Allow XBL to bind to XTF elements, r=alex, sr=bryner, a=mkaply
2005-06-01 19:19:33 +00:00
cbiesinger%web.de
0493f61e46
295916 r=mrbkap sr=bz a=shaver
...
- make parser handle calling Parse with an empty string and aLastCall=true
correctly
- call that from document.close() even in the non-HTML case
2005-06-01 19:13:39 +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
timeless%mozdev.org
bbfe7d34e5
Bug 289068 ASSERTION: WriteToBuffer called with count of zero: 'count', file r:/mozilla/netwerk/cache/src/nsDiskCacheStreams.cpp, line 710
...
r=jst sr=jst a=shaver
2005-06-01 16:10:58 +00:00
bzbarsky%mit.edu
9aa0fb9ff9
Just use our document for the doc we call ContentStatesChanged on instead of
...
trying to get it off the content nodes (which may no longer be in a document by
this point). Bug 274736, r+sr=roc, a=shaver
2005-06-01 15:38:09 +00:00
bzbarsky%mit.edu
137b2f7312
Fix up more of the m*Content pointers correctly when content is removed from
...
the document. Bug 293914 followup, r+sr=dbaron, a=shaver
2005-06-01 15:36:11 +00:00
bzbarsky%mit.edu
75a4727606
Fix memory leak. Bug 296014, r+sr=roc, a=shaver
2005-06-01 15:26:34 +00:00
allan%beaufour.dk
e4faf6a06f
fixing bustage, bug 235512
2005-06-01 14:50:34 +00:00
neil%parkwaycc.co.uk
5bf10977f4
Bug 285830 textContent ignores whitespace r=sicking sr=jst a=shaver
2005-06-01 13:59:38 +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
vladimir%pobox.com
e3bfb58cb2
b=295302, canvas drawImage fix, and gtk crash fix, r=pavlov,a=chofmann
2005-05-31 18:38:27 +00:00
bzbarsky%mit.edu
f8265fe907
Pass the document URI for the <key>'s or <command>'s document as the script
...
filename when compiling the <key>'s handler. Bug 295160, r+sr=jst, a=asa
2005-05-24 17:30:07 +00:00