Ticket #13013 (closed bug: notabug)
Move jQuery.buildFragment() to compat plugin
| Reported by: | dmethvin | Owned by: | dmethvin |
|---|---|---|---|
| Priority: | high | Milestone: | 1.9 |
| Component: | manipulation | Version: | git |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Paul Ramos stubbed out the frag cache via #11989. Since there are only two calls to jQuery.buildFragment() they can be pulled inline for greater savings.
This is an undocumented internal function it should be safe to remove completely. Meaning, of course, that there are people out there who are using it, so I'll move the stub to the compat plugin.
Change History
comment:1 Changed 6 months ago by dmethvin
- Priority changed from undecided to high
- Status changed from new to open
- Component changed from unfiled to manipulation
- Milestone changed from None to 1.9
comment:2 Changed 6 months ago by dmethvin
- Owner set to dmethvin
- Status changed from open to assigned
comment:3 Changed 6 months ago by Dave Methvin
- Status changed from assigned to closed
- Resolution set to fixed
Fix #13013. Move jQuery.buildFragment() to compat plugin.
Changeset: 282c044d64e366d1bcb76d7d4f49c54098c6547f
comment:4 Changed 6 months ago by dmethvin
Corresponding in jquery-compat is https://github.com/jquery/jquery-compat/commit/2bc9d125898928876b315580a38d8d72fa43e7b0
comment:5 Changed 4 months ago by dmethvin
- Status changed from closed to reopened
- Resolution fixed deleted
This has been superceded by https://github.com/jquery/jquery/commit/c9bf5c5e905ec8c4d29c61f8ddf04d8a40d8e04e (2.0) and https://github.com/jquery/jquery/commit/0ed497b04595eab5beca1441a134761b11fc9b2f (1.9). Instead of deprecating .buildFragment() we brought it back and dumped .clean() instead.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
