Commit Graph

9143 Commits

Author SHA1 Message Date
mjudge%netscape.com
8416b0f7cc setting up for gfxtextcontrolchange 2000-05-02 03:40:44 +00:00
sfraser%netscape.com
7f6a337d07 Oops, need to check in this file for new selection enums. 2000-05-02 02:51:30 +00:00
sfraser%netscape.com
00aca3cdd8 Fix for 37303 -- fix text selection code to behave better for an empty text field, and take -1 to mean 'select to end'. 2000-05-02 02:31:11 +00:00
evaughan%netscape.com
532c5be885 Made gfx scrollframe store maxelement size for gfxlist controls. 2000-05-02 02:28:41 +00:00
troy%netscape.com
a7a21c2c4b b=33150 Fixed problem where reflow commands in different child lists were
being coalesced
2000-05-02 02:23:31 +00:00
cls%seawood.org
e32e96c30d Removed the forced build date generation for libraptorhtml.so. Bug #37484 2000-05-02 01:28:23 +00:00
karnaze%netscape.com
7c9e013611 new regression tests, not affecting the build. 2000-05-02 01:10:51 +00:00
jst%netscape.com
800ac9c0bd The string returned from CSSStyleDeclaration::removeProperty() should only contain the old value, not the property name. 2000-05-02 00:24:45 +00:00
jst%netscape.com
c1edfd2e87 Fix for bug #30492 and last part of #9876. Setting a style property to an empty string through the DOM now removes the property. 2000-05-01 22:59:54 +00:00
saari%netscape.com
7c3c972751 Adding the ability for popups to not install the keyboard navigation listener. Needed for autocomplete. R=hyatt 2000-05-01 22:27:16 +00:00
joki%netscape.com
dc7c4b5dd8 Fix for bug 12379, open tree frame on enter/return keystroke 2000-05-01 22:00:54 +00:00
sfraser%netscape.com
c43e7b559a Add null check. 2000-05-01 21:50:18 +00:00
sfraser%netscape.com
035965297d Fixes for bugs 34503 and 34504 -- split the editor controller into editor and composer controllers, and make commands for lots of editor functions. 2000-05-01 21:49:52 +00:00
kin%netscape.com
65b72822ba Fix for crasher bugs 37701 and 37728. r=mjudge@netscape.com 2000-05-01 18:21:30 +00:00
rods%netscape.com
27fe983957 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
hyatt%netscape.com
370c46289a Fix scrollbar stylesheet relative to ua stylesheet. 2000-05-01 07:58:07 +00:00
nisheeth%netscape.com
7e37fb4356 1) Added support for loading an XML document "out of band" from script and manipulating it via dom interfaces.
2) Fixed compile errors in XSL glue code that happened after the recent nsString landing by scc.
3) Added a check for a null URI before de-referencing it in nsCodeBasePrincipal.cpp.
2000-05-01 06:58:53 +00:00
dbaron%fas.harvard.edu
7e557b01bd Fix leak of nsHTMLOptionElement. r=pollmann@netscape.com 2000-05-01 04:00:38 +00:00
karnaze%netscape.com
0556a06189 Removed FixBadReflowState, added an assert if boxes try to set outer table reflow state computed values when a caption is present. 2000-05-01 02:25:08 +00:00
dbaron%fas.harvard.edu
6175b3560e 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
1053177d73 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
dprice%netscape.com
e006fbee63 not in build- mjudge 2000-04-30 20:01:29 +00:00
alecf%netscape.com
d7ad51a9fd don't crash when there is bad XML 2000-04-30 19:21:20 +00:00
anthonyd%netscape.com
9a23850613 r: mjudge
table bacgrounds now sleected properly with disabled selection
(grey selection)
2000-04-30 18:56:26 +00:00
sspitzer%netscape.com
5673842785 fix warning. 2000-04-30 17:40:50 +00:00
mjudge%netscape.com
87477568cf not in build yet 2000-04-30 17:09:52 +00:00
michael.lowe%bigfoot.com
e406b651c3 Implement CSS2 resize cursors on Windows (bug 1916) 2000-04-30 15:29:32 +00:00
rods%netscape.com
5351e8cf96 now sets maxelement width/height
b=25541
2000-04-30 13:27:49 +00:00
alecf%netscape.com
c5e67b3e8d add support for <getter> and <setter> tags on properties
r=hyatt
2000-04-30 06:41:41 +00:00
mjudge%netscape.com
09dea87f66 not used in the build 2000-04-29 20:29:12 +00:00
mjudge%netscape.com
58af341ca4 not used in the build. 2000-04-29 20:29:02 +00:00
troy%netscape.com
f9362437ce b=36635 Fixed a problem with 'auto' margin calculation not taking into
account border/padding
2000-04-29 00:24:53 +00:00
hyatt%netscape.com
86ac1e20c6 Adding support for other backstop style sheets. 2000-04-28 23:32:51 +00:00
rods%netscape.com
472d0be6f4 added two additional methods for capturing and dumping of reflow stats
it also now keeps diffs between dumps
2000-04-28 23:32:04 +00:00
rods%netscape.com
1a88c07953 added two additional methods for capturing and dumping of reflow stats 2000-04-28 23:31:13 +00:00
rods%netscape.com
0d4e28381b when an option gets dsabled it will now notify the frame so it can be deselected 2000-04-28 23:29:35 +00:00
rods%netscape.com
e61ef4520c add OptionDisabled so the nsHTMLOptionElement can notify a select that an option
has just been disabled
2000-04-28 23:24:59 +00:00
rods%netscape.com
51583201ce removing some rules that just got put back in for some reason, karnaze can't figure out why either 2000-04-28 21:43:08 +00:00
karnaze%netscape.com
65511dc8d6 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
rods%netscape.com
5656b15a3b fixes for nsString changes 2000-04-28 21:00:27 +00:00
attinasi%netscape.com
5a97ca8cc7 Made table backgrounds draw in NavQuirks as well as Standard mode. r=karnaze b=34838 2000-04-28 20:40:17 +00:00
rods%netscape.com
651ab295bb change added quotes around "file'
removed several unneeded rule for the select
added !important to -moz-option-selected attrs
b=36964, 25869
2000-04-28 20:24:35 +00:00
jst%netscape.com
55f7d8f3a4 Hooking up document.getSelection() for html documents to return a string so that we're compatible with 4.x. 2000-04-28 14:05:45 +00:00
jst%netscape.com
c29c060230 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
pierre%netscape.com
ef1931a1f8 35261. Implement :last-node (P and Hx tags inside a cell do not collapse the cell). Change TD to collapse the bottom margin on the last-node. 2000-04-28 10:02:12 +00:00
cls%seawood.org
67438c614e nsString fixes for mathml. 2000-04-28 08:55:55 +00:00
pierre%netscape.com
a8dbb57e7f 9876. Implemented CSSStyleDeclaration removeProperty. r=jst. 2000-04-28 08:35:40 +00:00
mjudge%netscape.com
7e5a6b3cd7 change to move selection interfaces to nsISelectionController and away from nsIPresShell or nsIDocument 2000-04-28 06:21:31 +00:00
pavlov%netscape.com
4a804b7f89 new string apis 2000-04-27 22:02:28 +00:00
scc%netscape.com
6a250f560d making string conversions explicit 2000-04-27 20:50:34 +00:00
scc%netscape.com
4e1b0eaca0 making string conversions explicit 2000-04-27 20:38:50 +00:00
mjudge%netscape.com
dfaed9e5fe files not in build yet 2000-04-27 08:13:39 +00:00
mjudge%netscape.com
2c0953e1be ender lite checkin. 2000-04-27 07:37:12 +00:00
hyatt%netscape.com
cb0a52e38b More XBL goodness. 2000-04-27 02:15:45 +00:00
hyatt%netscape.com
b7dff2e252 XBL Change 2000-04-27 02:11:41 +00:00
hyatt%netscape.com
6c9496d989 New XBL. 2000-04-27 02:08:35 +00:00
attinasi%netscape.com
3bc70b17e4 Fixed recent regression: DidLoadStyle was not being called if the status was failure, causing the parser to remain blocked forever. b=27208 2000-04-27 00:51:06 +00:00
mstoltz%netscape.com
2d56321f9e Removed getOwner() function from nsIStreamLoader. getChannel() now fulfills this function. 2000-04-27 00:30:27 +00:00
dbaron%fas.harvard.edu
2ac24b8966 Fix bugs 12398, 12450, and 35215, and comment out some unused code. r=pierre@netscape.com 2000-04-27 00:12:25 +00:00
dbaron%fas.harvard.edu
9c16f212b1 Fix bug 37082 - attribute selector matching for ~= and |= backwards. r=pierre@netscape.com 2000-04-27 00:07:12 +00:00
attinasi%netscape.com
aaef34704e Eliminated a wasteful duplication of a string. Should reduce bloat substantially. r=pierre 2000-04-26 23:36:45 +00:00
jst%netscape.com
70304a6c16 Initialize mRefCnt in the constructor, duh! 2000-04-26 23:24:30 +00:00
jst%netscape.com
0c513b7385 Fix crash when modifying a stylesheet through the DOM before the document is displayed. 2000-04-26 23:22:06 +00:00
av%netscape.com
f665eca50b Fixing mismatched addref/release pair 2000-04-26 21:47:45 +00:00
evaughan%netscape.com
9b95756d1e Fixed merge error. Added rods performance code back in. 2000-04-26 21:01:57 +00:00
slamm%netscape.com
c7c4075763 Ignore date header, gbdate.h 2000-04-26 14:23:26 +00:00
jst%netscape.com
af8646bbb5 Landing DOM Level 2 CSS and Views interfaces and implementation. 2000-04-26 13:58:56 +00:00
evaughan%netscape.com
1c04b99bb1 Fix for titledbox bugs 2000-04-26 07:28:19 +00:00
rods%netscape.com
620fc734b5 added white-space:pre to button rule so whitespace doesn't get stripped from the label of a button
b=37193
2000-04-26 05:17:39 +00:00
evaughan%netscape.com
2617762f74 Removed friend. 2000-04-26 04:57:31 +00:00
evaughan%netscape.com
8aa1be0dea 1) fixed warnings.
2) scrollbars only work with left mouse
2000-04-26 04:00:29 +00:00
anthonyd%netscape.com
a3535292d9 r: mjudge
bug fix for 34397, broken IME selection
2000-04-26 03:54:21 +00:00
mstoltz%netscape.com
9bb975256e Fixes for 27010, 32878, and 32948. 2000-04-26 03:50:07 +00:00
rods%netscape.com
174947fa4a Changing notify from false to true for AppendChildTo in SetText
this is where the block doesn't have any children and a text element gets
created for it.
b=36900, r=pollmann
2000-04-26 03:48:58 +00:00
akkana%netscape.com
df72d780bb Backing out previous change -- wasn't ready. a=mjudge 2000-04-26 01:58:28 +00:00
mjudge%netscape.com
2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
akkana%netscape.com
5709d8739f 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
pavlov%netscape.com
db882f6743 fix warning 2000-04-26 00:58:55 +00:00
pavlov%netscape.com
f3b435d030 fix hashtable lookup for xbl binding files to remove 15% of time paging up/down in mailnews r=waterson,hyatt
stop creating nsISupportsArrays and instead chain nsIXBLAttributeEntrys r=hyatt
remove unnecessary creation of atoms r=hyatt
(around 20% speedup to mailnews tree scrolling)
2000-04-26 00:50:48 +00:00
evaughan%netscape.com
3e33f5b852 1) StyleChange coelescing
2) Warning fixes
3) Table fixes
2000-04-25 07:10:48 +00:00
bryner%uiuc.edu
c81e1dbc7c Reorganizing the mousewheel code, and in the process fixing bug 36886 and
working around bug 32344.  Also removing some old #ifdef code that is not
going to be used.
2000-04-25 06:25:43 +00:00
troy%netscape.com
6b04c3b5fa 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
danm%netscape.com
3f96ea336d add null check for target document while positioning popups. bug 35643 2000-04-25 01:44:53 +00:00
putterman%netscape.com
3822ffce4e Backing out troy's changes to fix various UI blocker bugs. 2000-04-24 22:29:06 +00:00
putterman%netscape.com
e25d9a73e7 Backing out troy's changes to fix various UI blocker bugs. 2000-04-24 22:21:56 +00:00
putterman%netscape.com
42e26161e8 Backing out troy's changes to fix various UI blocker bugs. 2000-04-24 22:15:55 +00:00
joki%netscape.com
bbb0086bfe fixes for 5995, 7304, 10573, 22832, and 9668.
Changes to event handling to deal with reentrant events, cursor fixes, and return value fixes.
2000-04-24 04:41:27 +00:00
dcone%netscape.com
da4105b736 Put in the Tiling call from the RenderingContextImpl. 2000-04-24 04:36:05 +00:00
pollmann%netscape.com
bb2c0ba6dd Bug 36830: Revert a small part of the fix for bug 33203 that was breaking observer notification. 2000-04-23 23:54:29 +00:00
mstoltz%netscape.com
57feeae5ec Backing out changes until I can figure out why it's crashing on startup. 2000-04-23 21:25:39 +00:00
mstoltz%netscape.com
62bffdd26e Fixes for bugs 27010, 32878, 32948. 2000-04-23 20:30:29 +00:00
attinasi%netscape.com
af2c4a7c11 Removed warnings: very basic changes 2000-04-23 19:06:37 +00:00
scc%netscape.com
1177150f2e making string conversions explicit 2000-04-23 19:04:37 +00:00
cls%seawood.org
8754202470 General cleanup of the shared library rules.
Quick fix for bug #36844.
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk.  Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
troy%netscape.com
7b7f5b686e Fixed CreateViewForFrame() to check for a block-level frame with
'overflow' set to 'hidden' and force the frame to have a view. This
way child frames with views are clipped correctly
2000-04-23 04:55:27 +00:00
troy%netscape.com
b115bc7d04 Changed SyncFrameViewAfterReflow() to consider out-of-flow frames
as block-level as well. This covers the case where a floated or
absolutely positioned frame has its 'display' value set to 'inline'
and so we didn't recognise it as block-level
2000-04-23 04:33:23 +00:00
attinasi%netscape.com
255aa49d63 Fixed PseudoStyle resolution for primary style context in ReResolveStyleContext: was passing child-content when it should be passing parent-content. r=pierre 2000-04-23 03:49:19 +00:00
attinasi%netscape.com
31410d2cca Added support for @charset in external stylesheets, as well as support for charset being set byt HTML document for parsing HTML style attributes in other charsets. r=ftang b=2870,28500 2000-04-23 02:01:40 +00:00
troy%netscape.com
9b393faa48 Changes to bring clipping inline with upcoming CSS2 errata 2000-04-23 00:56:16 +00:00
troy%netscape.com
3a947b0534 Slight performance improvement 2000-04-22 15:50:12 +00:00