bsmedberg%covad.net
|
4d3c35bf2b
|
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
|
5838642122
|
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
|
f5df3b036d
|
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
|
763151dc4b
|
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
|
b19de6b75b
|
Fixing bustage.
|
2005-05-19 21:57:10 +00:00 |
roc+%cs.cmu.edu
|
083ca626b2
|
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
|
c902337e6b
|
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
|
0f4f2468fe
|
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
|
0b9e6ca5c6
|
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
|
9d73f6f401
|
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
|
27e59af17a
|
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
|
dc0cdb448f
|
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
|
3932b0279b
|
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
|
f443ef291d
|
b=294134, fix canvas premultiplied alpha handling, r=pavlov
|
2005-05-14 08:31:23 +00:00 |
bzbarsky%mit.edu
|
5441b44331
|
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
|
c76e70655e
|
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
|
51353d9ac9
|
b=293267, fix canvas rendering speed, r+sr=bz,a=shaver
|
2005-05-12 21:34:56 +00:00 |
bzbarsky%mit.edu
|
f8dd552d90
|
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
|
a942aa6aad
|
Bug 293265 - rename --enable-cairo to --enable-canvas. r=bsmedberg, a=asa
|
2005-05-11 23:49:52 +00:00 |
bzbarsky%mit.edu
|
d027d0d173
|
Remove unused variable. r=timeless, sr=lumpy, a=asa
|
2005-05-10 23:41:48 +00:00 |
bzbarsky%mit.edu
|
5284d540b7
|
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
|
b1e0c597ab
|
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
|
231c7a2f54
|
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
|
de5864cb2a
|
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
|
4e4627fe62
|
fixing drawImage bustage on windows with bgr_a8 images r=vlad a=brendan
|
2005-05-08 01:33:33 +00:00 |
vladimir%pobox.com
|
159e6f326f
|
tiny fix for windows rgb order for canvas, r=pavlov
|
2005-05-08 01:29:31 +00:00 |
vladimir%pobox.com
|
71dac5720c
|
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
|
f3d10fa3c3
|
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
|
592dbdc176
|
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
|
1d5cc9c6c2
|
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 |
bzbarsky%mit.edu
|
083870d241
|
Only unset :hover in NotifyMouseOut if we're not mousing over
anything. Otherwise, let NotifyMouseOver handle changing :hover; it's faster
that way. Bug 292472, r+sr=roc, a=dbaron
|
2005-05-03 16:05:48 +00:00 |
bzbarsky%mit.edu
|
632a834fb0
|
Make the base URI for anon nodes in an XBL binding be the URI of the XBL
document. Bug 211128, r+sr=jst, a=chofmann
|
2005-05-03 16:01:22 +00:00 |
bzbarsky%mit.edu
|
0d9afc5e97
|
Remove an unneeded "creating" check, since we'll never have a document while
we're still being created now. Bug 289322, r=sicking, sr=jst, a=chofmann
|
2005-05-03 15:56:18 +00:00 |
Olli.Pettay%helsinki.fi
|
c985ef60fd
|
Bug 292464 - event listeners added using addEventListener() listen only trusted events. r=jst, sr=peterv, a=chofmann
|
2005-05-02 17:54:41 +00:00 |
bzbarsky%mit.edu
|
16652732b8
|
When a form control is removed from the document and no longer has a form, also
check whether it's still in the same subtree as its mForm. If it is, then
don't remove it from the form. Bug 291042, r=sicking, sr=peterv, a=chofmann
|
2005-05-02 04:41:06 +00:00 |
bzbarsky%mit.edu
|
ca9474a54f
|
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 |
cbiesinger%web.de
|
c98126213b
|
292357 nsFrameLoader should use the content's base URI, not the document's
r+sr=bz a=asa
|
2005-05-01 13:06:48 +00:00 |
bzbarsky%mit.edu
|
0597971698
|
Fix border width inheritance by keeping track of both the border width we'd
have if our style were not none/hidden and the actual computed border width.
Bug 290377, r+sr=dbaron, a=asa
|
2005-04-29 15:44:38 +00:00 |
jst%mozilla.jstenback.com
|
c4b8dd4f16
|
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 |
roc+%cs.cmu.edu
|
174cecbc39
|
Bug 291537. Don't wipe out mGestureDownPoint in StopTrackingDragGesture, since we may need it right afterward. r+sr=bzbarsky,a=asa
|
2005-04-28 22:11:53 +00:00 |
dbaron%dbaron.org
|
c5fbc00351
|
Mouseout shouldn't fire on elements that were removed from the document. b=292146 r+sr=roc a=asa
|
2005-04-28 20:47:53 +00:00 |
bzbarsky%mit.edu
|
aefdfc7bac
|
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
|
27b27bd5fc
|
Make sure to addref documents before calling Init(). Bug 291887, r+sr=jst,
a=brendan
|
2005-04-28 17:16:19 +00:00 |
bzbarsky%mit.edu
|
cd9031b7b1
|
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
|
248b172d94
|
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 |
tor%cs.brown.edu
|
745fa565a5
|
Bug 291499 - prevent infinite indent in layout-debug. r+sr+a=dbaron
|
2005-04-22 19:46:35 +00:00 |
dbaron%dbaron.org
|
fd94b01f7c
|
Restore broken .detail property on overflow and underflow events. b=291198 Patch from Nate Nielsen <nielsen@memberwebs.com>. +sr+a=dbaron
|
2005-04-22 02:01:34 +00:00 |
bzbarsky%mit.edu
|
cffe86dac3
|
Improve error-reporting for XBL content sink. Bug 290870, r+sr=bryner, a=asa
|
2005-04-21 21:31:05 +00:00 |
pavlov%pavlov.net
|
041bdfaa2a
|
fixing clearRect to actually clear r=vlad a=brendan
|
2005-04-20 01:59:51 +00:00 |
vladimir%pobox.com
|
119a1eb306
|
b=291049, add patterns and gradients to canvas, r=pav,a=brendan
|
2005-04-20 00:00:23 +00:00 |