Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384741 - >=www-client/chromium-16.0.0 (including 9999) needs patch to enable fast scrolling on twitter and other sites
Summary: >=www-client/chromium-16.0.0 (including 9999) needs patch to enable fast scro...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-28 01:30 UTC by godmachine (Lance Poore)
Modified: 2011-09-30 19:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed Patch to fix scrolling on twitter and other similar sites (webkit-twitter-scroll.patch,1.52 KB, text/plain)
2011-09-28 01:30 UTC, godmachine (Lance Poore)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description godmachine (Lance Poore) 2011-09-28 01:30:39 UTC
Created attachment 288031 [details]
Proposed Patch to fix scrolling on twitter and other similar sites

Without this patch if you go to twitter.com and try to scroll, it is very very unresponsive.  

To reproduce the results:  Use chromium developer release to visit the page twitter.com

Expected results:  Normal scrolling.

Actual Results:  Scrolling is intermittent causing the page to be unusable in chromium.

To Fix:  Patch the RenderLayer.cpp  inside chromium's webkit source code.
Comment 1 Mike Gilbert gentoo-dev 2011-09-28 01:43:36 UTC
Where did this patch come from? If you wrote it, has it been submitted upstream?
Comment 2 Mike Gilbert gentoo-dev 2011-09-28 01:45:38 UTC
Confirmed slow scrolling on twitter.
Comment 3 godmachine (Lance Poore) 2011-09-28 01:49:57 UTC
(In reply to comment #1)
> Where did this patch come from? If you wrote it, has it been submitted
> upstream?


https://bugs.webkit.org/show_bug.cgi?id=68733

I corrected the path in the patch to work with chromium's webcore,  other than
that it is the same patch as on the original webkit bugzilla listing..  I
haven't put anything upstream because I don't have that kind of access. 
However I can confirm that the patch fixes the scrolling issue with twitter in
chromium-16.0.891.0  from portage, I haven't applied he patch to the 9999
version yet, but I'm sure it will also fix it there as well.
Comment 4 Mike Gilbert gentoo-dev 2011-09-28 01:58:10 UTC
Pawel, thoughts on applying this to the dev channel (16.x)?
Comment 5 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-09-28 03:54:35 UTC
(In reply to comment #4)
> Pawel, thoughts on applying this to the dev channel (16.x)?

Please get this upstream (I think it's webkit.org in this case).

I think we're *never* going to do patches like this at the distro level (maybe except for backporting), except for maybe security reasons.

And hey, this is dev channel, things can be broken. There is plenty of time to get the fix upstream. I can help off-bugzilla.
Comment 6 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-09-30 19:25:04 UTC
Heh, there is already WebKit bug linked to this. Upstream should do its job then.
Comment 7 godmachine (Lance Poore) 2011-09-30 19:30:13 UTC
(In reply to comment #6)
> Heh, there is already WebKit bug linked to this. Upstream should do its job
> then.

Yea, I don't understand what their hold up is on the matter either. They seem to push all important things to the back burner, and continue on working on their desired features.. The patch is a rather easy one to be fixed, there isn't any reason that Chromium devs should have let this gone unfixed for over a week especially when there is a work around for it and Webkit has confirmed the bug its self.  Google sometimes amazes me at how they work on things.  Without a doubt this should have been fixed over a week ago by Google devs.. Instead they just say "We are working on it".. Come on google!