RESOLVED FIXED Bug 26237
Web Inspector: Web Workers have no access to console for debugging
https://bugs.webkit.org/show_bug.cgi?id=26237
Summary Web Inspector: Web Workers have no access to console for debugging
Zachary Johnson
Reported 2009-06-06 18:25:59 PDT
The new JavaScript Workers cannot access the console, which kind of brings debugging back to the dark ages.
Attachments
[PATCH] Proposed Fix (24.53 KB, patch)
2016-02-13 01:31 PST, Joseph Pecoraro
timothy: review+
buildbot: commit-queue-
Archive of layout-test-results from ews101 for mac-yosemite (709.51 KB, application/zip)
2016-02-13 02:18 PST, Build Bot
no flags
Archive of layout-test-results from ews107 for mac-yosemite-wk2 (744.57 KB, application/zip)
2016-02-13 02:21 PST, Build Bot
no flags
[PATCH] For Landing (26.66 KB, patch)
2016-02-15 12:35 PST, Joseph Pecoraro
no flags
Paul Irish
Comment 1 2011-12-03 13:31:59 PST
Joseph Pecoraro
Comment 2 2016-02-13 01:28:57 PST
Lets at least get basic support for console.log. There is much to do, but getting just basic `console.log(message)` to work was not hard.
Radar WebKit Bug Importer
Comment 3 2016-02-13 01:29:14 PST
Joseph Pecoraro
Comment 4 2016-02-13 01:31:11 PST
Created attachment 271279 [details] [PATCH] Proposed Fix
Build Bot
Comment 5 2016-02-13 02:18:25 PST
Comment on attachment 271279 [details] [PATCH] Proposed Fix Attachment 271279 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/824883 New failing tests: imported/w3c/web-platform-tests/streams-api/readable-streams/garbage-collection.html
Build Bot
Comment 6 2016-02-13 02:18:28 PST
Created attachment 271280 [details] Archive of layout-test-results from ews101 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews101 Port: mac-yosemite Platform: Mac OS X 10.10.5
Build Bot
Comment 7 2016-02-13 02:21:29 PST
Comment on attachment 271279 [details] [PATCH] Proposed Fix Attachment 271279 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/824887 New failing tests: imported/w3c/web-platform-tests/streams-api/readable-streams/garbage-collection.html
Build Bot
Comment 8 2016-02-13 02:21:31 PST
Created attachment 271281 [details] Archive of layout-test-results from ews107 for mac-yosemite-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews107 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Alexey Proskuryakov
Comment 9 2016-02-13 14:18:21 PST
+CONSOLE MESSAGE: line 37: Tests are running without the ability to do manual garbage collection. They will still work, but coverage will be suboptimal. +CONSOLE MESSAGE: line 37: Tests are running without the ability to do manual garbage collection. They will still work, but coverage will be suboptimal. +CONSOLE MESSAGE: line 37: Tests are running without the ability to do manual garbage collection. They will still work, but coverage will be suboptimal. +CONSOLE MESSAGE: line 37: Tests are running without the ability to do manual garbage collection. They will still work, but coverage will be suboptimal.
Joseph Pecoraro
Comment 10 2016-02-15 12:35:35 PST
Created attachment 271358 [details] [PATCH] For Landing Yep, that test was logging from a worker. Updated its results, and it passed 100 times.
WebKit Commit Bot
Comment 11 2016-02-15 13:23:23 PST
Comment on attachment 271358 [details] [PATCH] For Landing Clearing flags on attachment: 271358 Committed r196594: <http://trac.webkit.org/changeset/196594>
Note You need to log in before you can comment on or make changes to this bug.