WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
78718
Avoid full style recalc when 'style' attribute changes.
https://bugs.webkit.org/show_bug.cgi?id=78718
Summary
Avoid full style recalc when 'style' attribute changes.
Andreas Kling
Reported
2012-02-15 08:17:00 PST
SSIA
Attachments
Patch
(1.29 KB, patch)
2012-02-15 08:18 PST
,
Andreas Kling
webkit.review.bot
: commit-queue-
Details
Formatted Diff
Diff
Patch
(1.32 KB, patch)
2012-11-17 11:12 PST
,
Andreas Kling
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Andreas Kling
Comment 1
2012-02-15 08:18:31 PST
Created
attachment 127187
[details]
Patch
WebKit Review Bot
Comment 2
2012-02-15 08:20:20 PST
Attachment 127187
[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: [Qt] Move Qt platform specific GL Context/Surface creation out of WebCore into WebKit Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging Source/WebCore/ChangeLog Auto-merging Source/WebCore/platform/graphics/GraphicsContext3D.h CONFLICT (content): Merge conflict in Source/WebCore/platform/graphics/GraphicsContext3D.h Auto-merging Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp CONFLICT (content): Merge conflict in Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp Auto-merging Source/WebKit/qt/ChangeLog CONFLICT (content): Merge conflict in Source/WebKit/qt/ChangeLog Auto-merging Source/WebKit/qt/WebCoreSupport/PageClientQt.cpp CONFLICT (content): Merge conflict in Source/WebKit/qt/WebCoreSupport/PageClientQt.cpp Failed to merge in the changes. Patch failed at 0001 [Qt] Move Qt platform specific GL Context/Surface creation out of WebCore into WebKit 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.
WebKit Review Bot
Comment 3
2012-02-15 08:50:56 PST
Comment on
attachment 127187
[details]
Patch
Attachment 127187
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/11518875
New failing tests: fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html
Eric Seidel (no email)
Comment 4
2012-02-16 15:02:08 PST
The patch looks OK, but it looks like some other part of the code is depending on this style resolution. We'll need to debug that layout test failure.
Andreas Kling
Comment 5
2012-02-17 01:46:10 PST
(In reply to
comment #4
)
> The patch looks OK, but it looks like some other part of the code is depending on this style resolution. We'll need to debug that layout test failure.
Yep, looks like setAttribute('style', '-webkit-appearance: none') works for this today, but .style.webkitAppearance = 'none' does not. Crazy. CC'ing morrita who added the test.
Andreas Kling
Comment 6
2012-11-17 11:12:27 PST
Created
attachment 174821
[details]
Patch Let's try this again, as I can't reproduce the failure anymore. I suspect that something got fixed in shadow DOM styling over the last 9 months and this now works as it should.. *fingers crossed for ews*
WebKit Review Bot
Comment 7
2012-11-17 13:00:56 PST
Comment on
attachment 174821
[details]
Patch Clearing flags on attachment: 174821 Committed
r135051
: <
http://trac.webkit.org/changeset/135051
>
WebKit Review Bot
Comment 8
2012-11-17 13:01:00 PST
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