Bug 149649 - Web Inspector: Console completion suggestions should include properties on Object (hasOwnProperty, toString, etc)
Summary: Web Inspector: Console completion suggestions should include properties on Ob...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: Other
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-09-29 15:36 PDT by Joseph Pecoraro
Modified: 2015-09-29 22:59 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (3.08 KB, patch)
2015-09-29 15:38 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 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 ({}).
Comment 1 Radar WebKit Bug Importer 2015-09-29 15:36:47 PDT
<rdar://problem/22905818>
Comment 2 Joseph Pecoraro 2015-09-29 15:38:41 PDT
Created attachment 262115 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2015-09-29 22:59:06 PDT
All reviewed patches have been landed.  Closing bug.