bzbarsky%mit.edu
2cf70e9fb9
Better mType management when type changes. Bug 325947, r=sicking, sr=dveditz
2006-02-09 16:34:06 +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
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
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
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
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
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
mrbkap%gmail.com
c4f20f9306
Remove the obsolete concept of "DTD verification". bug 323958, r+sr=jst
2006-01-30 23:45:19 +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
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
darin%meer.net
f7517500ad
fixes bug 323793 "Expose .ping attribute for <a> and <area> elements" r=jst sr=bzbarsky
2006-01-24 05:48:32 +00:00
mrbkap%gmail.com
5886c8dad3
bug 321781: document.close() causes weird things to happen when asynchronous things were document.written. r=sicking sr=jst
2006-01-24 01:25:14 +00:00
cbiesinger%web.de
1f2c34903f
bug 323551 make the in-tree cairo compile on beos (if a system-installed
...
freetype and fontconfig is present)
r=bsmedberg,vlad
2006-01-21 15:58:24 +00:00
bzbarsky%mit.edu
b64fcb4a39
Implement an nsINode interface; move some common stuff from nsIContent and
...
nsIDocument to nsINode. Bug 323311, r=sicking, sr=jst
2006-01-19 03:34:18 +00:00
cvshook%sicking.cc
15c2397445
Bug 323910: Merge atom lists in gklayout
...
r/sr=jst
2006-01-19 00:58:12 +00:00
roc+%cs.cmu.edu
48887d6411
Fixing build bustage
2006-01-18 04:29:17 +00:00
bzbarsky%mit.edu
4392a55ac9
Fix bug 297801 by making removal and reinsertion of the root element less
...
magical. r=peterv, sr=jst
2006-01-12 17:11:57 +00:00
bzbarsky%mit.edu
348b6d247f
Fix init of HTML documents to set the right case-sensitivity on the CSS parser
...
even for XSLT. Bug 322461, r+sr=jst
2006-01-06 02:53:10 +00:00
cbiesinger%web.de
2f52d47057
Remove aForceType argument of LoadObject, make it a capability instead
...
bug 322128 r+sr=bz
2006-01-05 13:30:19 +00:00
darin%meer.net
eb3847a802
fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz
2006-01-02 02:30:32 +00:00
cbiesinger%web.de
1efb68569c
bug 314453 Rename ImageURIChanged and ObjectURIChanged to LoadImage and
...
LoadObject, respectively, in order to make it clear what they do rather than
prescribing when they should be called. r+sr=bz
2006-01-01 11:25:43 +00:00
cvshook%sicking.cc
462757fa67
Bug 232639: Make nsXULElement::GetAttrNameAt actually work.
...
r/sr=bz
2005-12-30 20:12:35 +00:00
gavin%gavinsharp.com
ed469ba116
Bug 307616: <input type="image"> with missing image gives "ASSERTION: Form control has a frame, but it's not a form frame", remove bogus assertion, patch by Martijn Wargers <martijn.martijn@gmail.com>, r+sr=bzbarsky
2005-12-30 16:50:11 +00:00
mrbkap%gmail.com
ae1ba9d2c7
bug 321558: document.write into a new window or frame won't set the title of the
...
new document. Void out the old title so that we know that there hasn't been a
real <title> yet. r+sr=bzbarsky
2005-12-29 20:38:06 +00:00
cvshook%sicking.cc
79b8f5fc24
Bug 284950: DeCOMTaminate nsIContent::GetAttrNameAt
...
r/sr=bz
2005-12-28 21:52:39 +00:00
cbiesinger%web.de
72ac26b6ce
Bug 321504 Remove unneeded uses of nsIDocumentLoader
...
r+sr=bz
2005-12-26 16:45:59 +00:00
timeless%mozdev.org
63408ce9ed
Bug 320498 Fix NewChannel impls to handle null in argument
...
r=darin sr=darin
2005-12-18 01:50:50 +00:00
roc+%cs.cmu.edu
b65c655ed9
Bug 254755. deCOMtaminate nsIFormControlFrame. patch by jpl24, r+sr=roc
2005-12-12 23:53:06 +00:00
bzbarsky%mit.edu
b688dbf9f0
Make sure to update the sheet even if the URI has not changed if something else
...
that matters (type, media, etc) has changed. Bug 303313, r+sr=peterv
2005-12-09 19:20:42 +00:00
mrbkap%gmail.com
c44ffb682c
bug 319123: document.close in an external script that is being document.written doesn't close the document and leaks parsers and content sinks and documents. r+sr=jst
2005-12-09 18:50:59 +00:00
bzbarsky%mit.edu
c6d3927bf1
Fix bug 318856 (<hr> attributes not getting the special treatment they
...
should). Patch by Marco Perez <bugmail@millibyte.net>, r+sr=bzbarsky
2005-12-04 16:31:26 +00:00
jst%mozilla.jstenback.com
7223904a81
Fixing bug 318461. Move SetNewDocument() and SetOpenerWindow() from nsIScriptGlobalObject to nsPIDOMWindow to clean out non-script related methods form the nsIScriptGlobalObject interface. r=mrbkap@gmail.com, sr=bzbarsky@mit.edu
2005-12-01 19:35:27 +00:00
mrbkap%gmail.com
1789e54d33
bug 317370: Remove the vestigial aRemoveEventListeners parameter to SetNewDocument. r+sr=jst
2005-11-30 23:41:49 +00:00
jst%mozilla.jstenback.com
61c4a775a7
Fixing bug 318106. Stop assertion about setting mutation bits on outer window. r+sr=bzbarsky@mit.edu
2005-11-29 21:51:53 +00:00
bzbarsky%mit.edu
bf70da4532
Remove content ids. Bug 166637, r=sicking, sr=peterv
2005-11-29 16:47:18 +00:00
bzbarsky%mit.edu
6d003a9d96
Make ParseAttribute handle namespaced attributes too, since SVG needs to
...
ParseAttribute things like xlink:href. Bug 314568, r=sicking, sr=jst
2005-11-29 16:37:15 +00:00
jst%mozilla.jstenback.com
6a31de4539
Fixing tinderbox orange. Add event listeners on inner windows when processing event attributes on body elements, make sure to use the inner window, not the outer.
2005-11-29 01:34:37 +00:00
jst%mozilla.jstenback.com
8f1863159b
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
2005-11-28 23:56:44 +00:00
timeless%mozdev.org
db820cf720
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
joshmoz%gmail.com
c9f99b4dba
fix totally incorrect comment. b=317035 sr=bz
2005-11-22 05:20:32 +00:00
joshmoz%gmail.com
4c7cb54832
Remove some nsSupportsArray usage from mozilla/content. b=317035 r=dbaron sr=bz
2005-11-22 00:24:48 +00:00
masayuki%d-toybox.com
fd5514c77b
Bug 316867 Should clean up the changed code by bug 55751 and bug 316715 r+sr=roc
2005-11-18 05:22:04 +00:00
masayuki%d-toybox.com
be13856823
Bug 316715 should enable IME on applet and embed elements r+sr=roc
2005-11-17 03:36:38 +00:00
bzbarsky%mit.edu
8e00aebaa2
Finish fixing bug 279378 -- land part of patch for it that never quite made it
...
to the tree. r=aaronlev, sr=bryner
2005-11-16 22:17:58 +00:00
bzbarsky%mit.edu
b7345ce6a8
Switch the name and id hashtable from strings to atoms. Atomize names in
...
general. Bug 315771, r=sicking, sr=jst
2005-11-16 02:55:29 +00:00
bzbarsky%mit.edu
e28b1599b2
Don't throw on DOM access to parts of an href just because the anchor has an
...
invalid URI. Return empty strings instead. Bug 299088, r=sicking, sr=jst
2005-11-16 02:05:56 +00:00