Bug 85265 - [Shadow DOM] ShadowTree needs a better name
Summary: [Shadow DOM] ShadowTree needs a better name
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hajime Morrita
URL:
Keywords:
Depends on:
Blocks: 85263
  Show dependency treegraph
 
Reported: 2012-04-30 23:17 PDT by Hajime Morrita
Modified: 2012-05-06 23:05 PDT (History)
10 users (show)

See Also:


Attachments
Patch (98.45 KB, patch)
2012-05-01 00:24 PDT, Hajime Morrita
no flags Details | Formatted Diff | Diff
Patch (100.07 KB, patch)
2012-05-06 18:33 PDT, Hajime Morrita
no flags Details | Formatted Diff | Diff
Patch (105.06 KB, patch)
2012-05-06 20:54 PDT, Hajime Morrita
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Morrita 2012-04-30 23:17:59 PDT
This is part of the refactoring series Bug 85263.

ShadowTree is confusing name because it's a stack of tree, not tree itself.
On the other hand, the original intention of the class was that Shadow DOM concept should
be isolated from non-shadow part. This idea has been making sense. What we need is just a good name.
Comment 1 Hajime Morrita 2012-05-01 00:24:21 PDT
Created attachment 139597 [details]
Patch
Comment 2 Gustavo Noronha (kov) 2012-05-01 00:33:36 PDT
Comment on attachment 139597 [details]
Patch

Attachment 139597 [details] did not pass gtk-ews (gtk):
Output: http://queues.webkit.org/results/12581585
Comment 3 Early Warning System Bot 2012-05-01 00:54:03 PDT
Comment on attachment 139597 [details]
Patch

Attachment 139597 [details] did not pass qt-wk2-ews (qt):
Output: http://queues.webkit.org/results/12587504
Comment 4 Build Bot 2012-05-01 00:56:19 PDT
Comment on attachment 139597 [details]
Patch

Attachment 139597 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/12595429
Comment 5 Early Warning System Bot 2012-05-01 00:59:05 PDT
Comment on attachment 139597 [details]
Patch

Attachment 139597 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/12586548
Comment 6 Build Bot 2012-05-01 01:01:58 PDT
Comment on attachment 139597 [details]
Patch

Attachment 139597 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/12590509
Comment 7 WebKit Review Bot 2012-05-01 01:27:18 PDT
Comment on attachment 139597 [details]
Patch

Attachment 139597 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/12598327
Comment 8 Gyuyoung Kim 2012-05-01 06:12:13 PDT
Comment on attachment 139597 [details]
Patch

Attachment 139597 [details] did not pass efl-ews (efl):
Output: http://queues.webkit.org/results/12595486
Comment 9 Dimitri Glazkov (Google) 2012-05-01 09:14:26 PDT
I like new names.
Comment 10 Dimitri Glazkov (Google) 2012-05-01 09:15:12 PDT
Comment on attachment 139597 [details]
Patch

rs=me, but please make it build first.
Comment 11 Hajime Morrita 2012-05-06 18:27:56 PDT
(In reply to comment #10)
> (From update of attachment 139597 [details])
> rs=me, but please make it build first.
gah, what were I doing...
Comment 12 Hajime Morrita 2012-05-06 18:33:22 PDT
Created attachment 140447 [details]
Patch
Comment 13 Build Bot 2012-05-06 19:00:04 PDT
Comment on attachment 140447 [details]
Patch

Attachment 140447 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/12628891
Comment 14 Hajime Morrita 2012-05-06 20:54:54 PDT
Created attachment 140466 [details]
Patch
Comment 15 WebKit Review Bot 2012-05-06 23:05:02 PDT
Comment on attachment 140466 [details]
Patch

Clearing flags on attachment: 140466

Committed r116277: <http://trac.webkit.org/changeset/116277>
Comment 16 WebKit Review Bot 2012-05-06 23:05:09 PDT
All reviewed patches have been landed.  Closing bug.