- 04 Dec, 2002 2 commits
-
-
mjs authored
- imported PCRE 3.9 into the tree; this isn't actually compiled or used yet. * pcre/*: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2926 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
Reviewed by Maciej. * WebCoreSupport.subproj/WebTextRenderer.m: (-[WebTextRenderer substituteFontForString:families:]): Do the operation on the whole string at once instead of a character at a time. I decided to do this rather than correct the bug in the character-at-a-time version. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2925 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 03 Dec, 2002 19 commits
-
-
mjs authored
of speeding up checkouts and checkins. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2924 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
trey authored
Fix 3116980 - REGRESSION: Back button goes back twice Fix 3099631 - assertion failure at http://www.calendarlive.com/ when pop-up blocking is off The earlier fix for the first bug was to consider any redirect happening within one second as a continuation of the previous load. To fix the regressions I re-cast that fix using a similar, pre-existing mechanism. Reviewed by: Richwill * WebView.subproj/WebFramePrivate.h: Nuke shortRedirectComing, rename instantRedirectComing to quickRedirectComing. * WebView.subproj/WebFramePrivate.m: (-[WebFrame _createOrUpdateItem]): Remove code related to shortRedirectComing, the fix that brought the regressions. (-[WebFrame _setState:]): Don't cache the page we're leaving if we're doing a redirect (since we don't want the redirecting page in the cache). (-[WebFrame _continueFragmentScrollAfterNavigationPolicy:request:]): Above rename. (-[WebFrame _loadURL:loadType:triggeringEvent:isFormSubmission:]): Above rename. (-[WebFrame _loadURL:intoChild:]): Comment fix. (-[WebFrame _clientRedirectedTo:delay:fireDate:]): Use 1 second instead of 0 seconds as the metric of a client redirect. Do not consider whether the frame state is completed as part of the decision. (-[WebFrame _clientRedirectCancelled]): Above rename. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2923 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
sullivan authored
Reviewed by: Darin - REALLY changed the default state for block pop-ups to be off. * WebView.subproj/WebPreferences.m: (+[WebPreferences load]): change default for letting JavaScript open windows automatically to YES WebBrowser: Reviewed by: Darin - Deleted old unused preference keys, one of which was tricking me into thinking that block pop-ups was correctly set when it wasn't (the real setting is in WebKit) * Defaults.plist: * PreferenceKeys.h: deleted things that aren't used anywhere git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2922 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
Reviewed by John. * WebView.subproj/WebHTMLView.m: (-[WebHTMLView mouseDragged:]): Retain the URL of the dragged image, not the entire element dictionary. The element dictionary creates a reference cycle since it includes a reference to the WebFrame. (-[WebHTMLView namesOfPromisedFilesDroppedAtDestination:]): Use the URL rather than extracting it from the dictionary with a WebElementImageURLKey. * WebView.subproj/WebHTMLViewPrivate.h: URL, not element dictionary. * WebView.subproj/WebHTMLViewPrivate.m: (-[WebHTMLViewPrivate dealloc]): Release the URL, not the element dictionary. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2921 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hyatt authored
don't get wrapped in anonymous rows and cells. Reviewed by: rjw * khtml/rendering/render_table.cpp: (RenderTable::addChild): (RenderTableSection::addChild): (RenderTableRow::addChild): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2920 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rjw authored
Alexander.app/Contents/MacOS/Alexander -WebKitPageCacheSizePreferenceKey 4 Reviewed by: hyatt * History.subproj/WebBackForwardList.m: (+[WebBackForwardList setPageCacheSize:]): (+[WebBackForwardList pageCacheSize]): * WebView.subproj/WebPreferences.m: (+[WebPreferences load]): (-[WebPreferences _initialTimedLayoutSize]): (-[WebPreferences _pageCacheSize]): * WebView.subproj/WebPreferencesPrivate.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2919 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hyatt authored
* khtml/misc/loader.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2918 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rjw authored
* kwq/KWQFont.mm: (QFont::getNSFont): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2917 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hyatt authored
form controls on livepage.apple.com that were getting hosed by the scrolling marquee. Reviewed by: darin * khtml/html/html_tableimpl.cpp: (HTMLTableRowElementImpl::addChild): * khtml/misc/loader.cpp: * khtml/rendering/render_root.cpp: (RenderRoot::layout): * kwq/KWQKHTMLPart.h: * kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::KWQKHTMLPart): (KWQKHTMLPart::paint): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2916 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rjw authored
font family to support CSS family lists. r=hyatt * Misc.subproj/WebKitNSStringExtras.m: (-[NSString _web_widthForString:font:]): * Misc.subproj/WebStringTruncator.m: (+[WebStringTruncator rightTruncateString:toWidth:withFont:]): (+[WebStringTruncator centerTruncateString:toWidth:withFont:]): * WebCoreSupport.subproj/WebTextRenderer.h: * WebCoreSupport.subproj/WebTextRenderer.m: (-[WebTextRenderer substituteFontForString:families:]): (-[WebTextRenderer substituteFontForCharacters:length:families:]): (-[WebTextRenderer widthForCharacters:length:]): (-[WebTextRenderer drawCharacters:stringLength:fromCharacterPosition:toCharacterPosition:atPoint:withPadding:withTextColor:backgroundColor:rightToLeft:letterSpacing:wordSpacing:fontFamilies:]): (-[WebTextRenderer floatWidthForCharacters:stringLength:characterPosition:]): (-[WebTextRenderer floatWidthForCharacters:stringLength:fromCharacterPosition:numberOfCharacters:]): (-[WebTextRenderer floatWidthForCharacters:stringLength:fromCharacterPosition:numberOfCharacters:withPadding:applyRounding:attemptFontSubstitution:widths:letterSpacing:wordSpacing:fontFamilies:]): (-[WebTextRenderer _floatWidthForCharacters:stringLength:fromCharacterPosition:numberOfCharacters:withPadding:applyRounding:attemptFontSubstitution:widths:fonts:glyphs:numGlyphs:letterSpacing:wordSpacing:fontFamilies:]): * WebCoreSupport.subproj/WebTextRendererFactory.h: * WebCoreSupport.subproj/WebTextRendererFactory.m: (-[WebTextRendererFactory fontWithFamilies:traits:size:]): (-[WebTextRendererFactory fontWithFamily:traits:size:]): (+[WebTextRendererFactory fallbackFontWithTraits:size:]): (-[WebTextRendererFactory cachedFontFromFamily:traits:size:]): (-[WebTextRendererFactory cachedFontFromFamilies:traits:size:]): (-[WebTextRendererFactory rendererWithFamilies:traits:size:]): Fixed 3019986. Use an array of font families instead of a single font family to support CSS family lists. r=hyatt * kwq/KWQFont.h: * kwq/KWQFont.mm: (QFont::getNSFont): * kwq/KWQFontMetrics.mm: (QFontMetrics::width): (QFontMetrics::floatWidth): (QFontMetrics::floatCharacterWidths): * kwq/KWQPainter.mm: (QPainter::drawText): (QPainter::drawUnderlineForText): * kwq/WebCoreTextRenderer.h: * kwq/WebCoreTextRendererFactory.h: * kwq/WebCoreTextRendererFactory.m: (-[WebCoreTextRendererFactory rendererWithFamilies:traits:size:]): (-[WebCoreTextRendererFactory fontWithFamilies:traits:size:]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2915 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
cblu authored
The plants.com favicon was marked to be removed from disk and thus it had no retain count. The problem was that it was still on disk and _hasIconForIconURL would return YES. If hasIconForIconURL returns YES, its is ok to call _setIconURL:forSiteURL:. Since there was no retain count, the assert in _setIconURL:forSiteURL: would be hit. We now consider icons without retain counts to not exist even if they're on disk. * Misc.subproj/WebIconDatabase.m: (-[WebIconDatabase _updateFileDatabase]): (-[WebIconDatabase _setIconURL:forSiteURL:]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2914 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mjs authored
- fixed Deployment build. * kjs/dtoa.cpp: Work around warnings. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2913 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mjs authored
because floating point numbers format wide Reviewed by: David Hyatt * kjs/dtoa.cpp: Imported float <--> string conversion routines from David M. Gay. I changed this to fix warnings and avoid colliding with names of standard library functions. * kjs/dtoa.h: Added a header I made up for dtoa.cpp * kjs/ustring.cpp: (UString::from): Use new double to string routine (kjs_strtod). (UString::toDouble): Use new string to double routine (kjs_dtoa). * JavaScriptCore.pbproj/project.pbxproj: Added new files git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2912 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hyatt authored
the same form demotion trick to <tr> that I did already for <tbody> and <table>. r=gramps * khtml/html/dtd.cpp: (DOM::checkChild): * khtml/html/html_tableimpl.cpp: (HTMLTableRowElementImpl::addChild): * khtml/html/html_tableimpl.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2911 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
cblu authored
3112477 - REGRESSION: dropping image within window loads image in current window Fix: Unregister the parent webview for dragging when the drag starts, reregister after the drag ends. 3116423 - Dragged images sometimes have the wrong promised-file file type Fix: Make the - [NSView_web_dragPromisedImage...] method take a file type rather than deriving the file type from the URL 3115768 - REGRESSION: contextual menu item "copy url to clipboard" doesn't work Fix: In [NSPastboard _web_writeURL:andTitle:withOwner:] adding pboard types doesn't work for the general pasteboard, have to redeclare. 3116594 - Image on the drag pasteboard shouldn't have applied transparency and scaling Fix: In - [NSView_web_dragPromisedImage...] put the original image on the pboard Reviewed by John. * Misc.subproj/WebNSPasteboardExtras.m: (-[NSPasteboard _web_writeURL:andTitle:withOwner:]): don't use addTypes as it doesn't work as I expected * Misc.subproj/WebNSViewExtras.h: * Misc.subproj/WebNSViewExtras.m: (-[NSView _web_dragPromisedImage:origin:URL:fileType:title:event:]): put the original image on the pboard, not the drag image * WebView.subproj/WebHTMLView.m: (-[WebHTMLView dragImage:at:offset:event:pasteboard:source:slideBack:]): (-[WebHTMLView mouseDragged:]): call _web_dragPromisedImage (-[WebHTMLView draggedImage:endedAt:operation:]): call -[WebView _reregisterDraggedTypes] * WebView.subproj/WebImageView.m: (-[WebImageView mouseDragged:]): call _web_dragPromisedImage (-[WebImageView draggedImage:endedAt:operation:]): call -[WebView _reregisterDraggedTypes] * WebView.subproj/WebView.m: (-[WebView initWithFrame:]): call _reregisterDraggedTypes (-[WebView draggingEntered:]): simplified, don't need to check drag source * WebView.subproj/WebViewPrivate.h: * WebView.subproj/WebViewPrivate.m: (-[WebView _reregisterDraggedTypes]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2910 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hyatt authored
the wacky feedback we give now (yes, it matches MacIE and Gecko). Gotta love this malformed page. <a><h4>...</h4></a> r=mjs * khtml/rendering/render_object.cpp: (RenderObject::nodeAtPoint): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2909 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
(probably fixed a ton of other bugs too, since this always leaks) Reviewed by Chris. * WebView.subproj/WebHTMLViewPrivate.m: (-[WebHTMLView _elementAtPoint:]): Added a missing autorelease. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2908 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
Reviewed by Maciej. * English.lproj/StringsNotToBeLocalized.txt: Updated for recent changes. WebKit: Reviewed by Maciej. * WebView.subproj/WebView.m: Fixed a pair of strings that conflict. * English.lproj/Localizable.strings: Regenerated. * English.lproj/StringsNotToBeLocalized.txt: Updated for recent changes. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2907 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hyatt authored
caused by malformed html... <table><br>...) r=mjs * khtml/css/html4.css: * khtml/html/dtd.cpp: (DOM::checkChild): * khtml/html/html_elementimpl.cpp: (HTMLElementImpl::isInline): * khtml/html/htmlparser.cpp: (KHTMLParser::reset): (KHTMLParser::insertNode): * khtml/html/htmlparser.h: * khtml/misc/htmltags.c: (hash_tag): (findTag): * khtml/misc/htmltags.h: * khtml/misc/htmltags.in: * khtml/rendering/render_flow.cpp: (RenderFlow::layoutBlockChildren): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2906 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 02 Dec, 2002 4 commits
-
-
hyatt authored
This patch adds support for img.x and img.y (a Mozilla extension from NS4 days), which is used by the site to position the menus. r=kocienda on the patch. * khtml/dom/html_image.cpp: (HTMLImageElement::x): (HTMLImageElement::y): * khtml/dom/html_image.h: * khtml/ecma/kjs_html.cpp: (KJS::HTMLElement::getValueProperty): * khtml/ecma/kjs_html.h: * khtml/ecma/kjs_html.lut.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2905 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hyatt authored
Although they may be correct in a strict mode, they don't work with the real-world Web. For now, I'm just backing out the code. The CSS WG hasn't decided how this should work yet anyway, so I'll just let the quirk behavior be our behavior in both modes. This fixes aintitcool.com. * khtml/rendering/render_flow.cpp: (RenderFlow::layoutBlockChildren): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2904 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
trey authored
Refined bookmark notifications to be more detailed. We now have added, removed, willChange and didChange. * Bookmarks.subproj/WebBookmarkGroup.h: New API. * Bookmarks.subproj/WebBookmarkGroup.m: (-[WebBookmarkGroup _sendNotification:forBookmark:children:]): (-[WebBookmarkGroup _setTopBookmark:]): (-[WebBookmarkGroup _bookmarkWillChange:]): (-[WebBookmarkGroup _bookmarkDidChange:]): (-[WebBookmarkGroup _bookmarkChildren:wereAddedToParent:]): (-[WebBookmarkGroup _bookmarkChildren:wereRemovedToParent:]): All just small pieces of flow control for posting the notes. * Bookmarks.subproj/WebBookmarkGroupPrivate.h: Internal methods for posting the notes. * Bookmarks.subproj/WebBookmarkLeaf.m: (-[WebBookmarkLeaf setTitle:]): Post da note (-[WebBookmarkLeaf setURLString:]): Post da note (-[WebBookmarkLeaf description]): Added for debugging. * Bookmarks.subproj/WebBookmarkList.m: (-[WebBookmarkList setTitle:]): Post da note (-[WebBookmarkList removeChild:]): Post da note (-[WebBookmarkList insertChild:atIndex:]): Post da note * Bookmarks.subproj/WebBookmarkProxy.m: (-[WebBookmarkProxy setTitle:]): Post da note * English.lproj/StringsNotToBeLocalized.txt: New strings. * WebKit.exp: New strings. WebBrowser: The auto-complete DB properly tracks HistoryItems and Bookmarks coming and going. We have only one DB entry for a given URL, with a ref count. HistoryItems replace Bookmarks in the DB, so we have a well-defined place to keep stats like visitCount or recent times accessed. * BookmarksController.m: (-[BookmarksController awakeFromNib]): Adopt new API for bookmark notifications. * BookmarksViewController.m: Adopt new API for bookmark notifications. * CompletionController.m: (+[CompletionController _tree_create]): Set refCount of root node. (_keyStringFromItem): Nuke redundant code. (_keyStringFromNode): Deleted nodes must retain their key string to function properly in the DB. (_findPotentialNode): Test for deleted nodes using new bit. (+[CompletionController _tree_addItem:]): New rules for handing a collision on add. Bump ref count, replace Bookmarks with HistoryItems. (+[CompletionController _tree_deleteItem:]): Obey refcounting. (+[CompletionController _tree_nextItemUsingCursor:]): Test for deleted nodes using new bit. (DumpAutoCompleteTree): Debugging nit. (+[CompletionController _removeBookmarkTree:]): New utility routine. (+[CompletionController _loadDB]): Debugging nits. (-[CompletionController _executeQuery]): Bandaid fix for user typing "www.". (+[CompletionController _registerForNotifications]): Register for bookmark notes. (+[CompletionController _bookmarksAdded:]): Receive bookmark note. (+[CompletionController _bookmarksRemoved:]): Receive bookmark note. (+[CompletionController _bookmarkWillChange:]): Receive bookmark note. (+[CompletionController _bookmarkDidChange:]): Receive bookmark note. (-[CompletionController _positionWindow]): Small code rearranging. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2903 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mjs authored
- added original URL field to action dictionary so that policy delegates can avoid prompting over and over on redirects. * WebKit.exp: * WebView.subproj/WebControllerPolicyDelegate.h: * WebView.subproj/WebControllerPolicyDelegate.m: * WebView.subproj/WebDataSource.m: (-[WebDataSource initWithRequest:]): * WebView.subproj/WebDataSourcePrivate.m: (-[WebDataSource _startLoading:]): * WebView.subproj/WebFrame.m: (-[WebFrame loadRequest:]): * WebView.subproj/WebFramePrivate.h: * WebView.subproj/WebFramePrivate.m: (-[WebFrame _actionInformationForNavigationType:event:originalURL:]): (-[WebFrame _checkNavigationPolicyForRequest:dataSource:andCall:withSelector:]): (-[WebFrame _addExtraFieldsToRequest:]): (-[WebFrame _loadURL:loadType:triggeringEvent:isFormSubmission:]): (-[WebFrame _postWithURL:data:contentType:triggeringEvent:]): WebBrowser: - fixed 3109894 - Insecure form warning prompts twice * BrowserWebController.m: (-[BrowserWebController decideNavigationPolicyForAction:andRequest:inFrame:decisionListener:]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2902 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 01 Dec, 2002 1 commit
-
-
hyatt authored
popularity-aware LRU (LRU-SP). With the improved cache, the size restriction on images can be relaxed back to 40K (from 16K) while retaining the same score on cvs-base. This should result in better real-world performance. * khtml/misc/loader.cpp: (CachedObject::ref): (CachedObject::setSize): (m_tail): (LRUList::~LRUList): (Cache::flush): (FastLog2): (Cache::getLRUListFor): (Cache::removeFromLRUList): (Cache::insertInLRUList): (Cache::adjustSize): * khtml/misc/loader.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2901 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 29 Nov, 2002 1 commit
-
-
gramps authored
Finally tweak headline font sizes and margins to match Gecko and CSS standard: - increase H1 font-size from 1.7em to 2em - increase H2 font-size from 1.4em to 1.5em - make H2 top and bottom margin match (bottom was strangely .87em) - increase H4 margin from 1.0em to 1.33em git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2900 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 28 Nov, 2002 1 commit
-
-
darin authored
(-[WebDownloadHandler createFileIfNecessary]): Add a FIXME. (-[WebDownloadHandler writeDataForkData:resourceForkData:]): Notify that the file system has changed so the Finder can respond to the size change. (-[WebDownloadHandler finishedLoading]): Notify that the file system has changed now that the download has completed and the files are closed (may be redundant now that we have the above, but will do no harm). * Plugins.subproj/WebBaseNetscapePluginView.m: (-[WebBaseNetscapePluginView loadRequest:inTarget:withNotifyData:]): Use _web_isCaseInsensitiveEqualToString instead of lowercaseString. * Misc.subproj/WebNSViewExtras.m: Tweak formatting. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2899 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 27 Nov, 2002 8 commits
-
-
hyatt authored
and window.removeEventListener. * khtml/ecma/kjs_window.cpp: (Window::get): (WindowFunc::tryCall): * khtml/ecma/kjs_window.h: * khtml/ecma/kjs_window.lut.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2898 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rjw authored
update the current back/forward item, rather than creating a new one. * WebView.subproj/WebFramePrivate.h: * WebView.subproj/WebFramePrivate.m: (-[WebFrame _addBackForwardItemClippedAtTarget:]): (-[WebFrame _createOrUpdateItem]): (-[WebFrame _createItemTreeWithTargetFrame:clippedAtTarget:]): (-[WebFrame _transitionToCommitted:]): (-[WebFrame _clientRedirectedTo:delay:fireDate:]): (-[WebFrame _clientRedirectCancelled]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2897 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mjs authored
there is no change. This avoids superfluous style updates and results in a 20% improvment on the JavaScript iBench. * khtml/ecma/kjs_html.cpp: (KJS::HTMLDocument::putValue): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2896 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rjw authored
has a tiny fractional value). 3112745, 3112742 * WebCoreSupport.subproj/WebTextRenderer.m: (-[WebTextRenderer initWithFont:]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2895 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
sullivan authored
removed puts("COLLECT") leftover debugging spam that was buggin' gramps git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2894 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hyatt authored
rather than <br clear="all">. Matches behavior in other browsers. * khtml/html/html_inlineimpl.cpp: (HTMLBRElementImpl::parseAttribute): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2893 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hyatt authored
First stop absolute positioned overflow hidden elements from growing to accommodate their overflow. (Actually absolute positioned elements should never grow to do this, but fixing it for non-overflow hidden elements is hard, so later.) Second fix the render layer code to not allow background/borders of the object with overflow: hidden from being clipped. This involves an extra paint step where the object paints its background and borders prior to establishing the clip rect for the children. (This will also be necessary for overflow:auto and overflow:scroll). * ChangeLog: * khtml/rendering/render_box.cpp: (RenderBox::getClipRect): (RenderBox::calcAbsoluteVertical): * khtml/rendering/render_layer.cpp: (RenderLayer::paint): * khtml/rendering/render_object.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2892 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hyatt authored
* khtml/css/html4.css: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2891 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 26 Nov, 2002 4 commits
-
-
hyatt authored
that is in between blocks inside inilnes. * khtml/xml/dom_textimpl.cpp: (TextImpl::attach): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2890 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hyatt authored
ever. * khtml/rendering/render_flow.cpp: (RenderFlow::layoutBlockChildren): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2889 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hyatt authored
my support of blocks inside inlines. A block could be wrapped by an inline, e.g., <font><p>foo</p></font>, and in this case, you do not apply the collapsing margin quirk. The margin stays. * khtml/rendering/render_flow.cpp: (RenderFlow::layoutBlockChildren): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2888 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
cblu authored
Fixed: 3090834 - Launch WMP (Window Media Player) when encountering WMP content Added contentURL to WebPluginError. * Plugins.subproj/WebNetscapePluginDocumentView.m: (-[WebNetscapePluginDocumentView setDataSource:]): * Plugins.subproj/WebNetscapePluginPackage.m: (-[WebNetscapePluginPackage initWithPath:]): * Plugins.subproj/WebNullPluginView.m: (-[WebNullPluginView viewDidMoveToWindow]): * Plugins.subproj/WebPluginError.h: * Plugins.subproj/WebPluginError.m: (-[WebPluginErrorPrivate dealloc]): (-[WebPluginError dealloc]): * WebCoreSupport.subproj/WebBridge.m: (-[WebBridge viewForPluginWithURL:attributes:baseURL:MIMEType:]): (-[WebBridge viewForJavaAppletWithFrame:attributes:baseURL:]): WebBrowser: Fixed: 3090834 - Launch WMP (Window Media Player) when encountering WMP content * BrowserNSWorkspaceExtras.h: * BrowserNSWorkspaceExtras.m: (-[NSWorkspace pathForApplicationOfFileAtPath:]): fixed leak (-[NSWorkspace pathForApplicationForMIMEType:]): added * English.lproj/Localizable.strings: * LoadProgressMonitor.m: (-[LoadProgressMonitor launchApplicationSheetEnded:returnCode:contextInfo:]): launch WMP (-[LoadProgressMonitor pluginErrorSheetEnded:returnCode:contextInfo:]): renamed (-[LoadProgressMonitor pluginFailedWithError:dataSource:]): check for WMP content git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2887 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-