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

5728 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com 4011d8a754 Fixing three problems that prevented XP menus from working with RDF templates.
The Bookmarks menu and mail menus should work now.
1999-08-04 21:36:30 +00:00
valeski%netscape.com 4eff26f005 we now handle the URL attribute in a http-equiv refresh tag 1999-08-04 21:19:22 +00:00
buster%netscape.com fc5f6f418f added GetCaretEnabled
cleaned up caret APIs according to coding convention
1999-08-04 20:46:16 +00:00
pinkerton%netscape.com c888de1a4c removing the TOOLBAR_DD #ifdef's. 1999-08-04 20:16:31 +00:00
karnaze%netscape.com 1bda556562 new regression tests 1999-08-04 19:34:46 +00:00
kin%netscape.com efbd1160d8 Fixes for bug #10231 (crash making list after select all)
and bug #10815 (Crash deleting selected text and table)

mozilla/editor/base/nsHTMLEditRules.cpp
  - Added check, in WillDeleteSelection(),  to see if
    endpoints of the range are in the body before calling
    GetBlockNodeParent(). (Bug #10231)
  - Modified GetPromotedPoint() to check for NULL in the
    case where aWhere == kEnd and GetChildAt() returns NULL.
    (Bug #10815)

mozilla/layout/base/src/nsGenericElement.cpp
  - Modified RangeAdd() so that it doesn't add
    a range if it's already in the list.  (Bug #10231)

mozilla/layout/base/src/nsRangeList.cpp
  - Modified GetPrimaryFrameForFocusNode() to
    initialize aReturnFrame and to return a failure
    if ChildAt() returns NULL. (Bug #10231)
1999-08-04 18:36:19 +00:00
vidur%netscape.com 15cc7a1e6c Get rid of circular reference between sink and parser. Fix for bug 8975. 1999-08-04 18:25:23 +00:00
gagan%netscape.com 440b71d977 Added a temporary hack to get Referer fields with POST requests. This should/will/must go away... 1999-08-04 15:06:14 +00:00
peterl%netscape.com 77c0a0f6bd route CSS declaration parsing through the CSSLoader's parsers 1999-08-04 05:09:01 +00:00
peterl%netscape.com c4e959add5 fix uninitialized variable 1999-08-04 05:08:27 +00:00
peterl%netscape.com e3ea38d318 route declaration parsing through subclasses 1999-08-04 05:08:04 +00:00
peterl%netscape.com f8e9b7c5b6 route declaration parsing through the CSSLoader's parsers 1999-08-04 05:07:10 +00:00
peterl%netscape.com 07a5ca2309 removed assert 1999-08-04 05:06:19 +00:00
troy%netscape.com 9a13cbb174 Now uses frame manager 1999-08-04 04:02:40 +00:00
troy%netscape.com 56ef76ce68 added files: mozilla/layout/html/base/src/nsFrameManager.cpp 1999-08-04 03:43:26 +00:00
troy%netscape.com 8d5780460a Added nsFrameManager.cpp to build 1999-08-04 03:39:54 +00:00
troy%netscape.com 4db8257f5a Initial check-in 1999-08-04 03:39:34 +00:00
troy%netscape.com 653e75725d Added nsIFrameManager.h to exported files 1999-08-04 03:39:18 +00:00
cmanske%netscape.com befc69c2aa Added method to nsITableCellLayout. Fixed QI bug 1999-08-04 02:04:45 +00:00
valeski%netscape.com f8ba475819 we were refreshing _every_ url _every_ second. not anymore 1999-08-04 01:27:22 +00:00
karnaze%netscape.com ab716c78a0 Always reflow's children for pass1 when reflowed with NS_UNCONSTRAINEDSIZE 1999-08-03 23:20:06 +00:00
karnaze%netscape.com 6d399a4f42 replace assertions with printf statements until bug 10911 gets resolved 1999-08-03 23:17:50 +00:00
karnaze%netscape.com 2d060f55c4 figuring a col's adj min width from a colspan uses adj min width 1999-08-03 23:16:43 +00:00
karnaze%netscape.com a17c117dc3 new test cases 1999-08-03 23:13:39 +00:00
valeski%netscape.com 0830bda705 10720 fix - we now do meta tag refreshes 1999-08-03 21:48:40 +00:00
briano%netscape.com f1ffca414c Cleaned it up and got rid of the redundant HP-specific SHARED_LIBRARY_LIBS stuff. 1999-08-03 21:40:56 +00:00
mcafee%netscape.com 451c4afcee Converting to stream implementation of HTTP posting, this obsoletes nsIPostData and nsIPostToServer. a=warren 1999-08-03 20:51:41 +00:00
hyatt%netscape.com 3abc47c28a Removing my hard-coded check for letters A-Z. 1999-08-03 20:36:27 +00:00
rods%netscape.com 51023a17c1 Added the style context to the CreateInputFrame method, the pseudoContext
was not being created with it's parent and needed to be. Fixes Bug #10716
1999-08-03 14:41:48 +00:00
troy%netscape.com a424132632 Changed NeedsReflow() to take into account whether we need a pass-1 reflow
and whether the cached column info and cell map are valid when deciding
whether we need a full reflow
1999-08-03 14:26:00 +00:00
beard%netscape.com 5def0fc24a reverting GetDocumentBase() to be consistent with other accessors. If we decide to change this, let's change ALL of them. 1999-08-03 02:51:39 +00:00
troy%netscape.com b4f91e984d Changed to new command reflow handling 1999-08-03 02:41:27 +00:00
hyatt%netscape.com 84b3193d53 Fix for bug 11082. 1999-08-02 23:57:58 +00:00
buster%netscape.com 74743e6dc3 events are now propogated from the editor out to the containing document, as per Javascript/DOM spec.
onSelect doesn't work yet, I'm not sending the right event message yet.
1999-08-02 14:00:41 +00:00
mcafee%netscape.com c59ba336d9 Fix null pointer crash for XP Menu case. 1999-08-02 08:21:40 +00:00
hyatt%netscape.com 4293dd3874 More hacks..errr...tricks to speed up XP menus. 1999-08-02 08:15:30 +00:00
hyatt%netscape.com c9ff32a0a9 Speeding up XP menus. 1999-08-02 07:26:24 +00:00
troy%netscape.com a67267b4eb Finished cleanup of reflow command handling 1999-08-02 02:18:33 +00:00
troy%netscape.com 84b2d7ab5c Reflow command cleanup 1999-08-01 22:21:03 +00:00
troy%netscape.com 126d24e273 Work-in-progress for table handling of reflow commands 1999-08-01 22:01:37 +00:00
hyatt%netscape.com d528de7cb0 Fixing morse's reported problem regarding the menus not dismissing upon execution. 1999-08-01 19:55:00 +00:00
cmanske%netscape.com ef23ea57b1 Added QueryInterfaces so nsITableCellLayout and nsITableLayout can get to cell and table frames. Don't use macros because frames aren't refcounted. 1999-08-01 18:26:45 +00:00
troy%netscape.com 720a391b94 Fixed incremental painting problem 1999-08-01 16:50:52 +00:00
cmanske%netscape.com 1f9ca60e19 Added nsITableLayout::GetTableSize() to get number of rows and columns in table. Fixup up comments for new methods 1999-08-01 16:20:14 +00:00
cmanske%netscape.com 652b1ee343 Added logic to find cells occupying the 'holes' in the cellmap where colspan and/or rowspan cell extend 1999-08-01 05:19:47 +00:00
cmanske%netscape.com 4709db8f4a Added checking for trying to get cell data when index(es) are out of bounds 1999-07-31 23:05:11 +00:00
cmanske%netscape.com 460d3a6c9b Adding interface for editor access to table layout data 1999-07-31 22:11:50 +00:00
cmanske%netscape.com 0d19943d92 Adding interface for editor access to table layout data 1999-07-31 22:05:37 +00:00
briano%netscape.com eff2f13b29 Added the missing newline that was upsetting Unix native compilers. 1999-07-31 18:39:47 +00:00
hyatt%netscape.com 464ff83329 Phase 3. Enabling XP menus on the menu bar. 1999-07-31 11:29:03 +00:00