bmlk%gmx.de
d3197a9276
remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron
2004-12-26 19:48:54 +00:00
db48x%yahoo.com
1eb67d2f10
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
972b29f4a1
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
a7ac96fea9
Fix for bug 192139 (Integrate latest Expat). r=bz, sr=jst.
2004-12-15 15:37:23 +00:00
bsmedberg%covad.net
60567bb185
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
6d1dd410b1
Move nsIContent::GetClassAttributeName() onto nsIStyledContent (bug 274402). r+sr=jst.
2004-12-14 03:54:01 +00:00
bryner%brianryner.com
076b2a64a6
deCOMtaminate nsIContent::GetNameSpaceID. Bug 272079, r+sr=jst
2004-12-13 04:14:28 +00:00
bzbarsky%mit.edu
23bcd45fd7
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
17c56818e1
Bug 272151: reorganize files within layout, r+sr=roc: cvs removing obsolete files
2004-12-08 20:13:32 +00:00
dbaron%dbaron.org
3b62b736d5
Bug 272151: reorganize files within layout, r+sr=roc: cvs removing obsolete files
2004-12-08 19:55:19 +00:00
dbaron%dbaron.org
f70d9a3c2f
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
9db368a6af
Bug 272151: reorganize files within layout, r+sr=roc
2004-12-08 19:41:48 +00:00
dbaron%dbaron.org
1eb85d49b9
Fix DOM round-tripping of -moz-initial. b=219903 r+sr=bzbarsky
2004-12-04 22:10:07 +00:00
bsmedberg%covad.net
e946f44738
Centralize layout/ and content/ locale files. See bug 271324.
2004-12-04 20:10:51 +00:00
bzbarsky%mit.edu
f6fea6e11a
Fix comment. More bug 157395.
2004-12-03 04:48:32 +00:00
bzbarsky%mit.edu
6de447be6a
: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
c21915db9d
Remove unused iscoord parameter from CSS_PROP_* macros. b=205790 r+sr=bzbarsky
2004-11-30 19:24:34 +00:00
dbaron%dbaron.org
6cd65f7c5c
Fix col/colspan confusion (regression). b=107453 r+sr=bzbarsky
2004-11-30 05:52:59 +00:00
dbaron%dbaron.org
f94a5bc660
Avoid switches by using new nsStyleSides methods. b=272033 r+sr=bzbarsky
2004-11-30 05:31:37 +00:00
mats.palmgren%bredband.net
5984611143
Skip leading space inside :not(). b=271916 r+sr=dbaron
2004-11-28 15:04:13 +00:00
mats.palmgren%bredband.net
6a6fc8d7ac
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
1cb3693088
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
29c70cffe8
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
a45fb5a046
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
6d8591d85f
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
095f0fe791
Use nsContentUtils for error-reporting for <area> parsing. Bug 269697,
...
r+sr=jst
2004-11-23 17:45:37 +00:00
bzbarsky%mit.edu
6b78bd4a5e
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
4425275728
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
2ca4c9c6ad
large colspan protection as other browsers do, bug 141818 r/sr=bzbarsky
2004-11-16 15:46:55 +00:00
tor%cs.brown.edu
a4fd23d276
Bug 269891 - crash in stroke-dasharray sharing. r+sr=bzbarsky
2004-11-15 04:43:11 +00:00
tor%cs.brown.edu
4dc9eba112
Bug 103294 - improve parsing of SVG stroke-dasharray property. r+sr=bz
2004-11-09 18:19:28 +00:00
jst%mozilla.jstenback.com
47b65fcbe7
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
256abb6982
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
48f387b459
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
6784b07eea
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
9ed7a10e14
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
501e430b34
Reduce string copying from nsGenericHTMLElement::GetHrefURIForAnchors (bug 267506). r+sr=jst.
2004-11-03 19:44:59 +00:00
jst%mozilla.jstenback.com
05e17f4cd7
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
39210677f9
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
976fc758a4
Remove nsIStyleRule::GetStyleSheet (and move it to nsICSSRule). b=266991 r+sr=bzbarsky
2004-10-31 17:33:50 +00:00
bzbarsky%mit.edu
845f15d0b4
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
bzbarsky%mit.edu
0c647a6537
Fix some case issues with getElementsByTagName(NS) in tag-soup and XHTML. Bug
...
264609, r+sr=jst
2004-10-28 02:34:21 +00:00
bzbarsky%mit.edu
e7cc653157
Make it possible to use the string input stream without heap-allocating a
...
string. Bug 263973, r=darin, sr=dbaron
2004-10-27 02:19:43 +00:00
aaronleventhal%moonset.net
99ef95d12f
Bug 251498. Implement outline-offset. r+sr=roc
2004-10-26 12:57:15 +00:00
bzbarsky%mit.edu
e86545729e
No need to QI mDocumentURI to nsIURI. It's already one. Noticed by jwatt,
...
r+sr=bzbarsky.
2004-10-24 17:21:20 +00:00
bzbarsky%mit.edu
2895167f89
DeCOMTaminate some methods on nsIStyledContent. Bug 244258, patch by jpl24
...
<jlurz24@gmail.com>, r+sr=bzbarsky
2004-10-24 17:10:32 +00:00
dbaron%dbaron.org
23bc4069c3
Remove partial implementation of -moz-key-equivalent that was useful for nothing other than crashing. b=265721 r+sr=bzbarsky a=asa
2004-10-24 04:43:49 +00:00
dbaron%dbaron.org
52771912ef
Remove partial implementation of -moz-key-equivalent that was useful for nothing other than crashing. b=265721 r+sr=bzbarsky a=asa
2004-10-24 04:32:21 +00:00
dbaron%dbaron.org
3403b8df5f
Propagate trusted flag to synthesized events. b=265774 r+sr=bzbarsky a=asa
2004-10-23 22:29:55 +00:00
varga%nixcorp.com
b88f4a6f88
Updating my email address.
2004-10-22 18:33:55 +00:00
dbaron%dbaron.org
2e13a0b566
Restrict handling of various things to events coming from the user (not Web content). b=265176 r+sr=jst a=asa
2004-10-22 07:32:08 +00:00
bzbarsky%mit.edu
1670c41ef2
Remove last vestiges of <plaintext>. Followup to bug 88987, r+sr=jst.
2004-10-18 19:31:01 +00:00
peterv%propagandism.org
1716f47e5d
Fix for bug 264309 (Consolidate CloneNode implementation macros). r/sr=jst
2004-10-15 14:42:14 +00:00
tor%cs.brown.edu
1d8fcac4c6
Bug 244917 - implement SVG gradients. Patch by scootermorris@comcast.net.
...
r=sicking,afri,tor,jwatt. Shared mozilla code sr=tor,dbaron.
2004-10-14 23:02:53 +00:00
bzbarsky%mit.edu
79fb5e53b2
Make sure to set mScannerInited when it is. Bug 263959, caught by jag
2004-10-14 15:06:04 +00:00
aaronleventhal%moonset.net
10b573a49b
Bug 263685. getComputedStyle not working on -moz-outline-radius. r=roc, sr=dbaron
2004-10-14 03:32:28 +00:00
bzbarsky%mit.edu
e9d20500ed
Don't create new nsCSSScanners all the time. Just make nsCSSScanner a
...
non-pointer member of nsCSSParser so when we recycle parsers scanners get
recycled automatically. Bug 263959, r+sr=dbaron
2004-10-14 03:30:55 +00:00
neil%parkwaycc.co.uk
2a4621a7cf
Bug 261108 Fix generated click event to be a mouse event r+sr=jst
2004-10-13 22:23:46 +00:00
dbaron%dbaron.org
1ddfa687dc
Move CSS error reporting functions from parser to scanner so that scanner can report errors, and fix up the one existing error report in the scanner that I'd forgotten about. b=262249 r+sr=bzbarsky
2004-10-12 18:44:14 +00:00
bzbarsky%mit.edu
976f8eab47
Fix up uses of GetOwnerDoc/GetCurrentDoc to use the right one, with an eye
...
towards general sanity on the one hand and sXBL/XBL2 on the other. Bug 263200,
r+sr=peterv
2004-10-11 16:14:27 +00:00
bzbarsky%mit.edu
67e81a846a
Fix ComparePoints() to be faster (helps with things like innerHTML). Bug
...
262764, r+sr=peterv
2004-10-09 21:02:16 +00:00
bzbarsky%mit.edu
d2a2b2a6fd
Remove our broken attempt to support <plaintext> (which is very very
...
deprecated). Bug 88987, r=jst, sr=dbaron
2004-10-09 16:55:54 +00:00
bmlk%gmx.de
9dbd8b92be
reorganize CalCDominantBorder, reduce the number of arguments, change the border structure. make the rules handling more evident, bug 229883, With more than a little help from my friends (fantasai, boris) r/sr=bzbarsky
...
bustage fix
2004-10-09 12:25:31 +00:00
bzbarsky%mit.edu
a4d8e15629
Fix some IsFocusable methods to do the right thing. Bug 261707, r=aaronl, sr=jst
2004-10-07 01:15:40 +00:00
bzbarsky%mit.edu
ae19bafe08
Don't go through presshells to get to our window; just use the global object.
...
This fixes various issues that could bite display:none iframes, in particular
bug 262998. r+sr=jst
2004-10-06 20:24:18 +00:00
bzbarsky%mit.edu
8266fddc46
Fix "normal" and "-moz-initial" values for "content" to do the right thing.
...
Bug 262624, r+sr=dbaron
2004-10-06 00:45:42 +00:00
bzbarsky%mit.edu
ce63bee9d7
Fix crash if insertRule() is called on an empty string. Bug 261798, r+sr=dbaron
2004-10-06 00:34:06 +00:00
dbaron%dbaron.org
338d2bb649
Add helper functions that make it easier to cache factories. b=261310 r=darin
2004-10-02 00:44:13 +00:00
mats.palmgren%bredband.net
953c3e65ee
Make window.setCursor() use CSS 'cursor' property values. b=260272 r+sr=dbaron
2004-10-01 17:15:15 +00:00
bzbarsky%mit.edu
b44e807062
Remove parsing of play-during property, since we don't support it anyway and
...
it's gone from CSS2.1 and CSS3. Bug 258079, r+sr=dbaron
2004-09-30 22:32:28 +00:00
bzbarsky%mit.edu
e2c56f9785
Make createContextualFragment work for XML. Bug 133827, patch by
...
steve.swanson@mackichan.com , r=bzbarsky, sr=jst
2004-09-30 22:27:45 +00:00
dbaron%dbaron.org
3e283f239c
Improve performance of CSS error reporting. b=261283 r+sr=bzbarsky
2004-09-30 05:18:05 +00:00
bzbarsky%mit.edu
32ae4b67d6
Set checkbox checked state if we didn't restore it (instead of if we didn't
...
restore anything at all). Bug 259486, r+sr=jst
2004-09-21 18:04:47 +00:00
dbaron%dbaron.org
0d3d6bc0d3
Turn on CSS error reporting. b=65469 r+sr=bzbarsky
2004-09-21 04:41:42 +00:00
neil%parkwaycc.co.uk
6a4f37de6b
Don't use QueryInterface to get a view from a scrollable view b=258521 r+sr=roc
2004-09-20 22:25:07 +00:00
dbaron%dbaron.org
908a315919
Fix bustage when CSS error reporting disabled. b=187007
2004-09-20 20:08:20 +00:00
dbaron%dbaron.org
c1a9e0bf17
Make CSS errors localizable. b=187007 r+sr=bzbarsky
2004-09-20 19:38:11 +00:00
dbaron%dbaron.org
71c89e1b73
Null-check document to fix crash, and a little other cleanup. b=258843 r+sr=bzbarsky
2004-09-17 20:50:22 +00:00
neil%parkwaycc.co.uk
dbede69b00
Bug 260070 Improve detection of missing <title>s r+sr=bz
2004-09-17 20:11:02 +00:00
dbaron%dbaron.org
5f62984111
Add function to nsContentUtils to report a localized error message to the error console, and use it from the three places that were doing pretty much the same thing. b=187007 r+sr=bzbarsky
2004-09-14 17:26:35 +00:00
roc+%cs.cmu.edu
44a2fd5b52
Bug 259032. DeCOMtaminate nsIFrame::GetNext/PrevInFlow. r+sr=roc, patch by Will Levine
2004-09-14 02:28:03 +00:00
bzbarsky%mit.edu
7f286e3000
Fix crash due to text inputs flushing pending restyles while we're in text
...
control frame code. Bug 257818, r+sr=dbaron
2004-09-13 04:19:58 +00:00
bzbarsky%mit.edu
957eb1bbb9
Make sure to flush restyles _before_ we start grabbing layout objects like
...
presshells, not after... Bug 258032, r+sr=jst
2004-09-12 20:53:27 +00:00
dbaron%dbaron.org
2afd699c4e
Separate sheet URI and base URI for style attributes and for CSS parsing from DOM APIs. b=258707 r+sr=bzbarsky
2004-09-10 23:31:48 +00:00
dbaron%dbaron.org
a095f39235
Fix DEBUG bustage. b=255538
2004-09-10 09:31:10 +00:00
jst%mozilla.jstenback.com
c21493a1bb
Fix crash reported in bug 235923. In odd cases when we get into situations where we're submitting a form while we're in the middle of submitting the same form (waiting for a modal dialog), the pending submission from the first call may get deleted. r+sr=shaver@mozilla.org
2004-09-10 08:07:04 +00:00
dbaron%dbaron.org
96c0e36f4e
Separate concept of stylesheet URI into base URI (for resolving relative links) and sheet URI (for everything else), since they can differ for style elements (and inline style and style set from script, but that's for the next patch). Some other things (relating to external stylesheets, where it doesn't make a difference) that probably should use the sheet URL are left as the base URL for now because I didn't want to change too much at once. b=255538 r+sr=bzbarsky
2004-09-10 06:45:59 +00:00
bzbarsky%mit.edu
994c0e7ca2
Fix build bustage.
2004-09-10 03:52:48 +00:00
bzbarsky%mit.edu
a8a6ecf161
Add nsCSSValuePair type and use it for storage of some properties. Bug 208729,
...
r+sr=dbaron
2004-09-10 03:26:58 +00:00
bzbarsky%mit.edu
88d33d4eda
Look for a form ancestor even if we're not in a document and our parent is
...
changed. Bug 257947, r+sr=jst
2004-09-10 03:16:04 +00:00
neil%parkwaycc.co.uk
a9ab343e87
Bug 207219 Image resize should zoom clicked position r=varga sr=peterv
2004-09-09 22:40:40 +00:00
dbaron%dbaron.org
9e2cdf2204
Pass line number information for style elements through to the CSS parser so we can give correct line numbers in error reports. b=240420 r+sr=bzbarsky
2004-09-09 17:32:35 +00:00
dbaron%dbaron.org
f8dbaa44ac
Fix serialization of declaration blocks containing 'overflow' and the bugs that causes. b=258300 r+sr=bzbarsky
2004-09-08 05:42:03 +00:00
roc+%cs.cmu.edu
6255acffd9
Bug 254039. deCOMtaminate nsIScrollableFrame. r+sr=roc, patch by Will Levine
2004-09-06 02:44:43 +00:00
dbaron%dbaron.org
3827991ce7
Land bug 72747 in pieces: Implement overflow-x and overflow-y. b=72747 r+sr=roc
2004-09-05 00:04:04 +00:00
dbaron%dbaron.org
9984902fd6
Land bug 72747 in pieces: Simplify the mechanism used to prevent framesets from having scrollbars. b=72747 r+sr=roc
2004-09-04 19:51:21 +00:00
jst%mozilla.jstenback.com
51fd4d10d8
Fixing bug 252326. Fixing some popup blocker problems. Making sure only trusted events get mark trusted, and only allow popups while processing trusted (initiated by the user) events. Patch by trev@gtchat.de and jst@mozilla.org, r=bzbarsky@mit.edu, rs=brendan@mozilla.org, bryner@biranryner.com
2004-09-04 19:28:46 +00:00
dbaron%dbaron.org
ee55fda1f1
Back out previous round of bug 72747 changes due to Tp regression.
2004-09-04 08:34:55 +00:00
dbaron%dbaron.org
31bf95ea38
Land bug 72747 in pieces: Simplify the mechanisms used to prevent framesets from having scrollbars and used to implement the scrolling attribute on frames and iframes. Implement scrolling='yes'. b=72747 r+sr=roc
2004-09-04 06:53:36 +00:00
dbaron%dbaron.org
8b8587dcc0
Land bug 72747 in pieces: make users of nsIScrollable use nsIScrollable::Scrollbar_* instead of NS_STYLE_OVERFLOW_*. b=72747 r+sr=roc
2004-09-03 21:58:39 +00:00
bryner%brianryner.com
dc76c57a2c
deCOMify nsIPresShell::GetRootFrame. Change callers inside of gklayout to use FrameManager()->GetRootFrame() instead so that the call can be inlined. Bug 253889, r+sr=roc.
2004-09-02 03:08:51 +00:00
jst%mozilla.jstenback.com
bc321b52bc
Fixing bug 248065. Make sure errors in nested scripts don't disrupt the containing script. r+sr=bzbarsky@mit.edu
2004-09-01 16:50:12 +00:00
dbaron%dbaron.org
c200b49750
Back out the rest of bug 72747 due to Tp regression.
2004-08-27 01:26:55 +00:00
dbaron%dbaron.org
c1681a238f
Backout the CSS parts of bug 72747 to see if that fixes the Tp regression.
2004-08-26 22:35:38 +00:00
dbaron%dbaron.org
5948a3cb75
Implement 'overflow-x' and 'overflow-y' CSS properties, long implemented by IE for Windows and proposed for CSS3. Implement scrolling='yes' and equivalents on frame and iframe. Various pieces of related cleanup (see comment 22 in bug). b=72747 r+sr=roc
2004-08-26 17:11:20 +00:00
tor%cs.brown.edu
0c326e84e7
Bug 216563 - implement <svg:switch>.
...
Patch by scootermorris@comcast.net , r=afri, sr=dbaron
2004-08-23 21:10:39 +00:00
dbaron%dbaron.org
9816849d39
Make nsCSSValue constructors explicit and fix obscure regression from rule tree landing. b=256270 r+sr=bzbarsky
2004-08-20 20:55:17 +00:00
bryner%brianryner.com
180b0b7373
Remove refcounting version of nsIPresShell::GetPresContext. Bug 253889, r+sr=roc.
2004-08-20 20:34:37 +00:00
timeless%mozdev.org
872e808fe6
Bug 238773 Separating nsDOMEvent into separate classes
...
patch by mozilla-bugzilla@future.shiny.co.il r=bryner sr=jst
2004-08-20 18:09:19 +00:00
peterv%propagandism.org
68a084b8c7
Fix for bug 244392 (Removing lines form a Bullet list using the [ back arrow ] or [Delete] keys results in <> and </> tags embedded in code when in Normal Mode). r=brade, sr=jst.
2004-08-19 12:45:47 +00:00
aaronleventhal%moonset.net
2d03580255
Bug 255881. Regression: frames and iframes not tabbable because tabindex defaulting to -1 instead of 0 as it should. r=neil, sr=bryner
2004-08-18 14:43:08 +00:00
timeless%mozdev.org
d0e42efd8e
Bug 253539 Report origin url for css mime warnings/errors
...
r=bz sr=bz a=asa
2004-08-18 02:32:25 +00:00
bzbarsky%mit.edu
a96129cff2
Fix crash regression from style reresolution landing. Bug 255153, r+sr=dbaron,
...
a=asa
2004-08-12 05:05:05 +00:00
peterv%propagandism.org
8d23023aab
Backout part of the fix for bug 27382 to try to undo Tp regression.
2004-08-10 16:16:58 +00:00
peterv%propagandism.org
45682cc199
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). r/sr=jst.
2004-08-10 10:22:36 +00:00
bzbarsky%mit.edu
94990b951c
Do style reresolves and restyles due to attribute changes asynchronously so
...
that pages that modify two or more style properties of the same object in a row
work faster. Bug 230170, r+sr=dbaron
2004-08-10 03:24:41 +00:00
dbaron%dbaron.org
94bc9d26c8
Fix names of constants to correspond to the new definitions of the values of the 'overflow' property. b=69355 r+sr=roc
2004-08-10 01:32:10 +00:00
tor%cs.brown.edu
30b7993601
Bug 234789 - SVG text ignores font-size if no unit specified.
...
Patch by scootermorris@comcast.net , r=tor, sr=dbaron.
2004-08-10 00:02:47 +00:00
bzbarsky%mit.edu
b8eafa3fb7
Make nsHTMLSelectElement::GetOptionIndex be faster and less COM-happy. Bug
...
254373, r+sr=peterv
2004-08-07 18:05:05 +00:00
darin%meer.net
7fad093c68
fixing win32 debug bustage
2004-08-06 19:48:04 +00:00
darin%meer.net
be2edb1976
fixing win32 debug bustage; we really need a debug tinderbox!!
2004-08-06 19:42:47 +00:00
dbaron%dbaron.org
e9896c1d58
Fix Windows bustage by making these virtual again, at least for now (the only cost of which should be bloating some vtables). b=238099
2004-08-05 19:10:16 +00:00
dbaron%dbaron.org
53d986e97b
Attempt to fix Windows bustage. b=238099
2004-08-05 18:44:42 +00:00
dbaron%dbaron.org
d35f39cc02
Implement @-moz-document at-rule for site-specific rules, particularly in user stylesheets. b=238099 r+sr=bzbarsky
2004-08-05 18:26:14 +00:00
neil%parkwaycc.co.uk
a33872e9fe
Bug 32372 should be possible to completely disable CSS p=fantasai@inkedblade.net r=me (xpfe) r/sr=dbaron
2004-08-05 11:38:42 +00:00
bzbarsky%mit.edu
1f7a267509
Enter on button of file input should not submit form. Bug 252526 wallpaper,
...
r+sr=peterv
2004-08-04 21:23:59 +00:00
dbaron%dbaron.org
d90e0e1222
Give nsCSSStyleSheet a header file and rename the class in preparation for deCOMtamination. b=239008 r+sr=bzbarsky
2004-08-04 03:27:28 +00:00
dbaron%dbaron.org
e7216e4d86
Load list-style-image in the style system rather than from frames. b=236889 r+sr=bzbarsky
2004-08-04 03:23:37 +00:00
bzbarsky%mit.edu
1cfbec09eb
When changing selected radio button with arrow keys, prevent the default action
...
for the key event. Bug 253299, r=aaronl, sr=bryner
2004-08-04 02:52:50 +00:00
bryner%brianryner.com
6a8c79a9b2
Remove non-inlined version of nsIPresShell::GetDocument(). Bug 253889, r+sr=roc.
2004-08-02 04:52:55 +00:00
bryner%brianryner.com
5c02a6978c
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
2004-07-31 23:15:21 +00:00
dbaron%dbaron.org
1236bd859f
Back out 236889 due to 253755.
2004-07-31 07:42:12 +00:00
aaronleventhal%moonset.net
a4d54522ee
Bug 250858. Focus outline appearing on image when image map area clicked. r=bryner, sr=jst
2004-07-30 13:02:31 +00:00
aaronleventhal%moonset.net
bf49c01782
Bug 253391. Any element with tabindex explicity specified can be focused via .focus(). r=bryner, sr=jst
2004-07-30 13:00:36 +00:00
bzbarsky%mit.edu
e628e82cc1
Remove some knowledge about drag-drop innards from nsFrame.cpp by refactoring
...
shared code into utility methods in nsContentUtils. Use the new methods to fix up
nsContentAreaDragAndDrop to make it possible to drag image <objects> and image
inputs. Bug 251775 and bug 244859, r=biesi, sr=jst
2004-07-30 06:04:57 +00:00
dbaron%dbaron.org
ca843bb250
Load list-style-image in the style system rather than from frames. b=236889 r+sr=bzbarsky
2004-07-29 20:07:25 +00:00
bryner%brianryner.com
0fd21c3872
Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it. Bug 253470, r+sr=roc.
2004-07-29 19:41:39 +00:00
aaronleventhal%moonset.net
cf45882e36
Bug 252984. Remove focus and tab navigation code that's no longer necessary which is actually breaking some form controls. r=bryner, sr=bz
2004-07-29 18:06:55 +00:00
dbaron%dbaron.org
a9ea1ee54f
Fix Windows bustage. b=252578
2004-07-28 07:52:03 +00:00
dbaron%dbaron.org
2faa2566a0
Move things that aren't author stylesheets out of nsDocument's mStyleSheets array to simplify stylesheet management code. Add a level of the cascade for style attributes and ensure that there's only one rule processor per level of the cascade, and simplify the logic of nsCSSRuleProcessor creation. b=252578 r+sr=bzbarsky
2004-07-28 07:08:41 +00:00
jst%mozilla.jstenback.com
6765cfb18c
Forgot to rev these IIDs in my last checkin.
2004-07-28 05:15:17 +00:00
jst%mozilla.jstenback.com
282f75a3f0
Fixing bug 253121. Make wyciwyg channels and documents carry the source channels security info. r=darin@meer.net, sr=bzbarsky@mit.edu
2004-07-28 00:26:58 +00:00
bzbarsky%mit.edu
02d0d94b73
Switch context back to being nsISupports, but make it clear that it's expected
...
to be an nsIDOMNode or nsIDOMWindow. Bug 252027, r=mvl, sr=shaver
2004-07-27 17:15:53 +00:00
aaronleventhal%moonset.net
cc206bb650
Bug 250006. Clean up GetNextTabbableContent(). Remove tabbable property from DOM interfaces. Clean up spurious focus outline effects. r=bryner, sr=jst
2004-07-24 21:12:43 +00:00
peterv%propagandism.org
77b4c8d68a
Remove redundant nsDocument::CreateElement function. r/sr=jst
2004-07-22 14:54:49 +00:00
dbaron%dbaron.org
7e59447e8d
Don't allocate and leak selectors that we don't need. b=252510 r+sr=bzbarsky
2004-07-21 21:20:14 +00:00
dbaron%dbaron.org
cdfbc24f0a
Reduce headers brought in by nsRuleNode.h. Split nsRuleData into its own file. b=64023 r+sr=bzbarsky
2004-07-20 06:11:27 +00:00
bzbarsky%mit.edu
eed5e27bad
Fix offsetWidth,clientWidth and scrollWidth for empty block elements. Bug
...
186516, r+sr=roc
2004-07-18 20:40:52 +00:00
bzbarsky%mit.edu
23673826b6
Fix image blocking for iframes. Bug 200433, r=mvl, sr=jst.
2004-07-18 19:40:44 +00:00
roc+%cs.cmu.edu
e0a7bb0095
Bug 251162. Add -moz-column-gap to the style system. r+sr=dbaron
2004-07-18 12:12:46 +00:00