vladimir%pobox.com
0a3ea378fc
b=246908: template builder incorrectly identifies container if isempty is in rule. r=ben, sr=shaver
2004-07-07 04:53:24 +00:00
aaronleventhal%moonset.net
dea166b1be
Fix big regression with mouse events in content caused by checkin to bug 171366. Just changes NS_OK back to NS_OK as we had in original sr='d patch.
2004-07-07 03:35:46 +00:00
aaronleventhal%moonset.net
9aeb55ff97
Bug 171366. Support tabindex for all elements. r=bryner, sr=jst
2004-07-07 00:58:57 +00:00
dbaron%dbaron.org
d6cf3b1e7e
Use string comparators more to simplify code. b=249172 r+sr=bryner
2004-07-06 23:29:31 +00:00
tor%cs.brown.edu
419d41e34c
Bug 235826 - <svg:script> implementation.
...
Patch by alex@croczilla.com , r=sicking, sr=jst
2004-07-06 22:52:03 +00:00
peterv%propagandism.org
07c59718dc
Remove bogus line that aaronl added.
2004-07-06 11:35:52 +00:00
robin.lu%sun.com
0bb575e31b
fix Bug 222297 Cannot toggle input checkbox via accesskey without taking focus off of input field first. r=aaronleventhal sr=dbaron patched by Nian Liu<neo.liu@sun.com>
2004-07-06 03:14:09 +00:00
peterv%propagandism.org
87151b2f0e
Add comment to explain the bustage fix for bug 236408.
2004-07-05 16:15:14 +00:00
neil%parkwaycc.co.uk
947c575146
Fix <textarea> b=249665 and quirks <input> b=249416 debug weirdness r/sr=peterv
2004-07-05 10:16:39 +00:00
alex%croczilla.com
8b32f98e9a
Allow inline text in XUL templates. Fix for SVG-crasher bug#236853. r=sicking, sr=jst.
2004-07-05 07:50:04 +00:00
aaronleventhal%moonset.net
2ce73bcfc2
Missing part of checkin for bug 17602.
2004-07-05 01:46:30 +00:00
aaronleventhal%moonset.net
a00d3f0d9c
Bug 17602. Keyboard access to HTML radio buttons should use arrow keys, as it does on most OS's radios as well as XUL radios. r=bryner, sr=neil
2004-07-05 01:31:30 +00:00
smontagu%smontagu.org
fc1896ade7
Improve the CHAR_IS_BIDI macro. Bug 240943, patch from an idea by Peter Kirk, r+sr=roc
2004-07-04 10:51:33 +00:00
alex%croczilla.com
6ec4717b71
Fix scoping in nsSVGSVGElement.cpp. Patch by <jonathan.watt@strath.ac.uk>. SVG only - not part of default builds.
2004-07-01 15:32:56 +00:00
alex%croczilla.com
eaa8bfd08e
Bug#111496: Implement preserveAspectRatio. Checkin for <jonathan.watt@strath.ac.uk>. SVG only - not part of default builds. r=afri, sr=jst for dom/ changes.
2004-07-01 08:10:34 +00:00
jst%mozilla.jstenback.com
1aacf199b8
Fixing typo...
2004-06-27 06:09:46 +00:00
jst%mozilla.jstenback.com
2f6636f17c
Fixing bug 248638. Make input.type always return the actual type, not the value of the type attribute. r+sr=peterv@propagandsim.org
2004-06-26 16:49:33 +00:00
cbiesinger%web.de
953f77bb32
replace EqualsWithConversion by EqualsLiteral where possible
...
bug 248687 r+sr=roc
2004-06-26 14:32:11 +00:00
peterv%propagandism.org
9725397135
Trying to fix minimo bustage
2004-06-25 14:35:40 +00:00
peterv%propagandism.org
94ddcff942
Trying to fix bustage.
2004-06-25 12:56:30 +00:00
peterv%propagandism.org
c6758de122
Fix for bug 236408 (deCOMtaminate nsINodeInfoManager). r=caillon, sr=jst.
2004-06-25 12:26:02 +00:00
peterv%propagandism.org
a5c45f8f38
Fix for bug 248172 (XMLSerializer corrupts namespace prefixes when XHTML namespace is used). r=sicking, sr=jst.
2004-06-24 19:38:03 +00:00
tor%cs.brown.edu
02b09ac411
Bug 246857 - implement <svg:defs>. r=afri. Not in default build.
2004-06-23 18:14:04 +00:00
bryner%brianryner.com
4f06ee6e85
Lots of fixes for native themed checkbox and radio buttons on gtk2. Bug 247631, r=caillon, sr=blizzard.
2004-06-22 22:10:12 +00:00
timeless%mozdev.org
7b57cfa7cf
Bug 241952 Change XUL nsprlogging to spam all:4/all:5 instead of all:2
...
r=neil sr=dveditz
2004-06-22 09:37:55 +00:00
dbaron%dbaron.org
0ec49fbb44
Update :hover state and mouse cursor and send mouse events when the position of the pointer changes due to scrolling or reflow. b=20022 r+sr=roc
2004-06-22 04:32:52 +00:00
bryner%brianryner.com
55d74e870b
oops, this wasn't supposed to go on the trunk. backing out.
2004-06-21 23:41:30 +00:00
bryner%brianryner.com
8cfeadc0a0
bringing branch changes forward
2004-06-21 23:35:56 +00:00
alex%croczilla.com
96a49cd64b
Bug#247964: Add missing nsMemory::Free() (+whitespace fixes). Patch by <jonathan.watt@strath.ac.uk>. SVG only - not part of default build.
2004-06-21 16:58:51 +00:00
jshin%mailaps.org
ee4756c8be
bug 245770 : add a pref. to control whether or not replace backslashes with Yen signs in Japanese documents (r=smontagu, sr=dbaron)
2004-06-21 10:32:27 +00:00
alex%croczilla.com
bbe3a72e58
Bug#164049: Fix SVGTransform.setMatrix(null) crash. Patch by <jonathan.watt@strath.ac.uk>. SVG only - not part of default builds.
2004-06-17 19:48:18 +00:00
jst%mozilla.jstenback.com
960f6fbac2
Fixing bug 246700. Write out a BOM when writing UTF-16 data to the cache so that we know how to read it back. r=mozilla-bugzilla@future.shiny.co.il, sr=darin@meer.net
2004-06-17 19:46:10 +00:00
roc+%cs.cmu.edu
616920fb6e
Bug 245297. Add basic style system support for columns. r+sr=dbaron
2004-06-17 11:57:37 +00:00
bryner%brianryner.com
a43c4c83b2
add gripper to static atom list (bug 247239), r+sr=dbaron
2004-06-17 06:44:36 +00:00
roc+%cs.cmu.edu
52092297fe
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
timeless%mozdev.org
a2075ea47e
Bug 52116 javascript strict warning/error doesn't always contain Source File filename
...
This handles event handlers.
Not all cases are handled well. if you get a fixme url, you're invited to
come up with code to handle that case. fixing it will probably include
bloating objects with references to their origins.
Handled cases include the ones listed in
http://bugzilla.mozilla.org/show_bug.cgi?id=52116#c59
r=jst sr=jst
2004-06-16 13:18:47 +00:00
neil%parkwaycc.co.uk
a34c4349b6
Bug 245641 Make scrollbars draggable in print preview again r/sr=jst
2004-06-16 08:11:30 +00:00
jst%mozilla.jstenback.com
cac67575b3
Landing fix for 246556. Null-check mDocument before accessing it. r+sr=jst@mozilla.jstenback.com, patch by silver@warwickcompsoc.co.uk
2004-06-16 00:26:14 +00:00
jst%mozilla.jstenback.com
08fa94ab3c
Fixing bug 246448. Prevent loading of content into a frame from a origin different than the one owning the frame. r=dveditz@cruzio.com, sr=brendan@mozilla.org
2004-06-15 08:28:52 +00:00
cbiesinger%web.de
8efd04ae2e
bug 245673 named literal strings should be const
...
r+sr=darin
2004-06-11 15:05:29 +00:00
jst%mozilla.jstenback.com
c47cabb36c
Fixing bug 245619. Don't bother serializing the result of JS execution when the caller doesn't care about the value. r+sr=brendan@mozilla.org
2004-06-11 00:48:00 +00:00
jst%mozilla.jstenback.com
c7d1242e4c
Fixing bug 140690. Patch by m.wargers@hccnet.nl. Making element.innerHTML not do newline conversion. r+sr=jst@mozilla.jstenback.com
2004-06-10 00:11:38 +00:00
bsmedberg%covad.net
14bf5bab31
Bug 239925 - fix static initializers in DOM/widget/libpr0n so that we can restart XPCOM safely r=jst sr=darin
2004-06-09 18:36:25 +00:00
bryner%brianryner.com
4451888110
Get rid of nsILanguageAtom and deCOMtaminate nsILanguageAtomService (bug 230603). Also, fix a bunch of atom double-addref leaks in nsFontMetricsXlib. r+sr=dbaron.
2004-06-08 23:53:59 +00:00
bzbarsky%mit.edu
9e0ffd1c3c
Use property ids from the property list, as long as we're using preprocessing
...
to create all the Set/Get* functions for nsIDOMCSS2Properties. Bug 243728, r+sr=dbaron
2004-06-08 01:32:29 +00:00
dbaron%dbaron.org
4417770f14
When asked to remove a property that doesn't exist, don't try too hard (and crash). b=245572 r+sr=bryner
2004-06-07 19:30:54 +00:00
roc+%cs.cmu.edu
3476550296
Bug 245627. Minor deCOMtamination of HTML element constructor functions. r+sr=jst
2004-06-06 02:38:32 +00:00
mozilla.BenB%bucksch.org
a6d55e7b8a
- Bug 243040: Re-escape attribute values which Gecko unescaped for us. Not doing this allowed to insert arbitary unchecked HTML into the result.
...
- JS quotes in attribute values are now probably possible (but JS still usually disabled by allowed attribute prefs and javascript: URL blocker)
- removed base64 blocker which is probably pointless
- comment and debug changes
- little code style cleanup
r=akk, sr=jst
2004-06-05 22:47:40 +00:00
cbiesinger%web.de
589ae07662
bug 196380
...
o) move nsCopySupport into content (from layout), it belongs there better
o) add an |currentURI| attribute to nsIImageLoadingContent which allows access to the URI that is currently being displayed
o) use that from the image uri copy code
xpfe part: r=neil.parkwaycc.co.uk sr=bz rest: r+sr=bz
2004-06-05 17:57:00 +00:00
neil%parkwaycc.co.uk
a4c3a9de51
Bug 245024 Fix crash in print preview by blocking click events r/sr=jst
2004-06-04 22:06:05 +00:00