bzbarsky%mit.edu
1ee861335f
Use nsContentUtils helpers for some localizing in nsGlobalWindow. Bug 326972,
...
r+sr=jst
2006-02-14 02:06:48 +00:00
bzbarsky%mit.edu
41bdb2e1d6
Improve function naming and documentation. Bug 327071, r+sr=jst
2006-02-14 02:04:20 +00:00
mrbkap%gmail.com
6392ef0b7c
Use the right non-null event variable and clean up an indentation violation. r+sr=jst
2006-02-13 23:33:45 +00:00
roc+%cs.cmu.edu
a78451e5eb
Bug 285631. Fix build bustage
2006-02-13 21:55:50 +00:00
bzbarsky%mit.edu
4cca96d4cb
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
2006-02-13 20:44:39 +00:00
bzbarsky%mit.edu
1863bd5aa0
Fix crash on empty getters or setters. Bug 326910, r=sicking, sr=bryner
2006-02-13 19:36:01 +00:00
enndeakin%sympatico.ca
a1c4fe691a
Move collation init so layout doesn't get called recursively - fix balsa orange
2006-02-13 19:23:59 +00:00
enndeakin%sympatico.ca
b854f81d48
Bug 285631, new template builder, r+sr=bz
2006-02-13 16:02:08 +00:00
wr%rosenauer.org
9ceabad72a
Bug 326964 - fixed bogus assertion (missing nsIDOMNode::DOCUMENT_TYPE_NODE), p=ajvincent@gmail.com, r+sr=bz
2006-02-13 06:58:59 +00:00
bzbarsky%mit.edu
b60e347297
This never got CVS removed... Very late followup to bug 308577.
2006-02-12 20:38:56 +00:00
bzbarsky%mit.edu
2cf70e9fb9
Better mType management when type changes. Bug 325947, r=sicking, sr=dveditz
2006-02-09 16:34:06 +00:00
peterv%propagandism.org
478b5f2e3e
Remove unnecessary casts pointed out by bz.
2006-02-08 10:06:47 +00:00
bzbarsky%mit.edu
f7c4367c85
Trying to fix Tp regression. Bug 324828, r+sr=jst
2006-02-08 05:56:13 +00:00
bzbarsky%mit.edu
f8c6589625
Fix bug 324828. r=sicking, sr=peterv
2006-02-07 22:10:29 +00:00
bzbarsky%mit.edu
fc0b0f2bea
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
2006-02-07 20:46:39 +00:00
peterv%propagandism.org
41896e2c3d
Bustage fix
2006-02-07 15:12:08 +00:00
peterv%propagandism.org
a8a430a797
Fix for bug 315901 (Move RangeList and EventListenerManager hashes to nsContentUtils). r/sr=jst.
2006-02-07 14:34:10 +00:00
peterv%propagandism.org
74b62aaf35
Fix for bug 325980 (Crash in XPath optimizer (null pointer dereference in txXPathOptimizer::optimize)). r=Pike, sr=bz.
2006-02-07 13:17:19 +00:00
dveditz%cruzio.com
ab00870e61
bug 319846 prevent over-long attributes that choke the parser, r=mrbkap, sr=bsmedberg
2006-02-07 07:19:53 +00:00
mcs%pearlcrescent.com
12affbdeeb
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.
2006-02-03 21:59:37 +00:00
cbiesinger%web.de
c2d981f764
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
bzbarsky%mit.edu
2cc395ff83
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
2006-02-03 01:38:36 +00:00
bzbarsky%mit.edu
8439d69eb0
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.
2006-02-02 23:40:37 +00:00
bzbarsky%mit.edu
66448abcba
Fix more build bustage. Bug 324600
2006-02-02 20:36:02 +00:00
bzbarsky%mit.edu
c454ec77e3
Fix build bustage. Bug 324600
2006-02-02 20:25:51 +00:00
bzbarsky%mit.edu
263cf7dc11
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
2006-02-02 20:02:34 +00:00
jwatt%jwatt.org
45ee567dc0
Tweak fix checked in for bug 300868 (use nsLayoutAtoms instead of nsGkAtoms) for parity between 1.8 branch and trunk. r=jst on IRC
2006-02-02 00:31:32 +00:00
cvshook%sicking.cc
f209ff3536
More bug 325404. Use the right charset when parsing baseuris, and fix copy-n-paste error. r/sr=jst
2006-02-02 00:17:15 +00:00
masayuki%d-toybox.com
3deabd1ae2
Bug 258006 Mouse-wheel scroll events does not propagate to viewport from fixed pos. elements r+sr=roc
2006-02-01 19:55:35 +00:00
cvshook%sicking.cc
68d4747601
Bug 325404: Get rid of _base_href and _base_target attributes and use properties instead. r/sr=jst
2006-02-01 04:43:55 +00:00
mrbkap%gmail.com
3d59a68ee7
When we don't find a </script> tag, we should put the entire rest of the document into the script element, but not execute the script. This also makes serialization not serialize the end tags for scripts that don't have them (to preserve round tripping). bug 305873, r=sicking sr=jst
2006-01-31 22:19:46 +00:00
scootermorris%comcast.net
2af5ed9d82
Fix bustage on camino caused by fix for bug 303018
...
r=tor
2006-01-31 21:04:42 +00:00
scootermorris%comcast.net
b09d7e40cc
SVG Conditionals should work outside of <switch>. Bug 303018.
...
r=bugmail/sr=tor
2006-01-31 18:53:33 +00:00
bzbarsky%mit.edu
6f84c83861
More use of nsINode. Bug 325006, r=sicking, sr=peterv
2006-01-31 04:25:22 +00:00
bzbarsky%mit.edu
12979b855a
Fix bug 325005. r=sicking, sr=jst
2006-01-31 01:47:30 +00:00
mrbkap%gmail.com
c4f20f9306
Remove the obsolete concept of "DTD verification". bug 323958, r+sr=jst
2006-01-30 23:45:19 +00:00
mkaply%us.ibm.com
45f4011af8
#297919
...
r=bzbarsky, sr=brendan
event.button in a mouse move should be 0 to maintain compatibility with older browsers
2006-01-30 17:04:51 +00:00
cbiesinger%web.de
cf2058af9d
bug 324705 prefer natively handled document types over plugins
...
r+sr=bz
2006-01-28 14:08:55 +00:00
jwatt%jwatt.org
6fdafae9b3
Fixing bug 300868. The 'target' attribute is not supported on SVG's <a> element. r=bugmail@sicking.cc, sr=jst@mozilla.org
2006-01-28 13:12:28 +00:00
davel%mozilla.com
da85bb10e1
Unify necko and content test harnesses. Create common versions of test harness
...
files in tools/test-harness/xpcshell-simple, and modify the existing
instances to use the common files. Bug 322894, r=darin,bzbarsky,
sr=benjamin
2006-01-27 20:56:16 +00:00
peterv%propagandism.org
77169e84c5
Fix for bug 324746 (XPathResult object can crash brower when calling iterateNext() or snapshotItem()). r=sicking, sr=jst.
2006-01-27 09:58:43 +00:00
bzbarsky%mit.edu
02230a060a
Add nsIDOM3Attr; implement isId on Attr nodes. Bug 288513 starter, patch by
...
Alex Vincent <ajvincent@gmail.com>, r+sr=jst
2006-01-27 04:10:30 +00:00
bzbarsky%mit.edu
5454eda94d
Make sure first attr always wins, even for <html> and <head>. Bug 324378,
...
r=sicking, sr=jst
2006-01-27 01:13:00 +00:00
bzbarsky%mit.edu
3b4e80ae91
Don't lose text in the head context. Bug 324476, r=mrbkap, sr=jst
2006-01-27 01:05:54 +00:00
bzbarsky%mit.edu
3d4f85e974
Fix bug 306900, r+sr=jst
2006-01-27 01:03:06 +00:00
cvshook%sicking.cc
1a0897e001
Bug 324723: Make nsPropertyTable resistent against using the wrong base pointer by enforcing type safety. r/sr=jst
2006-01-26 23:40:49 +00:00
mrbkap%gmail.com
5e3b39b84e
bug 324738: Remove some unnecessary complexity from the parser and hardcode DTDs. r=sicking sr=jst
2006-01-26 19:07:41 +00:00
Olli.Pettay%helsinki.fi
011db83fd5
Bug 281139, crash doing onfocus=alert() and Reloading, r+sr=bz
2006-01-26 16:12:30 +00:00
roc+%cs.cmu.edu
0b5fb8c9c7
Fixing more sicking bustage
2006-01-26 04:19:11 +00:00
roc+%cs.cmu.edu
c2ba2e4c22
Fixing sicking bustage.
2006-01-26 03:44:21 +00:00