Bug 101543 - HTMLContentElement should preserve parsed CSSSelectorList.
Summary: HTMLContentElement should preserve parsed CSSSelectorList.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Shinya Kawanaka
URL:
Keywords:
Depends on:
Blocks: 101180
  Show dependency treegraph
 
Reported: 2012-11-07 22:05 PST by Shinya Kawanaka
Modified: 2012-11-08 18:41 PST (History)
3 users (show)

See Also:


Attachments
Patch (16.21 KB, patch)
2012-11-07 23:41 PST, Shinya Kawanaka
no flags Details | Formatted Diff | Diff
Patch (16.30 KB, patch)
2012-11-08 01:02 PST, Shinya Kawanaka
no flags Details | Formatted Diff | Diff
Patch (16.29 KB, patch)
2012-11-08 01:39 PST, Shinya Kawanaka
no flags Details | Formatted Diff | Diff
Patch for landing (16.29 KB, patch)
2012-11-08 18:31 PST, Shinya Kawanaka
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shinya Kawanaka 2012-11-07 22:05:24 PST
Currently we're always parsing select attribute when distribution happens.
We would like to cache it for performance reason.

This is also a preparation patch for Bug 101180.
Comment 1 Shinya Kawanaka 2012-11-07 23:41:08 PST
Created attachment 172939 [details]
Patch
Comment 2 EFL EWS Bot 2012-11-08 00:03:00 PST
Comment on attachment 172939 [details]
Patch

Attachment 172939 [details] did not pass efl-ews (efl):
Output: http://queues.webkit.org/results/14759647
Comment 3 Build Bot 2012-11-08 00:08:45 PST
Comment on attachment 172939 [details]
Patch

Attachment 172939 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/14770066
Comment 4 Shinya Kawanaka 2012-11-08 01:02:54 PST
Created attachment 172950 [details]
Patch
Comment 5 EFL EWS Bot 2012-11-08 01:10:54 PST
Comment on attachment 172950 [details]
Patch

Attachment 172950 [details] did not pass efl-ews (efl):
Output: http://queues.webkit.org/results/14682402
Comment 6 Shinya Kawanaka 2012-11-08 01:27:52 PST
efl bot seems insane... That's not from my patch.
Comment 7 Peter Beverloo (cr-android ews) 2012-11-08 01:34:23 PST
Comment on attachment 172950 [details]
Patch

Attachment 172950 [details] did not pass cr-android-ews (chromium-android):
Output: http://queues.webkit.org/results/14760700
Comment 8 Shinya Kawanaka 2012-11-08 01:39:57 PST
Created attachment 172959 [details]
Patch
Comment 9 Shinya Kawanaka 2012-11-08 01:40:16 PST
Try again :-(
Comment 10 Dimitri Glazkov (Google) 2012-11-08 09:07:04 PST
Comment on attachment 172959 [details]
Patch

Ah, I see you were doing that thing I suggested already! Great minds think alike, amirite? :)

Make EWS bubbles happy before landing.
Comment 11 Shinya Kawanaka 2012-11-08 18:31:42 PST
Created attachment 173168 [details]
Patch for landing
Comment 12 Shinya Kawanaka 2012-11-08 18:41:04 PST
Committed r133992: <http://trac.webkit.org/changeset/133992>