mrbkap%gmail.com
aa6cb74938
bug 316049: We need to hold strong refs so that flushing doesn't nuke our presshell. r+sr=jst
2005-11-11 20:33:11 +00:00
bsmedberg%covad.net
78f6d0683d
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
cvshook%sicking.cc
4660644188
Bug 312592: Reduce amount of duplicated code in html contentsink.
...
r=mrbkap sr=peterv
2005-11-10 15:51:10 +00:00
bzbarsky%mit.edu
c95f75f97f
Throw if someone sets .tFoot to something that's not a <tfoot>, and similar
...
with .tHead. Bug 301685, r+sr=peterv
2005-11-10 15:46:32 +00:00
bzbarsky%mit.edu
cc66f0bcb5
Fix trunk-only GetElementById regression. Bug 311681, r=sicking, sr=jst
2005-11-09 21:52:06 +00:00
bzbarsky%mit.edu
06dc79df0f
Move the document's bidi state to actually live on the document, and remove
...
dependencies on nsPresContext in form submission. Fixes bugs 100533, 180861,
293171. r+sr=jst
2005-11-08 22:45:49 +00:00
mrbkap%gmail.com
1bcf4e73fc
bug 312363: Use the security info of the dynamic context instead of the static context. r=jst sr=bzbarsky
2005-11-03 22:47:06 +00:00
dbaron%dbaron.org
4cc9efed8f
Back out 311569; see bug for discussion.
2005-11-03 16:35:28 +00:00
bzbarsky%mit.edu
d44ad313ae
Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
...
changes, sr=jst
2005-11-02 00:41:51 +00:00
cbiesinger%web.de
ac00cddace
bug 309706
...
- Add some logging to nsObjectLoadingContent
- Add a StopPlugin() method to nsIObjectFrame
- Make use of that in PrepareInstanceOwner, so that loading a new plugin in
the same frame works as expected
- Initialize <applet> and <embed> elements to eType_Loading, so that the type is
only eType_Plugin if mURI and mContentType are valid
r+sr=bz
2005-10-31 18:28:56 +00:00
bzbarsky%mit.edu
07620aae6a
Fix bug 314255 -- invalidating the canvas frame shouldn't need a layout flush.
...
r=vlad, sr=roc
2005-10-29 14:47:45 +00:00
cbiesinger%web.de
8afaa18779
bug 314091 Fix users of mozAutoDocUpdate to actually declare a local variable,
...
so that the destructor doesn't get called immediately
r+sr=bz
2005-10-29 12:54:24 +00:00
cvshook%sicking.cc
64a0fbd45f
Bug 311827: Make GetAttr return a bool rather then an nsresult.
...
r/sr=bz
2005-10-28 11:25:24 +00:00
bzbarsky%mit.edu
f6bc1aeee3
Fix build bustage
2005-10-28 03:11:53 +00:00
bzbarsky%mit.edu
ddfee5f052
Combine various SetAttr implementations so that we just have
...
nsGenericElement::SetAttr. Bug 308270, r=sicking, sr=jst
2005-10-28 02:59:38 +00:00
peterv%propagandism.org
0a629d03bb
Fix for bug 264308 (Implement DOM Level 3 UserData API). r/sr=jst.
2005-10-27 14:09:23 +00:00
bzbarsky%mit.edu
0d5a3e6aa7
Pass nsIStyledContent to AttributeChanged() so that consumers don't have to QI
...
to it. Bug 313343, r=sicking, sr=jst
2005-10-27 02:25:23 +00:00
bzbarsky%mit.edu
0e97132ac9
Remove JS hacks in marquee and just rely on the attribute mapping code. Bug
...
313642, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=doron,
sr=bzbarsky
2005-10-26 20:23:56 +00:00
bzbarsky%mit.edu
38f8530cec
Handle marquee stylistic attributes via attribute mapping. Bug 163505, patch
...
by Martijn Wargers <martijn.martijn@gmail.com>, r+sr=bzbarsky
2005-10-23 22:47:58 +00:00
bzbarsky%mit.edu
5f45dcf4fd
Fix bug 177269 -- radio groups should have case-insensitive names. Patch by
...
limonan <limonan@ccoss.com.cn>, r+sr=jst
2005-10-21 22:32:27 +00:00
cvshook%sicking.cc
a2d0967005
Fix buildbustage due to bad merge conflict. Hail to nsDerivedSafe!
2005-10-21 15:59:13 +00:00
cvshook%sicking.cc
7c5d7d56eb
Bug 311785: Simplify the nsIHTMLContentSink interface
...
r=mrbkap sr=peterv
2005-10-21 15:39:06 +00:00
bzbarsky%mit.edu
999386ae57
Make sure to only treat the outermost frameset as body-like. Bug 312942, r+sr=jst
2005-10-20 02:12:20 +00:00
roc+%cs.cmu.edu
f7e2b45942
Bug 309020. SVG content references in XBL anonymous content should reference content copied from the binding document. This is a partial fix. We also refactor some code to make it shareable in nsContentUtils. r=biesi,tor sr=bzbarsky
2005-10-18 20:33:35 +00:00
tor%cs.brown.edu
5170cdd270
Bug 311569 - font-size within style attributes does not work without units.
...
Patch by longsonr@gmail.com , r=sicking, sr=jst.
2005-10-18 18:48:32 +00:00
bzbarsky%mit.edu
adcba28394
Make sure to notify for frameset like we do for body. Bug 312097, r=sicking, sr=jst
2005-10-14 21:48:33 +00:00
peterv%propagandism.org
513c1fd56d
Fix for bug 308328 (crash in [@ nsDocument::GetPrincipal] when closing browser). r/sr=bz.
2005-10-14 09:07:29 +00:00
cbiesinger%web.de
75906ac09b
bug 311908 try to instantiate <embed> plugins even when there is no src attribute
...
r+sr=bz
2005-10-12 18:35:45 +00:00
Olli.Pettay%helsinki.fi
cde8aaf024
Bug 306974, Remove some duplicate event dispatching code r=sicking, sr=peterv
2005-10-10 18:38:57 +00:00
bzbarsky%mit.edu
b3f9b51f10
Make sure that <applet> with no code falls back and that fallback notifies as
...
needed. Bug 311674, r=biesi, sr=peterv
2005-10-10 12:28:21 +00:00
bryner%brianryner.com
48082c9284
Speed up matching class rules by caching the class attribute, rather than looking it up for each rule. Remove HasClass now that it's no longer needed. Bug 310236, r+sr=dbaron.
2005-10-08 23:06:27 +00:00
cvshook%sicking.cc
7371067364
Bugs 292962 and 311269: Make pages in bf cache not behave as if they have a presentation, and evict pages from the bf cache synchronously if they are modified.
...
r/sr=bryner
2005-10-07 20:20:52 +00:00
bryner%brianryner.com
4a968165ad
Make sure plugin focus logic only apples for applet, object, and embed elements. Bug 311111, r+sr=bzbarsky.
2005-10-04 23:43:54 +00:00
aaronleventhal%moonset.net
36778b8ea0
Bug 310626. Flash text input broken. r+sr=bryner
2005-10-03 19:29:52 +00:00
jst%mozilla.jstenback.com
742748af3a
Fixing bug 309348. Don't drop pending form submissions when handling click events even if the event handler drevented the default action. r=bryner@brianryner.com, sr=bzbarsky@mit.edu
2005-09-30 22:56:49 +00:00
bzbarsky%mit.edu
d34807f08b
Make nsDocument::InsertBefore and nsDocument::ReplaceChild do the right thing
...
as far as removing kids from their old parent, working with document fragments,
etc. Mostly just makes nsDocument and nsGenericElement share code. Bug
278472, r=peterv, sr=jst
2005-09-30 20:06:33 +00:00
dveditz%cruzio.com
885f89af0b
locationless windows need hostname in titlebar (match 1.0x -- bug 304388) r=mconnor/jruderman, sr=bzbarsky
2005-09-30 18:51:46 +00:00
timeless%mozdev.org
e09152a773
Bug 290422 ''usemap'' attribute for IMG tags work without a needed "#" before inline maps.
...
patch by bugzilla@philringnalda.com r=bz sr=bz
2005-09-30 03:51:58 +00:00
bzbarsky%mit.edu
49f19ed0b7
Removing the "multiple" attribute should deselect all but one option. Bug
...
297172, r+sr=peterv
2005-09-29 14:30:32 +00:00
allan%beaufour.dk
63413f73f4
option and optgroup should match :enabled/:disabled too. Bug 306620, r+sr=bzbarsky
2005-09-28 08:32:40 +00:00
aaronleventhal%moonset.net
b02e6dc415
Bug 309704. Keyboard-only users get stuck in plugins (applet/embed should only be focusable, not tabbable). r=bryner, sr=bz
2005-09-28 02:20:51 +00:00
allan%beaufour.dk
9d4a1cc361
Changing attributes on input called AfterSetAttr too many times. Bug 307249, r+sr=bzbarsky
2005-09-26 07:57:59 +00:00
bzbarsky%mit.edu
bdd0e13912
Make sure to flush out the content model before processing restyles; otherwise
...
we can end up with odd content duplication. Bug 309986, r+sr=dbaron
2005-09-26 01:27:42 +00:00
peterv%propagandism.org
3609c87767
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
2005-09-24 18:43:15 +00:00
cbiesinger%web.de
e53c23d646
bug 309702 handle a missing presshell gracefully (happens for display:none
...
iframes)
r+sr=bz
2005-09-23 17:35:08 +00:00
dbaron%dbaron.org
48c2f06d5d
Fix cascading for frame attribute. b=309675 r+sr=bzbarsky
2005-09-23 05:02:42 +00:00
mrbkap%gmail.com
f36fc66fd4
bug 306909: Protect against a null mScriptLoader so that we don't crash if we haven't been properly initialized and we're asked to document.write(). r+sr=jst
2005-09-22 23:01:33 +00:00
bzbarsky%mit.edu
b10d301a22
Pass a boolean indicating whether we've sent a ContentInserted or
...
ContentAppended notification to DoneAddingChildren. Bug 309534, r=mrbkap,
sr=jst
2005-09-22 02:33:36 +00:00
bryner%brianryner.com
0c8835f9d7
Change nsIDOMNSEditableElement to be a standalone interface that's not reflected through classinfo. Bug 303727, r+sr=jst.
2005-09-21 22:02:26 +00:00
cbiesinger%web.de
7002686d0d
bug 1156
...
- Make object frames have no children
- Make the frame constructor construct a subdocumentframe, object frame or
image frame as appropriate
- start the load of <applet>, <embed> and <object> in content code
- fallback to alternate rendering correctly
NOTE: This checkin will break the plugin finder. This will be fixed soon.
r+sr=bz
2005-09-21 19:14:30 +00:00