WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
134331
[ftlopt] Remove unused instantiation of the WithScope structure
https://bugs.webkit.org/show_bug.cgi?id=134331
Summary
[ftlopt] Remove unused instantiation of the WithScope structure
Mark Lam
Reported
2014-06-25 20:52:18 PDT
There should only be one.
Attachments
the patch.
(4.15 KB, patch)
2014-06-25 20:58 PDT
,
Mark Lam
mark.lam
: review-
buildbot
: commit-queue-
Details
Formatted Diff
Diff
Archive of layout-test-results from webkit-ews-03 for mac-mountainlion
(166.34 KB, application/zip)
2014-06-25 22:21 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from webkit-ews-11 for mac-mountainlion-wk2
(416.58 KB, application/zip)
2014-06-26 07:10 PDT
,
Build Bot
no flags
Details
patch 2
(2.34 KB, patch)
2014-06-26 11:59 PDT
,
Mark Lam
oliver
: review+
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Mark Lam
Comment 1
2014-06-25 20:58:44 PDT
Created
attachment 233874
[details]
the patch.
Build Bot
Comment 2
2014-06-25 22:21:05 PDT
Comment on
attachment 233874
[details]
the patch.
Attachment 233874
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.appspot.com/results/5677282639216640
New failing tests: editing/selection/4895428-2.html accessibility/axpress-on-aria-button.html editing/pasteboard/can-read-in-dragstart-event.html editing/selection/4776665.html animations/suspend-resume-animation-events.html animations/fill-mode-forwards2.html editing/execCommand/paste-and-match-style-event.html editing/input/set-value-on-input-and-delete.html accessibility/label-element-press.html accessibility/aria-activedescendant-crash.html css3/flexbox/relayout-image-load.html compositing/regions/video-in-overflow-region.html http/tests/cache/display-image-unset-allows-cached-image-load.html editing/pasteboard/can-read-in-copy-and-cut-events.html editing/execCommand/paste-1.html http/tests/cache/cancel-during-revalidation-succeeded.html editing/spelling/spellcheck-async-remove-frame.html editing/spelling/design-mode-spellcheck-off.html http/tests/cache/post-with-cached-subresources.php accessibility/media-element.html editing/input/set-value-on-input-and-forward-delete.html animations/fill-mode-forwards.html editing/style/iframe-onload-crash-mac.html accessibility/aria-hidden-false-works-in-subtrees.html compositing/iframes/layout-on-compositing-change.html compositing/video/video-poster.html compositing/iframes/iframe-position-absolute-with-padding-percentage-crash.html http/tests/cache/post-redirect-get.php editing/apply-style-iframe-crash.html http/tests/cache/preload-cleared-after-parsing-canceled-by-js.html
Build Bot
Comment 3
2014-06-25 22:21:13 PDT
Created
attachment 233882
[details]
Archive of layout-test-results from webkit-ews-03 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-03 Port: mac-mountainlion Platform: Mac OS X 10.8.5
Build Bot
Comment 4
2014-06-26 07:10:46 PDT
Comment on
attachment 233874
[details]
the patch.
Attachment 233874
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.appspot.com/results/5655709555359744
New failing tests: editing/selection/4895428-2.html compositing/iframes/iframe-position-absolute-with-padding-percentage-crash.html accessibility/axpress-on-aria-button.html editing/pasteboard/can-read-in-dragstart-event.html editing/selection/4776665.html animations/suspend-resume-animation-events.html animations/fill-mode-forwards2.html editing/execCommand/paste-and-match-style-event.html editing/input/set-value-on-input-and-delete.html accessibility/label-element-press.html accessibility/aria-activedescendant-crash.html css3/flexbox/relayout-image-load.html compositing/regions/video-in-overflow-region.html http/tests/cache/display-image-unset-allows-cached-image-load.html editing/pasteboard/can-read-in-copy-and-cut-events.html editing/execCommand/paste-1.html http/tests/cache/cancel-during-revalidation-succeeded.html accessibility/aria-hidden-false-works-in-subtrees.html http/tests/cache/post-with-cached-subresources.php accessibility/media-element.html editing/input/set-value-on-input-and-forward-delete.html animations/fill-mode-forwards.html editing/style/iframe-onload-crash-mac.html editing/execCommand/remove-format-textdecoration-in-iframe.html compositing/iframes/layout-on-compositing-change.html compositing/video/video-poster.html http/tests/cache/reload-main-resource.php http/tests/cache/post-redirect-get.php editing/apply-style-iframe-crash.html http/tests/cache/preload-cleared-after-parsing-canceled-by-js.html
Build Bot
Comment 5
2014-06-26 07:10:53 PDT
Created
attachment 233901
[details]
Archive of layout-test-results from webkit-ews-11 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-11 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.5
Mark Lam
Comment 6
2014-06-26 08:11:12 PDT
Comment on
attachment 233874
[details]
the patch. Will check test failures.
Geoffrey Garen
Comment 7
2014-06-26 10:40:58 PDT
Comment on
attachment 233874
[details]
the patch. I think we need with scope to be per-global-object rather than per-VM so that you can get the global object from the scope. So, the right thing to delete is the per-VM with scope structure.
Mark Lam
Comment 8
2014-06-26 10:43:38 PDT
(In reply to
comment #7
)
> (From update of
attachment 233874
[details]
) > I think we need with scope to be per-global-object rather than per-VM so that you can get the global object from the scope. So, the right thing to delete is the per-VM with scope structure.
Thanks. My debugging and study of the code just got me to the same conclusion. Will fix.
Mark Lam
Comment 9
2014-06-26 11:59:18 PDT
Created
attachment 233920
[details]
patch 2
Mark Lam
Comment 10
2014-06-26 12:23:24 PDT
Thanks. Landed in
r170489
: <
http://trac.webkit.org/r170489
>.
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