Граф коммитов

5070 Коммитов

Автор SHA1 Сообщение Дата
karnaze%netscape.com 943caa46ee regression test images 1999-06-14 21:15:46 +00:00
hyatt%netscape.com cd319bb4eb More nested row group work. 1999-06-14 08:22:47 +00:00
hyatt%netscape.com 4727f8f071 More changes to allow tables to support nested row groups. 1999-06-14 08:01:00 +00:00
tague%netscape.com 0e826155a7 Fixed conditional problem when i turned on my keyobard patch. 1999-06-14 04:39:03 +00:00
karnaze%netscape.com 592deb132c regression test 1999-06-14 03:46:21 +00:00
tague%netscape.com 7640929c5a Turned on bug fix for #6896: Windows editorinterprets the period key as a forward delete. 1999-06-13 21:13:12 +00:00
av%netscape.com 4a3a4f1355 *** empty log message *** 1999-06-13 06:18:35 +00:00
av%netscape.com d087079bb8 *** empty log message *** 1999-06-13 06:11:33 +00:00
av%netscape.com 8df29224a8 *** empty log message *** 1999-06-13 06:06:12 +00:00
av%netscape.com ed7caf5eed *** empty log message *** 1999-06-13 06:00:56 +00:00
sspitzer%netscape.com d5a4bc30e6 fix for build bustage 1999-06-13 00:09:00 +00:00
sspitzer%netscape.com 76526eb4d9 fix build breakage for steve clark 1999-06-12 23:14:37 +00:00
buster%netscape.com 763add3ede fixed a syntax problem, just a typo 1999-06-12 23:13:54 +00:00
buster%netscape.com 3a0d926a39 added style for disabled text controls 1999-06-12 22:33:45 +00:00
buster%netscape.com e32f7fd863 added support for ender GFX-Rendered text control 1999-06-12 22:32:41 +00:00
buster%netscape.com 7df4e2eafc added support for getting and setting default background and font info 1999-06-12 22:31:57 +00:00
buster%netscape.com a5bf1c7896 added support for style contexts getting background and font defaults from
the pres context.
1999-06-12 22:31:15 +00:00
buster%netscape.com ccfc0dce22 added support for Ender GFX-rendered text control
made nsTextControlFrame an abstract base class for nsGfxTextControlFrame and
nsNativeTextControlFrame
1999-06-12 22:29:54 +00:00
buster%netscape.com 62700041fc added support for Ender GFX-rendered text control 1999-06-12 22:28:11 +00:00
buster%netscape.com fc7c8db29a used by ender GFX-rendered text widget as the default document to edit 1999-06-12 22:26:22 +00:00
av%netscape.com 3544445f46 *** empty log message *** 1999-06-12 21:32:49 +00:00
vidur%netscape.com bb3aac94b5 Fix for bug 6785. Incorrect reinitializing of mData. 1999-06-12 00:37:36 +00:00
karnaze%netscape.com 93357afada new regression test 1999-06-11 23:36:58 +00:00
nisheeth%netscape.com 055ebfaba1 Fix for bug 7401. Output an error when a URL load fails. 1999-06-11 23:10:59 +00:00
av%netscape.com 9cbd223094 *** empty log message *** 1999-06-11 22:48:50 +00:00
pollmann%netscape.com 9a38c2b950 bug 2105: Textarea no longer inherits text color from parent. 1999-06-11 19:15:20 +00:00
pollmann%netscape.com 174a008564 bug 3720: <LABEL> background draws properly now. 1999-06-11 19:10:56 +00:00
nisheeth%netscape.com 2c1feab00b Patch from Johny Stenback (jst@citec.fi). Thanks a lot. 1999-06-11 19:08:39 +00:00
dcone%netscape.com bd5a448110 background Image speed up
Commented out the box around the printout until Troy returns
1999-06-11 14:43:14 +00:00
pollmann%netscape.com 3ed2a129b2 Bug 7935: Resizing frames beyond edge doesn't cause offset anymore. 1999-06-11 01:18:50 +00:00
pollmann%netscape.com 5f6785eff9 Bug 4711: Retain frameset resize information through reflows. 1999-06-11 00:51:05 +00:00
pollmann%netscape.com ac03d5bf4a Bug 7934: Calculate frameset percentage widths/heights correctly. 1999-06-11 00:28:00 +00:00
mjudge%netscape.com d63fe70c95 minor changes to tweak fix from before. GetPositionSlowly was returning wrong thing causing small caps and other wierd spacing letters to be selected incorrectly. 1999-06-10 21:55:14 +00:00
sfraser%netscape.com c4ec54057e Comment out useless assert. 1999-06-10 21:43:08 +00:00
mjudge%netscape.com 9fe26c4a47 adding kins fix for the bitrotted addrange code. never was used before 1999-06-10 21:24:04 +00:00
mjudge%netscape.com 1e4bbda958 fixing table selection again. also adding parameter to nsIFocusTracker that allows us to get the current caret location. I am also stopping nsTableRowFrame from putting blue border around itself since cells are a high enough granularity. made a change to nsIFrame GetPosition to remove some useless parameters ect. this caused me to change nsDOMEvent.cpp and some other places.
MJ
1999-06-10 21:08:17 +00:00
waterson%netscape.com f1532a63aa Back out Hyatt's changes to use DOM APIs. This is busting mailnews. Use content APIs until we figure out persistence story. 1999-06-10 19:51:35 +00:00
hyatt%netscape.com 29dd30bc47 Tweak to the tree frame construction code. 1999-06-10 09:31:30 +00:00
hyatt%netscape.com 1f4efa1f8a Using DOM calls for setting/removing selection and hover attributes. 1999-06-10 05:53:01 +00:00
peterl%netscape.com 903764ae77 added code to ignore unknown namespace prefix for attributes
(actually the parser should've rejected it before here)
1999-06-10 05:33:47 +00:00
peterl%netscape.com 7687bd0106 added files: mozilla/layout/html/style/src/nsCSSRule.cpp, mozilla/layout/html/style/src/nsCSSRules.cpp 1999-06-10 05:32:57 +00:00
peterl%netscape.com 791b4e55f5 added new rule interfaces & base class 1999-06-10 05:32:38 +00:00
peterl%netscape.com fd88fa6e86 better namespace support
made descend from nsICSSRule
1999-06-10 05:30:36 +00:00
peterl%netscape.com e1f892fa06 removed cruft 1999-06-10 05:29:53 +00:00
peterl%netscape.com 7972860145 added support for other rule types
cleaned up api
1999-06-10 05:29:22 +00:00
peterl%netscape.com 8cca0da687 better namespace support
made descend from nsCSSRule base class
1999-06-10 05:28:32 +00:00
peterl%netscape.com 109ba803cf added helper method to token 1999-06-10 05:27:01 +00:00
peterl%netscape.com 118e9f9265 added support for @namespace & @media
stubbed out support for other @rules
sync to sheet api changes
1999-06-10 05:25:23 +00:00
peterl%netscape.com 4c5a011021 added support for attribute namespaces on generated content
stubed out improvements to style change painting code
1999-06-10 05:24:00 +00:00
peterl%netscape.com 56a1156cd5 Cleanup API
Added support for other rule types
Added namespace support
1999-06-10 05:22:13 +00:00
peterl%netscape.com 9df8ff0558 sync to style sheet api change
added support for detecting other css rule types
1999-06-10 05:21:22 +00:00
peterl%netscape.com aa83ade7e0 made query for attributes in other namespaces legal, just not work 1999-06-10 05:20:28 +00:00
peterl%netscape.com e4693f9f9a added code to ignore unknown namespace prefix for attributes
(actually the parser should've rejected it before here)
1999-06-10 05:18:46 +00:00
peterl%netscape.com 5af713b6eb removed equals and hashvalue methods 1999-06-10 05:17:27 +00:00
karnaze%netscape.com 323406a152 removed temp windows code added by accident 1999-06-10 03:48:06 +00:00
peterl%netscape.com 16cb87848e #ifdef'd out windows specific timer code 1999-06-10 03:43:43 +00:00
karnaze%netscape.com 5bf51e9a40 bug 6459 - incremental reflow methods call DeleteFrame instead of RemoveFrame 1999-06-10 02:29:34 +00:00
kostello%netscape.com 30d8323d5c Fix build bustage: changed include to be the right case 1999-06-10 01:06:35 +00:00
kostello%netscape.com af8311bbc4 Akkana set up a service for encoding a document.
This checkin adds the implementations for encoding
HTML and plain text:

nsTextEncoder::EncodeToString(..)
nsHTMLEncoder::EncodeToStream(..)

Hooked these services into the nsHTMLEditor implemenation

We probably want to update the clipboard code to
use the same pattern as in nsHTMLEditor.cpp
1999-06-10 00:35:02 +00:00
Jerry.Kirk%Nexwarecorp.com b80124ca53 - Bug 7794 Move $(TK_LIBS) further down in the library list. 1999-06-09 19:48:58 +00:00
hyatt%netscape.com cb12cfde0e Fixing build bustage. 1999-06-09 07:51:52 +00:00
joki%netscape.com b63a729e33 Fixing event coordinates to give screen based info. Also fixing direct reference to frames via their names. 1999-06-09 07:38:26 +00:00
tague%netscape.com 3f79fc52e2 Conditional fix for #7629. Only builds with a conditional set in my environment 1999-06-09 03:17:56 +00:00
hyatt%netscape.com 8a979e092e Changed events names to "create" and "destroy". 1999-06-09 01:11:22 +00:00
akkana%netscape.com 8dd6c30502 7720: fix regression caused by attempting to fix XIF handling of comments 1999-06-09 00:48:21 +00:00
hyatt%netscape.com 82d4c0af7b Fixing a bug with allowevents in the tree view. 1999-06-09 00:04:25 +00:00
putterman%netscape.com ec857a1846 Check in fix for hyatt. Don't crash when closing a window after onchange
has been called.
1999-06-08 21:04:02 +00:00
joki%netscape.com e298ea1f6c Fixing coords for click event since by not setting them at all before they were unlikely to be correct. 1999-06-08 19:28:52 +00:00
joki%netscape.com d3e02af6be Fix hover state crash at document change. Bug 6580 1999-06-08 19:01:56 +00:00
hyatt%netscape.com 0b61b4bf92 Fix for a crash in the onchange handler of tree views on exit. 1999-06-08 18:12:47 +00:00
kmcclusk%netscape.com c0d7d3b338 Replaced reference with pointer for accessing plainFont in nsTextFrame::Reflow. 1999-06-08 18:12:20 +00:00
av%netscape.com c9ea8157ef *** empty log message *** 1999-06-08 06:07:51 +00:00
hyatt%netscape.com 38576d64e3 Added construct and destruct events to the DOM. 1999-06-08 05:10:13 +00:00
karnaze%netscape.com 1d057db431 empty table cells ignore their background 1999-06-08 05:04:22 +00:00
joki%netscape.com 6f1a265019 Adding new method to nsIDOMNSUIEvent to give event pos as range offset. 1999-06-08 02:19:26 +00:00
rickg%netscape.com 3b00713051 fixed bug 7713 1999-06-08 00:30:26 +00:00
akkana%netscape.com 411b9335fd Add Init method to pass in the document and mime type 1999-06-08 00:01:55 +00:00
karnaze%netscape.com 9c763cd7a9 removed background rules for table elements 1999-06-07 21:19:05 +00:00
kmcclusk%netscape.com 50fad27afd Modified TextStyle constructor to reuse the TextFrame's mFont rather than creating
a new font. The creation of the new font show up during profiling as a big hit.
1999-06-07 21:18:51 +00:00
karnaze%netscape.com a94daf6764 background regression test 1999-06-07 21:14:19 +00:00
karnaze%netscape.com 45d73d88de support for backgrounds on table elements in both compatibility modes 1999-06-07 21:10:25 +00:00
karnaze%netscape.com 124ffff8d5 new style rule for table elements inheriting backgrounds in Nav Quirks mode 1999-06-07 21:09:07 +00:00
hyatt%netscape.com e7963f7525 Notification of a change in selection. 1999-06-07 20:57:34 +00:00
pinkerton%netscape.com 26fdcb06d3 changes so that transferable no longer takes ownership of dataflavor string, but correctly copies it. fix some memory leaks as well. 1999-06-07 20:43:23 +00:00
akkana%netscape.com b6db890d57 Split document encoder's Encode() method into a stream method and a string method 1999-06-07 19:32:36 +00:00
av%netscape.com 673d695799 *** empty log message *** 1999-06-05 20:47:14 +00:00
av%netscape.com 810f5b6875 Hooking up events for winless plugins 1999-06-05 20:09:21 +00:00
bruce%cybersight.com e9dc3a4488 Explicitly include nsFileSpec.h. This will be necessary for some changes coming post-M7. 1999-06-05 11:49:04 +00:00
bruce%cybersight.com 4628b7944a Tokens may not follow '#endif'. This fixes the HP-UX build. 1999-06-05 11:35:36 +00:00
nisheeth%netscape.com 5406520710 Patch from alecf to do a null pointer check on argument to GetSelectedIndex(). 1999-06-05 00:18:58 +00:00
nisheeth%netscape.com b4dd4f1342 Patch from alecf to do a null pointer check in FindFrameWithContent(). 1999-06-05 00:18:03 +00:00
sspitzer%netscape.com 099c1e995a fix build breakage on UNIX. tindebox builds with --enable-pedantic, which
catches stuff like this.
1999-06-04 23:57:35 +00:00
akkana%netscape.com 365b822bb1 attempt to fix win build bustage 1999-06-04 23:45:25 +00:00
mjudge%netscape.com 69a5dfd797 fixes for selection and memory leaks 1999-06-04 23:00:24 +00:00
akkana%netscape.com a6d85f64a3 cast away constness for a temporary fix to windows build bustage 1999-06-04 22:58:47 +00:00
amusil%netscape.com 6092bca042 Fixed bug with Java-targeted object tags. 1999-06-04 22:33:13 +00:00
akkana%netscape.com 3d54e784c0 XIF Document Encoder; and partial fix for XIF-to-html conversion of comments 1999-06-04 22:22:53 +00:00
briano%netscape.com e9e302b454 Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 22:17:30 +00:00
sfraser%netscape.com fee9669b1c Added nsDocumentEncoder.cpp for akkana 1999-06-04 22:04:44 +00:00
nisheeth%netscape.com d258a2fb2b Fix for bug 6892. We should not set focus each time a document viewer creates a new window but leave it to the embedding application to decide when to set focus. 1999-06-04 01:48:38 +00:00