dbaron%dbaron.org
0b5c7134c9
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 19:35:36 +00:00
dbaron%dbaron.org
329252c847
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it's no longer needed. r=timeless sr=jag
2003-01-08 19:24:38 +00:00
caillon%returnzero.com
dd5c03844a
Bug 156586.
...
DOM HTML 2 says HTMLSelectElement.add(elem,before) should throw if before is not one of its descendants. Make it so.
r=jkeiser sr=jst
2003-01-08 03:07:03 +00:00
alecf%netscape.com
4f0c406a49
just fix a comment to reference the right variable
...
comment only, no reviewers
2003-01-07 23:12:37 +00:00
sfraser%netscape.com
742bcf86a5
Fix scrollwheel code so that shift-mousewheel scrolls sideways. Bug 170403. r/sr=bryner.
2003-01-07 05:35:42 +00:00
aaronl%netscape.com
ed48790710
Bug 110718. Fix keydead problem during Transferring stage of document load, when the currently visible doc is a zombie. r=bryner, sr=jst. Bug 169767. Tabbing in XUL broken when textfield only tabbing pref is set. r=akkana, sr=bryner. Bug 187303. No keyboard access to URL bar when textfield only tabbing pref is set
2003-01-07 02:09:06 +00:00
bzbarsky%mit.edu
17339d3e49
HTMLImageElement.height/.width access needs to flush before getting the frame
...
sizes. Bug 157978, r=caillon, sr=peterv
2003-01-07 01:33:12 +00:00
bzbarsky%mit.edu
f2c0b9834f
fix a crash that could happen if a child import met with an error (eg failed to
...
open a channel). Bug 186606, r=sicking, sr=peterv
2003-01-07 01:13:07 +00:00
bzbarsky%mit.edu
f3fc0935dc
asserting that a PRUint32 is >= 0 is silly. Bug 187002, r=sicking, sr=peterv
2003-01-07 00:37:19 +00:00
seawood%netscape.com
3f2f9f1998
Removing dos-newlines.
...
Fixing IRIX tinderbox bustage.
2003-01-06 21:43:09 +00:00
varga%netscape.com
451d7ab6c9
Wallpaper fix for bug 84187.
...
r=waterson,sr=jag
original patch by waterson
2003-01-06 20:36:50 +00:00
sicking%bigfoot.com
f58ff0e965
Bug 186835: Hold off notifying that the transformation is finished until all stylesheets are loaded.
...
r=peterv sr=bz
2003-01-06 14:55:13 +00:00
bryner%netscape.com
6c6bd14897
Removing unused file. There's no reason the content dll would need to export these functions.
2003-01-06 06:28:13 +00:00
bryner%netscape.com
c13a6fab5c
removing dead/unused file. not part of the build.
2003-01-06 06:14:31 +00:00
bzbarsky%mit.edu
b43ff167e7
Re-landing fix for bug 182124 a bit at a time to narrow down the source of the
...
perf impact. r=rjc, sr=darin
2003-01-05 19:00:18 +00:00
bryner%netscape.com
a24a77f7c5
fix static build bustage on solaris (bug 187755). patch by Roland.Mainz@informatik.med.uni-giessen.de, r/sr=me.
2003-01-05 09:16:14 +00:00
harishd%netscape.com
69c7f655f1
Avoid the call to OpenHead and CloseHead with incorrect parserNode. b=182021, r=heikki, sr=jst
2003-01-03 23:17:22 +00:00
seawood%netscape.com
583ec4d823
nobrainer changes while thinking about mingw support
...
Bug #134113 r=dmose
2003-01-03 08:58:59 +00:00
timeless%mozdev.org
4435c057de
Bug 176100 tabbing out of file upload form control highlights text area contents
...
patch by neil@parkwaycc.co.uk r=jkeiser sr=bryner
2003-01-02 14:25:10 +00:00
dbaron%fas.harvard.edu
0a31e6afb5
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
2003-01-01 23:53:20 +00:00
seawood%netscape.com
4588fb970a
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
jkeiser%netscape.com
675a4b220f
Make align=right only float right for input type=image (bug 170781), r=peterl@netscape.cm, sr=bzbarsky@mit.edu
2002-12-27 00:41:52 +00:00
jkeiser%netscape.com
6661e825d5
Fix onmouseover/onmouseout crash (bug 186132), r=saari@netscape.com, sr=dbaron@fas.harvard.edu
2002-12-24 20:21:40 +00:00
bratell%lysator.liu.se
d06800c633
Bug 185007 - reduce padding in style structs. r=roc+moz, sr=brendan
2002-12-21 07:27:44 +00:00
kin%netscape.com
788936f264
Fix for bug # (drag and drop of links with icons is inconsistent)
...
Make dragging an image in a link behave just like dragging the text in a link. We now generate the drag data for links just like we do when dragging an existing selection.
r=brade@netscape.com sr=sfraser@netscape.com
2002-12-20 15:37:03 +00:00
mkaply%us.ibm.com
f71b3e75c3
#184479
...
Forgot to modify one part of code per sr comment
2002-12-20 14:53:44 +00:00
mkaply%us.ibm.com
26b4330a49
#184479
...
r=brade, sr=peterv
Midas - support MS names for block types (Heading X)
2002-12-20 06:44:32 +00:00
peterv%netscape.com
2b63cad055
Removing again, I won't need it after all.
2002-12-19 20:29:40 +00:00
peterv%netscape.com
c79bfac850
Fix for bug 184925 (isindex.form always == null). r=sicking, sr=jst.
2002-12-19 20:29:14 +00:00
caillon%returnzero.com
51a29ed919
185493 - Try and clean up some leaks of text nodes by using nsCOMPtr.
...
r=jst sr=peterv
2002-12-19 20:23:57 +00:00
kin%netscape.com
dae38bc08b
Fix for bug #184858 (Find not finding all matches)
...
Modified |ContentIsInTraversalRange()| to return true if aContent is a textnode and contains one of the traversal range end points.
r=jfrancis@netscape.com sr=sfraser@netscape.com
2002-12-19 19:36:18 +00:00
bratell%lysator.liu.se
792c14ce68
Bug 173388 - Last checkin was r=harishd and sr=jst
2002-12-19 06:28:28 +00:00
bratell%lysator.liu.se
1e5147f82c
Bug 173388 - Use TABs to seperate table cell when converting HTML -> Text (copying from a web page).
2002-12-19 06:22:55 +00:00
jkeiser%netscape.com
6c504f96e1
Make GetType() return int instead of nsresult (bug 167762), r=peterl@netscape.com, sr=kin@netscape.com
2002-12-18 23:38:09 +00:00
jkeiser%netscape.com
a7867be738
Make disabled selects select an initial option (bug 163437), r=peterl@netscape.com, sr=bzbarsky@mit.edu
2002-12-18 08:09:49 +00:00
jkeiser%netscape.com
5c4e9491c4
Fix crasher in mouse events (bug 185850), r=kmcclusk@netscape.com, sr=roc+moz@cs.cmu.edu
2002-12-18 07:13:51 +00:00
nhotta%netscape.com
4b5796a347
Adding a new interface to retrieve phonetic of input text,
...
bug 175937, r=brade, sr=kin.
2002-12-17 23:38:04 +00:00
nhotta%netscape.com
2014a40b5f
Adding a new interface to retrieve phonetic of input text,
...
bug 175937, r=brade, sr=kin.
2002-12-17 21:03:56 +00:00
nhotta%netscape.com
602325a793
Adding a new interface to retrieve phonetic of input text,
...
bug 175937, r=brade, sr=kin.
2002-12-17 20:57:03 +00:00
brade%netscape.com
1c01e174ff
fix insert HR command for Midas (bug 183793; r=cmanske, sr=smfr)
2002-12-17 19:41:00 +00:00
peterv%netscape.com
26be2f6538
Correct silly error in fix for bug 180709 (Update Mozilla to the DOM Level 2 HTML PR). r=sicking.
2002-12-17 19:35:03 +00:00
peterv%netscape.com
4c92e04897
Resurrecting file so I can work on it. Not part of the build yet.
2002-12-17 15:31:22 +00:00
peterv%netscape.com
33c9e7f0bd
Fix for bug 180709 (Update Mozilla to the DOM Level 2 HTML PR). r=sicking, sr=jst.
2002-12-17 13:29:39 +00:00
jkeiser%netscape.com
74c7137f81
Commit review comment change of jst's for bug 184294 (last commit), r=timeless, sr=jst@netscape.com
2002-12-17 04:55:53 +00:00
jkeiser%netscape.com
dd879fc3c2
Check rv of GetNext() (fixes infinite loop), r=timeless, sr=jst@netscape.com
2002-12-17 04:35:52 +00:00
jkeiser%netscape.com
4de7f29a13
Fire onchange *after* onclick for radios/checkboxes (bug 184192), r=rods@netscape.com, sr=jst@netscape.com
2002-12-17 04:31:21 +00:00
jkeiser%netscape.com
f34fc9b5bc
Make mouseover/mouseout/hover apply only to elements (bug 103055), r=bryner@netscape.com, sr=jst@netscape.com
2002-12-17 02:10:57 +00:00
jkeiser%netscape.com
eca7f55f35
Remove 8 nested frames limit on framesets (bug 175270), patch by mkaply@us.ibm.com, r=jkeiser@netscape.com, sr=jst@netscape.com
2002-12-17 01:10:03 +00:00
rbs%maths.uq.edu.au
504ac4b45e
Remiander of bug 169590. Hook a catch-all W3C entity converter and user-prefs for custom levels of entity-zation in the editor's '<HTML> Source' and 'Save As...'
2002-12-17 00:41:25 +00:00
jkeiser%netscape.com
43f6825740
Crasher on changing input type with JS (bug 175670), patch by Rick.Ju@sun.com, r=jkeiser@netscape.com, sr=bzbarsky@mit.edu
2002-12-16 23:49:16 +00:00