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 |
|
bsmedberg%covad.net
|
b31eebf62d
|
Move xmlprettyprint stylesheets to "global" package, noticed this during bug 281988, r+sr=bzbarsky a=drivers
|
2005-05-20 16:42:15 +00:00 |
|
pavlov%pavlov.net
|
7eb98f8a3d
|
fixing crash in canvas when calling restore() without save(). bug 294784. r=vlad a=shaver
|
2005-05-20 15:26:54 +00:00 |
|
bryner%brianryner.com
|
a13c8de744
|
Fix crash when closing a tab that contains an image (bug 294630). Patch by bz / beaufour, r+sr=me, a=dbaron.
|
2005-05-20 01:31:26 +00:00 |
|
timeless%mozdev.org
|
1aaa75f71c
|
Bug 294831 JS OOM crash [@ nsXBLPrototypeBinding::InitClass]
r=bz sr=bz a=asa
|
2005-05-20 01:05:55 +00:00 |
|
roc+%cs.cmu.edu
|
8f12f192b0
|
Fixing bustage.
|
2005-05-19 21:57:10 +00:00 |
|
roc+%cs.cmu.edu
|
abefc4f884
|
Bug 293947. Add canvas API to render a DOM window to the canvas, including transparency support. r=vlad,sr=darin,a=asa
|
2005-05-19 21:28:58 +00:00 |
|
bzbarsky%mit.edu
|
9b46fcefd6
|
Fix crash if the DOM gets rearranged while we're parsing. Bug 294235,
r+sr=peterv, a=asa
|
2005-05-19 19:56:13 +00:00 |
|
bzbarsky%mit.edu
|
af1ea33dd6
|
Update focus and hover state correctly when an _ancestor_ of the current focus
or hover content is removed from the DOM. Bug 293914, r+sr=roc, a=asa
|
2005-05-19 16:18:32 +00:00 |
|
bzbarsky%mit.edu
|
006aed48be
|
Back out the patch for bug 211128 to fix bug 293639. r=sicking, sr=peterv, a=asa
|
2005-05-19 16:12:13 +00:00 |
|
vladimir%pobox.com
|
72b760f1ad
|
b=294400, fix mac image handling; 293221, default canvas values; 294572, mac image rendering issues. r+a=shaver
|
2005-05-18 03:58:01 +00:00 |
|
bryner%brianryner.com
|
87f0855b0e
|
Fix save/restore of form control contents when reloading (bug 294258). r=sicking, sr=bzbarsky.
|
2005-05-18 03:52:33 +00:00 |
|
tor%cs.brown.edu
|
045816767b
|
Bug 288265 - saving svg page messing up viewBox attributes.
r=jwatt, src=bzbarsky, a=dveditz
|
2005-05-17 22:52:33 +00:00 |
|
aaronleventhal%moonset.net
|
94d23dfa0d
|
Bug 294180. MSAA positional descriptions wrong for radio buttons in HTML form. r=timeless, sr=bz, a=chofmann
|
2005-05-17 21:50:27 +00:00 |
|
vladimir%pobox.com
|
f83cae50a2
|
b=294134, fix canvas premultiplied alpha handling, r=pavlov
|
2005-05-14 08:31:23 +00:00 |
|
bzbarsky%mit.edu
|
75e72cc8d7
|
Use the document as the context, not the node, since trying to JS-wrap the node
will reenter XBL loading. Bug 293778, r+sr=jst, a=shaver
|
2005-05-14 02:55:41 +00:00 |
|
bzbarsky%mit.edu
|
5a1aa99118
|
Add a document api to prevent onload from firing too early. Bug 293818,
r=darin, sr=jst, a=asa
|
2005-05-13 19:54:28 +00:00 |
|
vladimir%pobox.com
|
0b6a9e70f8
|
b=293267, fix canvas rendering speed, r+sr=bz,a=shaver
|
2005-05-12 21:34:56 +00:00 |
|
bzbarsky%mit.edu
|
3bfa5db241
|
Fix bug 293588 -- make sure to not store form data in the wrong session history
entry. r+sr=bryner, a=brendan
|
2005-05-12 20:53:33 +00:00 |
|
tor%cs.brown.edu
|
1a8f106a62
|
Bug 293265 - rename --enable-cairo to --enable-canvas. r=bsmedberg, a=asa
|
2005-05-11 23:49:52 +00:00 |
|
bzbarsky%mit.edu
|
89a44115b0
|
Remove unused variable. r=timeless, sr=lumpy, a=asa
|
2005-05-10 23:41:48 +00:00 |
|
bzbarsky%mit.edu
|
e667640756
|
Do content policy checks on XBL binding loads. Bug 292589, r+sr=jst, a=dbaron
|
2005-05-10 21:07:00 +00:00 |
|
bryner%brianryner.com
|
40d7ab427b
|
Fix form state save/restore so that it uses the correct history entry (bug 293135). r+sr=bzbarsky, a=shaver.
|
2005-05-10 02:06:29 +00:00 |
|
vladimir%pobox.com
|
63a34084c8
|
b=293407, canvas uses wrong frame type; 293306, canvas leaks memory; 293225, default canvas height should be 150, r+sr=bzbarsky,a=shaver
|
2005-05-10 00:28:30 +00:00 |
|
bzbarsky%mit.edu
|
bb141d7e14
|
Fix typo that kept data: images from updating the titlebar. Bug 293399,
r=biesi, sr=brendan, a=dbaron
|
2005-05-08 23:21:36 +00:00 |
|
pavlov%pavlov.net
|
0d5fdd4b30
|
fixing drawImage bustage on windows with bgr_a8 images r=vlad a=brendan
|
2005-05-08 01:33:33 +00:00 |
|
vladimir%pobox.com
|
2bb38d2cd5
|
tiny fix for windows rgb order for canvas, r=pavlov
|
2005-05-08 01:29:31 +00:00 |
|
vladimir%pobox.com
|
de01b09320
|
b=291216, canvas should not be an empty element, default width/height, fallback content should not be rendered, r+sr=bzbarsky, a=brendan/shaver
|
2005-05-07 03:45:06 +00:00 |
|
bryner%brianryner.com
|
c230c4be03
|
Don't notify form submit observers if the form can't be submitted due to not having a link handler. Also, make sure all nsIFormSubmitObserver implementations protected against a null DOMWindow. Bug 292960, r+sr=bzbarsky, a=brendan.
|
2005-05-07 00:16:17 +00:00 |
|
bryner%brianryner.com
|
aed69207f0
|
Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan.
|
2005-05-04 20:22:32 +00:00 |
|
bzbarsky%mit.edu
|
e558108c77
|
cite property on ins/del should be a URI, not a string. Bug 292754,
r+sr=jst, a=dbaron
|
2005-05-03 23:32:35 +00:00 |
|