bzbarsky%mit.edu
4ebe94aa34
Fix serialization of selectors when namespaces are around to be smarter; fix
...
serialization of pseudo-elements to prepend '*' as needed. Bug 173586,
r=glazou, sr=roc
2004-05-18 02:42:13 +00:00
danm-moz%comcast.net
39953021d3
addref focus controller in deactivate event handler. bug 243112 code=crispin r=bryner,danm-moz
2004-05-17 23:36:34 +00:00
bryner%brianryner.com
d0e0e1e49e
Fix regression bugs 242709 and 242949 by making sure to flush pending form submits after invoking script onclick handlers. r=bzbarsky, sr=brendan.
2004-05-17 22:05:41 +00:00
roc+%cs.cmu.edu
cab775b57b
Backing out 233441.
2004-05-17 16:29:13 +00:00
bzbarsky%mit.edu
6440f76be7
Instead of setting inline style for every text input's anonymous div, have a
...
rule in forms.css to set the style. Bug 243588, r+sr=dbaron
2004-05-15 05:09:37 +00:00
bzbarsky%mit.edu
5efe8af713
OK, read prtypes.h and actually do this _right_. Bug 191839.
2004-05-13 21:52:12 +00:00
bzbarsky%mit.edu
c09b94ce76
I guess the first fix was better after all.... Bug 191839.
2004-05-13 20:44:07 +00:00
mvl%exedo.nl
7968f4a79b
Didn't mean to check this in just yet
2004-05-13 20:09:10 +00:00
bzbarsky%mit.edu
636f0f62c9
Slightly better bustage fix. Still bug 191839.
2004-05-13 20:06:04 +00:00
bzbarsky%mit.edu
cc13d8a514
Trying to fix Windows bustage. Bug 191839.
2004-05-13 20:04:41 +00:00
mvl%exedo.nl
fc48c463fc
Make content policy api (nsIContentPolicy) not suck.
...
bug 191839. Original patch and hard work by Tim <riceman+bmo@mail.rit.edu>, r=bzbarsky (on backend stuff), r=neil (on the tabbrowser stuff), sr=bzbarsky
2004-05-13 18:34:18 +00:00
bryner%brianryner.com
2683530f86
nsCSSValue::Reset does not seem to be inlined with -Os, so adding NS_HIDDEN here as well.
2004-05-13 17:09:20 +00:00
roc+%cs.cmu.edu
8af971a2bb
Bug 242833. Make nsDOMEvent::GetClientX/Y handle cases where a subdocument's widget is not an ancestor of the event's widget. Also forward all mouse grabbing to the root view manager of a view manager hierarchy so that subdocuments can grab the mouse when an event occurs in an outer document.
2004-05-13 15:39:12 +00:00
cls%seawood.org
790477e161
Make code more standards compliant to build with mingw gcc 3.4.0.
...
Bug #243273 r=bsmedberg sr=dbaron
2004-05-13 04:08:34 +00:00
bzbarsky%mit.edu
5181bf717a
Don't reset the notification timer on every parse start/stop. This speeds up
...
flurries of little document.write calls a good bit. Bug 242899, r=peterv,
sr=jst
2004-05-13 01:39:29 +00:00
jst%mozilla.jstenback.com
97deb07230
Fixing regression bug 243345. Make nsITextContent::SetText() work with non-null terminated strings, and fix silly mistake in nsComboboxControlFrame::GetIndexOfDisplayArea(). Patch partly by bzbarsky@mit.edu, and partly by myself. r+sr=bzbarsky@mit.edu and jst@mozilla.jstenback.com
2004-05-13 01:12:10 +00:00
bryner%brianryner.com
13638907d1
Apply NS_HIDDEN to nsCSSValue, nsRuleNode, and nsStyleContext based on profiling data showing that these functions have very high call counts. Bug 227537, r+sr=dbaron.
2004-05-12 21:20:09 +00:00
jst%mozilla.jstenback.com
f3889c559f
Fix for bug 241058. Debug only crash due to nsCOMPtr's internal checks when QI'ing. r+sr=bzbarsky@mit.edu
2004-05-12 01:57:54 +00:00
jst%mozilla.jstenback.com
28af5fab0c
Fixing one more part of bug 243034. Avoid wasting time on string concatenation document.write() when we don't need to concatenate. r+sr=bzbarsky@mit.edu
2004-05-11 22:37:31 +00:00
bzbarsky%mit.edu
cb3f422652
Remove vestiges of <input type="browse">. Bug 242873, r+sr=peterv
2004-05-11 18:16:41 +00:00
caillon%redhat.com
ca6c082b17
Fix bug 186540
...
document.createRange() doesn't properly initialize itself per DOM 2 Range/Traversal: "The initial state of the Range returned from this method is such that both of its boundary-points are positioned at the beginning of the corresponding Document, before any content. In other words, the container of each boundary-point is the Document node and the offset within that node is 0."
r+sr=jst@mozilla.jstenback.com
2004-05-10 20:04:58 +00:00
jst%mozilla.jstenback.com
bda87cd456
Fixing bug 243034. Prevent converting string data to UTF-8 only to store it in the cache when document.write()'ing. r+sr=bzbarsky@mit.edu
2004-05-09 21:37:32 +00:00
bzbarsky%mit.edu
370fc22149
Make sure to re-lookup the entry pointer if the table changed while we flush.
...
Supplement to bug 240633, r+sr=brendan
2004-05-08 06:07:04 +00:00
kyle.yuan%sun.com
e0e0f42ea6
Bug 214843 Space doesn't scroll when link's child has focus
...
r=aaronleventhal, sr=jst, patch by neo.liu@sun.com
2004-05-08 02:55:41 +00:00
jst%mozilla.jstenback.com
99e02e5aa3
Fixing bug 242734. deCOMtaminate nsITextContent. r+sr=bryner@brianryner.com
2004-05-07 20:55:17 +00:00
caillon%redhat.com
2794a9ea25
We need to also copy over mAppearance in the nsCSSDisplay copy constructor
...
r+sr=bzbarsky via irc; no bug.
2004-05-07 20:41:38 +00:00
bzbarsky%mit.edu
c574b11e7e
Do a better job of flagging "reserved" names and don't flush till we know we're
...
not dealing with one of those in ResolveName. Bug 240633, r+sr=jst
2004-05-07 20:02:40 +00:00
aaronleventhal%moonset.net
3f2e78bb29
Bug 242790. Tabbing, accessibility and other things broken because GetSubDocumentFor regressed. r=bryner, sr=jst
2004-05-07 11:57:10 +00:00
brade%comcast.net
3d86d289c2
Image alt text was not being emitted in plaintext serializer because it was inadvertently moved into a method where it would never be called; moving it back.
...
Written by Akkana, r=brade, sr=jst (bug 212177)
2004-05-06 17:11:27 +00:00
roc+%cs.cmu.edu
e0fe2b43bd
Bug 233441. Make nsViewManager always have a root view, you can't change it. r+sr=dbaron
2004-05-06 03:17:14 +00:00
caillon%redhat.com
56b3fc7a8c
Remove '-moz-resizer' from the style system.
...
Bug 242712. r+sr=dbaron
2004-05-05 21:37:32 +00:00
tor%cs.brown.edu
68fc667952
Bug 236313 - handle javascript URLs as img src. r=pavlov, sr=darin
2004-05-05 21:17:31 +00:00
pkw%us.ibm.com
3cfbd00f0d
Bug 242704 - AIX debug build fails after recent AppendInt changes
...
r=jst@mozilla.jstenback.com , sr=darin@meer.net
2004-05-05 19:29:12 +00:00
peterv%propagandism.org
752b71ca12
Correct comments (mozilla/htmlparser -> mozilla/parser/htmlparser).
2004-05-05 14:08:34 +00:00
roc+%cs.cmu.edu
44b2bd59f6
Bug 230417. When a placeholder frame lands in a block's overflowList, put its out of flow frame in a new child list, overflowOutOfFlowsList
2004-05-05 02:30:33 +00:00
bzbarsky%mit.edu
d5673f0fd9
Add and use some convenience functions on nsCSSRect. Bug 208731, r+sr=dbaron
2004-05-05 00:43:50 +00:00
bzbarsky%mit.edu
32a4619a53
Move presentation attributes into the UA level in non-HTML documents and a
...
separate preshint level in HTML. Bug 234861, r=dbaron, sr=jst
2004-05-05 00:30:57 +00:00
bryner%brianryner.com
7d80b4f5cf
deCOMtaminate nsPIDOMWindow (bug 242111). r+sr=jst.
2004-05-03 21:48:36 +00:00
silver%warwickcompsoc.co.uk
022d627b12
Bug 240962 - Move TryChannelCharset up to nsDocument, and use it for XML and XHTML documents.
...
r+sr=bzbarsky
2004-05-02 19:48:54 +00:00
bzbarsky%mit.edu
044950f9e0
Blink changes need to reflow. Bug 236897, r+sr=dbaron
2004-05-02 04:51:08 +00:00
ben%bengoodger.com
172d1d4109
242309 - implement nsIXULChromeRegistry::UninstallPackage for 170006 (extension manager) - requires changing nsIXULChromeRegistry::UninstallPackage to take an ACString like all the other uninstall methods.
2004-05-02 04:03:54 +00:00
timeless%mozdev.org
6b08ab126a
Bug 242212 Remove useless nsISecurityCheckedComponent code from nsXULTemplateBuilder
...
r=varga sr=shaver moa=jst
2004-05-01 00:59:51 +00:00
bryner%brianryner.com
7d1dbeb3a8
Implement basic support for DOM level 2 UIEvents, and implement DOMActivate for HTML form control elements. Also minor usage cleanup for nsIDOMUIEvent. Bug 60212, r+sr=jst.
2004-04-30 23:55:16 +00:00
sicking%bigfoot.com
6b86ea9d4d
Bug 241272: Reset so that the old value isn't leaked.
...
r/sr=bz a=asa
2004-04-30 22:03:09 +00:00
jst%mozilla.jstenback.com
77a059cb25
Fixing silly leak introduced by my fix for bug 240543.
2004-04-30 21:22:46 +00:00
jst%mozilla.jstenback.com
ec216cd099
Checking in patch by smaug@welho.com. Fixing bug 242151. Making document.body work right in XHTML documents when the body is a frameset element. Also fixing a compiler warning while I'm at it. r+sr=jst@mozilla.jstenback.com
2004-04-30 17:44:53 +00:00
roc+%cs.cmu.edu
0bf1ffdf5d
Fixing bustage.
2004-04-30 15:14:41 +00:00
aaronleventhal%moonset.net
58be57bf41
Bug 138069. Make -moz-user-focus work for any html element. r+sr=bryner
2004-04-30 14:05:27 +00:00
roc+%cs.cmu.edu
06385ed7e9
Fixing bustage in content/svg/document/src
2004-04-30 01:18:34 +00:00
jst%mozilla.jstenback.com
77c4322ab2
Fixing bug 240543. Hiding some nsIPref* API bloatyness in nsContentUtils. r=caillon@aillon.org, sr=peterv@propagandism.org
2004-04-29 23:34:19 +00:00