WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
64589
Upstream QtWebKit/N9 changes related to visibleContentRect
https://bugs.webkit.org/show_bug.cgi?id=64589
Summary
Upstream QtWebKit/N9 changes related to visibleContentRect
Kenneth Rohde Christiansen
Reported
2011-07-15 02:00:04 PDT
SSIA
Attachments
Patch
(19.77 KB, patch)
2011-07-15 02:05 PDT
,
Kenneth Rohde Christiansen
hausmann
: review+
hausmann
: commit-queue-
Details
Formatted Diff
Diff
Patch for landing
(19.77 KB, patch)
2011-07-15 04:04 PDT
,
Kenneth Rohde Christiansen
kenneth
: commit-queue-
Details
Formatted Diff
Diff
Patch for landing
(19.21 KB, patch)
2011-07-15 04:06 PDT
,
Kenneth Rohde Christiansen
no flags
Details
Formatted Diff
Diff
Regression fix
(2.65 KB, patch)
2011-07-15 09:42 PDT
,
Kenneth Rohde Christiansen
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Kenneth Rohde Christiansen
Comment 1
2011-07-15 02:05:57 PDT
Created
attachment 100949
[details]
Patch
WebKit Review Bot
Comment 2
2011-07-15 02:08:46 PDT
Attachment 100949
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebKit2/UIProcess/WebPageProxy.h:340: The parameter name "rect" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 1 in 15 files If any of these errors are false positives, please file a bug against check-webkit-style.
Simon Hausmann
Comment 3
2011-07-15 02:54:55 PDT
Comment on
attachment 100949
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=100949&action=review
r=me but fix the style issue before landing I'd say.
> Source/WebCore/platform/ScrollView.cpp:240 > - IntSize(max(0, m_boundsSize.width() - verticalScrollbarWidth), > + IntSize(max(0, m_boundsSize.width() - verticalScrollbarWidth),
You could skip this part when landing :)
Kenneth Rohde Christiansen
Comment 4
2011-07-15 04:04:47 PDT
Created
attachment 100954
[details]
Patch for landing
Kenneth Rohde Christiansen
Comment 5
2011-07-15 04:06:32 PDT
Created
attachment 100955
[details]
Patch for landing
WebKit Review Bot
Comment 6
2011-07-15 05:03:58 PDT
Comment on
attachment 100955
[details]
Patch for landing Clearing flags on attachment: 100955 Committed
r91064
: <
http://trac.webkit.org/changeset/91064
>
WebKit Review Bot
Comment 7
2011-07-15 05:04:02 PDT
All reviewed patches have been landed. Closing bug.
Zoltan Herczeg
Comment 8
2011-07-15 08:23:34 PDT
This patch killed the Qt buildbot (early exit after 500 fail):
http://build.webkit.org/builders/Qt%20Linux%20Release/builds/35397/steps/layout-test/logs/stdio
any idea?
Kenneth Rohde Christiansen
Comment 9
2011-07-15 09:20:17 PDT
(In reply to
comment #8
)
> This patch killed the Qt buildbot (early exit after 500 fail):
http://build.webkit.org/builders/Qt%20Linux%20Release/builds/35397/steps/layout-test/logs/stdio
> > any idea?
Strange. We are not running the bots using tiling and fixed layout, so this shouldnt be affected.
Kenneth Rohde Christiansen
Comment 10
2011-07-15 09:34:37 PDT
I think I found the issue. void FrameLoaderClientQt::transitionToCommittedForNewPage() doesn't check if it is in resize to contents mode. Patch in the making
Kenneth Rohde Christiansen
Comment 11
2011-07-15 09:42:42 PDT
Created
attachment 100995
[details]
Regression fix
WebKit Review Bot
Comment 12
2011-07-15 09:44:49 PDT
Attachment 100995
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/qt/ChangeLog', u'Source/WebK..." exit_code: 1 Source/WebKit/qt/ChangeLog:3: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
WebKit Review Bot
Comment 13
2011-07-15 11:25:46 PDT
Comment on
attachment 100995
[details]
Regression fix Clearing flags on attachment: 100995 Committed
r91079
: <
http://trac.webkit.org/changeset/91079
>
WebKit Review Bot
Comment 14
2011-07-15 11:25:52 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug