Commit Graph

3179 Commits

Author SHA1 Message Date
hyatt%netscape.com
ffb49d2988 Updating the nsIController interface.
git-svn-id: svn://10.0.0.236/trunk@47503 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:16:41 +00:00
hyatt%netscape.com
0f06e36bcb Fixing minor bug in command dispatcher.
git-svn-id: svn://10.0.0.236/trunk@47497 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:12:50 +00:00
nisheeth%netscape.com
23059be727 The stopwatch macros got converted to macros that accept an argument. Changed all macro calls in the content sink to play with that change.
git-svn-id: svn://10.0.0.236/trunk@47483 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:39:41 +00:00
sfraser%netscape.com
6085e624c9 Make function static to eliminate warning.
git-svn-id: svn://10.0.0.236/trunk@47454 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:40:52 +00:00
mjudge%netscape.com
8462665913 content iter not initing properly for reuse. text frame not selecting slowly properly, bad bounds checking :(. rangelist now traversing each node in a spaniter with a normal iter to make SURE we get all the children!
git-svn-id: svn://10.0.0.236/trunk@47447 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:16:22 +00:00
waterson%netscape.com
c99d820bdb Bug 13121. Deal with XUL documents that are created _before_ local store is available (e.g., because they come up before a profile has been selected).
git-svn-id: svn://10.0.0.236/trunk@47420 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:36:55 +00:00
waterson%netscape.com
c03aa4aa67 Partial fix for bug 13768. Be sure to set eChildrenMustBeRebuilt flag _before_ appending child to content model; appending child to content model will cause layout to recur and possibly build up more content.
git-svn-id: svn://10.0.0.236/trunk@47419 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:34:05 +00:00
briano%netscape.com
562e42b131 Fixed the stopwatch macro definitions and usage that was breaking some of the Unix native compiler builds.
git-svn-id: svn://10.0.0.236/trunk@47413 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:10:13 +00:00
akkana%netscape.com
8fc8b5c72c Set default wrap column to 72 instead of 0
git-svn-id: svn://10.0.0.236/trunk@47396 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:32:06 +00:00
nisheeth%netscape.com
960dd35b33 Added start/stop calls for the stopwatch in the nsIContentSink and nsIHTMLContentSink method implementations. Added printing of content creation time in DidBuildModel().
git-svn-id: svn://10.0.0.236/trunk@47360 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:24:42 +00:00
bienvenu%netscape.com
825460b285 fix release mode build bustage
git-svn-id: svn://10.0.0.236/trunk@47351 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 16:25:59 +00:00
slamm%netscape.com
b156beda6d Start defines in first column.
git-svn-id: svn://10.0.0.236/trunk@47350 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 16:17:55 +00:00
nisheeth%netscape.com
492f2c73ac First cut to start measuring content creation time in the content sink. Only enabled if MOZ_PERF is set to 1 in the environment at build time.
git-svn-id: svn://10.0.0.236/trunk@47347 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 14:38:52 +00:00
vidur%netscape.com
407d5256ec Fix for bug 13192. Document is parented by the global object of the container context, not the calling context.
git-svn-id: svn://10.0.0.236/trunk@47276 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 04:17:07 +00:00
waterson%netscape.com
15fd08e6c5 Strip some dead code. Re-enable sorting.
git-svn-id: svn://10.0.0.236/trunk@47259 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 02:07:46 +00:00
briano%netscape.com
46226f556f General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47244 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 01:02:20 +00:00
karnaze%netscape.com
b2c8e6aeac bug 13105 - removed code which set frames style to "all"
git-svn-id: svn://10.0.0.236/trunk@47190 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:51:10 +00:00
rods%netscape.com
9519343cb1 Removing temporary fixes for option issues
git-svn-id: svn://10.0.0.236/trunk@47187 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:30:36 +00:00
waterson%netscape.com
cd70a9dc8f Performance improvements. Make use of CBufDescriptor's where appropriate; replace attribute-based lazy bookkeeping with a private interface (non-XUL content can't be lazy, _anyway_).
git-svn-id: svn://10.0.0.236/trunk@47179 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:06:17 +00:00
troy%netscape.com
10788643fe Added frame type for OBJECT frame
git-svn-id: svn://10.0.0.236/trunk@47172 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 21:26:05 +00:00
karnaze%netscape.com
d3ebc3a0ff bug 7604 - limit colspan to max of 1000
git-svn-id: svn://10.0.0.236/trunk@47151 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:18:33 +00:00
pollmann%netscape.com
335874f70a Fix for bug 10013 - Call the JS onclick event handlers when the DOM click method is invoked on an input element.
git-svn-id: svn://10.0.0.236/trunk@47104 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 06:22:40 +00:00
pollmann%netscape.com
aa3c74501a Leak fix.
git-svn-id: svn://10.0.0.236/trunk@47103 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 06:18:09 +00:00
warren%netscape.com
d54498ba38 Removed caps dependency from necko. Used nsCOMPtr for nsInputStreamChannel.
git-svn-id: svn://10.0.0.236/trunk@46961 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 18:45:36 +00:00
rods%netscape.com
4870c51736 It now checks to see if option elements have a "\n" in them and it strips them out
git-svn-id: svn://10.0.0.236/trunk@46959 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 17:28:36 +00:00
rods%netscape.com
74d86a50e3 when <option></option> no text node gets created for the option element
it now checks and makes sure one gets created


git-svn-id: svn://10.0.0.236/trunk@46955 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 14:55:33 +00:00
peterl%netscape.com
934815e84f added first-node pseudo class (extension)
git-svn-id: svn://10.0.0.236/trunk@46896 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 00:08:30 +00:00
evaughan%netscape.com
37cd1c8a05 Fixed collapsing in boxes
Fixed DeckFrame not to use pseudo element for visibility.


git-svn-id: svn://10.0.0.236/trunk@46891 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:38:58 +00:00
rods%netscape.com
276489690c No retreievs item 0 when nothing is selected and return the proper value, or lable or content when item is selected
git-svn-id: svn://10.0.0.236/trunk@46858 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:54:24 +00:00
akkana%netscape.com
d9a941b563 Fix UMRs
git-svn-id: svn://10.0.0.236/trunk@46829 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:12:46 +00:00
hyatt%netscape.com
d553d5c9ef Popup work.
git-svn-id: svn://10.0.0.236/trunk@46744 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:49:32 +00:00
hyatt%netscape.com
589d12948d Working on XP menus.
git-svn-id: svn://10.0.0.236/trunk@46741 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:47:12 +00:00
peterl%netscape.com
cd30e4c5f0 re-added last changes (in a mac safe way)
better font weight
system color handling


git-svn-id: svn://10.0.0.236/trunk@46729 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:56:19 +00:00
peterl%netscape.com
ac4834af5c added system color parsing
fixed font weight parsing to be more strict


git-svn-id: svn://10.0.0.236/trunk@46728 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:55:36 +00:00
peterl%netscape.com
859d1a8d5a added system color support
git-svn-id: svn://10.0.0.236/trunk@46727 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:54:46 +00:00
peterl%netscape.com
1542c91184 added system colors
git-svn-id: svn://10.0.0.236/trunk@46726 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:54:23 +00:00
peterl%netscape.com
043ae49da8 fixed font weight calculation
git-svn-id: svn://10.0.0.236/trunk@46724 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:52:45 +00:00
peterl%netscape.com
b3d6db8fe0 added constrain font weight
git-svn-id: svn://10.0.0.236/trunk@46722 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:51:44 +00:00
evaughan%netscape.com
68b7100443 1) Fixed bugs in deck
2) Added visual debugging to boxes


git-svn-id: svn://10.0.0.236/trunk@46677 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:57:01 +00:00
briano%netscape.com
1720a8eef4 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46663 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:18:42 +00:00
warren%netscape.com
de60d2685c Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
git-svn-id: svn://10.0.0.236/trunk@46637 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:05:05 +00:00
kipp%netscape.com
e11bf8df16 Nit to make emacs happier
git-svn-id: svn://10.0.0.236/trunk@46628 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 21:05:32 +00:00
kipp%netscape.com
a96c4b22f1 Fixed up line-height calc code to be more optimal; tweak changes to list-style properties to trigger reflows
git-svn-id: svn://10.0.0.236/trunk@46618 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 20:51:57 +00:00
pinkerton%netscape.com
a6da1bb2ad correctly set target of dragenter/exit events.
git-svn-id: svn://10.0.0.236/trunk@46532 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:26:58 +00:00
pinkerton%netscape.com
ec428be14c adding atoms for toolbar d&d.
git-svn-id: svn://10.0.0.236/trunk@46531 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:26:12 +00:00
peterl%netscape.com
e77016e4bb set line height to inherit only as needed
init ref count before first remap style


git-svn-id: svn://10.0.0.236/trunk@46521 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 05:37:37 +00:00
mscott%netscape.com
9bb80c20db Backing out peterl's changes to fix the mac depend build until we can figure out why it
causes an internal compiler error.


git-svn-id: svn://10.0.0.236/trunk@46484 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 01:49:51 +00:00
hyatt%netscape.com
14d93502bd Updating popups. (No, they're still not turned on.)
git-svn-id: svn://10.0.0.236/trunk@46478 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 01:07:06 +00:00
rjc%netscape.com
94ad1ded97 Add check for NS_RDF_NO_VALUE.
git-svn-id: svn://10.0.0.236/trunk@46473 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:58:08 +00:00
peterl%netscape.com
61a7bdcab8 Added optimization in SetCoord to not set inherit value if value can be computed locally
git-svn-id: svn://10.0.0.236/trunk@46468 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:43:54 +00:00