Bug 115219

Summary: StaticHashSetNodeList is unnecessary
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, benjamin, commit-queue, eflews.bot, esprehn+autocc, gtk-ews, gyuyoung.kim, gyuyoung.kim, kling, koivisto, rakuco, tonikitoo, webkit-ews, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Cleanup
none
Fixed EFL and Qt builds
none
Fixed Mac build
none
Fixed more builds
none
Fixed Windows build
none
Patch for landing
none
Another fixed Windows build
none
Another GTK+ fix buildbot: commit-queue-

Description Ryosuke Niwa 2013-04-25 21:10:04 PDT
StaticHashSetNodeList is only used for Internals methods and as an intermediate data structure in TouchAdjustments.cpp.
We should get rid of this class.
Comment 2 Ryosuke Niwa 2013-04-25 21:13:42 PDT
Created attachment 199776 [details]
Cleanup
Comment 3 EFL EWS Bot 2013-04-25 21:19:52 PDT
Comment on attachment 199776 [details]
Cleanup

Attachment 199776 [details] did not pass efl-ews (efl):
Output: http://webkit-queues.appspot.com/results/223055
Comment 4 EFL EWS Bot 2013-04-25 21:20:56 PDT
Comment on attachment 199776 [details]
Cleanup

Attachment 199776 [details] did not pass efl-wk2-ews (efl-wk2):
Output: http://webkit-queues.appspot.com/results/165357
Comment 5 Early Warning System Bot 2013-04-25 21:21:20 PDT
Comment on attachment 199776 [details]
Cleanup

Attachment 199776 [details] did not pass qt-ews (qt):
Output: http://webkit-queues.appspot.com/results/200538
Comment 6 Ryosuke Niwa 2013-04-25 21:23:48 PDT
Created attachment 199777 [details]
Fixed EFL and Qt builds
Comment 7 Ryosuke Niwa 2013-04-25 21:42:21 PDT
Created attachment 199779 [details]
Fixed Mac build
Comment 8 Early Warning System Bot 2013-04-25 21:51:37 PDT
Comment on attachment 199779 [details]
Fixed Mac build

Attachment 199779 [details] did not pass qt-ews (qt):
Output: http://webkit-queues.appspot.com/results/59993
Comment 9 Early Warning System Bot 2013-04-25 21:52:04 PDT
Comment on attachment 199779 [details]
Fixed Mac build

Attachment 199779 [details] did not pass qt-wk2-ews (qt-wk2):
Output: http://webkit-queues.appspot.com/results/126286
Comment 10 Build Bot 2013-04-25 22:20:20 PDT
Comment on attachment 199779 [details]
Fixed Mac build

Attachment 199779 [details] did not pass win-ews (win):
Output: http://webkit-queues.appspot.com/results/209054
Comment 11 kov's GTK+ EWS bot 2013-04-25 22:43:35 PDT
Comment on attachment 199779 [details]
Fixed Mac build

Attachment 199779 [details] did not pass gtk-ews (gtk):
Output: http://webkit-queues.appspot.com/results/229013
Comment 12 Ryosuke Niwa 2013-04-26 02:36:46 PDT
Created attachment 199807 [details]
Fixed more builds
Comment 13 Build Bot 2013-04-26 03:00:25 PDT
Comment on attachment 199807 [details]
Fixed more builds

Attachment 199807 [details] did not pass win-ews (win):
Output: http://webkit-queues.appspot.com/results/77516
Comment 14 Ryosuke Niwa 2013-04-26 03:10:01 PDT
Created attachment 199809 [details]
Fixed Windows build
Comment 15 Build Bot 2013-04-26 03:47:31 PDT
Comment on attachment 199809 [details]
Fixed Windows build

Attachment 199809 [details] did not pass win-ews (win):
Output: http://webkit-queues.appspot.com/results/61539
Comment 16 kov's GTK+ EWS bot 2013-04-26 05:48:17 PDT
Comment on attachment 199809 [details]
Fixed Windows build

Attachment 199809 [details] did not pass gtk-ews (gtk):
Output: http://webkit-queues.appspot.com/results/171432
Comment 17 Ryosuke Niwa 2013-04-27 12:37:30 PDT
Created attachment 199907 [details]
Patch for landing
Comment 18 Build Bot 2013-04-27 13:06:09 PDT
Comment on attachment 199907 [details]
Patch for landing

Attachment 199907 [details] did not pass win-ews (win):
Output: http://webkit-queues.appspot.com/results/229023
Comment 19 Ryosuke Niwa 2013-04-27 13:44:47 PDT
Created attachment 199913 [details]
Another fixed Windows build
Comment 20 Ryosuke Niwa 2013-04-27 13:45:10 PDT
Comment on attachment 199913 [details]
Another fixed Windows build

Waiting for EWS to process it.
Comment 21 kov's GTK+ EWS bot 2013-04-27 14:07:58 PDT
Comment on attachment 199913 [details]
Another fixed Windows build

Attachment 199913 [details] did not pass gtk-ews (gtk):
Output: http://webkit-queues.appspot.com/results/240094
Comment 22 Ryosuke Niwa 2013-04-27 14:14:49 PDT
Created attachment 199917 [details]
Another GTK+ fix
Comment 23 Build Bot 2013-04-27 21:48:57 PDT
Comment on attachment 199917 [details]
Another GTK+ fix

Attachment 199917 [details] did not pass win-ews (win):
Output: http://webkit-queues.appspot.com/results/25493
Comment 24 Ryosuke Niwa 2013-04-28 15:20:51 PDT
Committed r149262: <http://trac.webkit.org/changeset/149262>