Bug 77436 - [Chromium] Minimum Scale Factor computed based on stale visibleContentsRect
Summary: [Chromium] Minimum Scale Factor computed based on stale visibleContentsRect
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fady Samuel
URL:
Keywords:
Depends on:
Blocks: 70559
  Show dependency treegraph
 
Reported: 2012-01-31 07:22 PST by Fady Samuel
Modified: 2013-04-12 08:22 PDT (History)
8 users (show)

See Also:


Attachments
Patch (3.50 KB, patch)
2012-01-31 07:24 PST, Fady Samuel
jamesr: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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?