Commit Graph

4070 Commits

Author SHA1 Message Date
cvshook%sicking.cc
12f074b44e Bug 236476: Change GetHTMLAttribute to GetParsedAttr. Also fixes bug 232706 by removing final uses of nsHTMLValue.
r=bz sr=jst


git-svn-id: svn://10.0.0.236/trunk@168269 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-25 00:02:58 +00:00
peterv%propagandism.org
97b681583e Fix for bug 278505 (Trivial content cleanup). r/sr=bz.
git-svn-id: svn://10.0.0.236/trunk@168193 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-23 18:21:34 +00:00
bzbarsky%mit.edu
b4134d1a72 Make applet and embed elements focusable. Bug 257488, r=aaronl, sr=jst
git-svn-id: svn://10.0.0.236/trunk@168166 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-22 04:48:00 +00:00
bzbarsky%mit.edu
493ef276bb Fix build bustage -- the api changed....
git-svn-id: svn://10.0.0.236/trunk@168070 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-20 17:07:51 +00:00
bzbarsky%mit.edu
51287b5cc0 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


git-svn-id: svn://10.0.0.236/trunk@168066 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-20 16:59:42 +00:00
bzbarsky%mit.edu
6e686fa0e7 Make submit buttons with no value but a name send the "default value" to the
server.  Bug 274309, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@168062 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-20 16:47:25 +00:00
mats.palmgren%bredband.net
bb5a77adbd Implement the accesskey attribute for LEGEND, make it move focus forward when it's not focusable. b=81481 r=aaronleventhal sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@167826 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-16 16:39:35 +00:00
bzbarsky%mit.edu
b9910f7dd3 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


git-svn-id: svn://10.0.0.236/trunk@167788 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-15 17:47:23 +00:00
jst%mozilla.jstenback.com
0dba9077d7 Backing out change that slipped in with my last checkin.
git-svn-id: svn://10.0.0.236/trunk@167745 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-14 21:45:41 +00:00
jst%mozilla.jstenback.com
0888e05779 Landing fix for bug 198533. Patch by smaug@welho.com. Making nsXULElement inherit nsGenericElement. r=bugmail@sicking.cc, sr=jst@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@167743 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-14 19:30:55 +00:00
neil%parkwaycc.co.uk
8c685211d0 Bustage fix - I missed an NS_ADDREF but peterv spotted my error
git-svn-id: svn://10.0.0.236/trunk@167733 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-14 16:19:17 +00:00
neil%parkwaycc.co.uk
d9bb75d413 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.
git-svn-id: svn://10.0.0.236/trunk@167732 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-14 15:32:58 +00:00
neil%parkwaycc.co.uk
5af24f77c5 Supplementary fix to bug 286959 to avoid having to QI to a non-interface class (nsGenericHTMLElement) r=bryner sr=jst
git-svn-id: svn://10.0.0.236/trunk@167727 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-14 13:28:34 +00:00
bryner%brianryner.com
2040b1004d Change cache interfaces to use ACString for the key. Bug 277627, r+sr=darin.
git-svn-id: svn://10.0.0.236/trunk@167653 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-13 03:25:28 +00:00
bryner%brianryner.com
755d535835 Add an IID for nsGenericHTMLElement so that QI behaves as expected. This should fix the startup test bustage.
git-svn-id: svn://10.0.0.236/trunk@167650 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-13 01:31:42 +00:00
bryner%brianryner.com
2474296ae5 Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
git-svn-id: svn://10.0.0.236/trunk@167619 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-12 19:45:38 +00:00
bzbarsky%mit.edu
1cfee47012 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


git-svn-id: svn://10.0.0.236/trunk@167571 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-12 02:47:53 +00:00
bzbarsky%mit.edu
be23b0ac1a Fix HTML nodes to not claim to be in the XHTML namespace (unless they are, of
course).  Bug 103225, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@167568 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-12 02:41:36 +00:00
bryner%brianryner.com
0ef8f4c9ec Don't fire onchange events twice when clicking on an input. Bug 254238, r=bzbarsky, sr=jst, a=asa.
git-svn-id: svn://10.0.0.236/trunk@167519 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-11 03:21:23 +00:00
cbiesinger%web.de
7a0cda61b9 bug 264599 make unfrozen necko interfaces use 64-bit integers.
r=darin sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@167443 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-09 20:43:35 +00:00
jst%mozilla.jstenback.com
72618fe27a Whitespace cleanup.
git-svn-id: svn://10.0.0.236/trunk@167277 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 00:26:39 +00:00
jst%mozilla.jstenback.com
4134face66 Landing the low-level code for using the plugin finder service from the aviary branch. Bug 244125 etc.
git-svn-id: svn://10.0.0.236/trunk@167276 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 00:21:06 +00:00
bzbarsky%mit.edu
6cc2aafe00 Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@167258 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 19:31:31 +00:00
timeless%mozdev.org
17c54d26f1 Bug 209097 Default mailto form subject should be localizable
patch by cst@andrew.cmu.edu r=roc sr=roc


git-svn-id: svn://10.0.0.236/trunk@167039 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-26 23:29:58 +00:00
bmlk%gmx.de
e547c59f49 remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@167037 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-26 19:48:54 +00:00
db48x%yahoo.com
f994c04a10 bug 209097: Default mailto form subject should be localizable
patch by Chris Thomas (CTho) <cst@andrew.cmu.edu>, r=neil, sr=roc


git-svn-id: svn://10.0.0.236/trunk@166919 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 16:17:32 +00:00
dbaron%dbaron.org
13decbac15 Remove nsFormControlHelper::GetLocalizedString, improve string bundle methods in nsContentUtils, and convert callers. b=273829 r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@166823 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 20:40:48 +00:00
peterv%propagandism.org
04f06673f3 Fix for bug 192139 (Integrate latest Expat). r=bz, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@166747 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 15:37:23 +00:00
bsmedberg%covad.net
3edf9d37c8 Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin
git-svn-id: svn://10.0.0.236/trunk@166737 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 04:07:01 +00:00
bryner%brianryner.com
59e40f5696 Move nsIContent::GetClassAttributeName() onto nsIStyledContent (bug 274402). r+sr=jst.
git-svn-id: svn://10.0.0.236/trunk@166698 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 03:54:01 +00:00
bryner%brianryner.com
b0242fa4f1 deCOMtaminate nsIContent::GetNameSpaceID. Bug 272079, r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@166648 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 04:14:28 +00:00
bzbarsky%mit.edu
6c43f0e833 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


git-svn-id: svn://10.0.0.236/trunk@166490 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 16:08:43 +00:00
dbaron%dbaron.org
502c0d7146 Bug 272151: reorganize files within layout, r+sr=roc: cvs removing obsolete files
git-svn-id: svn://10.0.0.236/trunk@166446 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 20:13:32 +00:00
dbaron%dbaron.org
59909a8303 Bug 272151: reorganize files within layout, r+sr=roc: cvs removing obsolete files
git-svn-id: svn://10.0.0.236/trunk@166444 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 19:55:19 +00:00
dbaron%dbaron.org
e7816bc4d4 Bug 272151: reorganize files within layout, r+sr=roc: cvs removing files that were copied to new locations in the repository
git-svn-id: svn://10.0.0.236/trunk@166441 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 19:45:40 +00:00
dbaron%dbaron.org
de6591306e Bug 272151: reorganize files within layout, r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@166440 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 19:41:48 +00:00
dbaron%dbaron.org
b587a8473e Fix DOM round-tripping of -moz-initial. b=219903 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@166253 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 22:10:07 +00:00
bsmedberg%covad.net
519b71db1f Centralize layout/ and content/ locale files. See bug 271324.
git-svn-id: svn://10.0.0.236/trunk@166250 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 20:10:51 +00:00
bzbarsky%mit.edu
c65f37ac63 Fix comment. More bug 157395.
git-svn-id: svn://10.0.0.236/trunk@166190 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 04:48:32 +00:00
bzbarsky%mit.edu
11bb0e69eb :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


git-svn-id: svn://10.0.0.236/trunk@166188 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 04:25:21 +00:00
dbaron%dbaron.org
11172c00bb Remove unused iscoord parameter from CSS_PROP_* macros. b=205790 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165953 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 19:24:34 +00:00
dbaron%dbaron.org
2c77a0edc3 Fix col/colspan confusion (regression). b=107453 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165931 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 05:52:59 +00:00
dbaron%dbaron.org
c007c30f20 Avoid switches by using new nsStyleSides methods. b=272033 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165930 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 05:31:37 +00:00
mats.palmgren%bredband.net
b48e73a4be Skip leading space inside :not(). b=271916 r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165849 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 15:04:13 +00:00
mats.palmgren%bredband.net
13cfc53916 Making invalid selectors ignore the following rule in more cases. b=265542 r=bzbarsky sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165818 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 21:05:45 +00:00
bzbarsky%mit.edu
4c07e20fbe 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


git-svn-id: svn://10.0.0.236/trunk@165766 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 02:43:28 +00:00
bryner%brianryner.com
e1daca3ce3 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.
git-svn-id: svn://10.0.0.236/trunk@165757 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 22:48:45 +00:00
neil%parkwaycc.co.uk
df2668e776 Don't use QueryInterface to get a scrollable view from a view b=258521 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@165693 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 00:19:21 +00:00
darin%meer.net
86a93a5874 fixes bug 263360 "Make CallCreateInstance use NS_GetComponentManager instead of nonfrozen/deprecated nsComponentManager symbols" r=bsmedberg sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165662 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 20:53:38 +00:00
bzbarsky%mit.edu
91c825c2cc Use nsContentUtils for error-reporting for <area> parsing. Bug 269697,
r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@165646 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 17:45:37 +00:00