bzbarsky%mit.edu
41af3aa3be
Fix crash bug 336582. ESM changes by me and Martijn Wargers
...
<martijn.martijn@gmail.com>, r+sr=roc. Presshell changes by Mats Palmgren
<mats.palmgren@bredband.net>, r+sr=bzbarsky
2006-05-12 03:49:38 +00:00
tor%cs.brown.edu
a859a39c05
Bug 337145 - one copy of nsIDOMSVGMatrix -> cairo_matrix_t code.
...
r=jwatt, sr=roc
2006-05-11 20:59:11 +00:00
tor%cs.brown.edu
af0d22d1e3
Bug 337490 - repair xbl-shapes croczilla demo regressions from path
...
and svg length rewrites. r+sr=roc
2006-05-11 20:36:27 +00:00
Olli.Pettay%helsinki.fi
b5ff53d869
Didn't mean to check in this patch
2006-05-11 18:21:40 +00:00
Olli.Pettay%helsinki.fi
b360361e20
Bug 336576, Crash when window gets destroyed during contextmenu event, r+sr=bz
2006-05-11 18:18:47 +00:00
bryner%brianryner.com
73ad1691d8
Fix shortcut key regression by allowing command= event retargeting to elements other than <command> (bug 336740). r=neil sr=bzbarsky
2006-05-11 17:36:18 +00:00
timeless%mozdev.org
2393b37747
Bug 336985 Misplaced null check of aEvent in nsEventStateManager::PreHandleEvent
...
r=bryner sr=bryner
2006-05-11 13:26:08 +00:00
timeless%mozdev.org
32befa7f28
Bug 336964 Useless null check of aUri in txMozillaXSLTProcessor::LoadStyleSheet
...
r=sicking sr=bz
2006-05-11 13:23:06 +00:00
darin%meer.net
0318b8c707
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
2006-05-10 17:30:15 +00:00
bzbarsky%mit.edu
39d6b5c29b
Fix test to work Bug 336897, patch by jpl24 <jlurz24@gmail.com>, not part of build.
2006-05-09 17:02:00 +00:00
Olli.Pettay%helsinki.fi
5b30fac518
oops, tree is closed
2006-05-08 07:14:08 +00:00
Olli.Pettay%helsinki.fi
98e4815208
wasn't going to check in this
2006-05-08 07:10:38 +00:00
Olli.Pettay%helsinki.fi
1cb78a82cc
Bug 336576, Crash when window gets destroyed during contextmenu event, r+sr=bz
2006-05-08 07:08:41 +00:00
peterv%propagandism.org
45638e3b46
Syncing with nsHTMLObjectElement.cpp r1.95 (this file was a cvs copy of nsHTMLObjectElement.cpp, but they diverged). NPOTB.
2006-05-07 17:16:50 +00:00
timeless%mozdev.org
6db8e8fdb0
Bug 332198 change nsGenericDOMDataNode::ToCString
...
r=sicking sr=sicking
2006-05-07 12:15:36 +00:00
bryner%brianryner.com
a0c06b2893
Fix for broken keyboard shortcuts: skip over key elements where there's no oncmmand= on the key or on its command element (bug 336740). r=neil, sr=bzbarsky.
2006-05-07 03:07:02 +00:00
timeless%mozdev.org
25d91f2777
Bug 332198 change nsGenericDOMDataNode::ToCString
...
r=sicking sr=dbaron
2006-05-07 01:39:21 +00:00
timeless%mozdev.org
3bc663a937
Bug 331023 Cleanup of IDL files; fixing type inconsistencies
...
r=dbaron
2006-05-07 00:19:46 +00:00
timeless%mozdev.org
28fa63a8f5
Bug 335953 Make code outside intl use NS_CHARSETALIAS_CONTRACTID instead of NS_CHARSETALIAS_CID
...
r=bz sr=bz
2006-05-06 22:09:20 +00:00
bzbarsky%mit.edu
a47966c468
Fix the casting. Bug 329192
2006-05-05 22:47:25 +00:00
bzbarsky%mit.edu
dc6c7fda01
Use nsINode in nsEventListenerManager::CompileEventHandlerInternal. Bug
...
329192, r+sr=sicking.
2006-05-05 22:45:56 +00:00
brettw%gmail.com
f82c20ad33
Bug 336785 r=darin sr+a=bryner Crash when context menu pops up
2006-05-05 21:01:06 +00:00
bzbarsky%mit.edu
86cdacb339
Clean up event dispatch code in XMLHttpRequest, make onreadystatechange an
...
EventListener, fire upload progress events. Bug 198595 and bug 312213, patch
by me for the cleanup and onreadystatechange and by Rob Adams
<readams@readams.net> for the upload progress changes, r=sicking, sr=peterv
2006-05-05 17:01:53 +00:00
vladimir%pobox.com
afaf0e0ba8
b=333613, misc canvas stuff for 1.8 branch, updating trunk for parity
2006-05-05 16:10:24 +00:00
peterv%propagandism.org
a367cb9457
Fix for bug 334179 (XSLT document() function doesn't follow HTTP 301 / 302 responses). r=sicking, sr=bz.
2006-05-05 11:48:07 +00:00
cvshook%sicking.cc
d3ec0aa5c5
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
2006-05-05 06:52:21 +00:00
bryner%brianryner.com
9c0686cc5d
Invoke <key> element commands using command events rather than compiling and executing the script directly, for consistency with click-invoked commands (bug 331290). r+sr=bzbarsky.
2006-05-05 05:25:19 +00:00
bzbarsky%mit.edu
3ae541c6c6
Make documents be consistent with docshell wrt what the actual document URI
...
is. Bug 335457, r=dveditz, sr=jst
2006-05-04 15:21:50 +00:00
Olli.Pettay%helsinki.fi
ab6ce33675
Bug 336587, Crash when window gets destroyed during DOMMouseScroll event, r+sr=bz
2006-05-04 15:15:31 +00:00
bzbarsky%mit.edu
7c1bc218fa
Don't half-support document.write in XHTML. Bug 332848, r=mrbkap, jst, sr=dvediz, a=dvediz
2006-05-03 21:19:26 +00:00
tor%cs.brown.edu
3c82476140
Bug 334999 bustage fix.
2006-05-03 17:40:19 +00:00
tor%cs.brown.edu
74c52378a7
Bug 334999 - Compact path storage. r+sr=roc
2006-05-03 17:01:28 +00:00
cls%seawood.org
7179faa0f3
Use NS_REINTERPRET_CAST to convert from jschar* to PRUnichar*. Fixing mingw bustage.
...
Bug #336331 r=vladimir
2006-05-03 04:28:12 +00:00
vladimir%pobox.com
303583ccbd
fix bustage
2006-05-03 01:14:33 +00:00
vladimir%pobox.com
df84d0046c
b=336331, fix toDataURL to be more in line with the whatwg spec, r+sr=roc
2006-05-03 00:48:27 +00:00
bzbarsky%mit.edu
722b5218b2
Add an interface for nested URIs (like jar:, view-source:, etc) to implement
...
and use it in various places. Create null principals if asked for a codebase
principal for a codebase that doesn't have an inherent security context (eg
data: or javascript:). Bug 334407, r=biesi,dveditz, sr=darin
2006-05-02 18:54:19 +00:00
bzbarsky%mit.edu
b1ee2830dd
Make nsIDocumentEncoder::init scriptable. Bug 330517, patch by jpl24
...
<jlurz24@gmail.com>, r=bzbarsky, sr=sicking
2006-05-01 05:25:52 +00:00
peterv%propagandism.org
1986f90b13
Fix for bug 75870 (XML namespace of XUL node attributes not accessible from JavaScript inside XUL templates). r=enndeakin, sr=bz.
2006-04-30 09:08:08 +00:00
bzbarsky%mit.edu
0c3706888c
Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking
2006-04-27 18:21:11 +00:00
jwatt%jwatt.org
bb79579615
Fixing bug 335450. Remove our extensions to the SVG DOM interfaces. r=tor@acm.org, sr=roc@ocallahan.org
2006-04-26 21:02:25 +00:00
mrbkap%gmail.com
042cc59781
Fixing bustage from bug 333697
2006-04-26 20:21:31 +00:00
mrbkap%gmail.com
fcb69da993
When a document's scope object changes (e.g., for a call to document.open), actually change the scope object and move all of the wrappers in the old scope into the new one. bug 333697, r+sr=jst
2006-04-26 19:53:27 +00:00
neil%parkwaycc.co.uk
ce4772fbe6
bustage fix b=326931
2006-04-26 13:05:24 +00:00
neil%parkwaycc.co.uk
cb8f071e1c
Improve box object hashtable storage b=326931 r=jst sr=bz
2006-04-26 12:42:49 +00:00
peterv%propagandism.org
02f7995799
Fix for bug 324865 (Move XMLHttpRequest to gklayout). r/sr=jst.
2006-04-26 09:19:48 +00:00
roc+%cs.cmu.edu
4667a9b409
Bug 330305. Rename nsSelection to nsFrameSelection, and deCOMtaminate it, removing nsIFrameSelection. patch by Marc Liddell, r+sr=roc
2006-04-26 01:57:22 +00:00
bzbarsky%mit.edu
242103d680
Make getElementsByTagName do the right thing with prefixes. Bug 206053,
...
r=peterv, sr=jst
2006-04-25 21:21:49 +00:00
bzbarsky%mit.edu
3dc3c6dabf
Dont clear our props if we're not changing owner documents. Bug 335333, r+sr=jst
2006-04-25 20:03:26 +00:00
bzbarsky%mit.edu
2c105676af
Give HTMLButtonControlFrames their own frame type. Bug 335419, r+sr=dbaron
2006-04-25 19:56:45 +00:00
cvshook%sicking.cc
e9a820078f
Bug 334977. Separate mFileName from mValue. r/sr=bz
2006-04-25 09:18:42 +00:00