Commit Graph

10502 Commits

Author SHA1 Message Date
bzbarsky%mit.edu
ec0eab6785 Make XULControllers wrappable from unprivileged script, but don't let such
script actually do anything with it.  Bug 326248, r=mrbkap, sr=jst


git-svn-id: svn://10.0.0.236/trunk@190978 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-23 03:17:11 +00:00
bzbarsky%mit.edu
e03f806aad Make it possible to target non-primary content <browser>s; specifically ones
that are type="content-targetable".  Bug 326009, r=bsmedberg, sr=jst


git-svn-id: svn://10.0.0.236/trunk@190799 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-22 03:58:48 +00:00
tor%cs.brown.edu
0d1d41cefc Bug 327437 - createSVGAngle isn't implemented, and nsSVGAngle cleanup.
Patch by longsonr@gmail.com, r=tor, sr=roc.


git-svn-id: svn://10.0.0.236/trunk@190701 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-21 17:00:02 +00:00
dbaron%dbaron.org
a6785f4e73 Fix rooting in nsXBLProtoImplProperty::InstallMember and remove some no-longer-needed null checks of cx. b=327712 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@190647 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-21 06:37:16 +00:00
sharparrow1%yahoo.com
c7989ee277 Bug 327868: nsIFrameSelection cleanup. r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@190633 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-21 00:49:04 +00:00
bzbarsky%mit.edu
42cccb1214 Don't leak the channel and XMLHttpRequest object if AsyncOpen fails. Bug
323454, r=biesi, sr=darin


git-svn-id: svn://10.0.0.236/trunk@190622 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-21 00:00:44 +00:00
enndeakin%sympatico.ca
8c57795248 Bug 327895, set value properly when checking containment properties, r=bz
git-svn-id: svn://10.0.0.236/trunk@190615 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-20 23:01:32 +00:00
bzbarsky%mit.edu
2c386a52a3 Give a saner principal to documents created via DOMImplementation. Bug 324601,
r=sicking, sr=jst


git-svn-id: svn://10.0.0.236/trunk@190594 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-20 18:57:32 +00:00
peterv%propagandism.org
7d464ac587 Fix for bug 326994 (XMLSerializer adds namespace declaration for non-empty prefix with empty namespace name). r/sr=bz.
git-svn-id: svn://10.0.0.236/trunk@190522 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-18 13:01:59 +00:00
cvshook%sicking.cc
abe4275037 Bug 326618: Remove assertion that we know can happen and that is no longer dangerous. r/sr=jst
git-svn-id: svn://10.0.0.236/trunk@190490 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-18 02:54:15 +00:00
sharparrow1%yahoo.com
1cf59a7435 Bug 326843 DeCOMtaminate some of nsComboboxControlFrame. Patch by marcldl+mozbugs@gmail.com. r+sr=roc.
git-svn-id: svn://10.0.0.236/trunk@190470 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-18 01:52:03 +00:00
dbaron%dbaron.org
9352850db6 Change finalization of event listener manager hash to deal with interactions with preserved wrapper table and dangling pointers. b=325279 r=bzbarsky sr=jst
git-svn-id: svn://10.0.0.236/trunk@190421 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-17 23:41:44 +00:00
tor%cs.brown.edu
cad0e2f4e4 Bug 318597 - Implement various text, tspan and textPath DOM functions.
Patch by longsonr@gmail.com, r=tor, sr=jst


git-svn-id: svn://10.0.0.236/trunk@190394 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-17 21:24:30 +00:00
peterv%propagandism.org
deb8d69a5d Fix for bug 320367 (Fix nsDOMDocumentType's nsISupports implementation). r/sr=jst.
git-svn-id: svn://10.0.0.236/trunk@190347 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-17 13:12:50 +00:00
bzbarsky%mit.edu
df167507d3 Remove no longer needed code. Bug 327103, r=sicking, sr=jst
git-svn-id: svn://10.0.0.236/trunk@190178 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-16 00:51:25 +00:00
bzbarsky%mit.edu
d77c1d1349 Remove bogus comment. Bug 327071.
git-svn-id: svn://10.0.0.236/trunk@190084 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-15 06:21:32 +00:00
dbaron%dbaron.org
f0365efad8 Document null pointer handling. b=326646 r=sicking sr=peterv
git-svn-id: svn://10.0.0.236/trunk@190032 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 23:30:40 +00:00
dbaron%dbaron.org
dad82c1080 Remove bogus assertion. b=326646 r=sicking sr=peterv
git-svn-id: svn://10.0.0.236/trunk@190031 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 23:30:10 +00:00
Olli.Pettay%helsinki.fi
38e1dbe796 Bug 326904, Remove NS_APP_EVENT_FLAG_HANDLED, r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@189970 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 17:24:00 +00:00
bzbarsky%mit.edu
b70fa46bd0 Simplify the check for a codebase principal when setting cookies. Bug 327106,
r+sr=peterv


git-svn-id: svn://10.0.0.236/trunk@189961 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 16:28:46 +00:00
bzbarsky%mit.edu
4c26f652da Only try to get box objects for content nodes. Bug 326778, r=sicking, sr+branch181=peterv
git-svn-id: svn://10.0.0.236/trunk@189960 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 16:25:11 +00:00
bzbarsky%mit.edu
6d2a981e38 Use nsContentUtils helpers for some localizing in nsGlobalWindow. Bug 326972,
r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@189917 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 02:06:48 +00:00
bzbarsky%mit.edu
c3ad7ac1fe Improve function naming and documentation. Bug 327071, r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@189915 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 02:04:20 +00:00
mrbkap%gmail.com
9f20d79a1b Use the right non-null event variable and clean up an indentation violation. r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@189902 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 23:33:45 +00:00
roc+%cs.cmu.edu
3dc7ac8f2a Bug 285631. Fix build bustage
git-svn-id: svn://10.0.0.236/trunk@189878 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 21:55:50 +00:00
bzbarsky%mit.edu
4cf750b065 Fix compareDocumentPosition for attr nodes to work right when the other node is
also an attr.  Bug 326939, patch by Alex Vincent <ajvincent@gmail.com>, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@189865 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 20:44:39 +00:00
bzbarsky%mit.edu
7507363770 Fix crash on empty getters or setters. Bug 326910, r=sicking, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@189845 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 19:36:01 +00:00
enndeakin%sympatico.ca
c67d70d93d Move collation init so layout doesn't get called recursively - fix balsa orange
git-svn-id: svn://10.0.0.236/trunk@189840 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 19:23:59 +00:00
enndeakin%sympatico.ca
8a0f334ba0 Bug 285631, new template builder, r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@189822 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 16:02:08 +00:00
wr%rosenauer.org
a752e82511 Bug 326964 - fixed bogus assertion (missing nsIDOMNode::DOCUMENT_TYPE_NODE), p=ajvincent@gmail.com, r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@189816 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 06:58:59 +00:00
bzbarsky%mit.edu
2adbc49403 This never got CVS removed... Very late followup to bug 308577.
git-svn-id: svn://10.0.0.236/trunk@189800 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-12 20:38:56 +00:00
bzbarsky%mit.edu
534bf11ac9 Better mType management when type changes. Bug 325947, r=sicking, sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@189481 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-09 16:34:06 +00:00
peterv%propagandism.org
00979c1224 Remove unnecessary casts pointed out by bz.
git-svn-id: svn://10.0.0.236/trunk@189406 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-08 10:06:47 +00:00
bzbarsky%mit.edu
b9302cc9da Trying to fix Tp regression. Bug 324828, r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@189393 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-08 05:56:13 +00:00
bzbarsky%mit.edu
75dd938baa Fix bug 324828. r=sicking, sr=peterv
git-svn-id: svn://10.0.0.236/trunk@189359 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-07 22:10:29 +00:00
bzbarsky%mit.edu
e446371b8e Move the "force into tab" code out of Gecko and allow embeddors to do the same
sort of thing.  Bug 323810, r=bsmedberg, sr=jst


git-svn-id: svn://10.0.0.236/trunk@189344 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-07 20:46:39 +00:00
peterv%propagandism.org
f067801d10 Bustage fix
git-svn-id: svn://10.0.0.236/trunk@189308 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-07 15:12:08 +00:00
peterv%propagandism.org
32838fc08a Fix for bug 315901 (Move RangeList and EventListenerManager hashes to nsContentUtils). r/sr=jst.
git-svn-id: svn://10.0.0.236/trunk@189306 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-07 14:34:10 +00:00
peterv%propagandism.org
1dbbcea821 Fix for bug 325980 (Crash in XPath optimizer (null pointer dereference in txXPathOptimizer::optimize)). r=Pike, sr=bz.
git-svn-id: svn://10.0.0.236/trunk@189303 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-07 13:17:19 +00:00
dveditz%cruzio.com
f675fd2306 bug 319846 prevent over-long attributes that choke the parser, r=mrbkap, sr=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@189293 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-07 07:19:53 +00:00
mcs%pearlcrescent.com
0a45e66e76 Bug 323088 - RGB values slightly off in canvas after drawWindow().
Use a table indexed by bit depth to provide a better "scale factor" when
  copying pixels from native surfaces to the canvas.
  Patch by roc, r=vladimir, sr=shaver.


git-svn-id: svn://10.0.0.236/trunk@188890 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-03 21:59:37 +00:00
cbiesinger%web.de
6322c04952 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin


git-svn-id: svn://10.0.0.236/trunk@188844 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-03 14:18:39 +00:00
bzbarsky%mit.edu
0c361b7455 Fix bug 323634 -- controllers are not for content. Patch by
neil@parkwaycc.co.uk <neil@httl.net> and Wladimir Palant <trev@gtchat.de>,
r=bzbarsky, sr=jst


git-svn-id: svn://10.0.0.236/trunk@188803 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-03 01:38:36 +00:00
bzbarsky%mit.edu
0198563072 Try to fix bustage yet again. Bug 324600. See revision 3.75 of
view/public/nsIView.h for why this sort of thing is needed.


git-svn-id: svn://10.0.0.236/trunk@188792 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-02 23:40:37 +00:00
bzbarsky%mit.edu
baca00f610 Fix more build bustage. Bug 324600
git-svn-id: svn://10.0.0.236/trunk@188776 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-02 20:36:02 +00:00
bzbarsky%mit.edu
789c343b11 Fix build bustage. Bug 324600
git-svn-id: svn://10.0.0.236/trunk@188774 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-02 20:25:51 +00:00
bzbarsky%mit.edu
1510aacc39 Push up GetPrincipal to nsINode (as GetNodePrincipal). This way all nsINodes
(content, documents, attr nodes) can return their principal as needed.
Eliminate lazy allocation of principals in nsDocument.  Bug 324600, r=sicking, sr=jst


git-svn-id: svn://10.0.0.236/trunk@188770 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-02 20:02:34 +00:00
jwatt%jwatt.org
f70621ca5b Tweak fix checked in for bug 300868 (use nsLayoutAtoms instead of nsGkAtoms) for parity between 1.8 branch and trunk. r=jst on IRC
git-svn-id: svn://10.0.0.236/trunk@188720 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-02 00:31:32 +00:00
cvshook%sicking.cc
0eabcdd5c2 More bug 325404. Use the right charset when parsing baseuris, and fix copy-n-paste error. r/sr=jst
git-svn-id: svn://10.0.0.236/trunk@188716 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-02 00:17:15 +00:00
masayuki%d-toybox.com
b94de096af Bug 258006 Mouse-wheel scroll events does not propagate to viewport from fixed pos. elements r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@188690 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-01 19:55:35 +00:00