pollmann%netscape.com
|
3139c5d898
|
Bug 27383: Pass referer when loading iframe's document to allow javascript: urls - combine load methods, r=nisheeth
Bug 23014: Percent width on iframes allowed, r=karnaze (does not include percent height fixes)
|
2000-05-12 00:57:28 +00:00 |
sspitzer%netscape.com
|
b62c28c988
|
fix crasher when clicking on a text area. bug #38897.
|
2000-05-11 08:41:35 +00:00 |
mjudge%netscape.com
|
96a4bde93e
|
need to check for independent selection to grab mousedown state. will change this to be implemented by selectioncontroller later
|
2000-05-11 04:50:16 +00:00 |
mjudge%netscape.com
|
a89f9e3c80
|
changing way we access caret. use the selection controller whenever possible. because it will make the caret do the right thing even when we have multiple selections accessing same caret.
|
2000-05-11 04:25:43 +00:00 |
anthonyd%netscape.com
|
5364d5ad8b
|
r:mjudge
fix for bug# 29785, keyboard navigation of tables in editor
not completely fixed, tables with row|column span do not navigate correctly
|
2000-05-11 01:04:39 +00:00 |
ftang%netscape.com
|
5b2de2632c
|
fix bug 16796. handle german ß and convert to SS in capital and uppercase
|
2000-05-10 19:44:09 +00:00 |
jst%netscape.com
|
50499cc037
|
Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com.
|
2000-05-10 13:13:39 +00:00 |
attinasi%netscape.com
|
c5e69880a6
|
Tiny fix to avoid divide-by-zero when the AveCharWidth is 0. b=37577 r=dcone
|
2000-05-09 21:20:38 +00:00 |
buster%netscape.com
|
010883b845
|
fixed bug 36022
r=troy (been holding this in my tree for a while)
|
2000-05-09 19:28:20 +00:00 |
buster%netscape.com
|
2782398713
|
(forgot to check this in)
effectively removed area frame
work troy was holding in his tree
r=buster
|
2000-05-09 05:28:08 +00:00 |
buster%netscape.com
|
3fb4ec431e
|
effectively removed area frame
work troy was holding in his tree
r=buster
|
2000-05-09 05:11:12 +00:00 |
buster%netscape.com
|
b167ed0d9c
|
fixed bug 24770
|
2000-05-09 05:09:55 +00:00 |
buster%netscape.com
|
0be0c5a9f1
|
just removed a warning
|
2000-05-09 05:08:27 +00:00 |
buster%netscape.com
|
b4bf495289
|
fixed bugs 26952, 30944, 36022
r=troy
|
2000-05-09 05:08:02 +00:00 |
buster%netscape.com
|
4b232cf79f
|
effectively removed area frame
work troy was holding in his tree
r=buster
also fixed bugs 26952, 30944, 36022
r=troy
|
2000-05-09 05:06:16 +00:00 |
mjudge%netscape.com
|
f00814dfd1
|
forgot to initialize this
|
2000-05-08 04:00:48 +00:00 |
mjudge%netscape.com
|
9a80281cc8
|
adjusting how we get nsIFrameSelection. maybe we can QI from SelectionController
|
2000-05-08 03:59:53 +00:00 |
rusty.lynch%intel.com
|
0ec55b8dbc
|
Fix for bug #37165 (Unknown protocol handler in embed/object src attribute
kills plug-in.) r=av
|
2000-05-07 16:48:06 +00:00 |
attinasi%netscape.com
|
578490d910
|
Added AttributeChanged method impl. for the CanvasFrame. This allows the frame to invalidate the whole canvas when a background color or background image changes. b=11491,37502
|
2000-05-06 05:50:49 +00:00 |
erik%netscape.com
|
87183532c2
|
bug 26237; added support for HTML LANG attribute -- it now uses the fonts
specified by the user for elements with the LANG attribute when the font
is a CSS generic (e.g. serif); r=pierre
|
2000-05-05 21:04:36 +00:00 |
joki%netscape.com
|
a20fe30338
|
check in fix for 31892, null check in imagemap event code
|
2000-05-05 14:10:52 +00:00 |
dprice%netscape.com
|
c03d40d966
|
fix for 38253 r=mjudge
|
2000-05-05 05:37:27 +00:00 |
mjudge%netscape.com
|
9e47638630
|
bad infiniteloop fix
|
2000-05-05 02:38:03 +00:00 |
karnaze%netscape.com
|
d2c39b970f
|
bug 37037, 37490, and a table paganation problem when captions are present.
|
2000-05-04 23:16:42 +00:00 |
karnaze%netscape.com
|
d508318708
|
consider captions as blocks to calculate box-sizing.
|
2000-05-04 14:47:37 +00:00 |
mjudge%netscape.com
|
91bec71070
|
stealing new bit for frames with their own selection. changing caret to be able to handle multiple selected areas. if the bit doesnt work out i will back it out.
|
2000-05-04 08:35:42 +00:00 |
karnaze%netscape.com
|
f2d159216e
|
bug 38048 - use correct reflow reason. fixed by Troy, r=karnaze
|
2000-05-04 00:39:01 +00:00 |
karnaze%netscape.com
|
7f7e9ccaa4
|
bug 30692 - skip inner table cell's block as percentage base and use cell instead. r=troy
|
2000-05-03 14:36:04 +00:00 |
mkaply%us.ibm.com
|
5cb009113a
|
# 34082
r= troy
OS/2 bring up continues - PR_CALLBACKs for VisualAge
|
2000-05-02 23:07:11 +00:00 |
mjudge%netscape.com
|
b24046a978
|
new api for limiter in selection
|
2000-05-02 03:44:17 +00:00 |
evaughan%netscape.com
|
564a6bb303
|
Made gfx scrollframe store maxelement size for gfxlist controls.
|
2000-05-02 02:28:41 +00:00 |
troy%netscape.com
|
6d9d536ab9
|
b=33150 Fixed problem where reflow commands in different child lists were
being coalesced
|
2000-05-02 02:23:31 +00:00 |
kin%netscape.com
|
375ea702a2
|
Fix for crasher bugs 37701 and 37728. r=mjudge@netscape.com
|
2000-05-01 18:21:30 +00:00 |
rods%netscape.com
|
7874eba7df
|
fixes two different checks for the existence of lowsrc. al text now displays
correctly for net based images.
|
2000-05-01 14:35:19 +00:00 |
dbaron%fas.harvard.edu
|
d590a65996
|
Fixed miscellaneous leaks exposed to tinderbox leak stats by brade%netscape.com's JS checkin (rev 1.150 of navigator.js, 2000-04-28).
|
2000-05-01 00:26:37 +00:00 |
karnaze%netscape.com
|
2c8e4673e4
|
Fix for Linux bustage, bug 37643. Give outer table reflow state initial computed values of 0 to avoid excessive reflows from boxes.
|
2000-04-30 22:29:01 +00:00 |
anthonyd%netscape.com
|
9ef9e4b400
|
r: mjudge
table bacgrounds now sleected properly with disabled selection
(grey selection)
|
2000-04-30 18:56:26 +00:00 |
troy%netscape.com
|
43a4ee64ed
|
b=36635 Fixed a problem with 'auto' margin calculation not taking into
account border/padding
|
2000-04-29 00:24:53 +00:00 |
karnaze%netscape.com
|
75ea85e43a
|
new reflow/layout code for outer table to handle captions and margins. better % height handling.
row groups and rows don't include external cellspacing in there dimensions. r=troy.
|
2000-04-28 21:05:31 +00:00 |
jst%netscape.com
|
f92606d00a
|
Make nsSelection::ToString(); do the right thing, now it uses the document encoder to create the string representation of the selection. r=mjudge&akkana (before I did a string API change).
|
2000-04-28 13:58:08 +00:00 |
mjudge%netscape.com
|
6e453761da
|
change to move selection interfaces to nsISelectionController and away from nsIPresShell or nsIDocument
|
2000-04-28 06:21:31 +00:00 |
mjudge%netscape.com
|
48f046e6b3
|
ender lite checkin.
|
2000-04-27 07:37:12 +00:00 |
av%netscape.com
|
c3ca0ba5f7
|
Fixing mismatched addref/release pair
|
2000-04-26 21:47:45 +00:00 |
evaughan%netscape.com
|
1844b58547
|
Fixed merge error. Added rods performance code back in.
|
2000-04-26 21:01:57 +00:00 |
anthonyd%netscape.com
|
385e322eb2
|
r: mjudge
bug fix for 34397, broken IME selection
|
2000-04-26 03:54:21 +00:00 |
akkana%netscape.com
|
952ffde9b5
|
Backing out previous change -- wasn't ready. a=mjudge
|
2000-04-26 01:58:28 +00:00 |
akkana%netscape.com
|
39a76668ca
|
Change Save File APIs in layout and editor to eliminate the specific
references to text and html and make them more general (take a mime type).
In the editor, prettyprint all output if editor.prettyprint_html is set.
|
2000-04-26 01:00:50 +00:00 |
evaughan%netscape.com
|
d16b7355c7
|
1) StyleChange coelescing
2) Warning fixes
3) Table fixes
|
2000-04-25 07:10:48 +00:00 |
troy%netscape.com
|
8b0eb04e08
|
Reinstated clipping code which had been backed out because it caused
a problem for XUL layout. I added a workaround for the XUL problem
|
2000-04-25 04:43:11 +00:00 |
putterman%netscape.com
|
1e939cc1a2
|
Backing out troy's changes to fix various UI blocker bugs.
|
2000-04-24 22:29:06 +00:00 |