Skip to content
  • darin's avatar
    top level: · 7a896228
    darin authored
            * configure.in: Add DeploymentFat build style.
    
    JavaScriptCore:
    
            * JavaScriptCore.pbproj/project.pbxproj: Add DeploymentFat build style.
    
    WebFoundation:
    
            * WebFoundation.pbproj/project.pbxproj: Add DeploymentFat build style.
    
    WebCore:
    
            * WebCore.pbproj/project.pbxproj: Add DeploymentFat build style.
    
    	- fixed 3007532 -- Main documentation frame doesn't load on Apple docs page
    
    	This was caused by my recent fix for the "checkboxes in wrong place" bug.
    	While discussing that bug fix with Richard, I realized that I needed to do the
    	work at layout time, not print time. Luckily, this code ends up being simpler
    	than the original solution.
    
            * khtml/rendering/render_replaced.cpp:
            (RenderWidget::resizeWidget): Take out size limits based on X limits.
            (RenderWidget::layout): Move widgets off into far away coordinate space when
    	layout happens. They get moved back on to the right position during the print process.
    
            * kwq/KWQKHTMLPartImpl.h:
            * kwq/KWQKHTMLPartImpl.mm: Removed paint, buildViewsNotYetAddedSet, viewsNotYetAdded,
    	and addedWidget.
            * kwq/KWQScrollView.mm: (QScrollView::addChild): Removed call to addedWidget.
            * kwq/WebCoreBridge.mm: (-[WebCoreBridge drawRect:withPainter:]): Put the call to the
    	renderer to print back in here, since it's simple again.
    
            * kwq/KWQWidget.mm: (QWidget::internalSetGeometry): Left in a couple of asserts that
    	were useful in narrowing this one down.
    
    WebKit:
    
            * WebKit.pbproj/project.pbxproj: Add DeploymentFat build style.
    
    WebBrowser:
    
            * WebBrowser.pbproj/project.pbxproj: Add DeploymentFat build style.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1674 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    7a896228