Roll out r187626 as it caused a PLT regression
rdar://problem/22657123
Looks like I may have to roll out <http://trac.webkit.org/changeset/188025> as well.
You shouldn't need to roll out the stuff that depends on this. Instead, you can just mark the tests as expected to fail. Instead, first try to revert only the changes in this file http://trac.webkit.org/changeset/187626/trunk/Source/WebCore/platform/graphics/FontCache.h That will probably be effective, and is much smaller / simpler than trying to revert the patch and everything on top of it.
(In reply to comment #3) > You shouldn't need to roll out the stuff that depends on this. Instead, you > can just mark the tests as expected to fail. > > Instead, first try to revert only the changes in this file > http://trac.webkit.org/changeset/187626/trunk/Source/WebCore/platform/ > graphics/FontCache.h > > That will probably be effective, and is much smaller / simpler than trying > to revert the patch and everything on top of it. Ok, I have a full revert patch but I'll try the partial revert first.
Created attachment 262665 [details] Patch
Comment on attachment 262665 [details] Patch This will likely cause tests to fail.
(In reply to comment #6) > Comment on attachment 262665 [details] > Patch > > This will likely cause tests to fail. I ran all the tests locally without problem but EWS will confirm.
It's a little concerning that they all pass...
Comment on attachment 262665 [details] Patch Clearing flags on attachment: 262665 Committed r190701: <http://trac.webkit.org/changeset/190701>
All reviewed patches have been landed. Closing bug.
Re-opened since this is blocked by bug 149937
Created attachment 262720 [details] [WIP] Full roll out WIP patch in case Myles has initial feedback. I haven't run the layout tests yet.
(In reply to comment #12) > Created attachment 262720 [details] > [WIP] Full roll out > > WIP patch in case Myles has initial feedback. I haven't run the layout tests > yet. Which specific revisions does this roll out?
(In reply to comment #13) > (In reply to comment #12) > > Created attachment 262720 [details] > > [WIP] Full roll out > > > > WIP patch in case Myles has initial feedback. I haven't run the layout tests > > yet. > > Which specific revisions does this roll out? The ones in the bug title :)
Created attachment 262723 [details] Patch
Comment on attachment 262723 [details] Patch Clearing flags on attachment: 262723 Committed r190754: <http://trac.webkit.org/changeset/190754>