cvshook%sicking.cc
|
7ad56859b4
|
Bug 325730. Mutation-event handlers can cause further mutations to the DOM. We need to be more attentive to those. r=bz sr=jst
|
2006-03-08 21:47:32 +00:00 |
Olli.Pettay%helsinki.fi
|
4d5fe5da62
|
Bug 328885, r+sr=bz
|
2006-03-08 20:22:35 +00:00 |
enndeakin%sympatico.ca
|
9dd48534a7
|
bug 329335, unhook template builder when removing root node, r+sr=bz
|
2006-03-08 17:13:31 +00:00 |
cvshook%sicking.cc
|
9e3c81007f
|
Bug 325426: Only use baseURI to resolve relative uris. r=bz sr=jst
|
2006-03-08 05:01:16 +00:00 |
Olli.Pettay%helsinki.fi
|
c0e37e327a
|
Bug 234455, Centralize event dispatch r=jst, sr=bz
|
2006-03-07 17:08:51 +00:00 |
bzbarsky%mit.edu
|
9b57d8e873
|
Remove the mPresShell member of nsBoxObject, and some other cleanup. Bug
329181, r=neil, sr=jst
|
2006-03-07 03:20:39 +00:00 |
cst%andrew.cmu.edu
|
2572f8138e
|
Bug 197263 The automatic image resizing pref should toggle the default zoomed state of images, and not disable zooming entirely
r+sr=jst
|
2006-03-07 01:44:44 +00:00 |
enndeakin%sympatico.ca
|
a2e9df0b6d
|
account settings not visible; support multiple uses of the same result id, r+sr=bz
|
2006-03-06 15:53:43 +00:00 |
bzbarsky%mit.edu
|
044c36e5e2
|
Right-click on an overflow:auto div with content smaller than the div should
not focus it. Bug 296259, patch by moz_bug_r_a4@yahoo.com, r=aaronlev, sr=roc
|
2006-03-06 05:18:52 +00:00 |
neil%parkwaycc.co.uk
|
122c820f55
|
Resolve assertion by removing unnecessary code b=326875 r+sr=bz
|
2006-03-03 23:41:39 +00:00 |
jwatt%jwatt.org
|
56713020e1
|
Fixing bug 329115. Replace Truncate/Append by Assign where possible in svg/content. Patched by Robert Longson <longsonr@gmail.com>. r=me, sr=roc@ocallahan.org
|
2006-03-03 12:57:14 +00:00 |
bzbarsky%mit.edu
|
581b57ea10
|
Fix the behavior of ranges when insertNode is called -- range should not
collapse. Bug 253609, patch by Joshua Welderson
<pythonesque+bugzilla@gmail.com>, r=peterv, sr=jst
|
2006-03-03 02:53:44 +00:00 |
bzbarsky%mit.edu
|
07bd6fad25
|
Make sure XUl anonymous popup groups are really anonymous. Bug 326644, patch by Mats Palmgren <mats.palmgren@bredband.net>, r+sr+branch181=bzbarsky, a=dveditz
|
2006-03-03 02:46:00 +00:00 |
cvshook%sicking.cc
|
4dcff1e570
|
Reland bug 324918 with fixes for regressions. r/sr=bz for the additional fixes
|
2006-03-02 21:30:23 +00:00 |
tor%cs.brown.edu
|
8ce0e30c94
|
Bug 301628 - first pass at removal of svg observer mechanism.
r=scooter/jwatt, sr=roc
|
2006-03-02 20:22:19 +00:00 |
jwatt%jwatt.org
|
3b6be7f651
|
Fixing bug 328439. Use EqualsLiteral and AppendLiteral where appropriate in svg/content. Patched by Robert Longson <longsonr@gmail.com>. r=me, sr=roc@ocallahan.org
|
2006-03-02 19:00:21 +00:00 |
roc+%cs.cmu.edu
|
90cf7d2ee4
|
Bug 293244. Secure <canvas> against cross-domain image stealing. r=vlad,sr=bzbarsky
|
2006-03-02 00:44:01 +00:00 |
roc+%cs.cmu.edu
|
b1c66042b6
|
Backing out fix for bug 324918 so that <select> actually works again.
|
2006-03-02 00:21:20 +00:00 |
jwatt%jwatt.org
|
cb141ebb80
|
Fixing bug 328571. Change the type of PRBool SVG classes members to PRPackedBool. r+sr=roc@ocallahan.org
|
2006-03-01 10:59:36 +00:00 |
bzbarsky%mit.edu
|
c775a03003
|
Don't set the "exception pending" boolean on the XPCCallContext if we actually
set the exception on some other unrelated JSContext. Bug 328851, r=jst, sr=brendan
|
2006-03-01 03:54:15 +00:00 |
cvshook%sicking.cc
|
e686e7b714
|
Bug 324918: Make nsHTMLSelectElement deal better with options in unknown children. r=bz sr=jst
|
2006-03-01 01:10:20 +00:00 |
cvshook%sicking.cc
|
ca6a06186d
|
Bug 327969: Smarter IndexOfChild cache implementation. r/sr=bz
|
2006-02-28 22:17:23 +00:00 |
cvshook%sicking.cc
|
eccc9407b3
|
Bug 327969: Smarter IndexOfChild cache implementation. r/sr=bz
|
2006-02-28 22:16:06 +00:00 |
Olli.Pettay%helsinki.fi
|
6bde4c2cd1
|
Bug 328566, r+sr=bz
|
2006-02-28 16:41:31 +00:00 |
ginn.chen%sun.com
|
0acfa250a1
|
Bug 144000 caret browsing - bad initial position
r=aaronleventhal sr=bzbarsky
|
2006-02-28 10:23:38 +00:00 |
bzbarsky%mit.edu
|
ee3842806b
|
Fixing comment. No bug.
|
2006-02-28 05:21:17 +00:00 |
roc+%cs.cmu.edu
|
bcbeb8d599
|
Bug 328541. Flush content and layout changes before drawWindow'ing a document. r+sr=bzbarsky
|
2006-02-27 21:14:29 +00:00 |
dveditz%cruzio.com
|
71c558bf9a
|
bug 328692 catch names missed in 319846, r=mrbkap, sr=bsmedberg, a=timr
|
2006-02-27 20:47:50 +00:00 |
bzbarsky%mit.edu
|
2963d9c766
|
Be more careful with the principal for subframe loads. Bug 327078 and bug 328469, r=sicking, sr=jst
|
2006-02-27 19:14:51 +00:00 |
enndeakin%sympatico.ca
|
ae4b99f7f1
|
Bug 328496, search results appear multiple times, r+sr=bz
|
2006-02-27 16:50:15 +00:00 |
enndeakin%sympatico.ca
|
91a66340d7
|
Bugs 328464, empty template attribute issue and 327504, crash reading mail r+sr=bz
|
2006-02-27 16:48:55 +00:00 |
sharparrow1%yahoo.com
|
c85638a9e7
|
Bug 320326: deCOMtaminate GetContentAndOffsetsFromPoint, plus some slight behavior changes. r+sr=roc.
|
2006-02-27 05:57:37 +00:00 |
roc+%cs.cmu.edu
|
83f6e177f0
|
Backing out changes for bug 326944, really this time\!
|
2006-02-27 04:13:51 +00:00 |
roc+%cs.cmu.edu
|
7a891e1dd1
|
Bug 326944. Remove nsIComboboxControlFrame. r+sr=roc, patch by Marc Liddell
|
2006-02-27 02:33:26 +00:00 |
tor%cs.brown.edu
|
9f841e08ae
|
Bug 328348 - Single version of viewport transform code. r=jwatt, sr=roc.
|
2006-02-26 17:58:58 +00:00 |
bzbarsky%mit.edu
|
a87e0df4fb
|
Look at all continuations for offset*. Bug 328264, r=uriber@gmail.com, sr=dbaron
|
2006-02-24 21:18:29 +00:00 |
tor%cs.brown.edu
|
8e959ea99b
|
Bug 325728 - changes to markerWidth/markerHeight and orient not
handled properly. Patch by longsonr@gmail.com, r=tor, sr=roc.
|
2006-02-24 16:41:39 +00:00 |
martijn.martijn%gmail.com
|
3351614fa1
|
Bug 324340 - ASSERTION: no extension: '!aExtension.IsEmpty()' when dragging image at news.google.com. r+sr=jst
|
2006-02-24 13:14:11 +00:00 |
enndeakin%sympatico.ca
|
37de5f08ed
|
bug 326712, issues with bookmarks and templates, r+sr=bz
|
2006-02-23 18:53:24 +00:00 |
timeless%mozdev.org
|
6a510cc56b
|
Bug 298277 remove useless references to nsVoidArray
r=dbaron sr=dbaron
|
2006-02-23 10:30:59 +00:00 |
timeless%mozdev.org
|
a279d689e5
|
Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
|
2006-02-23 09:36:43 +00:00 |
bzbarsky%mit.edu
|
bfaa2cd14d
|
Make XULControllers wrappable from unprivileged script, but don't let such
script actually do anything with it. Bug 326248, r=mrbkap, sr=jst
|
2006-02-23 03:17:11 +00:00 |
bzbarsky%mit.edu
|
70a3e3a9a3
|
Make it possible to target non-primary content <browser>s; specifically ones
that are type="content-targetable". Bug 326009, r=bsmedberg, sr=jst
|
2006-02-22 03:58:48 +00:00 |
tor%cs.brown.edu
|
3a5363241b
|
Bug 327437 - createSVGAngle isn't implemented, and nsSVGAngle cleanup.
Patch by longsonr@gmail.com, r=tor, sr=roc.
|
2006-02-21 17:00:02 +00:00 |
dbaron%dbaron.org
|
71a3a095b8
|
Fix rooting in nsXBLProtoImplProperty::InstallMember and remove some no-longer-needed null checks of cx. b=327712 r+sr=bzbarsky
|
2006-02-21 06:37:16 +00:00 |
sharparrow1%yahoo.com
|
acef3d3622
|
Bug 327868: nsIFrameSelection cleanup. r+sr=roc
|
2006-02-21 00:49:04 +00:00 |
bzbarsky%mit.edu
|
358169850a
|
Don't leak the channel and XMLHttpRequest object if AsyncOpen fails. Bug
323454, r=biesi, sr=darin
|
2006-02-21 00:00:44 +00:00 |
enndeakin%sympatico.ca
|
5e112cd6ef
|
Bug 327895, set value properly when checking containment properties, r=bz
|
2006-02-20 23:01:32 +00:00 |
bzbarsky%mit.edu
|
7375357ffc
|
Give a saner principal to documents created via DOMImplementation. Bug 324601,
r=sicking, sr=jst
|
2006-02-20 18:57:32 +00:00 |
peterv%propagandism.org
|
e857af4418
|
Fix for bug 326994 (XMLSerializer adds namespace declaration for non-empty prefix with empty namespace name). r/sr=bz.
|
2006-02-18 13:01:59 +00:00 |