Opened 8 years ago
Closed 8 years ago
#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: | ||
Blocked by: | Blocking: |
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 (6)
comment:1 Changed 8 years ago by
Component: | unfiled → manipulation |
---|---|
Milestone: | None → 1.9 |
Priority: | undecided → high |
Status: | new → open |
comment:2 Changed 8 years ago by
Owner: | set to dmethvin |
---|---|
Status: | open → assigned |
comment:3 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 8 years ago by
Corresponding in jquery-compat is https://github.com/jquery/jquery-compat/commit/2bc9d125898928876b315580a38d8d72fa43e7b0
comment:5 Changed 8 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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.
comment:6 Changed 8 years ago by
Resolution: | → notabug |
---|---|
Status: | reopened → closed |
Fix #13013. Move jQuery.buildFragment() to compat plugin.