Ignore:
Timestamp:
Jul 25, 2002, 5:04:42 PM (23 years ago)
Author:
darin
Message:

top level:

  • 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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj

    r1551 r1674  
    6868                                014CEA450018CDF011CA2923,
    6969                                F58C8A1D025BD408018635CA,
     70                                F531DDEB02F0C2DD018635CA,
    7071                        );
    7172                        isa = PBXProject;
     
    422423//F53
    423424//F54
     425                F531DDEB02F0C2DD018635CA = {
     426                        buildRules = (
     427                        );
     428                        buildSettings = {
     429                                INSTALL_PATH = "@executable_path/../Frameworks";
     430                                OTHER_CFLAGS = "\U0001-arch ppc -arch i386";
     431                                SKIP_INSTALL = YES;
     432                        };
     433                        isa = PBXBuildStyle;
     434                        name = DeploymentFat;
     435                };
    424436                F58C8A1D025BD408018635CA = {
    425437                        buildRules = (
Note: See TracChangeset for help on using the changeset viewer.