tor%cs.brown.edu
36c76bbadd
Bug 301234 - implement subset of SVG filters. r=scooter
2005-09-06 22:30:40 +00:00
aaronleventhal%moonset.net
4e2b2e9ee4
Bug 305032. Fix various situation where focus is confused and commands get disabled/grayed out. r+sr=bryner
2005-09-06 22:27:41 +00:00
aaronleventhal%moonset.net
e03346aeb1
Bug 307153. Follow up to last checkin with the correct null checks added. r+sr=bryner
2005-09-06 19:54:55 +00:00
aaronleventhal%moonset.net
9c760049a1
Bug 307153. Focus lost after dialogs closed. r+sr=bryner, a=schrep
2005-09-06 19:41:31 +00:00
brendan%mozilla.org
b03abf03d2
Add JS1.6 support, moving E4X and Array extras there (306664, r/sr=mrbkap/shaver).
2005-09-06 17:43:36 +00:00
jwatt%jwatt.org
db8d96505a
Fixing bug 282217. SVG <title> doesn't have the same effect as <html:title>. r+sr=bzbarsky@mit.edu
2005-09-06 02:17:22 +00:00
bzbarsky%mit.edu
0cfd6a71ca
Make addition or removal of frames in a frameset actually change the
...
rendering. Bug 306660, r=jst, sr=roc
2005-09-06 02:14:36 +00:00
jwatt%jwatt.org
5611f69855
Fixing bug 293224. Matrix from getScreenCTM should be to initial viewport space. r+sr=tor@acm.org
2005-09-06 00:08:10 +00:00
tor%cs.brown.edu
b69ab62c9b
Bug 294519 - should behave the same when SVG not built, SVG pref
...
disabled, or no SVG renderer present. r=dbaron, a=asa
2005-09-05 20:41:57 +00:00
roc+%cs.cmu.edu
60903ce73c
Bug 306222. Make nsIFrame::GetContentAndOffsetsFromPoint, and nsIFrameSelection::HandleDrag, take coordinates relative to the current frame, not some random view. r+sr=roc,patch by Eli Friedman
2005-09-04 20:04:23 +00:00
bob%bclary.com
b9949fcef0
Bug 303502 - make DOM Don't call me! asserts more meaningful, r=peterv,sr=jst
2005-09-04 18:16:58 +00:00
vladimir%pobox.com
83a13e3c79
b=306088, followup check for partial parse of a number, a=brendan
2005-09-02 23:32:36 +00:00
scott%scott-macgregor.org
5a0b7f2d3c
Bug #285076 --> XUL Template Builder isn't working with Dynamic overlays
...
nsXULContentBuilder::CreateContents should fire content appended notifications.
sr=bz
2005-09-02 21:30:20 +00:00
vladimir%pobox.com
91290f814b
b=306881, fix canvas pattern repeat, r=stuart
2005-09-02 21:16:22 +00:00
vladimir%pobox.com
1aed554cfa
b=306088, simplify nssvgtransformlist::setvaluestring, r=tor
2005-09-02 20:24:24 +00:00
peterv%propagandism.org
c9af0fc826
Fix for bug 298064 (nsContentUtils::GetDocumentFromCaller() is broken.). r=jst, sr=brendan.
2005-09-02 18:02:51 +00:00
neil%parkwaycc.co.uk
fda95dd5cf
Bug 306686 Make / start FAYT even when it's Shift+7 also make menus and xbl agree on the legal modifier token delimiters p=dainis_jonitis@swh-t.lv r=bz sr=me
2005-09-02 15:54:27 +00:00
bzbarsky%mit.edu
a3127c2331
Restore disabled state for all form controls. Bug 306616, r+sr=peterv
2005-09-01 18:58:31 +00:00
aaronleventhal%moonset.net
912a94a7dc
Bug 305833. Context menu on bookmark right click is dead. r=mats, sr=bryner
2005-09-01 18:18:08 +00:00
allan%beaufour.dk
bd4e008345
Ooops, part of bug 306620 sneaked in together with the checkin for bug 306614
2005-09-01 17:07:12 +00:00
allan%beaufour.dk
e6f47c8c67
fieldset should not match :enabled/:disabled. Bug 306614, r+sr=bzbarsky
2005-09-01 16:49:36 +00:00
bryner%brianryner.com
1194334ac1
Fix for crashes in document.addBinding():
...
- Don't allow the old binding to go away as we insert the new binding into the chain.
- When swapping the nsXBLInsertionPoint array for a content node, remove any entries from the old list that are also in the new list, so that we don't delete them.
Bug 296375, r+sr=bzbarsky.
2005-09-01 04:38:29 +00:00
pavlov%pavlov.net
2844aa2ba0
adding support for toDataURL and toDataURLAs on canvas. bug 245684. patches from Brett Wilson <brettw@gmail.com>. r=me, sr=vlad
2005-08-31 22:16:51 +00:00
mats.palmgren%bredband.net
377c6c9a64
Implement HTML4 align=middle according to spec. Correct the DOM attribute value mapping for some of the other values as well. b=192077 r+sr=dbaron
2005-08-30 22:46:45 +00:00
scott%scott-macgregor.org
adfb499dd1
Bug #282103 --> minor dynamic overlay improvements.
...
Add IDL documentation stating that it's ok to pass in a null observer to LoadOverlay
Make sure .Init() succeeds on our hashtables, otherwise return an out of memory error code.
r/sr=bz
2005-08-30 21:57:01 +00:00
bzbarsky%mit.edu
ee3656b5aa
Add support for :valid, :invalid, :in-range, and :out-of-range pseudo-classes.
...
Bug 302462, patch by Allan Beaufour <allan@beaufour.dk>, r+sr=bzbarsky
2005-08-30 20:56:46 +00:00
mats.palmgren%bredband.net
fe5bc366c4
Fix the IsFocusable() check for XUL frames. b=305840 r=aaronleventhal sr=bryner
2005-08-30 20:22:55 +00:00
bzbarsky%mit.edu
0f56e73dd0
Make sure kepress handlers are not affected by Caps Lock state. Bug 295228,
...
patch by Dainis Jonitis <Dainis_Jonitis@swh-t.lv>, r=neil, sr=bzbarsky
2005-08-30 18:13:48 +00:00
bzbarsky%mit.edu
fd98f06afb
Implement :enabled and :disabled CSS pseudo-classes. Bug 84400, patch by Allan
...
Beaufour <allan@beaufour.dk>, r+sr=bzbarsky
2005-08-30 03:31:47 +00:00
cbiesinger%web.de
5f30ec027c
Bug 306260 call methods of the direct base class, instead of
...
nsGenericHTMLElement
r+sr=bz
2005-08-29 11:06:19 +00:00
dbaron%dbaron.org
9bc4f35244
Back out most of the rest of bug 304462.
2005-08-28 16:45:39 +00:00
dbaron%dbaron.org
9a6e5c1f52
Back out part of bug 304462 until I can figure out bug 306210.
2005-08-28 05:18:55 +00:00
bzbarsky%mit.edu
1ab38be416
Fix comment per my review comments. Bug 305640.
2005-08-27 05:16:06 +00:00
dbaron%dbaron.org
f7622a3b1c
Give popup blocked events a message constant. b=304462 r+sr=bryner
2005-08-26 21:38:38 +00:00
aaronleventhal%moonset.net
bad4dee397
Bug 305840. Focus problems with XUL textbox, causing problems in findbar, help and address bar because of exception thrown. Patch by Mats Palmgren. r=aaronleventhal, sr=bryner
2005-08-26 18:45:23 +00:00
bzbarsky%mit.edu
846d21be79
Limit xbl:implements a tad. Bug 299518, r=jst, sr=shaver
2005-08-26 14:47:35 +00:00
mozilla.mano%sent.com
ac284e6d88
backing out patch i didn't mean to checkin in v1.592 of this file
2005-08-26 10:15:31 +00:00
tor%cs.brown.edu
ec5069804e
Bug 282579 - Implement <svg:textPath>. As a side effect, this removes
...
the gdi+ text highlighting code. r=afri
2005-08-26 02:49:52 +00:00
jwatt%jwatt.org
82a3d5f795
Build bustage fix from 302103 - new files had DOS line endings
2005-08-25 23:19:33 +00:00
tor%cs.brown.edu
a5bf7e7be2
Build bustage fix from 302103.
2005-08-25 21:57:31 +00:00
jwatt%jwatt.org
59e42c6cd2
Fixing bug 302103. Implement SVG events. r=tor@acm.org, sr=jst@mozilla.org
2005-08-25 21:31:09 +00:00
mozilla.mano%sent.com
0665bf2471
Bug 229473 - emacs-like/readline-like ctrl+letter shortcuts should work on Mac OS X. patch from Jerry Talkington <jtalkington@users.sourceforge.net>, r=neil, sr=smfr.
2005-08-25 20:08:28 +00:00
vladimir%pobox.com
00e47b5654
b=304561, firefox unsuitable for browsing high-res image galleries due to preview on tab icon, r=mconnor,sr=bzbarsky,a=asa
2005-08-25 20:05:24 +00:00
peterv%propagandism.org
1f3470eedf
Fix leak from fix for bug 305689 (Cache event queue service in nsContentUtils). r/sr=bz.
2005-08-25 17:51:44 +00:00
peterv%propagandism.org
650769327b
Fix for bug 301490 (Rich text editor property useCSS changed meaning). r=brade, sr=brendan.
2005-08-25 11:51:04 +00:00
smontagu%smontagu.org
b90844e965
Bug 300270: GetDir() returns empty string instead of 'ltr' or 'rtl'. r=sicking, sr=jst
2005-08-25 06:49:53 +00:00
jst%mozilla.jstenback.com
e330cc0d63
Fixing bug 305640. Make document.getElementById() work correctly when the hash changes when flushing. r+sr=bzbarsky@mit.edu
2005-08-25 05:17:06 +00:00
bzbarsky%mit.edu
df8c8e7910
Fix crash after restoring default toolbar set by making sure that
...
RemoveSubtreeFromDocument unhooks broadcasters just like AddSubtreeToDocument
hooked them up. Bug 295404, patch by dbaron, r=bzbarsky, sr=bryner
2005-08-25 04:11:35 +00:00
bzbarsky%mit.edu
643e0e6e6f
Cache the event queue service in nsContentUtils instead of having every single
...
presshell caching it. Bug 305689, r+sr=peterv
2005-08-24 21:01:51 +00:00
bzbarsky%mit.edu
3656444b70
Make sure that a reflow flush on the document makes the sink start layout if
...
needed. Bug 253951, r=mrbkap, sr=jst
2005-08-24 20:56:58 +00:00