bzbarsky%mit.edu
3525b317cb
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
83984a26e1
option and optgroup should match :enabled/:disabled too. Bug 306620, r+sr=bzbarsky
2005-09-28 08:32:40 +00:00
aaronleventhal%moonset.net
88dace8bf7
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
2629408c48
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
a320918837
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
bc66f35d62
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
d3983c21fc
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
c71f2ba29c
Fix cascading for frame attribute. b=309675 r+sr=bzbarsky
2005-09-23 05:02:42 +00:00
mrbkap%gmail.com
44e0408a3c
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
ecb3714c0e
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
1b1f42c9fa
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
5e3912705e
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
mrbkap%gmail.com
ef1465b508
bug 308140: Make sure to match open and close head calls in the fragment sink, so that other elements don't get closed too early. r+sr=jst
2005-09-21 18:11:05 +00:00
bzbarsky%mit.edu
d8da463b39
Attempt to fix Tp regression from bug 11011. Pending r=biesi, sr=roc.
2005-09-18 19:46:20 +00:00
bzbarsky%mit.edu
9b224f5e39
Implement :-moz-broken, :-moz-user-disabled, and :-moz-suppressed
...
pseudo-classes to allow styling of broken/blocked/disabled images, applets,
objects, embeds. Bug 11011, r=biesi and roc, sr=dbaron
2005-09-18 18:05:40 +00:00
mrbkap%gmail.com
3b6ca355e9
bug 264811: Only null out mParser when we're sure that we're not going to be handling any more document.writes(). r=jst sr=brendan
2005-09-16 00:19:14 +00:00
timeless%mozdev.org
adcd5cac17
Bug 308573 use if (NS_FAILED(...)) instead of if NS_FAILED(...)
...
patch by b.jacques@planet.nl r=darin sr=darin
2005-09-15 23:17:17 +00:00
Olli.Pettay%helsinki.fi
3893eefbd2
Bug 305678, Cleaning up element implementations. Removing nsXULElement::InsertChildAt and nsXULElement::AppendChildTo. r=bz, sr=jst
2005-09-13 20:01:45 +00:00
peterv%propagandism.org
399f596593
Follow-up to fix for bug 251025, make Clone/CloneContent const again.
2005-09-12 07:34:25 +00:00
peterv%propagandism.org
e0bb504bab
Fix for bug 251025 (document.importNode does not set the right owner document.). r=jst, sr=bz.
2005-09-11 17:15:08 +00:00
peterv%propagandism.org
625d9d8084
Back out fix for bug 251025 to fix bustage.
2005-09-11 15:42:31 +00:00
peterv%propagandism.org
12e44d00c1
Fix for bug 251025 (document.importNode does not set the right owner document.). r=jst, sr=bz.
2005-09-11 15:05:31 +00:00
peterv%propagandism.org
f849415a9e
Fix for bug 306363 (Clean up nsContentUtils service getters). r/sr=bz.
2005-09-11 10:08:43 +00:00
mats.palmgren%bredband.net
40b08b19b1
Don't process events for -moz-user-input:none/disabled also when element is replaced by ALT content. b=307756 r+sr=bzbarsky
2005-09-10 11:02:14 +00:00
mrbkap%gmail.com
4b7a57c401
bug 272702: Remove skipped content. This simplifies the code handling <script>, <style> and related tags and makes the nsIHTMLContentSink interface just that much easier to implement. This also allows <object> tags to appear in the head with children. r=sicking sr=jst
2005-09-09 18:03:47 +00:00
bzbarsky%mit.edu
4a54da5a17
Fix brendan's nit for bug 299689, r+sr=brendan
2005-09-08 18:39:12 +00:00
bryner%brianryner.com
04ab2e82c2
Supply a scriptable interface for accessing the nsIEditor (and therefore the anonymous div) an HTML input or textarea. Bug 303727, r+sr=jst
2005-09-07 18:19:26 +00:00
bzbarsky%mit.edu
5d2f296ecf
Once we've had enough ID lookup misses, make the ID table completely live. Bug
...
299689, r+sr=jst
2005-09-07 17:04:34 +00:00
bzbarsky%mit.edu
2f8481d254
Make addition or removal of frames in a frameset actually change the
...
rendering. Bug 306660, r=jst, sr=roc
2005-09-06 02:14:36 +00:00
bob%bclary.com
68137d70a1
Bug 303502 - make DOM Don't call me! asserts more meaningful, r=peterv,sr=jst
2005-09-04 18:16:58 +00:00
peterv%propagandism.org
918dd9e8bd
Fix for bug 298064 (nsContentUtils::GetDocumentFromCaller() is broken.). r=jst, sr=brendan.
2005-09-02 18:02:51 +00:00
bzbarsky%mit.edu
c0f7402b61
Restore disabled state for all form controls. Bug 306616, r+sr=peterv
2005-09-01 18:58:31 +00:00
allan%beaufour.dk
6b62b92f65
Ooops, part of bug 306620 sneaked in together with the checkin for bug 306614
2005-09-01 17:07:12 +00:00
allan%beaufour.dk
33f0fc4f1b
fieldset should not match :enabled/:disabled. Bug 306614, r+sr=bzbarsky
2005-09-01 16:49:36 +00:00
pavlov%pavlov.net
3ce096343b
adding support for toDataURL and toDataURLAs on canvas. bug 245684. patches from Brett Wilson <brettw@gmail.com>. r=me, sr=vlad
2005-08-31 22:16:51 +00:00
mats.palmgren%bredband.net
c6d72364da
Implement HTML4 align=middle according to spec. Correct the DOM attribute value mapping for some of the other values as well. b=192077 r+sr=dbaron
2005-08-30 22:46:45 +00:00
bzbarsky%mit.edu
4235846ed6
Implement :enabled and :disabled CSS pseudo-classes. Bug 84400, patch by Allan
...
Beaufour <allan@beaufour.dk>, r+sr=bzbarsky
2005-08-30 03:31:47 +00:00
cbiesinger%web.de
a615696842
Bug 306260 call methods of the direct base class, instead of
...
nsGenericHTMLElement
r+sr=bz
2005-08-29 11:06:19 +00:00
bzbarsky%mit.edu
d384c5bbef
Fix comment per my review comments. Bug 305640.
2005-08-27 05:16:06 +00:00
aaronleventhal%moonset.net
5e051985ca
Bug 305840. Focus problems with XUL textbox, causing problems in findbar, help and address bar because of exception thrown. Patch by Mats Palmgren. r=aaronleventhal, sr=bryner
2005-08-26 18:45:23 +00:00
vladimir%pobox.com
044de02619
b=304561, firefox unsuitable for browsing high-res image galleries due to preview on tab icon, r=mconnor,sr=bzbarsky,a=asa
2005-08-25 20:05:24 +00:00
peterv%propagandism.org
694d092001
Fix for bug 301490 (Rich text editor property useCSS changed meaning). r=brade, sr=brendan.
2005-08-25 11:51:04 +00:00
smontagu%smontagu.org
b204b4bce1
Bug 300270: GetDir() returns empty string instead of 'ltr' or 'rtl'. r=sicking, sr=jst
2005-08-25 06:49:53 +00:00
jst%mozilla.jstenback.com
34aae9a78b
Fixing bug 305640. Make document.getElementById() work correctly when the hash changes when flushing. r+sr=bzbarsky@mit.edu
2005-08-25 05:17:06 +00:00
bzbarsky%mit.edu
f6a5a756fb
Make sure that a reflow flush on the document makes the sink start layout if
...
needed. Bug 253951, r=mrbkap, sr=jst
2005-08-24 20:56:58 +00:00
aaronleventhal%moonset.net
4a9fdd24ba
Bug 303620. Focus system goes haywire when focus changed in onblur or onchange handler. r=mats, sr=bryner
2005-08-24 19:06:07 +00:00
bryner%brianryner.com
56dc4d39bc
Fix for focus-stealing via blur(). Bug 299677, patch by martijn.martijn@gmail.com, r=me, sr=jst.
2005-08-24 06:10:44 +00:00
roc+%cs.cmu.edu
31124c236b
Bug 296036. Remove the very poorly specified (and redundant) field 'point' of nsEvent. r+sr=roc, patch by Eli Friedman
2005-08-23 03:57:07 +00:00
jst%mozilla.jstenback.com
2baa2ac900
Fixing bug 277434. Make object.type comply with the DOM spec again and expose the actual mimetype as .actualType on an interface that's *not* exposed w/o explicit QI. r+sr=bzbarsky@mit.edu
2005-08-22 23:44:55 +00:00
bzbarsky%mit.edu
692c9e00f2
Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
...
param. Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
2005-08-22 22:24:29 +00:00
bzbarsky%mit.edu
449d8b6f24
Restore some frame recursion protection that got lost. Bug 303163, r+sr=jst
2005-08-22 15:44:49 +00:00
cst%andrew.cmu.edu
2a969fde0b
Bug 305215 Fix crash going back while loading an image [@ ImageListener::OnStopRequest] (regression from bug 292503)
...
patch by Frank Wein <bugzilla@mcsmurf.de>, r=biesi sr=jst
2005-08-20 22:47:10 +00:00
bzbarsky%mit.edu
6919fc19ec
Allow passing a cached nsIContentPolicy service pointer to
...
NS_CheckContent*Policy if the caller has one. Bug 304845, r=biesi, sr=jst
2005-08-19 15:00:01 +00:00
bzbarsky%mit.edu
4cc6699511
Make sure that non-image inputs don't claim to have a useful image via
...
nsIImageLoadingContent. Bug 301635, r=biesi, sr=jst
2005-08-19 14:55:07 +00:00
cst%andrew.cmu.edu
c3076ebb7e
Bug 292503 Working images should not have alt text that says there is an error
...
r=biesi sr=jst
2005-08-17 02:49:47 +00:00
bzbarsky%mit.edu
39e229eeb1
Make sure to set base tag info on the leaf forms we create when HTML is
...
misnested. Bug 73818, r=mrbkap, sr=jst
2005-08-16 22:57:11 +00:00
bzbarsky%mit.edu
61ac014130
Make content lists smarter about match functions that don't actually depend on
...
attributes. Bug 299703, r+sr=jst
2005-08-16 01:43:53 +00:00
mrbkap%gmail.com
9106468ec1
bug 303267: Store the entire inner window in the window state holder instead of copying properties and restoring them. This fixes going back and forth with the bfcache on when the page gone to has javascript in it. r=jst sr=bryner
2005-08-15 18:16:42 +00:00
bzbarsky%mit.edu
b80e559e05
Don't leak radio visitors through shutdown. Bug 302706, r+sr=jst
2005-08-15 02:42:59 +00:00
bzbarsky%mit.edu
58b5654128
Make table.rows["rowid"] work like it should. Bug 295561, r+sr=jst
2005-08-15 02:34:21 +00:00
mrbkap%gmail.com
0341851454
Backing out changes for bug 303267 until the perf hits on the Seamonkey tinderbox can be explained.
2005-08-13 03:54:29 +00:00
mrbkap%gmail.com
863629109c
bug 303267: Store the entire inner window object on the history entry instead of copying/restoring JS properties. r=bryner sr=jst. This patch also fixes bugs 304284 and 304078.
2005-08-13 00:53:39 +00:00
dbaron%dbaron.org
4f125b95bb
Make nsIChannel implementations follow the rules that prevent them from leaking due to cycles with their notification callbacks. b=303043 r=biesi sr=darin
2005-08-12 22:53:22 +00:00
jst%mozilla.jstenback.com
0d8b79a0bf
Followup changes to bzabarsky's review for bug 296639. Reviews pending, a=drivers@mozilla.org
2005-08-12 04:11:00 +00:00
roc+%cs.cmu.edu
d187d8344a
Bug 78510. Maintain a per-document hashmap from URI-spec-hash to set of pointers to content elements that are links to those URIs whose state has been queried by the style system. Use this map to efficiently mark visited any links to URIs which get visited. r+sr=dbaron, with input from bryner and bzbarsky, a=jesup with support from dbaron. May impact Tp and other metrics, be careful out there.
2005-08-10 20:21:44 +00:00
rbs%maths.uq.edu.au
306a5deea0
Fallback to about:blank to fix bustage of document.open() in consumers such as View MathML Source, b=289363 r+sr=jst, a=asa
2005-08-08 03:15:56 +00:00
jst%mozilla.jstenback.com
9700a6e483
Landing the split window work, bug 296639. This change doesn't have full reviews yet, bzbarsky@mit.edu and shaver@mozilla.org have done partial reviews, but there's still more to look at. Given the current time constraint this is landed with reviews and followup changes that result to come after the initial checkin. a=drivers
2005-07-30 20:57:07 +00:00
bzbarsky%mit.edu
eefd0c8e8d
Fix firing of mutation events on buttons. Bug 288721, r+sr=jst, a=bsmedberg
2005-07-28 16:16:09 +00:00
bzbarsky%mit.edu
9d273059dd
Disable just the script loader during innerHTML sets, not all script
...
execution. Bug 299231, r=sicking, sr=peterv, a=bsmedberg
2005-07-26 15:40:25 +00:00
timeless%mozdev.org
5c7353d319
Bug 301675 : default value of size DOM attribute of HTMLSelectElement should be 0 when the attribute is missing,
...
patch by Anne van Kesteren <bug@annevankesteren.nl>
r+sr=bzbarsky, a=bsmedberg
fixing this correctly instead of incurring build bustage by removing the previous definition
2005-07-26 08:11:42 +00:00
gavin%gavinsharp.com
d68150d219
backing out last patch
2005-07-26 08:08:22 +00:00
gavin%gavinsharp.com
a9bcdcfd32
Bug 301675 : default value of size DOM attribute of HTMLSelectElement should be 0 when the attribute is missing, patch by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky, a=bsmedberg
2005-07-26 07:45:05 +00:00
mats.palmgren%bredband.net
3b60b8422b
Prefer a MAP that has AREAs over an empty one with the same name (in quirks mode). b=264624 r+sr=bzbarsky a=benjamin
2005-07-25 23:37:56 +00:00
bryner%brianryner.com
c64546a715
Change PageShow/PageHide events to be lowercase and hook them up so that onpageshow= works on the body tag. Bug 297887, patch by brettw@gmail.com, r=me, a=bsmedberg.
2005-07-25 22:09:39 +00:00
aaronleventhal%moonset.net
7d1167c665
Bug 300783. Fix unsafe firing of events and perf regression for multi select in HTML listboxes. r+sr=bz, a=mkaply
2005-07-25 21:40:31 +00:00
timeless%mozdev.org
0f5fa7a970
Bug 298875 align=right should not be applied to input elements with a type other than image
...
patch by martijn.martijn@gmail.com r=bz sr=bz a=asa
2005-07-20 23:24:28 +00:00
bzbarsky%mit.edu
a5ea4be485
Deal better with innerHTML for documents whose types we don't have encoders
...
for. Bug 155723, r+sr=jst, a=bsmedberg
2005-07-19 21:11:07 +00:00
bzbarsky%mit.edu
c3584d9c29
Fix serialization of innerHTML in XML documents. Bug 155723, r=sicking,
...
sr=jst, a=bsmedberg
2005-07-15 22:45:14 +00:00
bzbarsky%mit.edu
ec512d3fc4
Don't flush our parent if we're not safe to flush. Bug 281922, r+sr=jst, a=asa
2005-07-14 16:13:09 +00:00
aaronleventhal%moonset.net
1396cbae99
Bug 290354. Support multiple selection. r=timeless, sr=bryner, a=asa
2005-07-14 14:20:21 +00:00
jshin%mailaps.org
c01350f64b
bug 224820 : support UTF-16/32 (non-byte oriented char. encoding) in the form submission : r=biesi, sr=bz, a=asa
2005-07-13 16:55:59 +00:00
bzbarsky%mit.edu
7e84be8fca
Fix rules="none" regression for tables. Bug 299723, r+sr=dbaron, a=asa
2005-07-07 17:14:36 +00:00
jst%mozilla.jstenback.com
588ed2c794
Fixing bug 277434. Make setting element.type on a plugin element (object or embed) set the 'type' attribute as well. r=bugmail@sicking.cc, sr=peterv@propagandism.org, a=benjamin@smedbergs.us
2005-06-30 01:23:12 +00:00
mats.palmgren%bredband.net
fe22e5ee4c
Don't resolve <form action=""> to the base uri. b=297761 r+sr=jst a=chofmann
2005-06-28 23:22:28 +00:00
darin%meer.net
4aa2e73cf3
fixes bug 295544 "Expose more designMode options to web apps" r=brade sr=jst a=bsmedberg
2005-06-24 17:18:27 +00:00
mats.palmgren%bredband.net
5e77d4ed06
Stop trying to observe content changes for the selected option, instead rely on getting a combobox reflow if it changed. b=297389 r+sr=roc a=asa
2005-06-21 00:00:14 +00:00
mats.palmgren%bredband.net
0ecbb26a36
Adjust current index of combobox when options are added or removed. b=286170 r+sr=bzbarsky a=asa
2005-06-20 23:26:35 +00:00
jst%mozilla.jstenback.com
20c2334361
Fixing bug 296830. Use the principal of the calling code in document.open(), not that of the calling window. r=dveditz@cruzio.com, sr=brendan@mozilla.org, a=dveditz@cruzio.com
2005-06-20 16:18:35 +00:00
mrbkap%gmail.com
96d4d21187
bug 293162: Textarea's innerHTML shouldn't treat the HTML as text. r=peterv sr=jst a=shaver
2005-06-16 21:23:24 +00:00
mrbkap%gmail.com
7f0479a0b2
bug 296677: Fix nsParser::ParseFragment to not screw up setting <textarea>'s innerHTML. r=jst sr=peterv a=asa
2005-06-16 18:59:59 +00:00
peterv%propagandism.org
c8dcb1a2d2
Fix for bug 286300 (Clean up HTML tags enum and related code). r=mrbkap, sr=bz, a=asa.
2005-06-16 13:10:58 +00:00
joshmoz%gmail.com
664a7ace40
bug 297338: Textareas lose the final chunk of text if the default contents are longer than 4096 characters long. r+sr=jst a=dbaron, patch by Blake Kaplan <mrbkap@gmail.com>
2005-06-16 00:41:50 +00:00
bryner%brianryner.com
37e80e76f5
Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver.
2005-06-15 23:52:46 +00:00
dbaron%dbaron.org
c2d568292d
Implement the same block-alignment behavior for align=left (which matters only for RTL) that we do for center and right. b=64510 r+sr=roc a=asa
2005-06-15 23:45:06 +00:00
bzbarsky%mit.edu
bb92b3038c
Make sure to call ScriptEvaluated when doing all evaluations, to call it
...
_after_ we've popped the JSContext from the stack, and to handle multiple
termination functions being posted from a single script evaluation. Fixes
leaks when closing windows or tabs with still-loading documents. Bug 295983,
r+sr=jst, a=asa
2005-06-09 15:42:19 +00:00
cvshook%sicking.cc
287668c5e1
Bug 245274: Be more strict about which names we allow for createElement, even in quirks mode.
...
r=doron sr=bz a=asa
2005-06-08 16:42:04 +00:00
mrbkap%gmail.com
e49dc8f408
bug 271184: The output of nested document.write()s can get reversed (where later document.write()s are seen before previous document.write()s). This makes nsHTMLDocument use good parser keys. r=sicking sr=jst a=asa
2005-06-07 19:21:05 +00:00
bzbarsky%mit.edu
8fc3ac9a30
Add an nsIContent api for getting the intrinsic state of the content; this can
...
be used to implement more pseudo-classes (eg CSS3 UI ones for XForms). Bug
296309, r+sr=dbaron, a=chofmann
2005-06-03 02:02:45 +00:00
jst%mozilla.jstenback.com
302ea88f0f
Fixing bug 285873. Make midas independent of the pref editor.CR_creates_new_p and make the default behaviour in midas match IE (such that hitting return in a p tag splits the p instead of inserting a br. r=brade@comcast.net, sr=bzbarsky@mit.edu, a=chofmann@mozilla.org
2005-06-02 03:11:35 +00:00
bzbarsky%mit.edu
94cb92adfe
Fix leak on setting innerHTML in XML, as well as leaks when the parent of a
...
not-yet-parsed script is removed from the document. Bug 294274, r+sr=peterv,
a=chofmann
2005-06-02 02:38:20 +00:00
bzbarsky%mit.edu
f2c921d06a
Make sure to Reset() if our default value changes and we haven't had our value
...
change. Bug 215228, r+sr=peterv, a=chofmann
2005-06-02 02:30:09 +00:00
mrbkap%gmail.com
5335fba722
bug 287990: Bring back <plaintext> support. This supports it "properly" (i.e., no end tag). r=jst sr=dbaron a=shaver
2005-06-01 22:11:30 +00:00
mrbkap%gmail.com
ee8993dd0c
bug 208869: Setting innerHTML with textarea can isnert an extra newline. This patch makes textarea be treated as a normal container outside CNavDTD (which takes over its first-newline removal duties). r=sicking sr=bzbarksy a=shaver
2005-06-01 21:23:23 +00:00
cbiesinger%web.de
9381c2fc64
295916 r=mrbkap sr=bz a=shaver
...
- make parser handle calling Parse with an empty string and aLastCall=true
correctly
- call that from document.close() even in the non-HTML case
2005-06-01 19:13:39 +00:00
timeless%mozdev.org
914802b4f2
Bug 289068 ASSERTION: WriteToBuffer called with count of zero: 'count', file r:/mozilla/netwerk/cache/src/nsDiskCacheStreams.cpp, line 710
...
r=jst sr=jst a=shaver
2005-06-01 16:10:58 +00:00
bzbarsky%mit.edu
bbb6167758
Push the mChannel member for documents up to nsDocument and expose it on
...
nsIDocument. Bug 292971 preliminaries, r+sr=jst, a=chofmann
2005-06-01 01:15:23 +00:00
bryner%brianryner.com
f5df3b036d
Fix crash when closing a tab that contains an image (bug 294630). Patch by bz / beaufour, r+sr=me, a=dbaron.
2005-05-20 01:31:26 +00:00
bzbarsky%mit.edu
c902337e6b
Fix crash if the DOM gets rearranged while we're parsing. Bug 294235,
...
r+sr=peterv, a=asa
2005-05-19 19:56:13 +00:00
aaronleventhal%moonset.net
3932b0279b
Bug 294180. MSAA positional descriptions wrong for radio buttons in HTML form. r=timeless, sr=bz, a=chofmann
2005-05-17 21:50:27 +00:00
vladimir%pobox.com
51353d9ac9
b=293267, fix canvas rendering speed, r+sr=bz,a=shaver
2005-05-12 21:34:56 +00:00
bzbarsky%mit.edu
f8dd552d90
Fix bug 293588 -- make sure to not store form data in the wrong session history
...
entry. r+sr=bryner, a=brendan
2005-05-12 20:53:33 +00:00
bzbarsky%mit.edu
d027d0d173
Remove unused variable. r=timeless, sr=lumpy, a=asa
2005-05-10 23:41:48 +00:00
bryner%brianryner.com
b1e0c597ab
Fix form state save/restore so that it uses the correct history entry (bug 293135). r+sr=bzbarsky, a=shaver.
2005-05-10 02:06:29 +00:00
vladimir%pobox.com
231c7a2f54
b=293407, canvas uses wrong frame type; 293306, canvas leaks memory; 293225, default canvas height should be 150, r+sr=bzbarsky,a=shaver
2005-05-10 00:28:30 +00:00
bzbarsky%mit.edu
de5864cb2a
Fix typo that kept data: images from updating the titlebar. Bug 293399,
...
r=biesi, sr=brendan, a=dbaron
2005-05-08 23:21:36 +00:00
vladimir%pobox.com
71dac5720c
b=291216, canvas should not be an empty element, default width/height, fallback content should not be rendered, r+sr=bzbarsky, a=brendan/shaver
2005-05-07 03:45:06 +00:00
bryner%brianryner.com
f3d10fa3c3
Don't notify form submit observers if the form can't be submitted due to not having a link handler. Also, make sure all nsIFormSubmitObserver implementations protected against a null DOMWindow. Bug 292960, r+sr=bzbarsky, a=brendan.
2005-05-07 00:16:17 +00:00
bryner%brianryner.com
592dbdc176
Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan.
2005-05-04 20:22:32 +00:00
bzbarsky%mit.edu
1d5cc9c6c2
cite property on ins/del should be a URI, not a string. Bug 292754,
...
r+sr=jst, a=dbaron
2005-05-03 23:32:35 +00:00
bzbarsky%mit.edu
0d9afc5e97
Remove an unneeded "creating" check, since we'll never have a document while
...
we're still being created now. Bug 289322, r=sicking, sr=jst, a=chofmann
2005-05-03 15:56:18 +00:00
bzbarsky%mit.edu
16652732b8
When a form control is removed from the document and no longer has a form, also
...
check whether it's still in the same subtree as its mForm. If it is, then
don't remove it from the form. Bug 291042, r=sicking, sr=peterv, a=chofmann
2005-05-02 04:41:06 +00:00
bzbarsky%mit.edu
0597971698
Fix border width inheritance by keeping track of both the border width we'd
...
have if our style were not none/hidden and the actual computed border width.
Bug 290377, r+sr=dbaron, a=asa
2005-04-29 15:44:38 +00:00
jst%mozilla.jstenback.com
c4b8dd4f16
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
2005-04-28 23:48:28 +00:00
bzbarsky%mit.edu
27b27bd5fc
Make sure to addref documents before calling Init(). Bug 291887, r+sr=jst,
...
a=brendan
2005-04-28 17:16:19 +00:00
bzbarsky%mit.edu
cd9031b7b1
Fix crashes when document.load is called on an already-parsing XML document.
...
Bug 289292, r=sicking, sr=jst, a=chofmann
2005-04-28 16:57:24 +00:00
bzbarsky%mit.edu
b6817cdd3b
Create CSSLoaders when the document object is created and deCOMify the getter.
...
Bug 290068, r=sicking, sr=peterv, a=brendan
2005-04-19 01:27:11 +00:00
bzbarsky%mit.edu
f911f30fc9
Remove unused aDeep args from AppendChildTo and InsertChildAt. Bug 289316,
...
r=sicking, sr=peterv, a=brendan
2005-04-18 22:58:35 +00:00
vladimir%pobox.com
d7018ad980
more canvas landing horkage fixing
2005-04-18 07:30:14 +00:00
vladimir%pobox.com
3f408c1608
b=288714, html canvas implementation, r=various,a=brendan
2005-04-18 06:33:23 +00:00
bzbarsky%mit.edu
61629299d4
Move the BindToTree call for the document element into SetRootContent. Bug
...
289209, r=sicking, sr=jst, a=asa
2005-04-15 01:30:14 +00:00
bzbarsky%mit.edu
c12c593778
Make sure we've tried to create our CSSLoader before we try to dereference it.
...
Bug 289765, r+sr=jst, a=asa
2005-04-12 15:29:20 +00:00
aaronleventhal%moonset.net
f0ee890389
Missing part of checkin for bug 287730. Reporting position of radio buttons, r+sr=bz on missing part, a=asa
2005-04-07 14:08:12 +00:00
bzbarsky%mit.edu
4f12075656
Append HTML nodes to the DOM on node creation, not when we hit the close tag.
...
Should help with the Tp regression. Bug 289311, r=sicking, sr=jst
2005-04-07 03:30:50 +00:00
bzbarsky%mit.edu
58c75a0a1e
Back out the preappend change now that the image changes are in to see what Tp does...
2005-04-06 03:40:51 +00:00
bzbarsky%mit.edu
3f3283562b
Only do a new image load if we're forced to or if the URI really changed. Bug
...
285428, r=biesi, sr=jst (note: sr was given in bug 286000 as part of the patch
there).
2005-04-06 02:55:02 +00:00
jst%mozilla.jstenback.com
5685890daf
Fixing bug 283897. Make midas state survive document.open/write/close. Regression from bug 283897. r=brade@comcast.net, sr=bzbarsky@mit.edu
2005-04-06 02:22:45 +00:00
cvshook%sicking.cc
fd455a4b2a
Bug 289053: Fix assertion when setting fontsize to empty or whitespace-only string. Also treat big relative fontsizes as absolute fontsizes so they at least render correctly.
...
r/sr=bz
2005-04-06 02:07:52 +00:00
bzbarsky%mit.edu
483b304692
Attempting to fix Tp regression
2005-04-06 01:23:07 +00:00
bzbarsky%mit.edu
9b1db9f768
Eliminate nsIContent::SetDocument/SetParent/SetBindingParent in favor of
...
BindToTree and UnbindFromTree methods. Bug 286000, r=sicking, sr=jst
2005-04-05 23:54:35 +00:00
cst%andrew.cmu.edu
bc7ecfa66e
Bug 189982 automatic image resizing: state of the image should be kept after resizing the browser window
...
r=bz sr=roc
2005-04-05 18:59:22 +00:00
timeless%mozdev.org
7a11b97e31
Bug 289063 protected recursion triggers ASSERTION: failed to load URL: 'NS_SUCCEEDED(rv)', file r:/mozilla/content/html/content/src/nsGenericHTMLElement.cpp, line 3469
...
r=bz sr=bz
2005-04-05 18:46:44 +00:00
bzbarsky%mit.edu
b21034222e
Removing the type attr should make an input a text input. Bug 288331, r+sr=jst
2005-04-05 03:46:12 +00:00
bzbarsky%mit.edu
f2c4953613
Move processing of various headers from the content sink into the document so
...
it'll happen for all of our document types. Bug 288921, r+sr=jst
2005-04-05 03:28:54 +00:00
mrbkap%gmail.com
399c257d9d
bug 286733: Crash when attempting to handle misplaced content inside misplaced content because mContextTopIndex pointed to a closed index already. r=jst sr=rbs
2005-04-04 21:20:00 +00:00
aaronleventhal%moonset.net
e030afcc22
Bug 287730. Fix n of m positional info for HTML radio buttons. r=timeless, sr=bz
2005-04-04 13:43:43 +00:00
cst%andrew.cmu.edu
f4ada571e2
Bug 287695 fix hardcoded app name in default mailto: form subject
...
r=biesi sr=bz
2005-04-03 17:16:28 +00:00
neil%parkwaycc.co.uk
10fa559a51
Implement group="system" for XBL handlers so that we don't try to handle events if <a> <textarea> or <xul:button> have already processed them r=jst sr=bryner
2005-03-30 12:26:02 +00:00
bzbarsky%mit.edu
72d85d46fb
Center the clicked-on point when turning off image zoom. Bug 207219, patch by
...
Chris Thomas (CTho) <cst@andrew.cmu.edu>, r+sr=roc
2005-03-30 04:29:35 +00:00
bzbarsky%mit.edu
2e6eb3d56f
Make setting an entry in the options array fill in the array up to that point
...
with options if needed. Bug 285498, r+sr=jst
2005-03-25 04:23:55 +00:00
mrbkap%gmail.com
f5ca37ef6b
bug 280044: Pass a title node to the content sinks so that attributes on title don't get lost. r=sicking sr=peterv
2005-03-23 07:09:24 +00:00
jwatt%jwatt.org
48177b8d52
Fixing bug 281741. We should implement the GetSVGDocument interface for HTMLEmbedElement. r=tor@acm.org, sr=jst@mozilla.org
2005-03-23 01:42:22 +00:00
peterv%propagandism.org
114cd0a603
Fix for bug 285166: createElement crashes [@ NS_NewHTMLElement] [@
2005-03-17 20:41:27 +00:00
jst%mozilla.jstenback.com
5200e318d8
Fixing bug 188938. Adding the ability for plugins to participate in form submission. r=bzbarsky@mit.edu, sr=brendan@mozilla.org
2005-03-09 17:01:22 +00:00
bzbarsky%mit.edu
a9c69f758f
Remove the random 25-item limit of frameset row and col specs. Bug 285394,
...
r+sr=jst
2005-03-09 16:47:30 +00:00
bmlk%gmx.de
c7c61a4e2b
limit the nowrap + width hack to quirks mode bug 277232 r/sr=bzbarsky
2005-03-06 18:33:12 +00:00
bzbarsky%mit.edu
9042fd7a93
Remove content dependency on the RDF-ness of bookmarks (since in general, they
...
need not be RDF-enabled at all). Remove bizarre dependency of an interface we
really want to expose to embeddors on nsIParser. Bug 101995 followup,
r=bsmedberg, sr=alecf
2005-03-05 03:35:54 +00:00
jst%mozilla.jstenback.com
cef561a155
Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com
2005-03-04 02:01:54 +00:00
bzbarsky%mit.edu
836122380b
Fix bug 257947 for real. r+sr=jst
2005-03-03 16:34:49 +00:00
jst%mozilla.jstenback.com
7f449edd54
Fixing bug 161587. Make the caller principal carry over to the callee when doing document.open(). r=caillon@gmail.com, sr=brendan@mozilla.org
2005-03-02 23:17:28 +00:00
bzbarsky%mit.edu
2c01168957
Only dispatch label-triggered clicks to content, for now, pending sorting out
...
exactly what HandleEventWithTarget _should_ be doing. Bug 284163, r+sr=jst
2005-03-01 03:03:05 +00:00
bzbarsky%mit.edu
fd3cee92f8
Make sure to flush pending notifications as needed when calling
...
getElementById. Bug 283468, r+sr=jst
2005-02-28 22:24:17 +00:00
mrbkap%gmail.com
c613ef4daf
bug 283564: Fix a leak when the HTML fragment sink is used to parse an empty string by ensuring that DidBuildModel() is always called. r+sr=bzbarsky
2005-02-26 04:33:04 +00:00
bryner%brianryner.com
001952215b
Remove nsIXBLBinding (bug 194834). r+sr=bzbarsky.
2005-02-25 22:07:01 +00:00
jst%mozilla.jstenback.com
846d1fda2c
Fixing bug 209020. Make midas (document eiditing mode) not partially persist when leaving a page, and make it possible to turn off designMode dynamically in a page. r=brade@comcast.net, sr=bzbarsky@mit.edu
2005-02-23 21:27:20 +00:00
gandalf%firefox.pl
82d3ed5f0a
bug 279768: move dom.properties, MediaDocument.properties to global; r=bsmedberg
2005-02-23 16:53:28 +00:00
jshin%mailaps.org
fd66f970be
bug 244754 : URL is not shown in the status bar when hovering over a url-escaped URL in an encoding different from the document enecoding (r=darin, sr=bzbarsky)
2005-02-22 18:25:12 +00:00
bryner%brianryner.com
e6dfc671b2
Guarantee that a document's binding manager is non-null. Bug 282792, r+sr=bzbarsky.
2005-02-19 10:31:27 +00:00
doronr%us.ibm.com
8e0413d060
Checked in from wrong tree, backing out, sorry.
2005-02-18 21:28:20 +00:00
doronr%us.ibm.com
49534b8c41
Bug 279057 - Implement hasFeature for XForms. Patch by smaug, r=bryner/sr=jst
2005-02-18 21:20:27 +00:00
mrbkap%gmail.com
1983dc1a52
bug 263053: Get rid of the <endnote> tag when parsing fragments with context, since this can fail if the input stream contains another <endnote> tag. Instead, parse the context in different "chunks" from the new buffer, and notify the fragment sink by way of functions. r=peterv sr=bzbarsky
2005-02-18 19:18:39 +00:00
bzbarsky%mit.edu
e6e1eca2d1
Fix fallout from the nsIFrameLoader changes of yesterday. Bug 280992, r+sr=jst
2005-02-08 21:30:47 +00:00
bzbarsky%mit.edu
e3a503120b
Make Input.src and Form.action be URI attrs. Bug 280470, r+sr=jst
2005-02-08 20:21:22 +00:00
bzbarsky%mit.edu
e18b171c31
Make GetTable() deal with lack of a tbody. Bug 255381 partial fix, r=sicking,
...
sr=jst
2005-02-08 20:20:08 +00:00
bryner%brianryner.com
bccaf1037e
Resurrect nsIFrameLoader[Owner] as scriptable interfaces; bug 280992 r+sr=bzbarsky
2005-02-08 06:55:00 +00:00
bryner%brianryner.com
30d64853e0
Remove unneeded nsIFrameLoader interface (bug 280992). r+sr=jst.
2005-02-07 23:53:47 +00:00
bzbarsky%mit.edu
a0191e8904
Fix the HTML serializer to not do fancy linebreaking when "raw" output is
...
requested. Use this in innerHTML. Bug 89780, r+sr=peterv
2005-02-07 17:24:05 +00:00
mats.palmgren%bredband.net
47534ed5dd
Use GetPrimaryFrame() instead of GetFormControlFrame(). b=279682 r+sr=bzbarsky
2005-02-05 04:13:29 +00:00
mats.palmgren%bredband.net
4474d25063
Make assignments to DOM 'selectedIndex' change the focused index for lists/comboboxes. b=279868 r+sr=bzbarsky
2005-02-04 22:56:13 +00:00
bryner%brianryner.com
d050770a7e
Remove unneeded nsIContentList interface (bug 280746). r+sr=jst.
2005-02-02 23:16:02 +00:00
bzbarsky%mit.edu
e7986dd6fe
LinkAdded/LinkRemoved events should be trusted. Bug 278025, r+sr=jst
2005-02-02 03:17:49 +00:00
bzbarsky%mit.edu
4725c68f67
Flush out frames before trying to focus ourselves, in case our frame hasn't
...
been created yet. Bug 277482, r+sr=jst
2005-02-02 03:07:07 +00:00
mrbkap%gmail.com
523dd0a833
Back out the wallpaper from bug 197015 since a better one has been checked in for bug 220542 (bug 197015, r=jst, sr=bzbarsky)
2005-02-02 02:24:43 +00:00
dougt%meer.net
e52cc67a77
Fixing 280230. WinCE build stuff. r+sr=jst
2005-01-28 23:03:42 +00:00
silver%warwickcompsoc.co.uk
a9300f7480
Bug 279041 - Add ToString to nsHTMLAreaElement.
...
r+sr=jst
2005-01-28 01:22:47 +00:00
bryner%brianryner.com
5b8aeed3b1
Remove nsIPresState (bug 279699). r+sr=roc.
2005-01-27 22:52:53 +00:00
cvshook%sicking.cc
163b6ef1cc
Bug 236476: Change GetHTMLAttribute to GetParsedAttr. Also fixes bug 232706 by removing final uses of nsHTMLValue.
...
r=bz sr=jst
2005-01-25 00:02:58 +00:00
peterv%propagandism.org
f8e8ee3231
Fix for bug 278505 (Trivial content cleanup). r/sr=bz.
2005-01-23 18:21:34 +00:00
bzbarsky%mit.edu
fdbe2c6ead
Make applet and embed elements focusable. Bug 257488, r=aaronl, sr=jst
2005-01-22 04:48:00 +00:00
bzbarsky%mit.edu
58b19c5912
Fix build bustage -- the api changed....
2005-01-20 17:07:51 +00:00
bzbarsky%mit.edu
1091c7b77a
Make labels actually fire a click on the thing they're labeling when they're
...
clicked, instead of just redirecting their own event. Bug 146066, also fixes
bugs 271740 and 276279. r=bryner, sr=jst
2005-01-20 16:59:42 +00:00
bzbarsky%mit.edu
09a1f1b71b
Make submit buttons with no value but a name send the "default value" to the
...
server. Bug 274309, r+sr=jst
2005-01-20 16:47:25 +00:00
mats.palmgren%bredband.net
79e5aa3eac
Implement the accesskey attribute for LEGEND, make it move focus forward when it's not focusable. b=81481 r=aaronleventhal sr=bzbarsky
2005-01-16 16:39:35 +00:00
bzbarsky%mit.edu
d185bdf1ce
Include the part number inside a multipart document in the state key, so that
...
state restoration works correctly on each part. Bug 47350, patch by Hideo
Saito <saito@densan.co.jp>, r=bzbarsky, sr=js
2005-01-15 17:47:23 +00:00
jst%mozilla.jstenback.com
47c1da9edf
Backing out change that slipped in with my last checkin.
2005-01-14 21:45:41 +00:00
jst%mozilla.jstenback.com
418d87fcec
Landing fix for bug 198533. Patch by smaug@welho.com. Making nsXULElement inherit nsGenericElement. r=bugmail@sicking.cc, sr=jst@mozilla.org
2005-01-14 19:30:55 +00:00
neil%parkwaycc.co.uk
5265657a0f
Bustage fix - I missed an NS_ADDREF but peterv spotted my error
2005-01-14 16:19:17 +00:00
neil%parkwaycc.co.uk
8e0aea9e40
Fixing startup test bustage - I'd only landed the infrastructure and forgotton to fix the actual bogus QI calls. Oh, and the bug number is 276959 not 286959.
2005-01-14 15:32:58 +00:00
neil%parkwaycc.co.uk
5c85cd8d91
Supplementary fix to bug 286959 to avoid having to QI to a non-interface class (nsGenericHTMLElement) r=bryner sr=jst
2005-01-14 13:28:34 +00:00
bryner%brianryner.com
6c4ea68040
Change cache interfaces to use ACString for the key. Bug 277627, r+sr=darin.
2005-01-13 03:25:28 +00:00
bryner%brianryner.com
dbb68b5bee
Add an IID for nsGenericHTMLElement so that QI behaves as expected. This should fix the startup test bustage.
2005-01-13 01:31:42 +00:00
bryner%brianryner.com
5e2d6d2947
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
2005-01-12 19:45:38 +00:00
bzbarsky%mit.edu
22b828101e
Keep track of whether a title has been set in the document, not in the sink.
...
This way we can notice all ways of setting it. Bug 271996, r=sicking, sr=neil
2005-01-12 02:47:53 +00:00
bzbarsky%mit.edu
7e99afbcf0
Fix HTML nodes to not claim to be in the XHTML namespace (unless they are, of
...
course). Bug 103225, r+sr=jst
2005-01-12 02:41:36 +00:00
bryner%brianryner.com
6d7d5bb370
Don't fire onchange events twice when clicking on an input. Bug 254238, r=bzbarsky, sr=jst, a=asa.
2005-01-11 03:21:23 +00:00
cbiesinger%web.de
8bf7cd6391
bug 264599 make unfrozen necko interfaces use 64-bit integers.
...
r=darin sr=bz a=asa
2005-01-09 20:43:35 +00:00
jst%mozilla.jstenback.com
79f4362a05
Whitespace cleanup.
2005-01-05 00:26:39 +00:00
jst%mozilla.jstenback.com
e7cfe79af9
Landing the low-level code for using the plugin finder service from the aviary branch. Bug 244125 etc.
2005-01-05 00:21:06 +00:00
bzbarsky%mit.edu
e425259e0d
Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
...
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
timeless%mozdev.org
2593bdd094
Bug 209097 Default mailto form subject should be localizable
...
patch by cst@andrew.cmu.edu r=roc sr=roc
2004-12-26 23:29:58 +00:00
bmlk%gmx.de
ef4604f958
remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron
2004-12-26 19:48:54 +00:00
db48x%yahoo.com
db2ff3b4ef
bug 209097: Default mailto form subject should be localizable
...
patch by Chris Thomas (CTho) <cst@andrew.cmu.edu>, r=neil, sr=roc
2004-12-21 16:17:32 +00:00
dbaron%dbaron.org
48a696beb8
Remove nsFormControlHelper::GetLocalizedString, improve string bundle methods in nsContentUtils, and convert callers. b=273829 r+sr=bryner
2004-12-17 20:40:48 +00:00
peterv%propagandism.org
0c59b6df7f
Fix for bug 192139 (Integrate latest Expat). r=bz, sr=jst.
2004-12-15 15:37:23 +00:00
bsmedberg%covad.net
81a0de68d5
Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin
2004-12-15 04:07:01 +00:00
bryner%brianryner.com
31bef82154
Move nsIContent::GetClassAttributeName() onto nsIStyledContent (bug 274402). r+sr=jst.
2004-12-14 03:54:01 +00:00
bryner%brianryner.com
184cc47ec5
deCOMtaminate nsIContent::GetNameSpaceID. Bug 272079, r+sr=jst
2004-12-13 04:14:28 +00:00
bzbarsky%mit.edu
185d89d991
Move handling of "dir" and "bdo" into ua.css so it doesn't get turned off when
...
author styles are disabled. Bug 261361, patch by fantasai
<fantasai.bugs@inkedblade.net>, r=dbaron, sr=bzbarsky
2004-12-09 16:08:43 +00:00
dbaron%dbaron.org
36d81cbae0
Bug 272151: reorganize files within layout, r+sr=roc: cvs removing obsolete files
2004-12-08 20:13:32 +00:00
dbaron%dbaron.org
59b5ba4eef
Bug 272151: reorganize files within layout, r+sr=roc: cvs removing obsolete files
2004-12-08 19:55:19 +00:00
dbaron%dbaron.org
c7b24df1a9
Bug 272151: reorganize files within layout, r+sr=roc: cvs removing files that were copied to new locations in the repository
2004-12-08 19:45:40 +00:00
dbaron%dbaron.org
1bb228eed5
Bug 272151: reorganize files within layout, r+sr=roc
2004-12-08 19:41:48 +00:00
dbaron%dbaron.org
4ee16ec79d
Fix DOM round-tripping of -moz-initial. b=219903 r+sr=bzbarsky
2004-12-04 22:10:07 +00:00
bsmedberg%covad.net
51c415d3ed
Centralize layout/ and content/ locale files. See bug 271324.
2004-12-04 20:10:51 +00:00
bzbarsky%mit.edu
e36e6f6682
Fix comment. More bug 157395.
2004-12-03 04:48:32 +00:00
bzbarsky%mit.edu
e766f067db
:empty should not match nodes that have whitespace children. Introduce a
...
:-moz-only-whitespace pseudo-class to do what :empty used to do (so we can use
it in quirk.css and the like). Bug 157395, patch by Justin Wood
<116057@bacon.qcc.mass.edu>, r+sr=bzbarsky
2004-12-03 04:25:21 +00:00
dbaron%dbaron.org
3882ed0f37
Remove unused iscoord parameter from CSS_PROP_* macros. b=205790 r+sr=bzbarsky
2004-11-30 19:24:34 +00:00
dbaron%dbaron.org
be77f9b6d9
Fix col/colspan confusion (regression). b=107453 r+sr=bzbarsky
2004-11-30 05:52:59 +00:00
dbaron%dbaron.org
32654cf7f5
Avoid switches by using new nsStyleSides methods. b=272033 r+sr=bzbarsky
2004-11-30 05:31:37 +00:00
mats.palmgren%bredband.net
017629698f
Skip leading space inside :not(). b=271916 r+sr=dbaron
2004-11-28 15:04:13 +00:00
mats.palmgren%bredband.net
0dd497ef90
Making invalid selectors ignore the following rule in more cases. b=265542 r=bzbarsky sr=dbaron
2004-11-26 21:05:45 +00:00
bzbarsky%mit.edu
b35b2a6d92
Add a utility method for finding the containing block to nsHTMLReflowState, and
...
make use of it in fixing the text-decoration drawing on blocks to deal with
negative text-indent. Bug 263374, r+sr=dbaron
2004-11-25 02:43:28 +00:00
bryner%brianryner.com
1435145ce6
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
2004-11-24 22:48:45 +00:00
neil%parkwaycc.co.uk
d13fb54f7e
Don't use QueryInterface to get a scrollable view from a view b=258521 r+sr=roc
2004-11-24 00:19:21 +00:00
darin%meer.net
373f51f2c6
fixes bug 263360 "Make CallCreateInstance use NS_GetComponentManager instead of nonfrozen/deprecated nsComponentManager symbols" r=bsmedberg sr=dbaron
2004-11-23 20:53:38 +00:00
bzbarsky%mit.edu
35e3f1fd67
Use nsContentUtils for error-reporting for <area> parsing. Bug 269697,
...
r+sr=jst
2004-11-23 17:45:37 +00:00
bzbarsky%mit.edu
ee3a61b53f
deCOMify nsIStyledContent::GetID (make it return we a weak pointer to the ID
...
atom). Bug 244249, patch by jpl24 <jlurz24@gmail.com>, r=sicking, sr=bzbarsky
2004-11-23 17:21:37 +00:00
bzbarsky%mit.edu
4b9ac417d8
Expose the content-disposition header on documents (via nsIWindowUtils), and
...
use it for save as. Bug 263697, r=biesi, sr=jst, a=asa
2004-11-18 20:50:16 +00:00
bmlk%gmx.de
71fc0034a0
large colspan protection as other browsers do, bug 141818 r/sr=bzbarsky
2004-11-16 15:46:55 +00:00
tor%cs.brown.edu
aca19bf47b
Bug 269891 - crash in stroke-dasharray sharing. r+sr=bzbarsky
2004-11-15 04:43:11 +00:00
tor%cs.brown.edu
e7c44d32db
Bug 103294 - improve parsing of SVG stroke-dasharray property. r+sr=bz
2004-11-09 18:19:28 +00:00
jst%mozilla.jstenback.com
0fa818b934
Fixing bug 265456. Prevent code in a hidden tab from stealing focus. r+sr=bryner@brianryner.com
2004-11-04 01:36:18 +00:00
jst%mozilla.jstenback.com
8e27207052
Fixing bug 265055. Prevent textarea.select() in a hidden tab from stealing focus(). r+sr=bryner@brianryner.com
2004-11-04 01:32:40 +00:00
jst%mozilla.jstenback.com
336e4ca044
Landing followup workaround for bug 124750. Prevent input.select() from focusing elements in hidden tabs. r+sr=bryner@brianryner.com
2004-11-04 01:25:11 +00:00
jst%mozilla.jstenback.com
1f60c6aba0
Landing workaround for bug 124750. Don't let DOM calls focus elements in hidden tabs. r+sr=bryner@brianryner.com
2004-11-04 01:24:05 +00:00
pkw%us.ibm.com
11e191c60c
Bug 267511 - tons of assertions from bug 204784 fix.
...
r+sr=bzbarsky@mit.edu
2004-11-03 21:28:40 +00:00
bryner%brianryner.com
8f76cdccdc
Reduce string copying from nsGenericHTMLElement::GetHrefURIForAnchors (bug 267506). r+sr=jst.
2004-11-03 19:44:59 +00:00
jst%mozilla.jstenback.com
d9915d605d
Fixing bug 265334. Adding API for embedders etc to listen to data fed to the parser from the network. r=darin@meer.net, sr=brendan@mozilla.org
2004-11-02 19:52:32 +00:00
pkw%us.ibm.com
7b8679da30
Bug 204784 - form.elements[] not order preserving when using javascript DOM interface.
...
r/sr=bzbarsky@mit.edu
2004-10-31 19:58:10 +00:00
dbaron%dbaron.org
cef682699c
Remove nsIStyleRule::GetStyleSheet (and move it to nsICSSRule). b=266991 r+sr=bzbarsky
2004-10-31 17:33:50 +00:00
bzbarsky%mit.edu
4b50f2dfaa
Allow setting the value of <input type="file"> to an empty string even in
...
untrusted script. Bug 266744, r=sicking, sr=jst
2004-10-30 18:11:25 +00:00