Bug 147257 - Web Inspector: Add custom parameter lists for new DOM append/prepend/before/after/replaceWith methods
Summary: Web Inspector: Add custom parameter lists for new DOM append/prepend/before/a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2015-07-24 01:04 PDT by Joseph Pecoraro
Modified: 2015-07-24 11:41 PDT (History)
9 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.04 KB, patch)
2015-07-24 01:05 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-07-24 01:04:23 PDT
* SUMMARY
Add custom parameter lists for new DOM append/prepend/before/after/replaceWith methods.

If someone views the Element API for `document.body` it would be nice for them to see something for these new methods.

* STEPS TO REPRODUCE
1. js> dir(document.body)
2. Expand down to the Element Prototype
  => "append", "prepend", etc look like they have no parameters

* NOTES
We are considering just typing `Document` or `api(Document)` to more quickly get you this view without having to expand existing objects. If it was much easier this would be more important.
Comment 1 Joseph Pecoraro 2015-07-24 01:05:03 PDT
Created attachment 257446 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2015-07-24 11:41:03 PDT
Comment on attachment 257446 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 257446

Committed r187350: <http://trac.webkit.org/changeset/187350>
Comment 3 WebKit Commit Bot 2015-07-24 11:41:08 PDT
All reviewed patches have been landed.  Closing bug.