WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
196936
Web Inspector: Uncaught Exception: TypeError: null is not an object (evaluating 'this._contentViewContainer.currentContentView.selectionPathComponents')
https://bugs.webkit.org/show_bug.cgi?id=196936
Summary
Web Inspector: Uncaught Exception: TypeError: null is not an object (evaluati...
Devin Rousso
Reported
2019-04-15 14:31:47 PDT
------- Inspected URL:
https://webkit.org/
Loading completed: true Frontend User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Uncaught Exceptions: - TypeError: null is not an object (evaluating 'this._contentViewContainer.currentContentView.selectionPathComponents') (at HeapAllocationsTimelineView.js:218:79) selectionPathComponents @ HeapAllocationsTimelineView.js:218:79 _updateContentViewSelectionPathNavigationItem @ ContentBrowser.js:365:64 _contentViewSelectionPathComponentDidChange @ ContentBrowser.js:485:59 dispatch @ Object.js:165:30 dispatchEventToListeners @ Object.js:180:21 _timelineDataGridSelectedNodeChanged @ TimelineView.js:313:38 dispatch @ Object.js:165:30 dispatchEventToListeners @ Object.js:172:17 select @ DataGridNode.js:568:51 showHeapSnapshotTimelineRecord @ HeapAllocationsTimelineView.js:156:36 selectRecord @ HeapAllocationsTimelineView.js:224:48 _selectRecordInTimelineView @ TimelineRecordingContentView.js:916:42 _recordSelected @ TimelineRecordingContentView.js:775:41 dispatch @ Object.js:165:30 dispatchEventToListeners @ Object.js:172:17 _recordSelected @ TimelineOverview.js:799:38 _handleOverviewGraphRecordSelected @ TimelineOverview.js:760:29 dispatch @ Object.js:165:30 dispatchEventToListeners @ Object.js:172:17 ? @ TimelineOverviewGraph.js:295:42 ------- * STEPS TO REPRODUCE 1. inspect any page 2. go to the Timelines tab 3. enable the JavaScript Allocations timeline 4. take a recording 5. click on one of the [S] heap snapshots in the overview
Attachments
Patch
(4.35 KB, patch)
2019-04-16 00:43 PDT
,
Devin Rousso
joepeck
: review+
joepeck
: commit-queue-
Details
Formatted Diff
Diff
Archive of layout-test-results from ews204 for win-future
(12.83 MB, application/zip)
2019-04-16 04:50 PDT
,
EWS Watchlist
no flags
Details
Patch
(4.35 KB, patch)
2019-04-16 12:23 PDT
,
Devin Rousso
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-04-15 14:32:34 PDT
<
rdar://problem/49917789
>
Devin Rousso
Comment 2
2019-04-16 00:43:35 PDT
Created
attachment 367507
[details]
Patch
EWS Watchlist
Comment 3
2019-04-16 04:50:26 PDT
Comment hidden (obsolete)
Comment on
attachment 367507
[details]
Patch
Attachment 367507
[details]
did not pass win-ews (win): Output:
https://webkit-queues.webkit.org/results/11884358
New failing tests: storage/indexeddb/modern/gc-closes-database.html
EWS Watchlist
Comment 4
2019-04-16 04:50:37 PDT
Comment hidden (obsolete)
Created
attachment 367529
[details]
Archive of layout-test-results from ews204 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews204 Port: win-future Platform: CYGWIN_NT-6.1-2.10.0-0.325-5-3-x86_64-64bit
Joseph Pecoraro
Comment 5
2019-04-16 12:15:14 PDT
Comment on
attachment 367507
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=367507&action=review
r=me
> Source/WebInspectorUI/UserInterface/Views/HeapAllocationsTimelineView.js:198 > + if (this._contentViewContainer.CurrentContentViewDidChange)
Seems like a typo. Maybe for: this._contentViewContainer.currentContentView
Devin Rousso
Comment 6
2019-04-16 12:23:06 PDT
Created
attachment 367555
[details]
Patch
WebKit Commit Bot
Comment 7
2019-04-16 12:53:14 PDT
Comment on
attachment 367555
[details]
Patch Clearing flags on attachment: 367555 Committed
r244354
: <
https://trac.webkit.org/changeset/244354
>
WebKit Commit Bot
Comment 8
2019-04-16 12:53:16 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