RESOLVED FIXED 61070
Web Inspector: support for emulating element's pseudo class state in styleRulesForElement()
https://bugs.webkit.org/show_bug.cgi?id=61070
Summary Web Inspector: support for emulating element's pseudo class state in styleRul...
Alexander Udalov
Reported 2011-05-18 09:49:56 PDT
This logic (patch to follow) is supposed to help implement this: http://code.google.com/p/chromium/issues/detail?id=67871
Attachments
Patch (15.20 KB, patch)
2011-05-18 09:52 PDT, Alexander Udalov
pfeldman: review-
patch (15.66 KB, patch)
2011-05-18 10:52 PDT, Alexander Udalov
no flags
patch (15.70 KB, patch)
2011-05-18 11:02 PDT, Alexander Udalov
no flags
patch (15.31 KB, patch)
2011-05-24 03:54 PDT, Alexander Udalov
no flags
patch (16.46 KB, patch)
2011-05-25 07:56 PDT, Alexander Udalov
no flags
[PATCH] Suggested solution, dhyatt's comment addressed (15.68 KB, patch)
2011-06-16 02:44 PDT, Alexander Pavlov (apavlov)
webkit.review.bot: commit-queue-
[PATCH] Fix Chromium/Mac builds (15.72 KB, patch)
2011-06-16 03:03 PDT, Alexander Pavlov (apavlov)
no flags
Alexander Udalov
Comment 1 2011-05-18 09:52:43 PDT
Pavel Feldman
Comment 2 2011-05-18 09:59:08 PDT
Comment on attachment 93928 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=93928&action=review > Source/WebCore/ChangeLog:8 > + No new tests. (OOPS!) Should be no OOPS here. I'll point you to the inspector tests offline so that it was covered. > Source/WebCore/css/CSSStyleSelector.cpp:1994 > +PassRefPtr<CSSRuleList> CSSStyleSelector::styleRulesForElement(Element* e, bool authorOnly, bool includeEmptyRules, CSSRuleFilter filter, unsigned emulateElementPseudoClass) emulatePseudoClassMask ? > Source/WebCore/css/CSSStyleSelector.cpp:2803 > + if (emulateElementPseudoClass != EmulateNone) I'd suggest if (emulatePseudoClassMask & EmulateFocus) return true;
Alexander Udalov
Comment 3 2011-05-18 10:52:55 PDT
WebKit Review Bot
Comment 4 2011-05-18 10:54:46 PDT
Attachment 93937 [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/WebCore/css/CSSStyleSelector.h:138: The parameter name "filter" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebCore/css/CSSStyleSelector.h:139: The parameter name "filter" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 2 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Alexander Udalov
Comment 5 2011-05-18 11:02:23 PDT
Alexander Udalov
Comment 6 2011-05-24 03:54:53 PDT
Alexander Udalov
Comment 7 2011-05-25 07:56:58 PDT
Alexander Pavlov (apavlov)
Comment 8 2011-06-08 09:17:16 PDT
According to dhyatt, "looks ok although if possible might consider just doing a single check up front rather than adding code to the different cases". I will take over the bug and put together an updated patch.
Alexander Pavlov (apavlov)
Comment 9 2011-06-16 02:44:37 PDT
Created attachment 97427 [details] [PATCH] Suggested solution, dhyatt's comment addressed
WebKit Review Bot
Comment 10 2011-06-16 02:51:13 PDT
Comment on attachment 97427 [details] [PATCH] Suggested solution, dhyatt's comment addressed Attachment 97427 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/8883005
WebKit Review Bot
Comment 11 2011-06-16 02:57:13 PDT
Comment on attachment 97427 [details] [PATCH] Suggested solution, dhyatt's comment addressed Attachment 97427 [details] did not pass mac-ews (mac): Output: http://queues.webkit.org/results/8880142
Alexander Pavlov (apavlov)
Comment 12 2011-06-16 03:03:04 PDT
Created attachment 97429 [details] [PATCH] Fix Chromium/Mac builds
Dave Hyatt
Comment 13 2011-06-16 10:02:20 PDT
Comment on attachment 97429 [details] [PATCH] Fix Chromium/Mac builds r=me
WebKit Review Bot
Comment 14 2011-06-17 03:14:04 PDT
Comment on attachment 97429 [details] [PATCH] Fix Chromium/Mac builds Clearing flags on attachment: 97429 Committed r89132: <http://trac.webkit.org/changeset/89132>
WebKit Review Bot
Comment 15 2011-06-17 03:14:10 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.