Bug 77436

Summary: [Chromium] Minimum Scale Factor computed based on stale visibleContentsRect
Product: WebKit Reporter: Fady Samuel <fsamuel>
Component: New BugsAssignee: Fady Samuel <fsamuel>
Status: RESOLVED WONTFIX    
Severity: Normal CC: aelias, fishd, jamesr, rjkroege, schenney, siraj, tdanderson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 70559    
Attachments:
Description Flags
Patch jamesr: review-

Description Fady Samuel 2012-01-31 07:22:32 PST
[Chromium] Minimum Scale Factor computed based on stale visibleContentsRect
Comment 1 Fady Samuel 2012-01-31 07:24:19 PST
Created attachment 124728 [details]
Patch
Comment 2 WebKit Review Bot 2012-01-31 07:26:07 PST
Attachment 124728 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/update-webkit']" exit_code: 9

Updating OpenSource
First, rewinding head to replay your work on top of it...
Applying: Fix compilation errors on build-webkit --debug --no-workers on mac.
Using index info to reconstruct a base tree...
Falling back to patching base and 3-way merge...
Auto-merging LayoutTests/ChangeLog
CONFLICT (content): Merge conflict in LayoutTests/ChangeLog
Auto-merging LayoutTests/platform/qt/Skipped
CONFLICT (content): Merge conflict in LayoutTests/platform/qt/Skipped
Auto-merging Source/WebCore/ChangeLog
CONFLICT (content): Merge conflict in Source/WebCore/ChangeLog
Failed to merge in the changes.
Patch failed at 0001 Fix compilation errors on build-webkit --debug --no-workers on mac.

When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To restore the original branch and stop rebasing run "git rebase --abort".

rebase refs/remotes/origin/master: command returned error: 1

Died at Tools/Scripts/update-webkit line 164.


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Darin Fisher (:fishd, Google) 2012-01-31 13:04:39 PST
Comment on attachment 124728 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=124728&action=review

> Source/WebCore/page/FrameView.cpp:2961
> +    if (!m_frame->document())

what's the relationship between this change and the change to ChromeClientImpl.cpp?
Comment 4 James Robinson 2012-02-21 20:56:18 PST
Comment on attachment 124728 [details]
Patch

Where is your test?