WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
157328
Create console object lazily
https://bugs.webkit.org/show_bug.cgi?id=157328
Summary
Create console object lazily
Joseph Pecoraro
Reported
2016-05-03 15:51:10 PDT
Create console object lazily. It landed right around the time of the rest of the lazy initialization. This can also be made lazy.
Attachments
[PATCH] Proposed Fix
(2.91 KB, patch)
2016-05-03 15:51 PDT
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
[PATCH] Proposed Fix
(3.40 KB, patch)
2016-05-03 16:05 PDT
,
Joseph Pecoraro
buildbot
: commit-queue-
Details
Formatted Diff
Diff
Archive of layout-test-results from ews101 for mac-yosemite
(912.89 KB, application/zip)
2016-05-03 17:05 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from ews107 for mac-yosemite-wk2
(1009.06 KB, application/zip)
2016-05-03 17:07 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from ews116 for mac-yosemite
(1.65 MB, application/zip)
2016-05-03 17:16 PDT
,
Build Bot
no flags
Details
[PATCH] Proposed Fix
(3.37 KB, patch)
2016-05-04 19:38 PDT
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
Show Obsolete
(5)
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2016-05-03 15:51:46 PDT
Created
attachment 278036
[details]
[PATCH] Proposed Fix
Joseph Pecoraro
Comment 2
2016-05-03 15:52:54 PDT
Comment on
attachment 278036
[details]
[PATCH] Proposed Fix View in context:
https://bugs.webkit.org/attachment.cgi?id=278036&action=review
> Source/JavaScriptCore/runtime/JSGlobalObject.cpp:-637 > - putDirectWithoutTransition(vm, vm.propertyNames->console, ConsoleObject::create(vm, this, ConsoleObject::createStructure(vm, this, m_objectPrototype.get())), DontEnum);
Oo, looks like we can get rid of the CommonIdentifier too.
Joseph Pecoraro
Comment 3
2016-05-03 16:05:55 PDT
Created
attachment 278038
[details]
[PATCH] Proposed Fix
Build Bot
Comment 4
2016-05-03 17:05:23 PDT
Comment on
attachment 278038
[details]
[PATCH] Proposed Fix
Attachment 278038
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.webkit.org/results/1262902
New failing tests: fast/dom/Window/window-lookup-precedence.html plugins/mouse-events.html
Build Bot
Comment 5
2016-05-03 17:05:27 PDT
Created
attachment 278045
[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 6
2016-05-03 17:07:50 PDT
Comment on
attachment 278038
[details]
[PATCH] Proposed Fix
Attachment 278038
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.webkit.org/results/1262904
New failing tests: fast/dom/Window/window-lookup-precedence.html plugins/mouse-events.html
Build Bot
Comment 7
2016-05-03 17:07:53 PDT
Created
attachment 278046
[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
Build Bot
Comment 8
2016-05-03 17:16:26 PDT
Comment on
attachment 278038
[details]
[PATCH] Proposed Fix
Attachment 278038
[details]
did not pass mac-debug-ews (mac): Output:
http://webkit-queues.webkit.org/results/1262898
New failing tests: fast/dom/Window/window-lookup-precedence.html plugins/mouse-events.html
Build Bot
Comment 9
2016-05-03 17:16:29 PDT
Created
attachment 278048
[details]
Archive of layout-test-results from ews116 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews116 Port: mac-yosemite Platform: Mac OS X 10.10.5
Joseph Pecoraro
Comment 10
2016-05-03 18:21:32 PDT
> The attached test failures were seen while running run-webkit-tests on the > mac-debug-ews.
These failures appear to be a legitimate bug with the lazy initialization. Filed
bug 157333
.
Joseph Pecoraro
Comment 11
2016-05-04 19:38:52 PDT
Created
attachment 278153
[details]
[PATCH] Proposed Fix Now that the other issue has been addressed, lets try it again!
Geoffrey Garen
Comment 12
2016-05-05 00:04:35 PDT
Comment on
attachment 278153
[details]
[PATCH] Proposed Fix r=me
WebKit Commit Bot
Comment 13
2016-05-05 00:53:36 PDT
Comment on
attachment 278153
[details]
[PATCH] Proposed Fix Clearing flags on attachment: 278153 Committed
r200452
: <
http://trac.webkit.org/changeset/200452
>
WebKit Commit Bot
Comment 14
2016-05-05 00:53:41 PDT
All reviewed patches have been landed. Closing bug.
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