peterv%propagandism.org
f8e8ee3231
Fix for bug 278505 (Trivial content cleanup). r/sr=bz.
2005-01-23 18:21:34 +00:00
aaronleventhal%moonset.net
e20fafca39
Bug 256003. Remove -moz-user-focus from html.css, forms.css, ua.css. It's been deprecated from use in HTML. Patch by Martijn Wargers. r=bryner, sr=roc
2005-01-23 03:48:00 +00:00
bzbarsky%mit.edu
fdbe2c6ead
Make applet and embed elements focusable. Bug 257488, r=aaronl, sr=jst
2005-01-22 04:48:00 +00:00
bzbarsky%mit.edu
0fdead7f51
Make property table actually store and use destructor funcs instead of crashing
...
when they are needed. Bug 275574, r=bryner, sr=jst
2005-01-21 17:00:07 +00:00
aaronleventhal%moonset.net
aa771d370c
Bug 259385. Expose h1-h6, q, blockquote in MSAA as well as elements with a defined xhtml2:role attribute. r=pkw, sr=jst
2005-01-21 03:50:26 +00:00
alex%croczilla.com
4144d8ad0d
Only notify observers of context-change when object is context dependent. Bug#270257, Checkin for jwatt, r=afri. Affects SVG builds only.
2005-01-21 00:28:21 +00:00
bugzilla%arlen.demon.co.uk
d325bf40fb
Bug 278702 Init method of nsIDocumentEncoder does not reset member variables
...
p=david.gardiner@unisa.edu.au r=dean_tessman sr=jst
2005-01-20 23:20:59 +00:00
timeless%mozdev.org
7380c4ec49
Bug 254252 nsCRT::BufferHashCode has two variants, and only one user, HashCodeAsUTF8 has no users
...
patch by mikael@parknert.se r=darin sr=bz
2005-01-20 21:39:23 +00:00
bzbarsky%mit.edu
58b19c5912
Fix build bustage -- the api changed....
2005-01-20 17:07:51 +00:00
bzbarsky%mit.edu
1091c7b77a
Make labels actually fire a click on the thing they're labeling when they're
...
clicked, instead of just redirecting their own event. Bug 146066, also fixes
bugs 271740 and 276279. r=bryner, sr=jst
2005-01-20 16:59:42 +00:00
bzbarsky%mit.edu
09a1f1b71b
Make submit buttons with no value but a name send the "default value" to the
...
server. Bug 274309, r+sr=jst
2005-01-20 16:47:25 +00:00
bzbarsky%mit.edu
319fca7fd7
Don't add XBL properties if they have no name. Bug 277950, r+sr=bryner
2005-01-20 16:44:00 +00:00
alex%croczilla.com
8dc50d389c
Bug#274925: Fix SVG attribute leaks. r=sicking, sr=jst. SVG only - not part of default builds.
2005-01-20 12:19:16 +00:00
bzbarsky%mit.edu
d222ecb623
Flush out reflows before processing invalidates and paint events. Fixes a
...
variety of flicker issues of various sorts, especially when we're not quite
keeping up with the rate of updates in DHTML or in editor. Bug 244366 and
various dependencies, r+sr=roc
2005-01-20 03:39:09 +00:00
varga%nixcorp.com
876c4276af
Fix for bug 274808. Crash when dragging onto a tree [@ nsXULTreeBuilder::GetTemplateActionCellFor ]
...
r=varga sr=bryner patch by Neil Deakin <enndeakin@sympatico.ca>
2005-01-19 22:06:23 +00:00
tor%cs.brown.edu
a034772292
Bug 278741 - <use> not live to width/height changes. r=jwatt
2005-01-19 20:54:26 +00:00
tor%cs.brown.edu
7cc765bbb4
Bug 278201 - circular loop <use> hangs browser. r=bzbarsky
2005-01-19 20:52:43 +00:00
bryner%brianryner.com
2f29bc1cc5
Remove nsIXULContent. Bug 276698, r=sicking, sr=jst.
2005-01-19 20:05:02 +00:00
tor%cs.brown.edu
ee6958dea3
Bug 273235 - Support XML Events also in SVG. Patch by smaug@welho.com, r=tor.
2005-01-19 18:37:44 +00:00
tor%cs.brown.edu
386bcfe32d
Bug 274925 - don't pre-refcount SVG classes directly. r=afri.
2005-01-19 16:32:47 +00:00
neil%parkwaycc.co.uk
51faac852b
Bug 276002 Change nsContenUtils::Get/FormatLocalizedString to use nsXPIDLString to save on nsAutoString copies r=dbaron sr=bryner
2005-01-18 23:46:59 +00:00
peterv%propagandism.org
98904d1ec9
Remove obsolete function declarations.
2005-01-17 16:45:37 +00:00
neil%parkwaycc.co.uk
c37f4ea25d
Make XUL elements work properly with Get/SetNativeAnonymous (partial fix for bug 165110) r=sicking sr=bz
2005-01-17 16:03:28 +00:00
peterv%propagandism.org
27f29bc43d
Fix for bug 278505 (Trivial content cleanup). r/sr=jst.
2005-01-17 09:38:03 +00:00
timeless%mozdev.org
89b5cc3964
Bug 242467 The patch for bug 242212 breaks builder.rebuild for remote XUL
...
patch by enndeakin@sympatico.ca r=jst sr=jst
2005-01-17 09:24:56 +00:00
mats.palmgren%bredband.net
79e5aa3eac
Implement the accesskey attribute for LEGEND, make it move focus forward when it's not focusable. b=81481 r=aaronleventhal sr=bzbarsky
2005-01-16 16:39:35 +00:00
tor%cs.brown.edu
56f3fda1c0
Bug 274886 - attributes corresponding to SVGLength properties are always set.
...
Patch by jonathan.watt@strath.ac.uk , r=tor.
2005-01-16 01:44:52 +00:00
peterv%propagandism.org
75afa53e8e
Fix for bug 227003 (add ::IsContentOfType to txXPathNode, txNameTest, txNodeTypeTest). r=sicking, sr=bz.
2005-01-15 19:20:23 +00:00
bzbarsky%mit.edu
d185bdf1ce
Include the part number inside a multipart document in the state key, so that
...
state restoration works correctly on each part. Bug 47350, patch by Hideo
Saito <saito@densan.co.jp>, r=bzbarsky, sr=js
2005-01-15 17:47:23 +00:00
jst%mozilla.jstenback.com
a0fa9d2155
Eliminate cast that is no longer needed.
2005-01-15 00:25:12 +00:00
bryner%brianryner.com
ebd4f77f17
Less-than-ideal fix for the problem where XTF insertion points don't work if the insertion point has only inline frame ancestors (which are not in the primary frame map) in the anonymous content tree. Track the insertion point content node as we're constructing anonymous content frames and insert the explicit content when we reach the insertion point. Bug 269023, r=bzbarsky, sr=dbaron.
2005-01-14 23:12:20 +00:00
jst%mozilla.jstenback.com
47c1da9edf
Backing out change that slipped in with my last checkin.
2005-01-14 21:45:41 +00:00
jst%mozilla.jstenback.com
418d87fcec
Landing fix for bug 198533. Patch by smaug@welho.com. Making nsXULElement inherit nsGenericElement. r=bugmail@sicking.cc, sr=jst@mozilla.org
2005-01-14 19:30:55 +00:00
neil%parkwaycc.co.uk
f94b165a21
Set the xul document title before layout in case xbl constructors want it b=278286 r+sr=bz
2005-01-14 18:00:29 +00:00
neil%parkwaycc.co.uk
5265657a0f
Bustage fix - I missed an NS_ADDREF but peterv spotted my error
2005-01-14 16:19:17 +00:00
neil%parkwaycc.co.uk
8e0aea9e40
Fixing startup test bustage - I'd only landed the infrastructure and forgotton to fix the actual bogus QI calls. Oh, and the bug number is 276959 not 286959.
2005-01-14 15:32:58 +00:00
neil%parkwaycc.co.uk
5c85cd8d91
Supplementary fix to bug 286959 to avoid having to QI to a non-interface class (nsGenericHTMLElement) r=bryner sr=jst
2005-01-14 13:28:34 +00:00
allan%beaufour.dk
e0bd586b83
bug 278153, patch by smaug@welho.com, r+sr=bzbarsky
2005-01-13 15:32:41 +00:00
bryner%brianryner.com
6c4ea68040
Change cache interfaces to use ACString for the key. Bug 277627, r+sr=darin.
2005-01-13 03:25:28 +00:00
bryner%brianryner.com
dbb68b5bee
Add an IID for nsGenericHTMLElement so that QI behaves as expected. This should fix the startup test bustage.
2005-01-13 01:31:42 +00:00
bryner%brianryner.com
7716d0d706
remove parts of patch for bug 276959 that were not intended to be checked in.
2005-01-12 23:27:05 +00:00
shaver%mozilla.org
6e0d88dcec
Suppress XTF factory-search spew for those silly enough to use XML documents
...
with namespaces. r=bryner
2005-01-12 20:21:45 +00:00
bryner%brianryner.com
5e2d6d2947
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
2005-01-12 19:45:38 +00:00
bzbarsky%mit.edu
79158ffe29
Remove a bogus +1 that was causing us to reference negative array indices. Bug
...
224643, r+sr=jst
2005-01-12 17:53:16 +00:00
bzbarsky%mit.edu
2fc5bf37c3
Make DocumentViewerImpl::CopyImageContents also put the image URI on the
...
clipboard in the text flavor; a big step toward having a single "copy image"
command that puts it on the clipboard in all relevant flavors in a meaningful
way. Bug 135300, patch by O. Atsushi (Torisugari) <torisugari@gmail.com>,
r=bzbarsky, sr=jst
2005-01-12 04:11:26 +00:00
bzbarsky%mit.edu
22b828101e
Keep track of whether a title has been set in the document, not in the sink.
...
This way we can notice all ways of setting it. Bug 271996, r=sicking, sr=neil
2005-01-12 02:47:53 +00:00
bzbarsky%mit.edu
60ece961d7
Make sure to scroll and such _before_ firing events. Bug 264873, r=mats,
...
sr=bryner
2005-01-12 02:42:39 +00:00
bzbarsky%mit.edu
7e99afbcf0
Fix HTML nodes to not claim to be in the XHTML namespace (unless they are, of
...
course). Bug 103225, r+sr=jst
2005-01-12 02:41:36 +00:00
dbaron%dbaron.org
a576d20c3f
CVS remove files that were not part of the build for long (due to performance regression).
2005-01-11 22:51:55 +00:00
bryner%brianryner.com
6d7d5bb370
Don't fire onchange events twice when clicking on an input. Bug 254238, r=bzbarsky, sr=jst, a=asa.
2005-01-11 03:21:23 +00:00
cbiesinger%web.de
8bf7cd6391
bug 264599 make unfrozen necko interfaces use 64-bit integers.
...
r=darin sr=bz a=asa
2005-01-09 20:43:35 +00:00
timeless%mozdev.org
b87373b71f
Bug 187508 Follow "full keyboard access" setting in System Preferences for tabbing navigation
...
patch by bugs.mano@mail-central.com r=aaronl sr=neil a=asa
2005-01-06 23:41:52 +00:00
jst%mozilla.jstenback.com
db6f8d937a
Fixing bug 268830. Enable popups when handling access key events. r+sr=bzbarsky@mit.edu, a=asa@mozilla.org
2005-01-06 15:13:15 +00:00
brendan%mozilla.org
9f8057d4d0
Support ;e4x=1 MIME parameter after application/x-javascript or text/javascript to enable E4X (270553, r+sr=jst).
2005-01-05 07:25:29 +00:00
bzbarsky%mit.edu
5ef3fd1886
Make XBL constructors/destructors check whether JS is enabled before running
...
once again. Bug 276205, r+sr=jst
2005-01-05 01:02:13 +00:00
jst%mozilla.jstenback.com
79f4362a05
Whitespace cleanup.
2005-01-05 00:26:39 +00:00
jst%mozilla.jstenback.com
e7cfe79af9
Landing the low-level code for using the plugin finder service from the aviary branch. Bug 244125 etc.
2005-01-05 00:21:06 +00:00
bzbarsky%mit.edu
e425259e0d
Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
...
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
bzbarsky%mit.edu
d85c96f68c
Use GetOwnerDoc in GetTextContent, since this makes sense for nodes not
...
currently in the DOM tree. Bug 276880, r+sr=peterv
2005-01-03 23:37:25 +00:00
bzbarsky%mit.edu
3203d0d58e
Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.
2005-01-03 22:51:17 +00:00
mrbkap%gmail.com
8683dee1e2
bug 254989: assertion in htmlparser because the serializer doesn't collect skipped content. r=peterv sr=jst
2005-01-03 21:48:53 +00:00
neil%parkwaycc.co.uk
36fef2db76
Bug 51444 Make xbl:inherits work with namespaced attributes p=smaug@welho.com r+sr=bz
2005-01-01 18:02:03 +00:00
ginn.chen%sun.com
8fd4c5260e
Bug 143996 in caret browsing, home/end must go to start/end of line
...
r=brade sr=neil.parkwaycc.co.uk
2004-12-31 03:12:17 +00:00
bugzilla%arlen.demon.co.uk
b02aed565c
Bug 113580 switch uses of getAttribute to hasAttributeValue whenever possible
...
p=bugmail@q1n.org r=dbaron sr=bzbarsky
2004-12-31 00:41:58 +00:00
cbiesinger%web.de
e42c2d976d
38447 layout,content,dom and xpwidget part: Implement Handling of URI Values on
...
CSS "cursor" Properties
for dom,layout,content: r+sr=bz
for widget: r+sr=roc
2004-12-30 21:56:11 +00:00
bmlk%gmx.de
60fee793af
document.implementation.hasFeature('XHTML', '2.0') should return true, bug 255610, p=Vidar Braut Haarr <bugmail@q1n.org>, r=bzbarsky, sr=jst
2004-12-27 11:31:49 +00:00
brendan%mozilla.org
ab41ed5407
Whitespace cleanup (diff -w shows no changes).
2004-12-27 03:23:01 +00:00
timeless%mozdev.org
2593bdd094
Bug 209097 Default mailto form subject should be localizable
...
patch by cst@andrew.cmu.edu r=roc sr=roc
2004-12-26 23:29:58 +00:00
bmlk%gmx.de
ef4604f958
remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron
2004-12-26 19:48:54 +00:00
tor%cs.brown.edu
a422720abc
Bug 261800 - getBBox for non-text elements. r=scooter
2004-12-24 16:26:10 +00:00
db48x%yahoo.com
fbf4456891
bug 259559: Get rid of warnings when content/svg is built
...
patch by Jonathan Watt <jonathan.watt@strath.ac.uk>, r=alex
2004-12-21 23:02:56 +00:00
db48x%yahoo.com
db2ff3b4ef
bug 209097: Default mailto form subject should be localizable
...
patch by Chris Thomas (CTho) <cst@andrew.cmu.edu>, r=neil, sr=roc
2004-12-21 16:17:32 +00:00
peterv%propagandism.org
6615f2f7fa
Correct function signature to fix Solaris bustage.
2004-12-21 13:25:31 +00:00
tor%cs.brown.edu
88ec41b5e3
Bug 270251 - nsSVGElement::UpdateContentStyleRule issues.
...
Patch by jlurz24@gmail.com , r=sicking, sr=bz.
2004-12-18 12:14:32 +00:00
tor%cs.brown.edu
a22fc82221
Bug 216568 - <svg:image> implementation. r=pavlov
2004-12-17 23:45:30 +00:00
dbaron%dbaron.org
48a696beb8
Remove nsFormControlHelper::GetLocalizedString, improve string bundle methods in nsContentUtils, and convert callers. b=273829 r+sr=bryner
2004-12-17 20:40:48 +00:00
peterv%propagandism.org
325267b519
Fix fo bug 274964 (Switch to Expat's xml declaration parsing). r/sr=jst.
2004-12-17 09:17:35 +00:00
peterv%propagandism.org
0c59b6df7f
Fix for bug 192139 (Integrate latest Expat). r=bz, sr=jst.
2004-12-15 15:37:23 +00:00
bsmedberg%covad.net
81a0de68d5
Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin
2004-12-15 04:07:01 +00:00
bryner%brianryner.com
31bef82154
Move nsIContent::GetClassAttributeName() onto nsIStyledContent (bug 274402). r+sr=jst.
2004-12-14 03:54:01 +00:00
bryner%brianryner.com
184cc47ec5
deCOMtaminate nsIContent::GetNameSpaceID. Bug 272079, r+sr=jst
2004-12-13 04:14:28 +00:00
tor%cs.brown.edu
23c6f9365c
Backout 270257.
2004-12-12 05:30:29 +00:00
tor%cs.brown.edu
70112863b2
Backout 270257.
2004-12-12 02:37:58 +00:00
tor%cs.brown.edu
24de1145ed
Bug 270257 - don't call Will/DidModify in SetContext.
...
Patch by jonathan.watt@strath.ac.uk , r=afri.
2004-12-12 00:33:37 +00:00
jst%mozilla.jstenback.com
b7a9a380c8
Dropping 'Impl' from class names to keep things more sane. rs=peterv@propagandism.org
2004-12-10 19:48:22 +00:00
tor%cs.brown.edu
b8ade7319c
Bug 216559 - CSS3 currentColor. Patch by scootermorris@comcast.net.
...
r=bz, sr=dbaron.
2004-12-09 23:51:25 +00:00
bzbarsky%mit.edu
185d89d991
Move handling of "dir" and "bdo" into ua.css so it doesn't get turned off when
...
author styles are disabled. Bug 261361, patch by fantasai
<fantasai.bugs@inkedblade.net>, r=dbaron, sr=bzbarsky
2004-12-09 16:08:43 +00:00
neil%parkwaycc.co.uk
a3bdc27a25
Bug 273741 Plain text copy suffering HTML conversion (regression from bug 244685) p=david.gardiner@unisa.edu.au r=dean_tessman sr=me
2004-12-09 12:59:29 +00:00
tor%cs.brown.edu
f776408b63
Bug 238050 - implement SVG markers. r=scooter, moz common files sr=dbaron
2004-12-09 03:16:15 +00:00
dbaron%dbaron.org
5932d2d601
Fix --disable-xul bustage by building nsXULAtoms even when MOZ_XUL is false. b=272151
2004-12-08 21:34:22 +00:00
dbaron%dbaron.org
36d81cbae0
Bug 272151: reorganize files within layout, r+sr=roc: cvs removing obsolete files
2004-12-08 20:13:32 +00:00
dbaron%dbaron.org
59b5ba4eef
Bug 272151: reorganize files within layout, r+sr=roc: cvs removing obsolete files
2004-12-08 19:55:19 +00:00
dbaron%dbaron.org
d7690b6ee3
Bug 272151: reorganize files within layout, r+sr=roc: removing files that were moved to new locations in the repository without copying RCS files since they had previously been at their new locations
2004-12-08 19:49:14 +00:00
dbaron%dbaron.org
c7b24df1a9
Bug 272151: reorganize files within layout, r+sr=roc: cvs removing files that were copied to new locations in the repository
2004-12-08 19:45:40 +00:00
dbaron%dbaron.org
1bb228eed5
Bug 272151: reorganize files within layout, r+sr=roc
2004-12-08 19:41:48 +00:00
dbaron%dbaron.org
a0476ba72a
Bug 272151: reorganize files within layout, r+sr=roc: readd files that were previously at their new locations without repository-copies. See content/shared/{src,public} for intermediate revision history.
2004-12-08 01:50:33 +00:00
danm-moz%comcast.net
c45eef7d26
single window mode aviary branch merge. bug 172962 r=jst,peterv
2004-12-07 16:08:57 +00:00
neil%parkwaycc.co.uk
3861ca69e9
Bug 244685 Implement SourceURL for CF_HTML clipboard copy/drag'n'drop p=david.gardiner@unisa.edu.au r=dean_tessman sr=me
2004-12-07 14:13:54 +00:00
dbaron%dbaron.org
9d167cfdab
Remove unneeded include. b=272151
2004-12-07 02:49:12 +00:00
dbaron%dbaron.org
d3a8d12bbe
Remove unneeded include. b=272151
2004-12-07 02:28:38 +00:00
darin%meer.net
acf95bcaa1
fixing --disable-xul bustage
2004-12-07 01:53:37 +00:00
bzbarsky%mit.edu
f7f1f88343
Put the tree stuff in MOZ_XUL ifdefs. Bug 175568 followup to fix minimo, etc,
...
bustage.
2004-12-07 00:24:52 +00:00
darin%meer.net
0d1820b7fd
fixes bug 272814 "beginAddingChildren notification should be called before attributeSet." patch by smaug@welho.com r=darin sr=bryner
2004-12-06 23:09:32 +00:00
aaronleventhal%moonset.net
cbf2ae3323
Bug 175568. Make shift+f10 menus show up in the right place, for scrolled documents and tree views. r=jan varga, sr=bz
2004-12-06 15:12:53 +00:00
tor%cs.brown.edu
e9d689d528
Bug 272899 - svg base type creation cleanup. r=jwatt.
2004-12-05 22:12:43 +00:00
dbaron%dbaron.org
4ee16ec79d
Fix DOM round-tripping of -moz-initial. b=219903 r+sr=bzbarsky
2004-12-04 22:10:07 +00:00
bsmedberg%covad.net
51c415d3ed
Centralize layout/ and content/ locale files. See bug 271324.
2004-12-04 20:10:51 +00:00
bzbarsky%mit.edu
0280ad0135
Make setting innerHTML in XHTML not crash on malformed content and throw an
...
exception instead. Bug 272011, patch by steve.swanson@mackichan.com ,
r+sr=bzbarsky
2004-12-04 17:51:12 +00:00
bzbarsky%mit.edu
e36e6f6682
Fix comment. More bug 157395.
2004-12-03 04:48:32 +00:00
bzbarsky%mit.edu
e766f067db
:empty should not match nodes that have whitespace children. Introduce a
...
:-moz-only-whitespace pseudo-class to do what :empty used to do (so we can use
it in quirk.css and the like). Bug 157395, patch by Justin Wood
<116057@bacon.qcc.mass.edu>, r+sr=bzbarsky
2004-12-03 04:25:21 +00:00
tor%cs.brown.edu
f58a738f95
Bug 163068 - backend support for zoom and pan. r=jwatt
2004-12-02 23:13:13 +00:00
tor%cs.brown.edu
2e941ad3e0
Bug 237020 - downgrade assertions. Patch by jonathan.watt@strath.ac.uk, r=tor.
2004-12-02 19:58:19 +00:00
bzbarsky%mit.edu
2b6d62c4e7
Be a little more conservative about dirtying function-based content lists when
...
a node's attribute changes and they match it (check whether the node is already
in the list first). Bug 271709, r+sr=jst
2004-12-02 02:28:35 +00:00
bzbarsky%mit.edu
79ed89dca5
Convert various GetDocument() callers in XBL to using GetOwnerDoc() or
...
GetCurrentDoc() depending on which they want. This lays the groundwork for
attaching bindings to nodes that are not in documents. Bug 265086, r=bryner,
sr=jst
2004-12-02 02:24:28 +00:00
bzbarsky%mit.edu
141ee93f99
This wasn't supposed to land...
2004-12-02 02:17:54 +00:00
bzbarsky%mit.edu
def6c7132d
Fix XBL error-handling to not close tags that shouldn't be closed yet (and thus
...
crash when a PR_Assert in the XML content sink is hit). Bug 265184, r=bryner,
sr=jst
2004-12-02 02:15:37 +00:00
dbaron%dbaron.org
55053e0158
Back out 252703 due to Txul / Ts regression.
2004-12-02 01:26:20 +00:00
bzbarsky%mit.edu
09ecaf0056
Refix copy/paste of XHTML to treat it like it does XML -- as plaintext-only
...
content, since we can't actually copy/paste XML usefully. Bug 270145, r+sr=jst
2004-12-01 22:43:56 +00:00
bzbarsky%mit.edu
086155cae6
Make sure to call DoneCreatingElement/DoneAddingChildren on the relevant HTML
...
nodes in XML so that form state restoration works. Bug 206695, r+sr=peterv
2004-12-01 22:41:20 +00:00
dbaron%dbaron.org
a84646c6dd
Fix theme switching bugs related to insufficient change handling when entry points to themes are stylesheet links (processing instructions or XBL stylesheet elements) or xul:image src attributes by giving the chrome: protocol its own URL implementation that remembers the URL to which the chrome: URL was resolved and uses that resolved URL as part of equality testing. Fix various fastload issues arising from this change. b=252703 r=darin sr=bzbarsky
2004-12-01 22:39:17 +00:00
gerv%gerv.net
b92568bebe
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-12-01 22:27:03 +00:00
aaronleventhal%moonset.net
826a89aea6
Bug 269318. TAB should start from selection text after mouse click. If element gets focused, move selection to focus if focus isn't already inside the selection. mLastFocusedWith is no longer needed for making tab not move relative to selection after a mouse click. r=ginn.chen, sr=neil
2004-12-01 16:15:02 +00:00
bzbarsky%mit.edu
9c442f7374
Put an update view batch around zoom-setting so we don't get drawing
...
artifacts. Bug 270032, r+sr=roc
2004-12-01 03:28:44 +00:00
dbaron%dbaron.org
3882ed0f37
Remove unused iscoord parameter from CSS_PROP_* macros. b=205790 r+sr=bzbarsky
2004-11-30 19:24:34 +00:00
bzbarsky%mit.edu
3abdaecd3c
Fix asserts by making sure that border-spacing is always computed to coord
...
values. Bug 270325, r+sr=dbaron
2004-11-30 18:30:58 +00:00
dbaron%dbaron.org
10efb45442
Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner
2004-11-30 06:04:04 +00:00
dbaron%dbaron.org
be77f9b6d9
Fix col/colspan confusion (regression). b=107453 r+sr=bzbarsky
2004-11-30 05:52:59 +00:00
dbaron%dbaron.org
32654cf7f5
Avoid switches by using new nsStyleSides methods. b=272033 r+sr=bzbarsky
2004-11-30 05:31:37 +00:00
mats.palmgren%bredband.net
017629698f
Skip leading space inside :not(). b=271916 r+sr=dbaron
2004-11-28 15:04:13 +00:00
mvl%exedo.nl
71e45457d5
Implement DOM 3 isDefaultNamespace()
...
bug 270640, patch by smaug@welho.com , r+sr=jst
2004-11-28 10:57:22 +00:00
cls%seawood.org
889130dcb5
`mkdir -p` is not portable. Use `nsinstall -D` instead.
...
Fixing otaku bustage.
Bug #261426
2004-11-27 06:02:57 +00:00
mats.palmgren%bredband.net
0dd497ef90
Making invalid selectors ignore the following rule in more cases. b=265542 r=bzbarsky sr=dbaron
2004-11-26 21:05:45 +00:00
roc+%cs.cmu.edu
76c942edd9
Bug 271869. mBorderWidths need not be per-nsStyleBorder/nsStyleOutline, put it in the prescontext instead. r+sr=dbaron
2004-11-26 18:40:58 +00:00
timeless%mozdev.org
42abfb3a78
Bug 271814 build bustage VS6 in nsSVGUseElement.cpp
...
patch by jonathan.watt@strath.ac.uk r=callek
2004-11-26 06:05:52 +00:00
bzbarsky%mit.edu
b35b2a6d92
Add a utility method for finding the containing block to nsHTMLReflowState, and
...
make use of it in fixing the text-decoration drawing on blocks to deal with
negative text-indent. Bug 263374, r+sr=dbaron
2004-11-25 02:43:28 +00:00
bryner%brianryner.com
1435145ce6
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
2004-11-24 22:48:45 +00:00
dbaron%dbaron.org
f749b59b77
Make page up and page down leave at most two lines in common between pages. b=175380 r+sr=roc
2004-11-24 22:05:36 +00:00
neil%parkwaycc.co.uk
d13fb54f7e
Don't use QueryInterface to get a scrollable view from a view b=258521 r+sr=roc
2004-11-24 00:19:21 +00:00
darin%meer.net
373f51f2c6
fixes bug 263360 "Make CallCreateInstance use NS_GetComponentManager instead of nonfrozen/deprecated nsComponentManager symbols" r=bsmedberg sr=dbaron
2004-11-23 20:53:38 +00:00
bzbarsky%mit.edu
35e3f1fd67
Use nsContentUtils for error-reporting for <area> parsing. Bug 269697,
...
r+sr=jst
2004-11-23 17:45:37 +00:00
bzbarsky%mit.edu
7198a5985b
Add methods to get screen coordinates of frames and views. Bug 268576,
...
r+sr=roc
2004-11-23 17:26:19 +00:00
bzbarsky%mit.edu
ee3a61b53f
deCOMify nsIStyledContent::GetID (make it return we a weak pointer to the ID
...
atom). Bug 244249, patch by jpl24 <jlurz24@gmail.com>, r=sicking, sr=bzbarsky
2004-11-23 17:21:37 +00:00
tor%cs.brown.edu
d5bc110e6d
Bug 237020 - use/symbol implementation. r=jwatt, shared moz files sr=roc.
2004-11-23 13:51:57 +00:00
aaronleventhal%moonset.net
8368ba8462
Bug 270030. Tabbing gets stuck at first child input elements. r=ginn.chen, sr=neil.parkway, a=asa
2004-11-19 04:28:56 +00:00
jshin%mailaps.org
38ba67c1cc
get rid of the previous check-in (I didn't realize that the tree was frozen. I'm sorry)
2004-11-19 03:32:28 +00:00
jshin%mailaps.org
a2da74d97c
bug 36322 : Japanese text justification, patch by masayuki@d-toybox.com (r/sr=roc)
2004-11-19 03:21:12 +00:00
tor%cs.brown.edu
f5e2056f84
Bug 265988 - SVGDocument cleanup. Patch by jonathan.watt@strath.ac.uk, r=tor.
2004-11-18 23:32:06 +00:00
bzbarsky%mit.edu
4b9ac417d8
Expose the content-disposition header on documents (via nsIWindowUtils), and
...
use it for save as. Bug 263697, r=biesi, sr=jst, a=asa
2004-11-18 20:50:16 +00:00
shaver%mozilla.org
c5b21b0df3
Bug 267352: make sure frame construction events are flushed before starting
...
to print, to fix regression (form inputs print blank) from 228557. r=darin,
sr=jst, a=roc.
2004-11-17 16:38:01 +00:00
bmlk%gmx.de
71fc0034a0
large colspan protection as other browsers do, bug 141818 r/sr=bzbarsky
2004-11-16 15:46:55 +00:00
tor%cs.brown.edu
aca19bf47b
Bug 269891 - crash in stroke-dasharray sharing. r+sr=bzbarsky
2004-11-15 04:43:11 +00:00
jshin%mailaps.org
ca730bd81d
bug 263132 IME reconverting does not work with IME of Japanese, patch by masayuki@d-toybox.com r=Ilya Konstantinov, sr=bryner
2004-11-13 12:00:56 +00:00
bryner%brianryner.com
0a7f69feb5
Implement CloneNode() for XTF elements (bug 265933). Patch by smaug@welho.com, r=bryner, sr=jst.
2004-11-13 00:27:18 +00:00
timeless%mozdev.org
ea2f3df3b9
Bug 106386 Correct misspellings in source code
...
patch by ajvincent@gmail.com r=dbradley rs=brendan
2004-11-10 07:27:11 +00:00
bryner%brianryner.com
00b96a40fd
Fix conflicting notification constant.
2004-11-10 05:57:30 +00:00
bryner%brianryner.com
c1f5c4af67
Add a beginAddingChildren notification to XTF (bug 268691). r+sr=jst
2004-11-09 23:59:24 +00:00
tor%cs.brown.edu
e7c44d32db
Bug 103294 - improve parsing of SVG stroke-dasharray property. r+sr=bz
2004-11-09 18:19:28 +00:00
timeless%mozdev.org
c24b220b19
Bug 267311 netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect") in a XBL constructor make mozilla crash. [@ JS_FrameIterator]
...
r=jst sr=bz
2004-11-05 15:39:58 +00:00
alex%croczilla.com
7a264f0c8b
Bug 263464: Reduce XTF QI roundtrips by consolidating 'AggregatesInterface()' and 'NS_NewXTFInterfaceAggregator()'. r=bryner. Affects XTF-enabled builds only.
2004-11-05 15:18:21 +00:00
neil%parkwaycc.co.uk
869014801a
Bug 267302 Views should be created by the view manager r+sr=roc
2004-11-04 15:06:50 +00:00
jst%mozilla.jstenback.com
0fa818b934
Fixing bug 265456. Prevent code in a hidden tab from stealing focus. r+sr=bryner@brianryner.com
2004-11-04 01:36:18 +00:00
jst%mozilla.jstenback.com
8e27207052
Fixing bug 265055. Prevent textarea.select() in a hidden tab from stealing focus(). r+sr=bryner@brianryner.com
2004-11-04 01:32:40 +00:00
jst%mozilla.jstenback.com
336e4ca044
Landing followup workaround for bug 124750. Prevent input.select() from focusing elements in hidden tabs. r+sr=bryner@brianryner.com
2004-11-04 01:25:11 +00:00
jst%mozilla.jstenback.com
1f60c6aba0
Landing workaround for bug 124750. Don't let DOM calls focus elements in hidden tabs. r+sr=bryner@brianryner.com
2004-11-04 01:24:05 +00:00
pkw%us.ibm.com
11e191c60c
Bug 267511 - tons of assertions from bug 204784 fix.
...
r+sr=bzbarsky@mit.edu
2004-11-03 21:28:40 +00:00
bryner%brianryner.com
8f76cdccdc
Reduce string copying from nsGenericHTMLElement::GetHrefURIForAnchors (bug 267506). r+sr=jst.
2004-11-03 19:44:59 +00:00
bzbarsky%mit.edu
683944da62
Create an api for easily converting between the coordinate systems of two
...
frames or two views. Use this to fix the auto-positioning of abs pos boxes to
work no matter how their containing block and the block their placeholder lives
in are related, and convert various other callers to the new API. Bug 266968,
r+sr=roc
2004-11-03 16:16:57 +00:00
jst%mozilla.jstenback.com
d9915d605d
Fixing bug 265334. Adding API for embedders etc to listen to data fed to the parser from the network. r=darin@meer.net, sr=brendan@mozilla.org
2004-11-02 19:52:32 +00:00
pkw%us.ibm.com
7b8679da30
Bug 204784 - form.elements[] not order preserving when using javascript DOM interface.
...
r/sr=bzbarsky@mit.edu
2004-10-31 19:58:10 +00:00
dbaron%dbaron.org
cef682699c
Remove nsIStyleRule::GetStyleSheet (and move it to nsICSSRule). b=266991 r+sr=bzbarsky
2004-10-31 17:33:50 +00:00
bzbarsky%mit.edu
4b50f2dfaa
Allow setting the value of <input type="file"> to an empty string even in
...
untrusted script. Bug 266744, r=sicking, sr=jst
2004-10-30 18:11:25 +00:00
aaronleventhal%moonset.net
a699892779
Bug 258514. Click on anchor with location hash sometimes first focusable child a focus rectangle. r=mats, sr=bryner
2004-10-29 13:40:25 +00:00
varga%nixcorp.com
5d540d9b17
Bumping IIDs for bug 221619.
...
r=timeless sr=darin
2004-10-29 06:29:49 +00:00
bzbarsky%mit.edu
a9a4505860
Fix some case issues with getElementsByTagName(NS) in tag-soup and XHTML. Bug
...
264609, r+sr=jst
2004-10-28 02:34:21 +00:00
jst%mozilla.jstenback.com
42a3d0db85
Fixing part of bug 265790 (the part that's a regression from bug 265921). Make it possible to flag DOM events as trusted when created using DOM APIs from native code, and marking the DOMWindowClose event (and a few other fired from nsGlobalWindow) as trusted to make closing a tab from script close the tab only, and not the whole window. r+sr=bzbarsky@mit.edu, a=chofmann@mozilla.org
2004-10-28 00:36:30 +00:00
bryner%brianryner.com
540ad4bd76
Fix XTF build (bug 266188). Patch by doron, r=aaronr@us.ibm.com, sr=me.
2004-10-27 08:23:04 +00:00
bzbarsky%mit.edu
7cac02fb30
Make it possible to use the string input stream without heap-allocating a
...
string. Bug 263973, r=darin, sr=dbaron
2004-10-27 02:19:43 +00:00
tor%cs.brown.edu
ea52aa688f
Bug 263550 - respect overflow attribute of <svg:svg>. r=scootermorris
2004-10-27 00:25:08 +00:00
tor%cs.brown.edu
0ab68306cf
Bug 266183 - correct default values for gradient attributes.
...
Patch by scootermorris@comcast.net , r=tor
2004-10-26 23:38:18 +00:00
aaronleventhal%moonset.net
b8351a14b5
Bug 251498. Implement outline-offset. r+sr=roc
2004-10-26 12:57:15 +00:00
ginn.chen%sun.com
3eeb159f47
bug 251492 [gnome]selected item text wrong color in high-contrast themes
...
ginn.chen%sun.com r=bryner sr=dbaron
also fix bug 244955 [GNOME] incorrect system colors for the menu item text
2004-10-26 01:45:28 +00:00
jst%mozilla.jstenback.com
af6ef41111
Fixing bug 265921. Prevent script from closing tabs. r=bryner@brianryner.com, sr=brendan@mozilla.org, patch by bzbarsky@mit.edu and jst@mozilla.org
2004-10-26 00:13:50 +00:00
tor%cs.brown.edu
81a5c0e83a
Bug 264832 - SVGSVGElement.createSVG{Number,Length} not implemented.
...
Patch by jwatt, r=tor.
2004-10-25 15:18:03 +00:00
bzbarsky%mit.edu
5522863148
"Mozilla Xprint 2004/Q3 update". Bug 262287, patch by Julien Lafon
...
<julien.lafon@gmail.com>, r=roland.mainz, sr=henry.jia
2004-10-24 18:34:50 +00:00
bzbarsky%mit.edu
fec2acdc1f
Fix binding teardown to clear out insertion parent entries for nodes that no
...
longer have insertion parents. Bug 261818, r=bryner, sr=jst
2004-10-24 17:30:47 +00:00
bzbarsky%mit.edu
7517e43142
Make XSLT stylesheet loads check content policy. Bug 203211, r=sicking,
...
sr=peterv
2004-10-24 17:25:58 +00:00
bzbarsky%mit.edu
d129c1e2ce
No need to QI mDocumentURI to nsIURI. It's already one. Noticed by jwatt,
...
r+sr=bzbarsky.
2004-10-24 17:21:20 +00:00
bzbarsky%mit.edu
04fcc42b53
Make setting attributes via attribute nodes in HTML correctly lowercase the
...
attr name. Bug 264644, r=sicking, sr=peterv
2004-10-24 17:18:27 +00:00
bzbarsky%mit.edu
65db654e10
DeCOMTaminate some methods on nsIStyledContent. Bug 244258, patch by jpl24
...
<jlurz24@gmail.com>, r+sr=bzbarsky
2004-10-24 17:10:32 +00:00
dbaron%dbaron.org
d66ce71e18
Remove partial implementation of -moz-key-equivalent that was useful for nothing other than crashing. b=265721 r+sr=bzbarsky a=asa
2004-10-24 04:43:49 +00:00
dbaron%dbaron.org
24751ebb09
Remove partial implementation of -moz-key-equivalent that was useful for nothing other than crashing. b=265721 r+sr=bzbarsky a=asa
2004-10-24 04:32:21 +00:00
dbaron%dbaron.org
506e34afe3
Propagate trusted flag to synthesized events. b=265774 r+sr=bzbarsky a=asa
2004-10-23 22:29:55 +00:00
dbaron%dbaron.org
642604a088
Propagate trusted flag to synthesized events. b=265692 r=bzbarsky sr=jst a=asa
2004-10-23 22:28:25 +00:00
varga%nixcorp.com
cd1df2e308
Updating my email address.
2004-10-22 18:33:55 +00:00
dbaron%dbaron.org
ac3268fad6
Restrict handling of various things to events coming from the user (not Web content). b=265176 r+sr=jst a=asa
2004-10-22 07:32:08 +00:00
daniel%glazman.org
8b22bb5a47
fixes inconsistent selection schemes in HTML tables; b=261385, r=Neil, sr=roc
2004-10-20 15:24:11 +00:00
jst%mozilla.jstenback.com
b26833d3f2
Backing out the fix for bug 73605 now that bug 17003 is fixed (was fixed quite some time ago). r=jonas@sicking.cc, sr=jst@mozilla.org.
2004-10-19 22:56:30 +00:00
peterv%propagandism.org
7e8c316430
Fix for bug 239873 (DOMStringList interface not matching DOM Level 3). r/sr=jst.
2004-10-19 17:20:14 +00:00
peterv%propagandism.org
fe32ff7788
Protect against a crash, part of bug 261450 (Mozilla crashes when changing DOM Nodes [@ nsRange::TextOwnerChanged]). r/sr=bz.
2004-10-19 15:16:51 +00:00
aaronleventhal%moonset.net
3147de7753
Bug 262578. No click to focus css scrollable areas like overflow:scroll, but you can still click there and scroll -- just no focus outline. r=mats, sr=roc
2004-10-19 02:24:27 +00:00
bzbarsky%mit.edu
b7be76beb6
Remove last vestiges of <plaintext>. Followup to bug 88987, r+sr=jst.
2004-10-18 19:31:01 +00:00
Stefan.Borggraefe%gmx.de
b9862b77d4
Bug 264477: Use proper minus character for XML document tree display
...
r=sicking, sr=bzbarsky
2004-10-16 10:42:02 +00:00
tor%cs.brown.edu
677f27f736
Bug 264580 - implement SVGSVGDocument.current{Scale,Translate}. r=jwatt.
2004-10-15 22:21:03 +00:00
jst%mozilla.jstenback.com
760bc66b0b
Re-enabling the fix for bug 69070 and optimizing some string code in caps that was for sure part of the reason for the Tp regression, and use CheckLoadURIWithPrincipal() to be more correct. r+sr=bzbarsky@mit.edu
2004-10-15 16:34:58 +00:00
peterv%propagandism.org
f3ad153070
Fix for bug 264309 (Consolidate CloneNode implementation macros). r/sr=jst
2004-10-15 14:42:14 +00:00
tor%cs.brown.edu
c6a8869a71
Bug 244917 - implement SVG gradients. Patch by scootermorris@comcast.net.
...
r=sicking,afri,tor,jwatt. Shared mozilla code sr=tor,dbaron.
2004-10-14 23:02:53 +00:00
jst%mozilla.jstenback.com
f18c320134
Disable the security check in nsContentUtils::CanLoadImage() to see if that's what costs us 2% per yesterday.
2004-10-14 22:24:07 +00:00
tor%cs.brown.edu
056eba7b9f
Backout accidental checkin.
2004-10-14 17:11:53 +00:00
tor%cs.brown.edu
18915b8f23
Bug 264380 - implement SVGTextContentElement.getComputedTextLength. r=afri.
2004-10-14 17:10:08 +00:00
tor%cs.brown.edu
856f6ebabb
Bug 264370 - implement SVGDocument.rootElement. r=afri
2004-10-14 16:20:37 +00:00
bzbarsky%mit.edu
befd4d0913
Make sure to set mScannerInited when it is. Bug 263959, caught by jag
2004-10-14 15:06:04 +00:00
aaronleventhal%moonset.net
a66b0e2a0f
Bug 263685. getComputedStyle not working on -moz-outline-radius. r=roc, sr=dbaron
2004-10-14 03:32:28 +00:00
bzbarsky%mit.edu
e705bff275
Don't create new nsCSSScanners all the time. Just make nsCSSScanner a
...
non-pointer member of nsCSSParser so when we recycle parsers scanners get
recycled automatically. Bug 263959, r+sr=dbaron
2004-10-14 03:30:55 +00:00
jst%mozilla.jstenback.com
b816f1743d
More followup changes to my fix for bug 69070. Use docURL since it's available in stead of calling GetDocumentUIR() one more time, as suggested by cbiesinger@gmx.at.
2004-10-14 01:44:50 +00:00
jst%mozilla.jstenback.com
030b0c5586
Followup to my fix for bug 69070. Use the documents character set when creating image URI (per bz's suggestion), and fixing build bustage.
2004-10-13 23:45:22 +00:00
jst%mozilla.jstenback.com
8f85c81aee
Fixing bug 69070. Don't allow loading of images from file: URIs from web content. r+sr=bzbarsky@mit.edu
2004-10-13 23:16:58 +00:00
neil%parkwaycc.co.uk
017a11a5a3
Bug 261108 Fix generated click event to be a mouse event r+sr=jst
2004-10-13 22:23:46 +00:00
dbaron%dbaron.org
6bbf7a598e
Store the visible area so other callers of InitialReflow use the right size rather than 0x0. b=227361 r+sr=roc
2004-10-13 21:59:26 +00:00
jst%mozilla.jstenback.com
deb7a231da
Fixing bug 263649. Add handleDefault(nsIDOMEvent) method to nsIXTFElement. Patch by smaug@welho.com, r=bryner@brianryner.com, sr=jst@mozilla.org
2004-10-13 16:05:13 +00:00
bzbarsky%mit.edu
47d033e40b
Fix XML serializer to use default namespaces when possible instead of outputing
...
unneeded namespace prefixes. Also fix possible correctness issues with the
prefixes it generates. Bug 263225, r=peterv, sr=rbs
2004-10-13 01:16:06 +00:00
aaronleventhal%moonset.net
24eabf40af
Bug 261054. Make caret consistently the same width throughout Gecko/Mozilla. Configurable through ui.caretWidth. r=glazou, sr=rbs
2004-10-13 01:12:14 +00:00
dbaron%dbaron.org
3dc556ddcf
Move CSS error reporting functions from parser to scanner so that scanner can report errors, and fix up the one existing error report in the scanner that I'd forgotten about. b=262249 r+sr=bzbarsky
2004-10-12 18:44:14 +00:00
bzbarsky%mit.edu
65033a43f8
Switch more callers who were begging for it over to GetOwnerDoc(). Bug 255337,
...
r+sr=peterv.
2004-10-11 16:29:42 +00:00
bzbarsky%mit.edu
3c30b395b0
Fix up uses of GetOwnerDoc/GetCurrentDoc to use the right one, with an eye
...
towards general sanity on the one hand and sXBL/XBL2 on the other. Bug 263200,
r+sr=peterv
2004-10-11 16:14:27 +00:00
alex%croczilla.com
912b0c6d02
Bug #263465 : Use GetNSManagerWeakRef in nsXMLContentBuilder. r/sr=peterv. Affects XTF-enabled builds only.
2004-10-10 11:09:32 +00:00
aaronleventhal%moonset.net
ec515f3529
Nit - fixing comment for checkin to bug 24676
2004-10-10 02:50:43 +00:00
aaronleventhal%moonset.net
9d1901c669
Bug 24676. Support -moz-outline-radius. r=bzbarsky, sr=roc
2004-10-10 00:51:42 +00:00
bzbarsky%mit.edu
a4fb16e1fb
Fix spelling in comment.
2004-10-09 21:37:57 +00:00
bzbarsky%mit.edu
be30301ca0
Fix ComparePoints() to be faster (helps with things like innerHTML). Bug
...
262764, r+sr=peterv
2004-10-09 21:02:16 +00:00
bzbarsky%mit.edu
964ecc6669
Remove our broken attempt to support <plaintext> (which is very very
...
deprecated). Bug 88987, r=jst, sr=dbaron
2004-10-09 16:55:54 +00:00
bmlk%gmx.de
24db6cc49e
reorganize CalCDominantBorder, reduce the number of arguments, change the border structure. make the rules handling more evident, bug 229883, With more than a little help from my friends (fantasai, boris) r/sr=bzbarsky
...
bustage fix
2004-10-09 12:25:31 +00:00
dbaron%dbaron.org
def3b4425e
Also prevent 'overflow:hidden' elements from being scrollable by wheel mouse. b=259615 r+sr=roc
2004-10-09 05:15:08 +00:00
roc+%cs.cmu.edu
2fdb399a89
Bug 262760. Do Begin/EndUpdateViewBatch around all reflows and restyling. Also, make the refresh flags in EndUpdateViewBatch mean the same thing as they do in UpdateView. In particular we introduce NS_VMREFRESH_DEFERRED. r+sr=bzbarsky
2004-10-09 01:39:21 +00:00
roc+%cs.cmu.edu
b24a28d3fb
Bug 251162. Landing experimental implementation of CSS3 columns. r+sr=dbaron
2004-10-08 12:17:10 +00:00
alex%croczilla.com
1dbc10f464
Bug #263430 : Fix xtf build on gcc 3.4.2. Patch by <peter.kovar@pobox.sk>.
2004-10-08 07:18:52 +00:00
alex%croczilla.com
1d2d283c84
Wrap GetXTFServiceWeakRef in #ifdef MOZ_XTF to fix non-xtf builds.
2004-10-07 21:23:52 +00:00
alex%croczilla.com
800cd23b39
Landing of the XTF branch, bug#253225. XTF is the eXtensible Tag
...
Framework; see mozilla/content/xtf/readme.txt. r=bryner, sr=jst. Code
is not enabled by default (requires --enable-xtf configure option).
2004-10-07 20:59:53 +00:00
bzbarsky%mit.edu
bdfc558fb6
Fix some IsFocusable methods to do the right thing. Bug 261707, r=aaronl, sr=jst
2004-10-07 01:15:40 +00:00
bzbarsky%mit.edu
4925781bb0
Don't go through presshells to get to our window; just use the global object.
...
This fixes various issues that could bite display:none iframes, in particular
bug 262998. r+sr=jst
2004-10-06 20:24:18 +00:00
bzbarsky%mit.edu
9a37c7da84
Fix "normal" and "-moz-initial" values for "content" to do the right thing.
...
Bug 262624, r+sr=dbaron
2004-10-06 00:45:42 +00:00
bzbarsky%mit.edu
52c05405ec
Fix crash if insertRule() is called on an empty string. Bug 261798, r+sr=dbaron
2004-10-06 00:34:06 +00:00
bzbarsky%mit.edu
aebd547783
Fix dynamic class changes in SVG. Bug 262474, r=sicking, sr=tor
2004-10-05 21:48:27 +00:00
tor%cs.brown.edu
acad98f19e
Bug 261974 - async svg painting. Patch by afri, r=tor.
2004-10-04 23:16:57 +00:00
dbaron%dbaron.org
f26ae219a5
Add helper functions that make it easier to cache factories. b=261310 r=darin
2004-10-02 00:44:13 +00:00
mats.palmgren%bredband.net
d11f25bf5c
Fallback to using the ID attribute when NAME is empty for XUL iframes. b=254284 r=neil.parkwaycc.co.uk sr=bzbarsky
2004-10-01 18:32:18 +00:00
mats.palmgren%bredband.net
dd0670bad9
Make window.setCursor() use CSS 'cursor' property values. b=260272 r+sr=dbaron
2004-10-01 17:15:15 +00:00
bzbarsky%mit.edu
82dee81537
Add debug MaxDifference() function to style structs and add some asserts in
...
style context code to catch structs that are returning unexpected or bogus
hints. Bug 258910, r+sr=dbaron
2004-10-01 03:33:05 +00:00
bzbarsky%mit.edu
90316a1bc6
Remove parsing of play-during property, since we don't support it anyway and
...
it's gone from CSS2.1 and CSS3. Bug 258079, r+sr=dbaron
2004-09-30 22:32:28 +00:00
bzbarsky%mit.edu
f53d3d18db
Make createContextualFragment work for XML. Bug 133827, patch by
...
steve.swanson@mackichan.com , r=bzbarsky, sr=jst
2004-09-30 22:27:45 +00:00
dbaron%dbaron.org
e39c91ad66
Improve performance of CSS error reporting. b=261283 r+sr=bzbarsky
2004-09-30 05:18:05 +00:00
bryner%brianryner.com
0239f038ce
Fix UMRs in nsXBLWindowKeyHandler::WalkHandlers. Bug 260312, r+sr=bzbarsky.
2004-09-30 03:36:15 +00:00
jst%mozilla.jstenback.com
ac47282c45
Fixing build bustage on Tru64 UNIX. Part of bug 252326.
2004-09-29 22:10:30 +00:00
aaronleventhal%moonset.net
0011de8436
Bug 260527. More fixes for xul radio button accesskeys. r=mconnor, sr=neil
2004-09-28 19:18:43 +00:00
bryner%brianryner.com
8787891e5a
Unify box and frame trees by moving nsIBox methods onto nsIFrame. XUL-box frames can call the superclass nsBox implementation, all other frames get the nsFrame implementation of the box methods, which acts like nsBoxToBlockAdaptor used to. Bug 258513, r+sr=roc.
2004-09-28 18:37:50 +00:00
pinkerton%aol.net
d3d1a8f888
cmd-up/down go to top and bottom of page (bug 241142)
2004-09-24 17:13:44 +00:00
jst%mozilla.jstenback.com
f65293a74e
Fixing bug 260385. Prevent popups from opening from beforeunload events. r=danm.moz@gmail.com, sr=bzbarsky@mit.edu, a=asa@mozilla.org
2004-09-23 23:39:16 +00:00
kyle.yuan%sun.com
45fb2f7b4b
Bug 257581 Cursor (caret) doesn't appear in MailNews Compose Window, although you type something
...
r=daniel, sr=roc, a=asa, patch=ginn.chen@sun.com
2004-09-23 04:04:50 +00:00
kyle.yuan%sun.com
7a7429fade
Backout the last checkin. Haven't noticed that the tree is frozen from 1.8a4.
2004-09-23 02:53:17 +00:00
kyle.yuan%sun.com
61025edecc
Bug 257581 Cursor (caret) doesn't appear in MailNews Compose Window, although you type something
...
r=daniel, sr=roc, patch=ginn.chen@sun.com
2004-09-23 02:50:07 +00:00
bsmedberg%covad.net
4804d22a71
One more forgotten declaration from bug 246014.
2004-09-21 21:05:34 +00:00
bsmedberg%covad.net
9b824e5486
Merge bug 246014 from the aviary branch, splitting nsIXULChromeRegistry into a separate piece for seamonkey-only methods. Original Firefox patch r=bryner sr=ben seamonkey merge r+sr=jst
2004-09-21 20:19:48 +00:00
bzbarsky%mit.edu
f24cc01791
Set checkbox checked state if we didn't restore it (instead of if we didn't
...
restore anything at all). Bug 259486, r+sr=jst
2004-09-21 18:04:47 +00:00
dbaron%dbaron.org
76df8f780b
Turn on CSS error reporting. b=65469 r+sr=bzbarsky
2004-09-21 04:41:42 +00:00
dbaron%dbaron.org
4958d2471b
Don't allow the user to scroll things that are 'overflow: hidden'. b=259615 r+sr=roc
2004-09-21 04:41:08 +00:00
db48x%yahoo.com
b14d273a93
fixes bug 260293: TreeWalker root (currentNode) with no visible descendants goes astray
...
patch by Alex "WeirdAl" Vincent <ajvincent@gmail.com>, r=sicking, sr=bz
2004-09-21 04:13:52 +00:00
neil%parkwaycc.co.uk
1c346b8beb
Don't use QueryInterface to get a view from a scrollable view b=258521 r+sr=roc
2004-09-20 22:25:07 +00:00
dbaron%dbaron.org
d2d895fde6
Fix bustage when CSS error reporting disabled. b=187007
2004-09-20 20:08:20 +00:00
dbaron%dbaron.org
55df280f2e
Make CSS errors localizable. b=187007 r+sr=bzbarsky
2004-09-20 19:38:11 +00:00
mats.palmgren%bredband.net
09260d852e
Remove -moz-count-* and (unused) eCursor_arrow_* cursors. b=259639 r+sr=dbaron
2004-09-19 19:49:29 +00:00
dbaron%dbaron.org
f94ed4c91a
Null-check document to fix crash, and a little other cleanup. b=258843 r+sr=bzbarsky
2004-09-17 20:50:22 +00:00
neil%parkwaycc.co.uk
3ea40a5827
Bug 260070 Improve detection of missing <title>s r+sr=bz
2004-09-17 20:11:02 +00:00
neil%parkwaycc.co.uk
575c61d32e
Set the XUL document's title once the DOM is ready and not after a chrome window finishes loading, so that we get titles on XUL documents in content and we can also use document.title or window.title to set the title in a load handler b=126903 but also fixes 216651, 259067 and the like r=danm sr=jst
2004-09-17 20:03:18 +00:00
bugzilla%arlen.demon.co.uk
a14eb588e3
Bug 258193 nsIDOMMouseEvent::GetButton() broken with contextmenu event
...
p=trev@gtchat.de r=jst sr=bzbarsky
2004-09-17 10:48:59 +00:00
neil%parkwaycc.co.uk
198d7fc4ca
Fix regression from previous checkin, CloneContent needs to be virtual so that nsTextNode can override it r+sr=jst over irc, no bug
2004-09-16 21:45:38 +00:00
jst%mozilla.jstenback.com
dc338f5a98
Fixing bug 259206. Force local documents to always be loaded as XML to fix problem with XML prettyprinting not working if the system incorrectly sets bogus mimetypes for .xsl files (as Fedora Core 2 happens to do). r+sr=peterv@propagandism.org
2004-09-16 19:18:51 +00:00
bzbarsky%mit.edu
922d016b3f
Make the XUL content sink store the right namespace for "xmlns" attributes.
...
Bug 256165, r=peterv, sr=jst
2004-09-16 18:38:07 +00:00
bzbarsky%mit.edu
15a9a1449a
Pass aShared=PR_TRUE when compiling brutally shared methods and properties.
...
Bug 258832, r+sr=brendan
2004-09-16 18:30:04 +00:00
bzbarsky%mit.edu
20bc916c2f
Don't crash on <binding> elements with no "id" attribute. Bug 255715, r+sr=bryner
2004-09-16 18:26:18 +00:00
cbiesinger%web.de
7a2f8789c3
forgot to check this in as part of Bug 258411
2004-09-16 14:20:54 +00:00
cbiesinger%web.de
337362d9eb
Bug 258411 - fixing regression from bug 250342: wrong z-order for frames
...
r+sr=roc
2004-09-16 13:02:54 +00:00
peterv%propagandism.org
93852793b1
Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2004-09-16 12:39:49 +00:00
dbaron%dbaron.org
fa2cc9940e
Remove effectively-unused Set/GetScrollPreference API on nsIScrollableView.h. b=259617 r+sr=roc
2004-09-15 19:16:43 +00:00
dbaron%dbaron.org
2958ea9292
Fix XBL destructors. b=258832 r+sr=brendan
2004-09-15 02:19:24 +00:00
dbaron%dbaron.org
a7d98f183c
Add function to nsContentUtils to report a localized error message to the error console, and use it from the three places that were doing pretty much the same thing. b=187007 r+sr=bzbarsky
2004-09-14 17:26:35 +00:00
bzbarsky%mit.edu
df998aca42
Make sure to addref out param. Bugs 258121 and 247712, r+sr=peterv
2004-09-14 15:06:56 +00:00
bzbarsky%mit.edu
dde85fe56f
Don't use the global object as the scope object when setting up the class for
...
the proto functions on the a binding. Patch arises from discussion in bug
258832, r+sr=brendan
2004-09-14 13:33:54 +00:00
bryner%brianryner.com
153fe1346d
Support properties on documents (bug 253888). r+sr=jst.
2004-09-14 04:21:29 +00:00
roc+%cs.cmu.edu
6146e49d29
Bug 259032. DeCOMtaminate nsIFrame::GetNext/PrevInFlow. r+sr=roc, patch by Will Levine
2004-09-14 02:28:03 +00:00
bryner%brianryner.com
cc14274b06
Fix ctrl+a emacs keybinding for gtk1 (bug 259011), r+sr=bzbarsky
2004-09-13 22:35:39 +00:00
dbaron%dbaron.org
dc543d8c47
Fix VC7 bustage. b=258793
2004-09-13 20:40:46 +00:00
dbaron%dbaron.org
cd7b1f831b
The slow codepaths for fixed background-attachment should only apply when there's a background image. b=258793 r+sr=roc
2004-09-13 05:39:27 +00:00
bzbarsky%mit.edu
d1b63ea756
Fix crash due to text inputs flushing pending restyles while we're in text
...
control frame code. Bug 257818, r+sr=dbaron
2004-09-13 04:19:58 +00:00
mats.palmgren%bredband.net
7dc10bb4c9
Use the ID attribute (and not NAME) for FRAME/IFRAME/OBJECT in XHTML. b=183683 r+sr=bzbarsky
2004-09-12 23:34:00 +00:00
mats.palmgren%bredband.net
57ce935001
Re-resolve target frame after "DOMMouseScroll" event handlers in case it was destroyed. b=257998 r+sr=bzbarsky
2004-09-12 21:24:59 +00:00
bzbarsky%mit.edu
21dd976521
Make sure to flush restyles _before_ we start grabbing layout objects like
...
presshells, not after... Bug 258032, r+sr=jst
2004-09-12 20:53:27 +00:00
jst%mozilla.jstenback.com
d99604bef1
Fixing problem found by trev@gtchat.de where creating key event objects would actually create mouse event objects (bug 238773). r+sr=jst@mozilla.org
2004-09-12 19:27:54 +00:00
bzbarsky%mit.edu
12815f2dd7
Change XBL constructor/destructor back to having "this" in the scope chain like
...
they did when they were event handlers (to avoid breaking bindings where people
forgot to use "this" in the constructor or destructor). Bug 258833, r=bryner,
sr=jst
2004-09-12 01:41:34 +00:00
mats.palmgren%bredband.net
1d868ad59c
Add CSS3 cursors, bug 163174, r=lordpixel@mac.com r=pinkerton@aol.net sr=dbaron@dbaron.org
2004-09-11 23:24:30 +00:00
bmlk%gmx.de
4a7ba016e4
changing the border-collapse mode needs to cause a reframe as we have two different types of cellframes depending on the mode, bug 254053 idea=bz, r/sr=dbaron
2004-09-11 06:13:47 +00:00
dbaron%dbaron.org
c61563f77e
Separate sheet URI and base URI for style attributes and for CSS parsing from DOM APIs. b=258707 r+sr=bzbarsky
2004-09-10 23:31:48 +00:00
dbaron%dbaron.org
676b58b654
Use sheet URI instead of base URI. b=258708 r+sr=bzbarsky
2004-09-10 19:01:04 +00:00
bzbarsky%mit.edu
7ea16261aa
Make <constructor> and <destructor> methods, not handlers. Bug 230816,
...
r=bryner, sr=brendan
2004-09-10 15:29:19 +00:00
dbaron%dbaron.org
d7d887385b
Fix DEBUG bustage. b=255538
2004-09-10 09:31:10 +00:00
jst%mozilla.jstenback.com
ab28a013f1
Fix crash reported in bug 235923. In odd cases when we get into situations where we're submitting a form while we're in the middle of submitting the same form (waiting for a modal dialog), the pending submission from the first call may get deleted. r+sr=shaver@mozilla.org
2004-09-10 08:07:04 +00:00
bryner%brianryner.com
2faa8b2e03
Add dependency on Makefile so that depend builds don't break.
2004-09-10 07:52:59 +00:00
bryner%brianryner.com
306fd4d418
Hook up gtk2 native keybindings for editor. This gets rid of htmlBindings.xml and instead makes the platform-neutral base bindings be included via the preprocessor, allowing the editorBase bindings to not be applied on gtk2. Also, removed obsolete mac CFM package files. Bug 257405, r=bzbarsky, sr=ben.
2004-09-10 07:17:31 +00:00
dbaron%dbaron.org
4c36660044
Separate concept of stylesheet URI into base URI (for resolving relative links) and sheet URI (for everything else), since they can differ for style elements (and inline style and style set from script, but that's for the next patch). Some other things (relating to external stylesheets, where it doesn't make a difference) that probably should use the sheet URL are left as the base URL for now because I didn't want to change too much at once. b=255538 r+sr=bzbarsky
2004-09-10 06:45:59 +00:00
bzbarsky%mit.edu
871de80a84
Combine WalkRules and UseDocumentRules into one function. Bug 244252,
...
r=bryner, sr=dbaron
2004-09-10 04:57:30 +00:00
bzbarsky%mit.edu
bb3b0b20c0
Fix build bustage.
2004-09-10 03:52:48 +00:00
bzbarsky%mit.edu
925815e9a0
createEvent/initEvent screw up creating right-click or middle-click events. Bug
...
254795, r+sr=jst
2004-09-10 03:29:09 +00:00
bzbarsky%mit.edu
5d02f350d2
Add nsCSSValuePair type and use it for storage of some properties. Bug 208729,
...
r+sr=dbaron
2004-09-10 03:26:58 +00:00
bzbarsky%mit.edu
5a22a7c00e
Look for a form ancestor even if we're not in a document and our parent is
...
changed. Bug 257947, r+sr=jst
2004-09-10 03:16:04 +00:00
neil%parkwaycc.co.uk
f1e9551335
Bug 207219 Image resize should zoom clicked position r=varga sr=peterv
2004-09-09 22:40:40 +00:00
dbaron%dbaron.org
311b293f7d
Pass line number information for style elements through to the CSS parser so we can give correct line numbers in error reports. b=240420 r+sr=bzbarsky
2004-09-09 17:32:35 +00:00
dbaron%dbaron.org
02ccd3d2cc
Fix serialization of declaration blocks containing 'overflow' and the bugs that causes. b=258300 r+sr=bzbarsky
2004-09-08 05:42:03 +00:00
jst%mozilla.jstenback.com
e237ef56e9
Eliminating dead code. Patch by trev@gtchat.de. r+sr=jst@mozilla.org
2004-09-07 22:34:02 +00:00
bryner%brianryner.com
d342e8f7b4
Add support for native keybindings for input and textarea for gtk2. This allows us to respect the GTK keybinding preferences. Bug 257405, r=blizzard, sr=roc.
2004-09-07 21:21:48 +00:00
bryner%brianryner.com
04b0d5a8cb
Fixes for a number of native theme button problems on gtk2 (bug 255911). In order to more easily accomodate CSS fallbacks for when native theme rendering is not available, this adds GetWidgetPadding() to nsITheme, which allows the native theme impl to supply padding values which will override the css padding. This way, padding for the css fallback can be given without having it be added to the padding that's part of the native theme-rendered border. r=caillon, sr=roc.
2004-09-06 03:59:31 +00:00
roc+%cs.cmu.edu
da54d83f54
Bug 254039. deCOMtaminate nsIScrollableFrame. r+sr=roc, patch by Will Levine
2004-09-06 02:44:43 +00:00
bryner%brianryner.com
3d2074e349
Bustage fix for HPUX (bug 239465) - |explicit| may only be used for converting constructors. r=dbaron.
2004-09-05 19:13:25 +00:00
dbaron%dbaron.org
2e93a67964
Land bug 72747 in pieces: Implement overflow-x and overflow-y. b=72747 r+sr=roc
2004-09-05 00:04:04 +00:00
dbaron%dbaron.org
613d104fb5
Land bug 72747 in pieces: Simplify the mechanism used to prevent framesets from having scrollbars. b=72747 r+sr=roc
2004-09-04 19:51:21 +00:00
jst%mozilla.jstenback.com
63c881aeb2
Fixing bug 252326. Fixing some popup blocker problems. Making sure only trusted events get mark trusted, and only allow popups while processing trusted (initiated by the user) events. Patch by trev@gtchat.de and jst@mozilla.org, r=bzbarsky@mit.edu, rs=brendan@mozilla.org, bryner@biranryner.com
2004-09-04 19:28:46 +00:00
cbiesinger%web.de
28133d3196
Bug 250342 Views should not inherit from nsISupports
...
r+sr=roc
2004-09-04 15:49:20 +00:00
dbaron%dbaron.org
e4e0192e47
Back out previous round of bug 72747 changes due to Tp regression.
2004-09-04 08:34:55 +00:00
dbaron%dbaron.org
46a0c16189
Land bug 72747 in pieces: Simplify the mechanisms used to prevent framesets from having scrollbars and used to implement the scrolling attribute on frames and iframes. Implement scrolling='yes'. b=72747 r+sr=roc
2004-09-04 06:53:36 +00:00
dbaron%dbaron.org
58b2482f65
Land bug 72747 in pieces: make users of nsIScrollable use nsIScrollable::Scrollbar_* instead of NS_STYLE_OVERFLOW_*. b=72747 r+sr=roc
2004-09-03 21:58:39 +00:00
dbaron%dbaron.org
2be757b76e
Land bug 72747 in pieces: add functions for common overflow tests to nsStyleDisplay. b=72747 r+sr=roc
2004-09-02 23:18:37 +00:00
jst%mozilla.jstenback.com
00e4d5d5e3
Fixing bug 257431. Make the tabbrowser code only listen to events initiated by the user. r=trev@gtchat.de, sr=bzbarsky@mit.edu
2004-09-02 15:25:39 +00:00
bryner%brianryner.com
4de1e631ea
deCOMify nsIPresShell::GetRootFrame. Change callers inside of gklayout to use FrameManager()->GetRootFrame() instead so that the call can be inlined. Bug 253889, r+sr=roc.
2004-09-02 03:08:51 +00:00
jst%mozilla.jstenback.com
c4a89495ca
Fixing bug 257523. Only handle XBL commands if they're triggerd by events initiated by the user. Patch by trev@gtchat.de, r=jst@mozilla.org, sr=dveditz@cruzio.com, a=chofmann@mozilla.org
2004-09-02 00:33:51 +00:00
brendan%mozilla.org
e95ce6422c
Use new JS_LookupPropertyWithFlags API passing new JSRESOLVE_CLASSNAME, to avoid triggering doc search for IE global scope pollution quirk, just for the scrollbar XBL binding used in content pages (257602, r=bzbarsky, sr=jst).
2004-09-01 20:53:11 +00:00
bryner%brianryner.com
6395cedb06
Restoring previous failure code, follow-up to bug 257596
2004-09-01 18:02:04 +00:00
mvl%exedo.nl
606e593f80
fix third-party checks for images loaded as source of an iframe, by making sure there is a requestingLocation
...
bug 254510, r=jst, sr=bz
2004-09-01 17:12:18 +00:00
jst%mozilla.jstenback.com
f1d17b9743
Fixing bug 248065. Make sure errors in nested scripts don't disrupt the containing script. r+sr=bzbarsky@mit.edu
2004-09-01 16:50:12 +00:00
neil%parkwaycc.co.uk
df6a0f9828
Bug 135928 Range.surroundContents doesn't work on a single text node p=kin r=jfrancis sr=jst extracted from the otherwise bitrotted patch in bug 58974
2004-09-01 16:18:31 +00:00
aaronleventhal%moonset.net
ee255c951a
Bug 254966. Make css scrollable elements tab navigable. r=mats, sr=roc
2004-09-01 14:58:34 +00:00
bryner%brianryner.com
f7a0694a86
Remove unneeded nsIFocusTracker interface, changing all users to nsIPresShell (bug 257596, r+sr=roc).
2004-09-01 05:16:00 +00:00
kyle.yuan%sun.com
0c6e0f065f
Bug 169297 caret becomes invisible when switching windows if it's not in linked content
...
r=aaronl, sr=roc, patch=ginn.chen@sun.com
2004-08-31 02:10:59 +00:00
vladimir%pobox.com
9b6f713449
b=235665, aggregation broken in bookmarks [gecko only bits], r=axel,shaver,others,sr=shaver
2004-08-30 22:25:29 +00:00
tor%cs.brown.edu
74921ab039
Bug 257195 - relative URIs in <svg:script> not working. r=sicking, sr=jst
2004-08-30 15:55:36 +00:00
bryner%brianryner.com
a8153addf4
More nsIPresShell deCOMtamination:
...
- Made Get/SetAuthorStyleDisabled and ReconstructStyleData non-virtual when called internally.
- Inlined GetFrameSelection and renamed it to FrameSelection.
- Removed non-inline version of GetViewManager.
- Removed unused EnablePrefStyleRules and ArePrefStyleRulesEnabled.
Bug 253889, r+sr=roc.
2004-08-29 03:08:44 +00:00
dbaron%dbaron.org
67e0ee1634
Back out the rest of bug 72747 due to Tp regression.
2004-08-27 01:26:55 +00:00
dbaron%dbaron.org
399f49c365
Backout the CSS parts of bug 72747 to see if that fixes the Tp regression.
2004-08-26 22:35:38 +00:00
dbaron%dbaron.org
5c14b11fe9
Fix debug bustage. b=72747
2004-08-26 19:12:05 +00:00
dbaron%dbaron.org
0430fe1b67
Implement 'overflow-x' and 'overflow-y' CSS properties, long implemented by IE for Windows and proposed for CSS3. Implement scrolling='yes' and equivalents on frame and iframe. Various pieces of related cleanup (see comment 22 in bug). b=72747 r+sr=roc
2004-08-26 17:11:20 +00:00
neil%parkwaycc.co.uk
f66025cf5c
Bug 256618 Some context menus not appearing because UIEvents were being created instead of MouseEvents r=bryner sr=jst
2004-08-25 23:29:47 +00:00
gerv%gerv.net
62e3767f68
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-08-25 23:02:50 +00:00
dbaron%dbaron.org
d0c0785232
Make NS_MUTATION_EVENT and NS_ACCESSIBLE_EVENT not be the same value. b=256469 r+sr=bryner
2004-08-25 22:26:15 +00:00
dbaron%dbaron.org
403c8bede5
Fix regressions of composition events and thus fix IME. b=256464 r=mozilla-bugzilla@future.shiny.co.il sr=bryner
2004-08-25 21:43:19 +00:00