Skip to main content

Bug Tracker

Side navigation

#13013 closed bug (notabug)

Opened December 07, 2012 02:06AM UTC

Closed January 09, 2013 03:21AM UTC

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.

Attachments (0)
Change History (6)

Changed December 07, 2012 02:07AM UTC by dmethvin comment:1

component: unfiledmanipulation
milestone: None1.9
priority: undecidedhigh
status: newopen

Changed December 07, 2012 02:14AM UTC by dmethvin comment:2

owner: → dmethvin
status: openassigned

Changed December 07, 2012 02:19AM UTC by Dave Methvin comment:3

resolution: → fixed
status: assignedclosed

Fix #13013. Move jQuery.buildFragment() to compat plugin.

Changeset: 282c044d64e366d1bcb76d7d4f49c54098c6547f

Changed December 07, 2012 08:06PM UTC by dmethvin comment:4

Changed January 09, 2013 03:19AM UTC by dmethvin comment:5

resolution: fixed
status: closedreopened

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.

Changed January 09, 2013 03:21AM UTC by dmethvin comment:6

resolution: → notabug
status: reopenedclosed