Bug 149649

Summary: Web Inspector: Console completion suggestions should include properties on Object (hasOwnProperty, toString, etc)
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Joseph Pecoraro
Reported 2015-09-29 15:36:24 PDT
* SUMMARY Console completion suggestions should include properties on Object (hasOwnProperty, toString, etc). * STEPS TO REPRODUCE 1. js> o = {}; 2. js> o.to| => expected "toString", got nothing * NOTES - Missing completion suggestions include any projects on a bare object ({}).
Attachments
[PATCH] Proposed Fix (3.08 KB, patch)
2015-09-29 15:38 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2015-09-29 15:36:47 PDT
Joseph Pecoraro
Comment 2 2015-09-29 15:38:41 PDT
Created attachment 262115 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 3 2015-09-29 22:59:03 PDT
Comment on attachment 262115 [details] [PATCH] Proposed Fix Clearing flags on attachment: 262115 Committed r190342: <http://trac.webkit.org/changeset/190342>
WebKit Commit Bot
Comment 4 2015-09-29 22:59:06 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.