<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[46500] branches/4.2: Backporting several bug fixes.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { white-space: pre-line; overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="https://core.trac.wordpress.org/changeset/46500">46500</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"https://core.trac.wordpress.org/changeset/46500","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>whyisjake</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2019-10-14 19:14:31 +0000 (Mon, 14 Oct 2019)</dd>
</dl>

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Backporting several bug fixes.

- Query: Remove the static query property.
- HTTP API: Protect against hex interpretation.
- Filesystem API: Prevent directory travelersals when creating new folders.
- Administration: Ensure that admin referer nonce is valid.
- REST API: Send a Vary: Origin header on GET requests.
- Customizer: Properly sanitize background images.

Backports <a href="https://core.trac.wordpress.org/changeset/46474">[46474]</a>, <a href="https://core.trac.wordpress.org/changeset/46475">[46475]</a>, <a href="https://core.trac.wordpress.org/changeset/46476">[46476]</a>, <a href="https://core.trac.wordpress.org/changeset/46477">[46477]</a>, <a href="https://core.trac.wordpress.org/changeset/46478">[46478]</a>, <a href="https://core.trac.wordpress.org/changeset/46483">[46483]</a>, <a href="https://core.trac.wordpress.org/changeset/46485">[46485]</a> to the 4.2 branch.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#branches42srcwpincludesclasswpphp">branches/4.2/src/wp-includes/class-wp.php</a></li>
<li><a href="#branches42srcwpincludesfunctionsphp">branches/4.2/src/wp-includes/functions.php</a></li>
<li><a href="#branches42srcwpincludeshttpphp">branches/4.2/src/wp-includes/http.php</a></li>
<li><a href="#branches42srcwpincludesjsmediaaudiovideojs">branches/4.2/src/wp-includes/js/media-audiovideo.js</a></li>
<li><a href="#branches42srcwpincludesjsmediagridjs">branches/4.2/src/wp-includes/js/media-grid.js</a></li>
<li><a href="#branches42srcwpincludesjsmediamodelsjs">branches/4.2/src/wp-includes/js/media-models.js</a></li>
<li><a href="#branches42srcwpincludesjsmediaviewsjs">branches/4.2/src/wp-includes/js/media-views.js</a></li>
<li><a href="#branches42srcwpincludespluggablephp">branches/4.2/src/wp-includes/pluggable.php</a></li>
<li><a href="#branches42srcwpincludesqueryphp">branches/4.2/src/wp-includes/query.php</a></li>
<li><a href="#branches42testsphpunittestsauthphp">branches/4.2/tests/phpunit/tests/auth.php</a></li>
</ul>

<h3>Property Changed</h3>
<ul>
<li><a href="#branches42">branches/4.2/</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<span class="cx" style="display: block; padding: 0 10px">Index: branches/4.2
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- branches/4.2 2019-10-14 19:11:50 UTC (rev 46499)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ branches/4.2  2019-10-14 19:14:31 UTC (rev 46500)
</ins><a id="branches42"></a>
<div class="propset"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Property changes: branches/4.2</h4>
<pre class="diff"><span>
</span></pre></div>
<a id="svnmergeinfo"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: svn:mergeinfo</h4></div>
<span class="cx" style="display: block; padding: 0 10px"> /branches/4.8:42478
</span><span class="cx" style="display: block; padding: 0 10px"> /branches/4.9:42434
</span><span class="cx" style="display: block; padding: 0 10px"> /branches/5.0:43988,43994,44014,44017,44047
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/trunk:32322,32326,32342,32570-32571,32776-32778,32780,32852,33124,33142,33257,36083,36435,37058,37124,37340,37651,38524,39645,39659,39759,39765,39772,39795,39807-39808,39831,39850,39956,40148,40160,40169,40183,40195,40241,40255,40257-40259,40267,40269,40271,40400,40538,40604,40677,40692,40704,40716,40723,40736,41072,41393,41395,41398,41457,41470,41483,41496,41522,41662,42056,42119-42120,42258-42261,42424,42433,42892-42893,44021,44048,44842,45936,45971,45997
</del><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/trunk:32322,32326,32342,32570-32571,32776-32778,32780,32852,33124,33142,33257,36083,36435,37058,37124,37340,37651,38524,39645,39659,39759,39765,39772,39795,39807-39808,39831,39850,39956,40148,40160,40169,40183,40195,40241,40255,40257-40259,40267,40269,40271,40400,40538,40604,40677,40692,40704,40716,40723,40736,41072,41393,41395,41398,41457,41470,41483,41496,41522,41662,42056,42119-42120,42258-42261,42424,42433,42892-42893,44021,44048,44842,45936,45971,45997,46474-46478,46483,46485
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="branches42srcwpincludesclasswpphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: branches/4.2/src/wp-includes/class-wp.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/4.2/src/wp-includes/class-wp.php 2019-10-14 19:11:50 UTC (rev 46499)
+++ branches/4.2/src/wp-includes/class-wp.php   2019-10-14 19:14:31 UTC (rev 46500)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -15,7 +15,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">         * @access public
</span><span class="cx" style="display: block; padding: 0 10px">         * @var array
</span><span class="cx" style="display: block; padding: 0 10px">         */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        public $public_query_vars = array('m', 'p', 'posts', 'w', 'cat', 'withcomments', 'withoutcomments', 's', 'search', 'exact', 'sentence', 'calendar', 'page', 'paged', 'more', 'tb', 'pb', 'author', 'order', 'orderby', 'year', 'monthnum', 'day', 'hour', 'minute', 'second', 'name', 'category_name', 'tag', 'feed', 'author_name', 'static', 'pagename', 'page_id', 'error', 'comments_popup', 'attachment', 'attachment_id', 'subpost', 'subpost_id', 'preview', 'robots', 'taxonomy', 'term', 'cpage', 'post_type');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ public $public_query_vars = array( 'm', 'p', 'posts', 'w', 'cat', 'withcomments', 'withoutcomments', 's', 'search', 'exact', 'sentence', 'calendar', 'page', 'paged', 'more', 'tb', 'pb', 'author', 'order', 'orderby', 'year', 'monthnum', 'day', 'hour', 'minute', 'second', 'name', 'category_name', 'tag', 'feed', 'author_name', 'pagename', 'page_id', 'error', 'comments_popup', 'attachment', 'attachment_id', 'subpost', 'subpost_id', 'preview', 'robots', 'taxonomy', 'term', 'cpage', 'post_type', 'embed' );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><span class="cx" style="display: block; padding: 0 10px">         * Private query variables.
</span></span></pre></div>
<a id="branches42srcwpincludesfunctionsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: branches/4.2/src/wp-includes/functions.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/4.2/src/wp-includes/functions.php        2019-10-14 19:11:50 UTC (rev 46499)
+++ branches/4.2/src/wp-includes/functions.php  2019-10-14 19:14:31 UTC (rev 46500)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1496,6 +1496,11 @@
</span><span class="cx" style="display: block; padding: 0 10px">        if ( file_exists( $target ) )
</span><span class="cx" style="display: block; padding: 0 10px">                return @is_dir( $target );
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        // Do not allow path traversals.
+       if ( false !== strpos( $target, '../' ) || false !== strpos( $target, '..' . DIRECTORY_SEPARATOR ) ) {
+               return false;
+       }
+
</ins><span class="cx" style="display: block; padding: 0 10px">         // We need to find the permissions of the parent folder that exists and inherit that.
</span><span class="cx" style="display: block; padding: 0 10px">        $target_parent = dirname( $target );
</span><span class="cx" style="display: block; padding: 0 10px">        while ( '.' != $target_parent && ! is_dir( $target_parent ) ) {
</span></span></pre></div>
<a id="branches42srcwpincludeshttpphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: branches/4.2/src/wp-includes/http.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/4.2/src/wp-includes/http.php     2019-10-14 19:11:50 UTC (rev 46499)
+++ branches/4.2/src/wp-includes/http.php       2019-10-14 19:14:31 UTC (rev 46500)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -470,8 +470,9 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        $ip = $host;
</span><span class="cx" style="display: block; padding: 0 10px">                } else {
</span><span class="cx" style="display: block; padding: 0 10px">                        $ip = gethostbyname( $host );
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        if ( $ip === $host ) // Error condition for gethostbyname()
-                               $ip = false;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 if ( $ip === $host ) { // Error condition for gethostbyname()
+                               return false;
+                       }
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px">                if ( $ip ) {
</span><span class="cx" style="display: block; padding: 0 10px">                        $parts = array_map( 'intval', explode( '.', $ip ) );
</span></span></pre></div>
<a id="branches42srcwpincludesjsmediaaudiovideojs"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: branches/4.2/src/wp-includes/js/media-audiovideo.js</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/4.2/src/wp-includes/js/media-audiovideo.js       2019-10-14 19:11:50 UTC (rev 46499)
+++ branches/4.2/src/wp-includes/js/media-audiovideo.js 2019-10-14 19:14:31 UTC (rev 46500)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,4 +1,72 @@
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/******/ (function(modules) { // webpackBootstrap
+/******/       // The module cache
+/******/       var installedModules = {};
+/******/
+/******/       // The require function
+/******/       function __webpack_require__(moduleId) {
+/******/
+/******/               // Check if module is in cache
+/******/               if(installedModules[moduleId]) {
+/******/                       return installedModules[moduleId].exports;
+/******/               }
+/******/               // Create a new module (and put it into the cache)
+/******/               var module = installedModules[moduleId] = {
+/******/                       i: moduleId,
+/******/                       l: false,
+/******/                       exports: {}
+/******/               };
+/******/
+/******/               // Execute the module function
+/******/               modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
+/******/
+/******/               // Flag the module as loaded
+/******/               module.l = true;
+/******/
+/******/               // Return the exports of the module
+/******/               return module.exports;
+/******/       }
+/******/
+/******/
+/******/       // expose the modules object (__webpack_modules__)
+/******/       __webpack_require__.m = modules;
+/******/
+/******/       // expose the module cache
+/******/       __webpack_require__.c = installedModules;
+/******/
+/******/       // define getter function for harmony exports
+/******/       __webpack_require__.d = function(exports, name, getter) {
+/******/               if(!__webpack_require__.o(exports, name)) {
+/******/                       Object.defineProperty(exports, name, {
+/******/                               configurable: false,
+/******/                               enumerable: true,
+/******/                               get: getter
+/******/                       });
+/******/               }
+/******/       };
+/******/
+/******/       // getDefaultExport function for compatibility with non-harmony modules
+/******/       __webpack_require__.n = function(module) {
+/******/               var getter = module && module.__esModule ?
+/******/                       function getDefault() { return module['default']; } :
+/******/                       function getModuleExports() { return module; };
+/******/               __webpack_require__.d(getter, 'a', getter);
+/******/               return getter;
+/******/       };
+/******/
+/******/       // Object.prototype.hasOwnProperty.call
+/******/       __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
+/******/
+/******/       // __webpack_public_path__
+/******/       __webpack_require__.p = "";
+/******/
+/******/       // Load entry module and return exports
+/******/       return __webpack_require__(__webpack_require__.s = 0);
+/******/ })
+/************************************************************************/
+/******/ ([
+/* 0 */
+/***/ (function(module, exports, __webpack_require__) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, _ */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> var media = wp.media,
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -207,87 +275,21 @@
</span><span class="cx" style="display: block; padding: 0 10px">        }
</span><span class="cx" style="display: block; padding: 0 10px"> };
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-media.model.PostMedia = require( './models/post-media.js' );
-media.controller.AudioDetails = require( './controllers/audio-details.js' );
-media.controller.VideoDetails = require( './controllers/video-details.js' );
-media.view.MediaFrame.MediaDetails = require( './views/frame/media-details.js' );
-media.view.MediaFrame.AudioDetails = require( './views/frame/audio-details.js' );
-media.view.MediaFrame.VideoDetails = require( './views/frame/video-details.js' );
-media.view.MediaDetails = require( './views/media-details.js' );
-media.view.AudioDetails = require( './views/audio-details.js' );
-media.view.VideoDetails = require( './views/video-details.js' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+media.model.PostMedia = __webpack_require__( 1 );
+media.controller.AudioDetails = __webpack_require__( 2 );
+media.controller.VideoDetails = __webpack_require__( 3 );
+media.view.MediaFrame.MediaDetails = __webpack_require__( 4 );
+media.view.MediaFrame.AudioDetails = __webpack_require__( 5 );
+media.view.MediaFrame.VideoDetails = __webpack_require__( 6 );
+media.view.MediaDetails = __webpack_require__( 7 );
+media.view.AudioDetails = __webpack_require__( 8 );
+media.view.VideoDetails = __webpack_require__( 9 );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{"./controllers/audio-details.js":2,"./controllers/video-details.js":3,"./models/post-media.js":4,"./views/audio-details.js":5,"./views/frame/audio-details.js":6,"./views/frame/media-details.js":7,"./views/frame/video-details.js":8,"./views/media-details.js":9,"./views/video-details.js":10}],2:[function(require,module,exports){
-/*globals wp */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/**
- * wp.media.controller.AudioDetails
- *
- * The controller for the Audio Details state
- *
- * @class
- * @augments wp.media.controller.State
- * @augments Backbone.Model
- */
-var State = wp.media.controller.State,
-       l10n = wp.media.view.l10n,
-       AudioDetails;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 1 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-AudioDetails = State.extend({
-       defaults: {
-               id: 'audio-details',
-               toolbar: 'audio-details',
-               title: l10n.audioDetailsTitle,
-               content: 'audio-details',
-               menu: 'audio-details',
-               router: false,
-               priority: 60
-       },
-
-       initialize: function( options ) {
-               this.media = options.media;
-               State.prototype.initialize.apply( this, arguments );
-       }
-});
-
-module.exports = AudioDetails;
-
-},{}],3:[function(require,module,exports){
-/*globals wp */
-
-/**
- * wp.media.controller.VideoDetails
- *
- * The controller for the Video Details state
- *
- * @class
- * @augments wp.media.controller.State
- * @augments Backbone.Model
- */
-var State = wp.media.controller.State,
-       l10n = wp.media.view.l10n,
-       VideoDetails;
-
-VideoDetails = State.extend({
-       defaults: {
-               id: 'video-details',
-               toolbar: 'video-details',
-               title: l10n.videoDetailsTitle,
-               content: 'video-details',
-               menu: 'video-details',
-               router: false,
-               priority: 60
-       },
-
-       initialize: function( options ) {
-               this.media = options.media;
-               State.prototype.initialize.apply( this, arguments );
-       }
-});
-
-module.exports = VideoDetails;
-
-},{}],4:[function(require,module,exports){
</del><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, Backbone, _ */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -331,125 +333,89 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = PostMedia;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],5:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 2 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.AudioDetails
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.controller.AudioDetails
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * The controller for the Audio Details state
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.view.MediaDetails
- * @augments wp.media.view.Settings.AttachmentDisplay
- * @augments wp.media.view.Settings
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.controller.State
+ * @augments Backbone.Model
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var MediaDetails = wp.media.view.MediaDetails,
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var State = wp.media.controller.State,
+       l10n = wp.media.view.l10n,
</ins><span class="cx" style="display: block; padding: 0 10px">         AudioDetails;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-AudioDetails = MediaDetails.extend({
-       className: 'audio-details',
-       template:  wp.template('audio-details'),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+AudioDetails = State.extend({
+       defaults: {
+               id: 'audio-details',
+               toolbar: 'audio-details',
+               title: l10n.audioDetailsTitle,
+               content: 'audio-details',
+               menu: 'audio-details',
+               router: false,
+               priority: 60
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        setMedia: function() {
-               var audio = this.$('.wp-audio-shortcode');
-
-               if ( audio.find( 'source' ).length ) {
-                       if ( audio.is(':hidden') ) {
-                               audio.show();
-                       }
-                       this.media = MediaDetails.prepareSrc( audio.get(0) );
-               } else {
-                       audio.hide();
-                       this.media = false;
-               }
-
-               return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ initialize: function( options ) {
+               this.media = options.media;
+               State.prototype.initialize.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = AudioDetails;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],6:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 3 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.MediaFrame.AudioDetails
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.controller.VideoDetails
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * The controller for the Video Details state
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.view.MediaFrame.MediaDetails
- * @augments wp.media.view.MediaFrame.Select
- * @augments wp.media.view.MediaFrame
- * @augments wp.media.view.Frame
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- * @mixes wp.media.controller.StateMachine
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.controller.State
+ * @augments Backbone.Model
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var MediaDetails = wp.media.view.MediaFrame.MediaDetails,
-       MediaLibrary = wp.media.controller.MediaLibrary,
-
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var State = wp.media.controller.State,
</ins><span class="cx" style="display: block; padding: 0 10px">         l10n = wp.media.view.l10n,
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        AudioDetails;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ VideoDetails;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-AudioDetails = MediaDetails.extend({
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+VideoDetails = State.extend({
</ins><span class="cx" style="display: block; padding: 0 10px">         defaults: {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                id:      'audio',
-               url:     '',
-               menu:    'audio-details',
-               content: 'audio-details',
-               toolbar: 'audio-details',
-               type:    'link',
-               title:    l10n.audioDetailsTitle,
-               priority: 120
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         id: 'video-details',
+               toolbar: 'video-details',
+               title: l10n.videoDetailsTitle,
+               content: 'video-details',
+               menu: 'video-details',
+               router: false,
+               priority: 60
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        initialize: function( options ) {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                options.DetailsView = wp.media.view.AudioDetails;
-               options.cancelText = l10n.audioDetailsCancel;
-               options.addText = l10n.audioAddSourceTitle;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.media = options.media;
+               State.prototype.initialize.apply( this, arguments );
+       }
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                MediaDetails.prototype.initialize.call( this, options );
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = VideoDetails;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        bindHandlers: function() {
-               MediaDetails.prototype.bindHandlers.apply( this, arguments );
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.on( 'toolbar:render:replace-audio', this.renderReplaceToolbar, this );
-               this.on( 'toolbar:render:add-audio-source', this.renderAddSourceToolbar, this );
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 4 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        createStates: function() {
-               this.states.add([
-                       new wp.media.controller.AudioDetails( {
-                               media: this.media
-                       } ),
-
-                       new MediaLibrary( {
-                               type: 'audio',
-                               id: 'replace-audio',
-                               title: l10n.audioReplaceTitle,
-                               toolbar: 'replace-audio',
-                               media: this.media,
-                               menu: 'audio-details'
-                       } ),
-
-                       new MediaLibrary( {
-                               type: 'audio',
-                               id: 'add-audio-source',
-                               title: l10n.audioAddSourceTitle,
-                               toolbar: 'add-audio-source',
-                               media: this.media,
-                               menu: false
-                       } )
-               ]);
-       }
-});
-
-module.exports = AudioDetails;
-
-},{}],7:[function(require,module,exports){
</del><span class="cx" style="display: block; padding: 0 10px"> /*globals wp */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -581,7 +547,93 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = MediaDetails;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],8:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 5 */
+/***/ (function(module, exports) {
+
+/*globals wp */
+
+/**
+ * wp.media.view.MediaFrame.AudioDetails
+ *
+ * @class
+ * @augments wp.media.view.MediaFrame.MediaDetails
+ * @augments wp.media.view.MediaFrame.Select
+ * @augments wp.media.view.MediaFrame
+ * @augments wp.media.view.Frame
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ * @mixes wp.media.controller.StateMachine
+ */
+var MediaDetails = wp.media.view.MediaFrame.MediaDetails,
+       MediaLibrary = wp.media.controller.MediaLibrary,
+
+       l10n = wp.media.view.l10n,
+       AudioDetails;
+
+AudioDetails = MediaDetails.extend({
+       defaults: {
+               id:      'audio',
+               url:     '',
+               menu:    'audio-details',
+               content: 'audio-details',
+               toolbar: 'audio-details',
+               type:    'link',
+               title:    l10n.audioDetailsTitle,
+               priority: 120
+       },
+
+       initialize: function( options ) {
+               options.DetailsView = wp.media.view.AudioDetails;
+               options.cancelText = l10n.audioDetailsCancel;
+               options.addText = l10n.audioAddSourceTitle;
+
+               MediaDetails.prototype.initialize.call( this, options );
+       },
+
+       bindHandlers: function() {
+               MediaDetails.prototype.bindHandlers.apply( this, arguments );
+
+               this.on( 'toolbar:render:replace-audio', this.renderReplaceToolbar, this );
+               this.on( 'toolbar:render:add-audio-source', this.renderAddSourceToolbar, this );
+       },
+
+       createStates: function() {
+               this.states.add([
+                       new wp.media.controller.AudioDetails( {
+                               media: this.media
+                       } ),
+
+                       new MediaLibrary( {
+                               type: 'audio',
+                               id: 'replace-audio',
+                               title: l10n.audioReplaceTitle,
+                               toolbar: 'replace-audio',
+                               media: this.media,
+                               menu: 'audio-details'
+                       } ),
+
+                       new MediaLibrary( {
+                               type: 'audio',
+                               id: 'add-audio-source',
+                               title: l10n.audioAddSourceTitle,
+                               toolbar: 'add-audio-source',
+                               media: this.media,
+                               menu: false
+                       } )
+               ]);
+       }
+});
+
+module.exports = AudioDetails;
+
+
+/***/ }),
+/* 6 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, _ */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -718,7 +770,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = VideoDetails;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],9:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 7 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*global wp, jQuery, _, MediaElementPlayer */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -886,10 +942,58 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = MediaDetails;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],10:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 8 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.AudioDetails
+ *
+ * @class
+ * @augments wp.media.view.MediaDetails
+ * @augments wp.media.view.Settings.AttachmentDisplay
+ * @augments wp.media.view.Settings
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var MediaDetails = wp.media.view.MediaDetails,
+       AudioDetails;
+
+AudioDetails = MediaDetails.extend({
+       className: 'audio-details',
+       template:  wp.template('audio-details'),
+
+       setMedia: function() {
+               var audio = this.$('.wp-audio-shortcode');
+
+               if ( audio.find( 'source' ).length ) {
+                       if ( audio.is(':hidden') ) {
+                               audio.show();
+                       }
+                       this.media = MediaDetails.prepareSrc( audio.get(0) );
+               } else {
+                       audio.hide();
+                       this.media = false;
+               }
+
+               return this;
+       }
+});
+
+module.exports = AudioDetails;
+
+
+/***/ }),
+/* 9 */
+/***/ (function(module, exports) {
+
+/*globals wp */
+
+/**
</ins><span class="cx" style="display: block; padding: 0 10px">  * wp.media.view.VideoDetails
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -931,4 +1035,6 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = VideoDetails;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}]},{},[1]);
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ })
+/******/ ]);
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of file
</span></span></pre></div>
<a id="branches42srcwpincludesjsmediagridjs"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: branches/4.2/src/wp-includes/js/media-grid.js</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/4.2/src/wp-includes/js/media-grid.js     2019-10-14 19:11:50 UTC (rev 46499)
+++ branches/4.2/src/wp-includes/js/media-grid.js       2019-10-14 19:14:31 UTC (rev 46500)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,6 +1,103 @@
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/******/ (function(modules) { // webpackBootstrap
+/******/       // The module cache
+/******/       var installedModules = {};
+/******/
+/******/       // The require function
+/******/       function __webpack_require__(moduleId) {
+/******/
+/******/               // Check if module is in cache
+/******/               if(installedModules[moduleId]) {
+/******/                       return installedModules[moduleId].exports;
+/******/               }
+/******/               // Create a new module (and put it into the cache)
+/******/               var module = installedModules[moduleId] = {
+/******/                       i: moduleId,
+/******/                       l: false,
+/******/                       exports: {}
+/******/               };
+/******/
+/******/               // Execute the module function
+/******/               modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
+/******/
+/******/               // Flag the module as loaded
+/******/               module.l = true;
+/******/
+/******/               // Return the exports of the module
+/******/               return module.exports;
+/******/       }
+/******/
+/******/
+/******/       // expose the modules object (__webpack_modules__)
+/******/       __webpack_require__.m = modules;
+/******/
+/******/       // expose the module cache
+/******/       __webpack_require__.c = installedModules;
+/******/
+/******/       // define getter function for harmony exports
+/******/       __webpack_require__.d = function(exports, name, getter) {
+/******/               if(!__webpack_require__.o(exports, name)) {
+/******/                       Object.defineProperty(exports, name, {
+/******/                               configurable: false,
+/******/                               enumerable: true,
+/******/                               get: getter
+/******/                       });
+/******/               }
+/******/       };
+/******/
+/******/       // getDefaultExport function for compatibility with non-harmony modules
+/******/       __webpack_require__.n = function(module) {
+/******/               var getter = module && module.__esModule ?
+/******/                       function getDefault() { return module['default']; } :
+/******/                       function getModuleExports() { return module; };
+/******/               __webpack_require__.d(getter, 'a', getter);
+/******/               return getter;
+/******/       };
+/******/
+/******/       // Object.prototype.hasOwnProperty.call
+/******/       __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
+/******/
+/******/       // __webpack_public_path__
+/******/       __webpack_require__.p = "";
+/******/
+/******/       // Load entry module and return exports
+/******/       return __webpack_require__(__webpack_require__.s = 10);
+/******/ })
+/************************************************************************/
+/******/ ([
+/* 0 */,
+/* 1 */,
+/* 2 */,
+/* 3 */,
+/* 4 */,
+/* 5 */,
+/* 6 */,
+/* 7 */,
+/* 8 */,
+/* 9 */,
+/* 10 */
+/***/ (function(module, exports, __webpack_require__) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var media = wp.media;
+
+media.controller.EditAttachmentMetadata = __webpack_require__( 11 );
+media.view.MediaFrame.Manage = __webpack_require__( 12 );
+media.view.Attachment.Details.TwoColumn = __webpack_require__( 13 );
+media.view.MediaFrame.Manage.Router = __webpack_require__( 14 );
+media.view.EditImage.Details = __webpack_require__( 15 );
+media.view.MediaFrame.EditAttachments = __webpack_require__( 16 );
+media.view.SelectModeToggleButton = __webpack_require__( 17 );
+media.view.DeleteSelectedButton = __webpack_require__( 18 );
+media.view.DeleteSelectedPermanentlyButton = __webpack_require__( 19 );
+
+
+/***/ }),
+/* 11 */
+/***/ (function(module, exports) {
+
+/*globals wp */
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px">  * wp.media.controller.EditAttachmentMetadata
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -28,72 +125,285 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = EditAttachmentMetadata;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],2:[function(require,module,exports){
-/*globals wp */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var media = wp.media;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 12 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-media.controller.EditAttachmentMetadata = require( './controllers/edit-attachment-metadata.js' );
-media.view.MediaFrame.Manage = require( './views/frame/manage.js' );
-media.view.Attachment.Details.TwoColumn = require( './views/attachment/details-two-column.js' );
-media.view.MediaFrame.Manage.Router = require( './routers/manage.js' );
-media.view.EditImage.Details = require( './views/edit-image-details.js' );
-media.view.MediaFrame.EditAttachments = require( './views/frame/edit-attachments.js' );
-media.view.SelectModeToggleButton = require( './views/button/select-mode-toggle.js' );
-media.view.DeleteSelectedButton = require( './views/button/delete-selected.js' );
-media.view.DeleteSelectedPermanentlyButton = require( './views/button/delete-selected-permanently.js' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp, _, Backbone */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{"./controllers/edit-attachment-metadata.js":1,"./routers/manage.js":3,"./views/attachment/details-two-column.js":4,"./views/button/delete-selected-permanently.js":5,"./views/button/delete-selected.js":6,"./views/button/select-mode-toggle.js":7,"./views/edit-image-details.js":8,"./views/frame/edit-attachments.js":9,"./views/frame/manage.js":10}],3:[function(require,module,exports){
-/*globals wp, Backbone */
-
</del><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.MediaFrame.Manage.Router
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.MediaFrame.Manage
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * A router for handling the browser history and application state.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * A generic management frame workflow.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Used in the media grid view.
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments Backbone.Router
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.view.MediaFrame
+ * @augments wp.media.view.Frame
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ * @mixes wp.media.controller.StateMachine
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var Router = Backbone.Router.extend({
-       routes: {
-               'upload.php?item=:slug':    'showItem',
-               'upload.php?search=:query': 'search'
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var MediaFrame = wp.media.view.MediaFrame,
+       Library = wp.media.controller.Library,
+
+       $ = Backbone.$,
+       Manage;
+
+Manage = MediaFrame.extend({
+       /**
+        * @global wp.Uploader
+        */
+       initialize: function() {
+               _.defaults( this.options, {
+                       title:     '',
+                       modal:     false,
+                       selection: [],
+                       library:   {}, // Options hash for the query to the media library.
+                       multiple:  'add',
+                       state:     'library',
+                       uploader:  true,
+                       mode:      [ 'grid', 'edit' ]
+               });
+
+               this.$body = $( document.body );
+               this.$window = $( window );
+               this.$adminBar = $( '#wpadminbar' );
+               this.$window.on( 'scroll resize', _.debounce( _.bind( this.fixPosition, this ), 15 ) );
+               $( document ).on( 'click', '.add-new-h2', _.bind( this.addNewClickHandler, this ) );
+
+               // Ensure core and media grid view UI is enabled.
+               this.$el.addClass('wp-core-ui');
+
+               // Force the uploader off if the upload limit has been exceeded or
+               // if the browser isn't supported.
+               if ( wp.Uploader.limitExceeded || ! wp.Uploader.browser.supported ) {
+                       this.options.uploader = false;
+               }
+
+               // Initialize a window-wide uploader.
+               if ( this.options.uploader ) {
+                       this.uploader = new wp.media.view.UploaderWindow({
+                               controller: this,
+                               uploader: {
+                                       dropzone:  document.body,
+                                       container: document.body
+                               }
+                       }).render();
+                       this.uploader.ready();
+                       $('body').append( this.uploader.el );
+
+                       this.options.uploader = false;
+               }
+
+               this.gridRouter = new wp.media.view.MediaFrame.Manage.Router();
+
+               // Call 'initialize' directly on the parent class.
+               MediaFrame.prototype.initialize.apply( this, arguments );
+
+               // Append the frame view directly the supplied container.
+               this.$el.appendTo( this.options.container );
+
+               this.createStates();
+               this.bindRegionModeHandlers();
+               this.render();
+               this.bindSearchHandler();
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        // Map routes against the page URL
-       baseUrl: function( url ) {
-               return 'upload.php' + url;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ bindSearchHandler: function() {
+               var search = this.$( '#media-search-input' ),
+                       currentSearch = this.options.container.data( 'search' ),
+                       searchView = this.browserView.toolbar.get( 'search' ).$el,
+                       listMode = this.$( '.view-list' ),
+
+                       input  = _.debounce( function (e) {
+                               var val = $( e.currentTarget ).val(),
+                                       url = '';
+
+                               if ( val ) {
+                                       url += '?search=' + val;
+                               }
+                               this.gridRouter.navigate( this.gridRouter.baseUrl( url ) );
+                       }, 1000 );
+
+               // Update the URL when entering search string (at most once per second)
+               search.on( 'input', _.bind( input, this ) );
+               searchView.val( currentSearch ).trigger( 'input' );
+
+               this.gridRouter.on( 'route:search', function () {
+                       var href = window.location.href;
+                       if ( href.indexOf( 'mode=' ) > -1 ) {
+                               href = href.replace( /mode=[^&]+/g, 'mode=list' );
+                       } else {
+                               href += href.indexOf( '?' ) > -1 ? '&mode=list' : '?mode=list';
+                       }
+                       href = href.replace( 'search=', 's=' );
+                       listMode.prop( 'href', href );
+               } );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        // Respond to the search route by filling the search field and trigggering the input event
-       search: function( query ) {
-               jQuery( '#media-search-input' ).val( query ).trigger( 'input' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * Create the default states for the frame.
+        */
+       createStates: function() {
+               var options = this.options;
+
+               if ( this.options.states ) {
+                       return;
+               }
+
+               // Add the default states.
+               this.states.add([
+                       new Library({
+                               library:            wp.media.query( options.library ),
+                               multiple:           options.multiple,
+                               title:              options.title,
+                               content:            'browse',
+                               toolbar:            'select',
+                               contentUserSetting: false,
+                               filterable:         'all',
+                               autoSelect:         false
+                       })
+               ]);
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        // Show the modal with a specific item
-       showItem: function( query ) {
-               var media = wp.media,
-                       library = media.frame.state().get('library'),
-                       item;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * Bind region mode activation events to proper handlers.
+        */
+       bindRegionModeHandlers: function() {
+               this.on( 'content:create:browse', this.browseContent, this );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Trigger the media frame to open the correct item
-               item = library.findWhere( { id: parseInt( query, 10 ) } );
-               if ( item ) {
-                       media.frame.trigger( 'edit:attachment', item );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Handle a frame-level event for editing an attachment.
+               this.on( 'edit:attachment', this.openEditAttachmentModal, this );
+
+               this.on( 'select:activate', this.bindKeydown, this );
+               this.on( 'select:deactivate', this.unbindKeydown, this );
+       },
+
+       handleKeydown: function( e ) {
+               if ( 27 === e.which ) {
+                       e.preventDefault();
+                       this.deactivateMode( 'select' ).activateMode( 'edit' );
+               }
+       },
+
+       bindKeydown: function() {
+               this.$body.on( 'keydown.select', _.bind( this.handleKeydown, this ) );
+       },
+
+       unbindKeydown: function() {
+               this.$body.off( 'keydown.select' );
+       },
+
+       fixPosition: function() {
+               var $browser, $toolbar;
+               if ( ! this.isModeActive( 'select' ) ) {
+                       return;
+               }
+
+               $browser = this.$('.attachments-browser');
+               $toolbar = $browser.find('.media-toolbar');
+
+               // Offset doesn't appear to take top margin into account, hence +16
+               if ( ( $browser.offset().top + 16 ) < this.$window.scrollTop() + this.$adminBar.height() ) {
+                       $browser.addClass( 'fixed' );
+                       $toolbar.css('width', $browser.width() + 'px');
</ins><span class="cx" style="display: block; padding: 0 10px">                 } else {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        item = media.attachment( query );
-                       media.frame.listenTo( item, 'change', function( model ) {
-                               media.frame.stopListening( item );
-                               media.frame.trigger( 'edit:attachment', model );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 $browser.removeClass( 'fixed' );
+                       $toolbar.css('width', '');
+               }
+       },
+
+       /**
+        * Click handler for the `Add New` button.
+        */
+       addNewClickHandler: function( event ) {
+               event.preventDefault();
+               this.trigger( 'toggle:upload:attachment' );
+       },
+
+       /**
+        * Open the Edit Attachment modal.
+        */
+       openEditAttachmentModal: function( model ) {
+               // Create a new EditAttachment frame, passing along the library and the attachment model.
+               wp.media( {
+                       frame:       'edit-attachments',
+                       controller:  this,
+                       library:     this.state().get('library'),
+                       model:       model
+               } );
+       },
+
+       /**
+        * Create an attachments browser view within the content region.
+        *
+        * @param {Object} contentRegion Basic object with a `view` property, which
+        *                               should be set with the proper region view.
+        * @this wp.media.controller.Region
+        */
+       browseContent: function( contentRegion ) {
+               var state = this.state();
+
+               // Browse our library of attachments.
+               this.browserView = contentRegion.view = new wp.media.view.AttachmentsBrowser({
+                       controller: this,
+                       collection: state.get('library'),
+                       selection:  state.get('selection'),
+                       model:      state,
+                       sortable:   state.get('sortable'),
+                       search:     state.get('searchable'),
+                       filters:    state.get('filterable'),
+                       date:       state.get('date'),
+                       display:    state.get('displaySettings'),
+                       dragInfo:   state.get('dragInfo'),
+                       sidebar:    'errors',
+
+                       suggestedWidth:  state.get('suggestedWidth'),
+                       suggestedHeight: state.get('suggestedHeight'),
+
+                       AttachmentView: state.get('AttachmentView'),
+
+                       scrollElement: document
+               });
+               this.browserView.on( 'ready', _.bind( this.bindDeferred, this ) );
+
+               this.errors = wp.Uploader.errors;
+               this.errors.on( 'add remove reset', this.sidebarVisibility, this );
+       },
+
+       sidebarVisibility: function() {
+               this.browserView.$( '.media-sidebar' ).toggle( !! this.errors.length );
+       },
+
+       bindDeferred: function() {
+               if ( ! this.browserView.dfd ) {
+                       return;
+               }
+               this.browserView.dfd.done( _.bind( this.startHistory, this ) );
+       },
+
+       startHistory: function() {
+               // Verify pushState support and activate
+               if ( window.history && window.history.pushState ) {
+                       Backbone.history.start( {
+                               root: window._wpMediaGridSettings.adminUrl,
+                               pushState: true
</ins><span class="cx" style="display: block; padding: 0 10px">                         } );
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        item.fetch();
</del><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px">        }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Router;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = Manage;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],4:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 13 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -138,177 +448,65 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = TwoColumn;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],5:[function(require,module,exports){
-/*globals wp */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/**
- * wp.media.view.DeleteSelectedPermanentlyButton
- *
- * When MEDIA_TRASH is true, a button that handles bulk Delete Permanently logic
- *
- * @class
- * @augments wp.media.view.DeleteSelectedButton
- * @augments wp.media.view.Button
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var Button = wp.media.view.Button,
-       DeleteSelected = wp.media.view.DeleteSelectedButton,
-       DeleteSelectedPermanently;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 14 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-DeleteSelectedPermanently = DeleteSelected.extend({
-       initialize: function() {
-               DeleteSelected.prototype.initialize.apply( this, arguments );
-               this.listenTo( this.controller, 'select:activate', this.selectActivate );
-               this.listenTo( this.controller, 'select:deactivate', this.selectDeactivate );
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp, Backbone */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        filterChange: function( model ) {
-               this.canShow = ( 'trash' === model.get( 'status' ) );
-       },
-
-       selectActivate: function() {
-               this.toggleDisabled();
-               this.$el.toggleClass( 'hidden', ! this.canShow );
-       },
-
-       selectDeactivate: function() {
-               this.toggleDisabled();
-               this.$el.addClass( 'hidden' );
-       },
-
-       render: function() {
-               Button.prototype.render.apply( this, arguments );
-               this.selectActivate();
-               return this;
-       }
-});
-
-module.exports = DeleteSelectedPermanently;
-
-},{}],6:[function(require,module,exports){
-/*globals wp */
-
</del><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.DeleteSelectedButton
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.MediaFrame.Manage.Router
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * A button that handles bulk Delete/Trash logic
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * A router for handling the browser history and application state.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.view.Button
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments Backbone.Router
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var Button = wp.media.view.Button,
-       l10n = wp.media.view.l10n,
-       DeleteSelected;
-
-DeleteSelected = Button.extend({
-       initialize: function() {
-               Button.prototype.initialize.apply( this, arguments );
-               if ( this.options.filters ) {
-                       this.listenTo( this.options.filters.model, 'change', this.filterChange );
-               }
-               this.listenTo( this.controller, 'selection:toggle', this.toggleDisabled );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var Router = Backbone.Router.extend({
+       routes: {
+               'upload.php?item=:slug':    'showItem',
+               'upload.php?search=:query': 'search'
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        filterChange: function( model ) {
-               if ( 'trash' === model.get( 'status' ) ) {
-                       this.model.set( 'text', l10n.untrashSelected );
-               } else if ( wp.media.view.settings.mediaTrash ) {
-                       this.model.set( 'text', l10n.trashSelected );
-               } else {
-                       this.model.set( 'text', l10n.deleteSelected );
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ // Map routes against the page URL
+       baseUrl: function( url ) {
+               return 'upload.php' + url;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        toggleDisabled: function() {
-               this.model.set( 'disabled', ! this.controller.state().get( 'selection' ).length );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ // Respond to the search route by filling the search field and trigggering the input event
+       search: function( query ) {
+               jQuery( '#media-search-input' ).val( query ).trigger( 'input' );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        render: function() {
-               Button.prototype.render.apply( this, arguments );
-               if ( this.controller.isModeActive( 'select' ) ) {
-                       this.$el.addClass( 'delete-selected-button' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ // Show the modal with a specific item
+       showItem: function( query ) {
+               var media = wp.media,
+                       library = media.frame.state().get('library'),
+                       item;
+
+               // Trigger the media frame to open the correct item
+               item = library.findWhere( { id: parseInt( query, 10 ) } );
+               if ( item ) {
+                       media.frame.trigger( 'edit:attachment', item );
</ins><span class="cx" style="display: block; padding: 0 10px">                 } else {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        this.$el.addClass( 'delete-selected-button hidden' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 item = media.attachment( query );
+                       media.frame.listenTo( item, 'change', function( model ) {
+                               media.frame.stopListening( item );
+                               media.frame.trigger( 'edit:attachment', model );
+                       } );
+                       item.fetch();
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.toggleDisabled();
-               return this;
</del><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = DeleteSelected;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = Router;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],7:[function(require,module,exports){
-/*globals wp */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/**
- * wp.media.view.SelectModeToggleButton
- *
- * @class
- * @augments wp.media.view.Button
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var Button = wp.media.view.Button,
-       l10n = wp.media.view.l10n,
-       SelectModeToggle;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 15 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-SelectModeToggle = Button.extend({
-       initialize: function() {
-               Button.prototype.initialize.apply( this, arguments );
-               this.listenTo( this.controller, 'select:activate select:deactivate', this.toggleBulkEditHandler );
-               this.listenTo( this.controller, 'selection:action:done', this.back );
-       },
-
-       back: function () {
-               this.controller.deactivateMode( 'select' ).activateMode( 'edit' );
-       },
-
-       click: function() {
-               Button.prototype.click.apply( this, arguments );
-               if ( this.controller.isModeActive( 'select' ) ) {
-                       this.back();
-               } else {
-                       this.controller.deactivateMode( 'edit' ).activateMode( 'select' );
-               }
-       },
-
-       render: function() {
-               Button.prototype.render.apply( this, arguments );
-               this.$el.addClass( 'select-mode-toggle-button' );
-               return this;
-       },
-
-       toggleBulkEditHandler: function() {
-               var toolbar = this.controller.content.get().toolbar, children;
-
-               children = toolbar.$( '.media-toolbar-secondary > *, .media-toolbar-primary > *' );
-
-               // TODO: the Frame should be doing all of this.
-               if ( this.controller.isModeActive( 'select' ) ) {
-                       this.model.set( 'text', l10n.cancelSelection );
-                       children.not( '.media-button' ).hide();
-                       this.$el.show();
-                       toolbar.$( '.delete-selected-button' ).removeClass( 'hidden' );
-               } else {
-                       this.model.set( 'text', l10n.bulkSelect );
-                       this.controller.content.get().$el.removeClass( 'fixed' );
-                       toolbar.$el.css( 'width', '' );
-                       toolbar.$( '.delete-selected-button' ).addClass( 'hidden' );
-                       children.not( '.spinner, .media-button' ).show();
-                       this.controller.state().get( 'selection' ).reset();
-               }
-       }
-});
-
-module.exports = SelectModeToggle;
-
-},{}],8:[function(require,module,exports){
</del><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, _ */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -345,7 +543,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = Details;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],9:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 16 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, _, jQuery */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -590,274 +792,188 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = EditAttachments;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],10:[function(require,module,exports){
-/*globals wp, _, Backbone */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 17 */
+/***/ (function(module, exports) {
+
+/*globals wp */
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.MediaFrame.Manage
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.SelectModeToggleButton
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * A generic management frame workflow.
- *
- * Used in the media grid view.
- *
</del><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.view.MediaFrame
- * @augments wp.media.view.Frame
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.view.Button
</ins><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @mixes wp.media.controller.StateMachine
</del><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var MediaFrame = wp.media.view.MediaFrame,
-       Library = wp.media.controller.Library,
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var Button = wp.media.view.Button,
+       l10n = wp.media.view.l10n,
+       SelectModeToggle;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        $ = Backbone.$,
-       Manage;
-
-Manage = MediaFrame.extend({
-       /**
-        * @global wp.Uploader
-        */
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+SelectModeToggle = Button.extend({
</ins><span class="cx" style="display: block; padding: 0 10px">         initialize: function() {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                _.defaults( this.options, {
-                       title:     '',
-                       modal:     false,
-                       selection: [],
-                       library:   {}, // Options hash for the query to the media library.
-                       multiple:  'add',
-                       state:     'library',
-                       uploader:  true,
-                       mode:      [ 'grid', 'edit' ]
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         Button.prototype.initialize.apply( this, arguments );
+               this.listenTo( this.controller, 'select:activate select:deactivate', this.toggleBulkEditHandler );
+               this.listenTo( this.controller, 'selection:action:done', this.back );
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.$body = $( document.body );
-               this.$window = $( window );
-               this.$adminBar = $( '#wpadminbar' );
-               this.$window.on( 'scroll resize', _.debounce( _.bind( this.fixPosition, this ), 15 ) );
-               $( document ).on( 'click', '.add-new-h2', _.bind( this.addNewClickHandler, this ) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ back: function () {
+               this.controller.deactivateMode( 'select' ).activateMode( 'edit' );
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Ensure core and media grid view UI is enabled.
-               this.$el.addClass('wp-core-ui');
-
-               // Force the uploader off if the upload limit has been exceeded or
-               // if the browser isn't supported.
-               if ( wp.Uploader.limitExceeded || ! wp.Uploader.browser.supported ) {
-                       this.options.uploader = false;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ click: function() {
+               Button.prototype.click.apply( this, arguments );
+               if ( this.controller.isModeActive( 'select' ) ) {
+                       this.back();
+               } else {
+                       this.controller.deactivateMode( 'edit' ).activateMode( 'select' );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Initialize a window-wide uploader.
-               if ( this.options.uploader ) {
-                       this.uploader = new wp.media.view.UploaderWindow({
-                               controller: this,
-                               uploader: {
-                                       dropzone:  document.body,
-                                       container: document.body
-                               }
-                       }).render();
-                       this.uploader.ready();
-                       $('body').append( this.uploader.el );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ render: function() {
+               Button.prototype.render.apply( this, arguments );
+               this.$el.addClass( 'select-mode-toggle-button' );
+               return this;
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        this.options.uploader = false;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ toggleBulkEditHandler: function() {
+               var toolbar = this.controller.content.get().toolbar, children;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.gridRouter = new wp.media.view.MediaFrame.Manage.Router();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         children = toolbar.$( '.media-toolbar-secondary > *, .media-toolbar-primary > *' );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Call 'initialize' directly on the parent class.
-               MediaFrame.prototype.initialize.apply( this, arguments );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // TODO: the Frame should be doing all of this.
+               if ( this.controller.isModeActive( 'select' ) ) {
+                       this.model.set( 'text', l10n.cancelSelection );
+                       children.not( '.media-button' ).hide();
+                       this.$el.show();
+                       toolbar.$( '.delete-selected-button' ).removeClass( 'hidden' );
+               } else {
+                       this.model.set( 'text', l10n.bulkSelect );
+                       this.controller.content.get().$el.removeClass( 'fixed' );
+                       toolbar.$el.css( 'width', '' );
+                       toolbar.$( '.delete-selected-button' ).addClass( 'hidden' );
+                       children.not( '.spinner, .media-button' ).show();
+                       this.controller.state().get( 'selection' ).reset();
+               }
+       }
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Append the frame view directly the supplied container.
-               this.$el.appendTo( this.options.container );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = SelectModeToggle;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.createStates();
-               this.bindRegionModeHandlers();
-               this.render();
-               this.bindSearchHandler();
-       },
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        bindSearchHandler: function() {
-               var search = this.$( '#media-search-input' ),
-                       currentSearch = this.options.container.data( 'search' ),
-                       searchView = this.browserView.toolbar.get( 'search' ).$el,
-                       listMode = this.$( '.view-list' ),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 18 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        input  = _.debounce( function (e) {
-                               var val = $( e.currentTarget ).val(),
-                                       url = '';
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                if ( val ) {
-                                       url += '?search=' + val;
-                               }
-                               this.gridRouter.navigate( this.gridRouter.baseUrl( url ) );
-                       }, 1000 );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/**
+ * wp.media.view.DeleteSelectedButton
+ *
+ * A button that handles bulk Delete/Trash logic
+ *
+ * @class
+ * @augments wp.media.view.Button
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var Button = wp.media.view.Button,
+       l10n = wp.media.view.l10n,
+       DeleteSelected;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Update the URL when entering search string (at most once per second)
-               search.on( 'input', _.bind( input, this ) );
-               searchView.val( currentSearch ).trigger( 'input' );
-
-               this.gridRouter.on( 'route:search', function () {
-                       var href = window.location.href;
-                       if ( href.indexOf( 'mode=' ) > -1 ) {
-                               href = href.replace( /mode=[^&]+/g, 'mode=list' );
-                       } else {
-                               href += href.indexOf( '?' ) > -1 ? '&mode=list' : '?mode=list';
-                       }
-                       href = href.replace( 'search=', 's=' );
-                       listMode.prop( 'href', href );
-               } );
-       },
-
-       /**
-        * Create the default states for the frame.
-        */
-       createStates: function() {
-               var options = this.options;
-
-               if ( this.options.states ) {
-                       return;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+DeleteSelected = Button.extend({
+       initialize: function() {
+               Button.prototype.initialize.apply( this, arguments );
+               if ( this.options.filters ) {
+                       this.listenTo( this.options.filters.model, 'change', this.filterChange );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
-               // Add the default states.
-               this.states.add([
-                       new Library({
-                               library:            wp.media.query( options.library ),
-                               multiple:           options.multiple,
-                               title:              options.title,
-                               content:            'browse',
-                               toolbar:            'select',
-                               contentUserSetting: false,
-                               filterable:         'all',
-                               autoSelect:         false
-                       })
-               ]);
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.listenTo( this.controller, 'selection:toggle', this.toggleDisabled );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * Bind region mode activation events to proper handlers.
-        */
-       bindRegionModeHandlers: function() {
-               this.on( 'content:create:browse', this.browseContent, this );
-
-               // Handle a frame-level event for editing an attachment.
-               this.on( 'edit:attachment', this.openEditAttachmentModal, this );
-
-               this.on( 'select:activate', this.bindKeydown, this );
-               this.on( 'select:deactivate', this.unbindKeydown, this );
-       },
-
-       handleKeydown: function( e ) {
-               if ( 27 === e.which ) {
-                       e.preventDefault();
-                       this.deactivateMode( 'select' ).activateMode( 'edit' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ filterChange: function( model ) {
+               if ( 'trash' === model.get( 'status' ) ) {
+                       this.model.set( 'text', l10n.untrashSelected );
+               } else if ( wp.media.view.settings.mediaTrash ) {
+                       this.model.set( 'text', l10n.trashSelected );
+               } else {
+                       this.model.set( 'text', l10n.deleteSelected );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px">        },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        bindKeydown: function() {
-               this.$body.on( 'keydown.select', _.bind( this.handleKeydown, this ) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ toggleDisabled: function() {
+               this.model.set( 'disabled', ! this.controller.state().get( 'selection' ).length );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        unbindKeydown: function() {
-               this.$body.off( 'keydown.select' );
-       },
-
-       fixPosition: function() {
-               var $browser, $toolbar;
-               if ( ! this.isModeActive( 'select' ) ) {
-                       return;
-               }
-
-               $browser = this.$('.attachments-browser');
-               $toolbar = $browser.find('.media-toolbar');
-
-               // Offset doesn't appear to take top margin into account, hence +16
-               if ( ( $browser.offset().top + 16 ) < this.$window.scrollTop() + this.$adminBar.height() ) {
-                       $browser.addClass( 'fixed' );
-                       $toolbar.css('width', $browser.width() + 'px');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ render: function() {
+               Button.prototype.render.apply( this, arguments );
+               if ( this.controller.isModeActive( 'select' ) ) {
+                       this.$el.addClass( 'delete-selected-button' );
</ins><span class="cx" style="display: block; padding: 0 10px">                 } else {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        $browser.removeClass( 'fixed' );
-                       $toolbar.css('width', '');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 this.$el.addClass( 'delete-selected-button hidden' );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.toggleDisabled();
+               return this;
+       }
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * Click handler for the `Add New` button.
-        */
-       addNewClickHandler: function( event ) {
-               event.preventDefault();
-               this.trigger( 'toggle:upload:attachment' );
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = DeleteSelected;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * Open the Edit Attachment modal.
-        */
-       openEditAttachmentModal: function( model ) {
-               // Create a new EditAttachment frame, passing along the library and the attachment model.
-               wp.media( {
-                       frame:       'edit-attachments',
-                       controller:  this,
-                       library:     this.state().get('library'),
-                       model:       model
-               } );
-       },
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * Create an attachments browser view within the content region.
-        *
-        * @param {Object} contentRegion Basic object with a `view` property, which
-        *                               should be set with the proper region view.
-        * @this wp.media.controller.Region
-        */
-       browseContent: function( contentRegion ) {
-               var state = this.state();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 19 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Browse our library of attachments.
-               this.browserView = contentRegion.view = new wp.media.view.AttachmentsBrowser({
-                       controller: this,
-                       collection: state.get('library'),
-                       selection:  state.get('selection'),
-                       model:      state,
-                       sortable:   state.get('sortable'),
-                       search:     state.get('searchable'),
-                       filters:    state.get('filterable'),
-                       date:       state.get('date'),
-                       display:    state.get('displaySettings'),
-                       dragInfo:   state.get('dragInfo'),
-                       sidebar:    'errors',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        suggestedWidth:  state.get('suggestedWidth'),
-                       suggestedHeight: state.get('suggestedHeight'),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/**
+ * wp.media.view.DeleteSelectedPermanentlyButton
+ *
+ * When MEDIA_TRASH is true, a button that handles bulk Delete Permanently logic
+ *
+ * @class
+ * @augments wp.media.view.DeleteSelectedButton
+ * @augments wp.media.view.Button
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var Button = wp.media.view.Button,
+       DeleteSelected = wp.media.view.DeleteSelectedButton,
+       DeleteSelectedPermanently;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        AttachmentView: state.get('AttachmentView'),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+DeleteSelectedPermanently = DeleteSelected.extend({
+       initialize: function() {
+               DeleteSelected.prototype.initialize.apply( this, arguments );
+               this.listenTo( this.controller, 'select:activate', this.selectActivate );
+               this.listenTo( this.controller, 'select:deactivate', this.selectDeactivate );
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        scrollElement: document
-               });
-               this.browserView.on( 'ready', _.bind( this.bindDeferred, this ) );
-
-               this.errors = wp.Uploader.errors;
-               this.errors.on( 'add remove reset', this.sidebarVisibility, this );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ filterChange: function( model ) {
+               this.canShow = ( 'trash' === model.get( 'status' ) );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        sidebarVisibility: function() {
-               this.browserView.$( '.media-sidebar' ).toggle( !! this.errors.length );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ selectActivate: function() {
+               this.toggleDisabled();
+               this.$el.toggleClass( 'hidden', ! this.canShow );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        bindDeferred: function() {
-               if ( ! this.browserView.dfd ) {
-                       return;
-               }
-               this.browserView.dfd.done( _.bind( this.startHistory, this ) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ selectDeactivate: function() {
+               this.toggleDisabled();
+               this.$el.addClass( 'hidden' );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        startHistory: function() {
-               // Verify pushState support and activate
-               if ( window.history && window.history.pushState ) {
-                       Backbone.history.start( {
-                               root: window._wpMediaGridSettings.adminUrl,
-                               pushState: true
-                       } );
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ render: function() {
+               Button.prototype.render.apply( this, arguments );
+               this.selectActivate();
+               return this;
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Manage;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = DeleteSelectedPermanently;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}]},{},[2]);
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ })
+/******/ ]);
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of file
</span></span></pre></div>
<a id="branches42srcwpincludesjsmediamodelsjs"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: branches/4.2/src/wp-includes/js/media-models.js</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/4.2/src/wp-includes/js/media-models.js   2019-10-14 19:11:50 UTC (rev 46499)
+++ branches/4.2/src/wp-includes/js/media-models.js     2019-10-14 19:14:31 UTC (rev 46500)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,4 +1,73 @@
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/******/ (function(modules) { // webpackBootstrap
+/******/       // The module cache
+/******/       var installedModules = {};
+/******/
+/******/       // The require function
+/******/       function __webpack_require__(moduleId) {
+/******/
+/******/               // Check if module is in cache
+/******/               if(installedModules[moduleId]) {
+/******/                       return installedModules[moduleId].exports;
+/******/               }
+/******/               // Create a new module (and put it into the cache)
+/******/               var module = installedModules[moduleId] = {
+/******/                       i: moduleId,
+/******/                       l: false,
+/******/                       exports: {}
+/******/               };
+/******/
+/******/               // Execute the module function
+/******/               modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
+/******/
+/******/               // Flag the module as loaded
+/******/               module.l = true;
+/******/
+/******/               // Return the exports of the module
+/******/               return module.exports;
+/******/       }
+/******/
+/******/
+/******/       // expose the modules object (__webpack_modules__)
+/******/       __webpack_require__.m = modules;
+/******/
+/******/       // expose the module cache
+/******/       __webpack_require__.c = installedModules;
+/******/
+/******/       // define getter function for harmony exports
+/******/       __webpack_require__.d = function(exports, name, getter) {
+/******/               if(!__webpack_require__.o(exports, name)) {
+/******/                       Object.defineProperty(exports, name, {
+/******/                               configurable: false,
+/******/                               enumerable: true,
+/******/                               get: getter
+/******/                       });
+/******/               }
+/******/       };
+/******/
+/******/       // getDefaultExport function for compatibility with non-harmony modules
+/******/       __webpack_require__.n = function(module) {
+/******/               var getter = module && module.__esModule ?
+/******/                       function getDefault() { return module['default']; } :
+/******/                       function getModuleExports() { return module; };
+/******/               __webpack_require__.d(getter, 'a', getter);
+/******/               return getter;
+/******/       };
+/******/
+/******/       // Object.prototype.hasOwnProperty.call
+/******/       __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
+/******/
+/******/       // __webpack_public_path__
+/******/       __webpack_require__.p = "";
+/******/
+/******/       // Load entry module and return exports
+/******/       return __webpack_require__(__webpack_require__.s = 20);
+/******/ })
+/************************************************************************/
+/******/ ({
+
+/***/ 20:
+/***/ (function(module, exports, __webpack_require__) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, _, jQuery */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> var $ = jQuery,
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -58,12 +127,12 @@
</span><span class="cx" style="display: block; padding: 0 10px"> media.model.settings = l10n.settings || {};
</span><span class="cx" style="display: block; padding: 0 10px"> delete l10n.settings;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Attachment = media.model.Attachment = require( './models/attachment.js' );
-Attachments = media.model.Attachments = require( './models/attachments.js' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Attachment = media.model.Attachment = __webpack_require__( 21 );
+Attachments = media.model.Attachments = __webpack_require__( 22 );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-media.model.Query = require( './models/query.js' );
-media.model.PostImage = require( './models/post-image.js' );
-media.model.Selection = require( './models/selection.js' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+media.model.Query = __webpack_require__( 23 );
+media.model.PostImage = __webpack_require__( 24 );
+media.model.Selection = __webpack_require__( 25 );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px">  * ========================================================================
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -231,7 +300,12 @@
</span><span class="cx" style="display: block; padding: 0 10px">        window.wp = null;
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{"./models/attachment.js":2,"./models/attachments.js":3,"./models/post-image.js":4,"./models/query.js":5,"./models/selection.js":6}],2:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+
+/***/ 21:
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, _, Backbone */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -401,7 +475,12 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = Attachment;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],3:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+
+/***/ 22:
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, _, Backbone */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -935,163 +1014,12 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = Attachments;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],4:[function(require,module,exports){
-/*globals Backbone */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/**
- * wp.media.model.PostImage
- *
- * An instance of an image that's been embedded into a post.
- *
- * Used in the embedded image attachment display settings modal - @see wp.media.view.MediaFrame.ImageDetails.
- *
- * @class
- * @augments Backbone.Model
- *
- * @param {int} [attributes]               Initial model attributes.
- * @param {int} [attributes.attachment_id] ID of the attachment.
- **/
-var PostImage = Backbone.Model.extend({
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        initialize: function( attributes ) {
-               var Attachment = wp.media.model.Attachment;
-               this.attachment = false;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ 23:
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( attributes.attachment_id ) {
-                       this.attachment = Attachment.get( attributes.attachment_id );
-                       if ( this.attachment.get( 'url' ) ) {
-                               this.dfd = jQuery.Deferred();
-                               this.dfd.resolve();
-                       } else {
-                               this.dfd = this.attachment.fetch();
-                       }
-                       this.bindAttachmentListeners();
-               }
-
-               // keep url in sync with changes to the type of link
-               this.on( 'change:link', this.updateLinkUrl, this );
-               this.on( 'change:size', this.updateSize, this );
-
-               this.setLinkTypeFromUrl();
-               this.setAspectRatio();
-
-               this.set( 'originalUrl', attributes.url );
-       },
-
-       bindAttachmentListeners: function() {
-               this.listenTo( this.attachment, 'sync', this.setLinkTypeFromUrl );
-               this.listenTo( this.attachment, 'sync', this.setAspectRatio );
-               this.listenTo( this.attachment, 'change', this.updateSize );
-       },
-
-       changeAttachment: function( attachment, props ) {
-               this.stopListening( this.attachment );
-               this.attachment = attachment;
-               this.bindAttachmentListeners();
-
-               this.set( 'attachment_id', this.attachment.get( 'id' ) );
-               this.set( 'caption', this.attachment.get( 'caption' ) );
-               this.set( 'alt', this.attachment.get( 'alt' ) );
-               this.set( 'size', props.get( 'size' ) );
-               this.set( 'align', props.get( 'align' ) );
-               this.set( 'link', props.get( 'link' ) );
-               this.updateLinkUrl();
-               this.updateSize();
-       },
-
-       setLinkTypeFromUrl: function() {
-               var linkUrl = this.get( 'linkUrl' ),
-                       type;
-
-               if ( ! linkUrl ) {
-                       this.set( 'link', 'none' );
-                       return;
-               }
-
-               // default to custom if there is a linkUrl
-               type = 'custom';
-
-               if ( this.attachment ) {
-                       if ( this.attachment.get( 'url' ) === linkUrl ) {
-                               type = 'file';
-                       } else if ( this.attachment.get( 'link' ) === linkUrl ) {
-                               type = 'post';
-                       }
-               } else {
-                       if ( this.get( 'url' ) === linkUrl ) {
-                               type = 'file';
-                       }
-               }
-
-               this.set( 'link', type );
-       },
-
-       updateLinkUrl: function() {
-               var link = this.get( 'link' ),
-                       url;
-
-               switch( link ) {
-                       case 'file':
-                               if ( this.attachment ) {
-                                       url = this.attachment.get( 'url' );
-                               } else {
-                                       url = this.get( 'url' );
-                               }
-                               this.set( 'linkUrl', url );
-                               break;
-                       case 'post':
-                               this.set( 'linkUrl', this.attachment.get( 'link' ) );
-                               break;
-                       case 'none':
-                               this.set( 'linkUrl', '' );
-                               break;
-               }
-       },
-
-       updateSize: function() {
-               var size;
-
-               if ( ! this.attachment ) {
-                       return;
-               }
-
-               if ( this.get( 'size' ) === 'custom' ) {
-                       this.set( 'width', this.get( 'customWidth' ) );
-                       this.set( 'height', this.get( 'customHeight' ) );
-                       this.set( 'url', this.get( 'originalUrl' ) );
-                       return;
-               }
-
-               size = this.attachment.get( 'sizes' )[ this.get( 'size' ) ];
-
-               if ( ! size ) {
-                       return;
-               }
-
-               this.set( 'url', size.url );
-               this.set( 'width', size.width );
-               this.set( 'height', size.height );
-       },
-
-       setAspectRatio: function() {
-               var full;
-
-               if ( this.attachment && this.attachment.get( 'sizes' ) ) {
-                       full = this.attachment.get( 'sizes' ).full;
-
-                       if ( full ) {
-                               this.set( 'aspectRatio', full.width / full.height );
-                               return;
-                       }
-               }
-
-               this.set( 'aspectRatio', this.get( 'customWidth' ) / this.get( 'customHeight' ) );
-       }
-});
-
-module.exports = PostImage;
-
-},{}],5:[function(require,module,exports){
</del><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, _ */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1401,7 +1329,173 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = Query;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],6:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+
+/***/ 24:
+/***/ (function(module, exports) {
+
+/*globals Backbone */
+
+/**
+ * wp.media.model.PostImage
+ *
+ * An instance of an image that's been embedded into a post.
+ *
+ * Used in the embedded image attachment display settings modal - @see wp.media.view.MediaFrame.ImageDetails.
+ *
+ * @class
+ * @augments Backbone.Model
+ *
+ * @param {int} [attributes]               Initial model attributes.
+ * @param {int} [attributes.attachment_id] ID of the attachment.
+ **/
+var PostImage = Backbone.Model.extend({
+
+       initialize: function( attributes ) {
+               var Attachment = wp.media.model.Attachment;
+               this.attachment = false;
+
+               if ( attributes.attachment_id ) {
+                       this.attachment = Attachment.get( attributes.attachment_id );
+                       if ( this.attachment.get( 'url' ) ) {
+                               this.dfd = jQuery.Deferred();
+                               this.dfd.resolve();
+                       } else {
+                               this.dfd = this.attachment.fetch();
+                       }
+                       this.bindAttachmentListeners();
+               }
+
+               // keep url in sync with changes to the type of link
+               this.on( 'change:link', this.updateLinkUrl, this );
+               this.on( 'change:size', this.updateSize, this );
+
+               this.setLinkTypeFromUrl();
+               this.setAspectRatio();
+
+               this.set( 'originalUrl', attributes.url );
+       },
+
+       bindAttachmentListeners: function() {
+               this.listenTo( this.attachment, 'sync', this.setLinkTypeFromUrl );
+               this.listenTo( this.attachment, 'sync', this.setAspectRatio );
+               this.listenTo( this.attachment, 'change', this.updateSize );
+       },
+
+       changeAttachment: function( attachment, props ) {
+               this.stopListening( this.attachment );
+               this.attachment = attachment;
+               this.bindAttachmentListeners();
+
+               this.set( 'attachment_id', this.attachment.get( 'id' ) );
+               this.set( 'caption', this.attachment.get( 'caption' ) );
+               this.set( 'alt', this.attachment.get( 'alt' ) );
+               this.set( 'size', props.get( 'size' ) );
+               this.set( 'align', props.get( 'align' ) );
+               this.set( 'link', props.get( 'link' ) );
+               this.updateLinkUrl();
+               this.updateSize();
+       },
+
+       setLinkTypeFromUrl: function() {
+               var linkUrl = this.get( 'linkUrl' ),
+                       type;
+
+               if ( ! linkUrl ) {
+                       this.set( 'link', 'none' );
+                       return;
+               }
+
+               // default to custom if there is a linkUrl
+               type = 'custom';
+
+               if ( this.attachment ) {
+                       if ( this.attachment.get( 'url' ) === linkUrl ) {
+                               type = 'file';
+                       } else if ( this.attachment.get( 'link' ) === linkUrl ) {
+                               type = 'post';
+                       }
+               } else {
+                       if ( this.get( 'url' ) === linkUrl ) {
+                               type = 'file';
+                       }
+               }
+
+               this.set( 'link', type );
+       },
+
+       updateLinkUrl: function() {
+               var link = this.get( 'link' ),
+                       url;
+
+               switch( link ) {
+                       case 'file':
+                               if ( this.attachment ) {
+                                       url = this.attachment.get( 'url' );
+                               } else {
+                                       url = this.get( 'url' );
+                               }
+                               this.set( 'linkUrl', url );
+                               break;
+                       case 'post':
+                               this.set( 'linkUrl', this.attachment.get( 'link' ) );
+                               break;
+                       case 'none':
+                               this.set( 'linkUrl', '' );
+                               break;
+               }
+       },
+
+       updateSize: function() {
+               var size;
+
+               if ( ! this.attachment ) {
+                       return;
+               }
+
+               if ( this.get( 'size' ) === 'custom' ) {
+                       this.set( 'width', this.get( 'customWidth' ) );
+                       this.set( 'height', this.get( 'customHeight' ) );
+                       this.set( 'url', this.get( 'originalUrl' ) );
+                       return;
+               }
+
+               size = this.attachment.get( 'sizes' )[ this.get( 'size' ) ];
+
+               if ( ! size ) {
+                       return;
+               }
+
+               this.set( 'url', size.url );
+               this.set( 'width', size.width );
+               this.set( 'height', size.height );
+       },
+
+       setAspectRatio: function() {
+               var full;
+
+               if ( this.attachment && this.attachment.get( 'sizes' ) ) {
+                       full = this.attachment.get( 'sizes' ).full;
+
+                       if ( full ) {
+                               this.set( 'aspectRatio', full.width / full.height );
+                               return;
+                       }
+               }
+
+               this.set( 'aspectRatio', this.get( 'customWidth' ) / this.get( 'customHeight' ) );
+       }
+});
+
+module.exports = PostImage;
+
+
+/***/ }),
+
+/***/ 25:
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, _ */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1500,4 +1594,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = Selection;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}]},{},[1]);
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ })
+
+/******/ });
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of file
</span></span></pre></div>
<a id="branches42srcwpincludesjsmediaviewsjs"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: branches/4.2/src/wp-includes/js/media-views.js</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/4.2/src/wp-includes/js/media-views.js    2019-10-14 19:11:50 UTC (rev 46499)
+++ branches/4.2/src/wp-includes/js/media-views.js      2019-10-14 19:14:31 UTC (rev 46500)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,1356 +1,225 @@
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
-/*globals wp, _ */
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/******/ (function(modules) { // webpackBootstrap
+/******/       // The module cache
+/******/       var installedModules = {};
+/******/
+/******/       // The require function
+/******/       function __webpack_require__(moduleId) {
+/******/
+/******/               // Check if module is in cache
+/******/               if(installedModules[moduleId]) {
+/******/                       return installedModules[moduleId].exports;
+/******/               }
+/******/               // Create a new module (and put it into the cache)
+/******/               var module = installedModules[moduleId] = {
+/******/                       i: moduleId,
+/******/                       l: false,
+/******/                       exports: {}
+/******/               };
+/******/
+/******/               // Execute the module function
+/******/               modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
+/******/
+/******/               // Flag the module as loaded
+/******/               module.l = true;
+/******/
+/******/               // Return the exports of the module
+/******/               return module.exports;
+/******/       }
+/******/
+/******/
+/******/       // expose the modules object (__webpack_modules__)
+/******/       __webpack_require__.m = modules;
+/******/
+/******/       // expose the module cache
+/******/       __webpack_require__.c = installedModules;
+/******/
+/******/       // define getter function for harmony exports
+/******/       __webpack_require__.d = function(exports, name, getter) {
+/******/               if(!__webpack_require__.o(exports, name)) {
+/******/                       Object.defineProperty(exports, name, {
+/******/                               configurable: false,
+/******/                               enumerable: true,
+/******/                               get: getter
+/******/                       });
+/******/               }
+/******/       };
+/******/
+/******/       // getDefaultExport function for compatibility with non-harmony modules
+/******/       __webpack_require__.n = function(module) {
+/******/               var getter = module && module.__esModule ?
+/******/                       function getDefault() { return module['default']; } :
+/******/                       function getModuleExports() { return module; };
+/******/               __webpack_require__.d(getter, 'a', getter);
+/******/               return getter;
+/******/       };
+/******/
+/******/       // Object.prototype.hasOwnProperty.call
+/******/       __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
+/******/
+/******/       // __webpack_public_path__
+/******/       __webpack_require__.p = "";
+/******/
+/******/       // Load entry module and return exports
+/******/       return __webpack_require__(__webpack_require__.s = 26);
+/******/ })
+/************************************************************************/
+/******/ (Array(26).concat([
+/* 26 */
+/***/ (function(module, exports, __webpack_require__) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/**
- * wp.media.controller.CollectionAdd
- *
- * A state for adding attachments to a collection (e.g. video playlist).
- *
- * @class
- * @augments wp.media.controller.Library
- * @augments wp.media.controller.State
- * @augments Backbone.Model
- *
- * @param {object}                     [attributes]                         The attributes hash passed to the state.
- * @param {string}                     [attributes.id=library]      Unique identifier.
- * @param {string}                     attributes.title                    Title for the state. Displays in the frame's title region.
- * @param {boolean}                    [attributes.multiple=add]            Whether multi-select is enabled. @todo 'add' doesn't seem do anything special, and gets used as a boolean.
- * @param {wp.media.model.Attachments} [attributes.library]                 The attachments collection to browse.
- *                                                                          If one is not supplied, a collection of attachments of the specified type will be created.
- * @param {boolean|string}             [attributes.filterable=uploaded]     Whether the library is filterable, and if so what filters should be shown.
- *                                                                          Accepts 'all', 'uploaded', or 'unattached'.
- * @param {string}                     [attributes.menu=gallery]            Initial mode for the menu region.
- * @param {string}                     [attributes.content=upload]          Initial mode for the content region.
- *                                                                          Overridden by persistent user setting if 'contentUserSetting' is true.
- * @param {string}                     [attributes.router=browse]           Initial mode for the router region.
- * @param {string}                     [attributes.toolbar=gallery-add]     Initial mode for the toolbar region.
- * @param {boolean}                    [attributes.searchable=true]         Whether the library is searchable.
- * @param {boolean}                    [attributes.sortable=true]           Whether the Attachments should be sortable. Depends on the orderby property being set to menuOrder on the attachments collection.
- * @param {boolean}                    [attributes.autoSelect=true]         Whether an uploaded attachment should be automatically added to the selection.
- * @param {boolean}                    [attributes.contentUserSetting=true] Whether the content region's mode should be set and persisted per user.
- * @param {int}                        [attributes.priority=100]            The priority for the state link in the media menu.
- * @param {boolean}                    [attributes.syncSelection=false]     Whether the Attachments selection should be persisted from the last state.
- *                                                                          Defaults to false because for this state, because the library of the Edit Gallery state is the selection.
- * @param {string}                     attributes.type                   The collection's media type. (e.g. 'video').
- * @param {string}                     attributes.collectionType         The collection type. (e.g. 'playlist').
- */
-var Selection = wp.media.model.Selection,
-       Library = wp.media.controller.Library,
-       CollectionAdd;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp, jQuery, _, Backbone */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-CollectionAdd = Library.extend({
-       defaults: _.defaults( {
-               // Selection defaults. @see media.model.Selection
-               multiple:      'add',
-               // Attachments browser defaults. @see media.view.AttachmentsBrowser
-               filterable:    'uploaded',
-
-               priority:      100,
-               syncSelection: false
-       }, Library.prototype.defaults ),
-
-       /**
-        * @since 3.9.0
-        */
-       initialize: function() {
-               var collectionType = this.get('collectionType');
-
-               if ( 'video' === this.get( 'type' ) ) {
-                       collectionType = 'video-' + collectionType;
-               }
-
-               this.set( 'id', collectionType + '-library' );
-               this.set( 'toolbar', collectionType + '-add' );
-               this.set( 'menu', collectionType );
-
-               // If we haven't been provided a `library`, create a `Selection`.
-               if ( ! this.get('library') ) {
-                       this.set( 'library', wp.media.query({ type: this.get('type') }) );
-               }
-               Library.prototype.initialize.apply( this, arguments );
-       },
-
-       /**
-        * @since 3.9.0
-        */
-       activate: function() {
-               var library = this.get('library'),
-                       editLibrary = this.get('editLibrary'),
-                       edit = this.frame.state( this.get('collectionType') + '-edit' ).get('library');
-
-               if ( editLibrary && editLibrary !== edit ) {
-                       library.unobserve( editLibrary );
-               }
-
-               // Accepts attachments that exist in the original library and
-               // that do not exist in gallery's library.
-               library.validator = function( attachment ) {
-                       return !! this.mirroring.get( attachment.cid ) && ! edit.get( attachment.cid ) && Selection.prototype.validator.apply( this, arguments );
-               };
-
-               // Reset the library to ensure that all attachments are re-added
-               // to the collection. Do so silently, as calling `observe` will
-               // trigger the `reset` event.
-               library.reset( library.mirroring.models, { silent: true });
-               library.observe( edit );
-               this.set('editLibrary', edit);
-
-               Library.prototype.activate.apply( this, arguments );
-       }
-});
-
-module.exports = CollectionAdd;
-
-},{}],2:[function(require,module,exports){
-/*globals wp, Backbone */
-
-/**
- * wp.media.controller.CollectionEdit
- *
- * A state for editing a collection, which is used by audio and video playlists,
- * and can be used for other collections.
- *
- * @class
- * @augments wp.media.controller.Library
- * @augments wp.media.controller.State
- * @augments Backbone.Model
- *
- * @param {object}                     [attributes]                      The attributes hash passed to the state.
- * @param {string}                     attributes.title                  Title for the state. Displays in the media menu and the frame's title region.
- * @param {wp.media.model.Attachments} [attributes.library]              The attachments collection to edit.
- *                                                                       If one is not supplied, an empty media.model.Selection collection is created.
- * @param {boolean}                    [attributes.multiple=false]       Whether multi-select is enabled.
- * @param {string}                     [attributes.content=browse]       Initial mode for the content region.
- * @param {string}                     attributes.menu                   Initial mode for the menu region. @todo this needs a better explanation.
- * @param {boolean}                    [attributes.searchable=false]     Whether the library is searchable.
- * @param {boolean}                    [attributes.sortable=true]        Whether the Attachments should be sortable. Depends on the orderby property being set to menuOrder on the attachments collection.
- * @param {boolean}                    [attributes.date=true]            Whether to show the date filter in the browser's toolbar.
- * @param {boolean}                    [attributes.describe=true]        Whether to offer UI to describe the attachments - e.g. captioning images in a gallery.
- * @param {boolean}                    [attributes.dragInfo=true]        Whether to show instructional text about the attachments being sortable.
- * @param {boolean}                    [attributes.dragInfoText]         Instructional text about the attachments being sortable.
- * @param {int}                        [attributes.idealColumnWidth=170] The ideal column width in pixels for attachments.
- * @param {boolean}                    [attributes.editing=false]        Whether the gallery is being created, or editing an existing instance.
- * @param {int}                        [attributes.priority=60]          The priority for the state link in the media menu.
- * @param {boolean}                    [attributes.syncSelection=false]  Whether the Attachments selection should be persisted from the last state.
- *                                                                       Defaults to false for this state, because the library passed in  *is* the selection.
- * @param {view}                       [attributes.SettingsView]         The view to edit the collection instance settings (e.g. Playlist settings with "Show tracklist" checkbox).
- * @param {view}                       [attributes.AttachmentView]       The single `Attachment` view to be used in the `Attachments`.
- *                                                                       If none supplied, defaults to wp.media.view.Attachment.EditLibrary.
- * @param {string}                     attributes.type                   The collection's media type. (e.g. 'video').
- * @param {string}                     attributes.collectionType         The collection type. (e.g. 'playlist').
- */
-var Library = wp.media.controller.Library,
-       l10n = wp.media.view.l10n,
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var media = wp.media,
</ins><span class="cx" style="display: block; padding: 0 10px">         $ = jQuery,
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        CollectionEdit;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ l10n;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-CollectionEdit = Library.extend({
-       defaults: {
-               multiple:         false,
-               sortable:         true,
-               date:             false,
-               searchable:       false,
-               content:          'browse',
-               describe:         true,
-               dragInfo:         true,
-               idealColumnWidth: 170,
-               editing:          false,
-               priority:         60,
-               SettingsView:     false,
-               syncSelection:    false
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+media.isTouchDevice = ( 'ontouchend' in document );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * @since 3.9.0
-        */
-       initialize: function() {
-               var collectionType = this.get('collectionType');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Link any localized strings.
+l10n = media.view.l10n = window._wpMediaViewsL10n || {};
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( 'video' === this.get( 'type' ) ) {
-                       collectionType = 'video-' + collectionType;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Link any settings.
+media.view.settings = l10n.settings || {};
+delete l10n.settings;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.set( 'id', collectionType + '-edit' );
-               this.set( 'toolbar', collectionType + '-edit' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Copy the `post` setting over to the model settings.
+media.model.settings.post = media.view.settings.post;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // If we haven't been provided a `library`, create a `Selection`.
-               if ( ! this.get('library') ) {
-                       this.set( 'library', new wp.media.model.Selection() );
-               }
-               // The single `Attachment` view to be used in the `Attachments` view.
-               if ( ! this.get('AttachmentView') ) {
-                       this.set( 'AttachmentView', wp.media.view.Attachment.EditLibrary );
-               }
-               Library.prototype.initialize.apply( this, arguments );
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Check if the browser supports CSS 3.0 transitions
+$.support.transition = (function(){
+       var style = document.documentElement.style,
+               transitions = {
+                       WebkitTransition: 'webkitTransitionEnd',
+                       MozTransition:    'transitionend',
+                       OTransition:      'oTransitionEnd otransitionend',
+                       transition:       'transitionend'
+               }, transition;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * @since 3.9.0
-        */
-       activate: function() {
-               var library = this.get('library');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ transition = _.find( _.keys( transitions ), function( transition ) {
+               return ! _.isUndefined( style[ transition ] );
+       });
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Limit the library to images only.
-               library.props.set( 'type', this.get( 'type' ) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ return transition && {
+               end: transitions[ transition ]
+       };
+}());
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Watch for uploaded attachments.
-               this.get('library').observe( wp.Uploader.queue );
-
-               this.frame.on( 'content:render:browse', this.renderSettings, this );
-
-               Library.prototype.activate.apply( this, arguments );
-       },
-
-       /**
-        * @since 3.9.0
-        */
-       deactivate: function() {
-               // Stop watching for uploaded attachments.
-               this.get('library').unobserve( wp.Uploader.queue );
-
-               this.frame.off( 'content:render:browse', this.renderSettings, this );
-
-               Library.prototype.deactivate.apply( this, arguments );
-       },
-
-       /**
-        * Render the collection embed settings view in the browser sidebar.
-        *
-        * @todo This is against the pattern elsewhere in media. Typically the frame
-        *       is responsible for adding region mode callbacks. Explain.
-        *
-        * @since 3.9.0
-        *
-        * @param {wp.media.view.attachmentsBrowser} The attachments browser view.
-        */
-       renderSettings: function( attachmentsBrowserView ) {
-               var library = this.get('library'),
-                       collectionType = this.get('collectionType'),
-                       dragInfoText = this.get('dragInfoText'),
-                       SettingsView = this.get('SettingsView'),
-                       obj = {};
-
-               if ( ! library || ! attachmentsBrowserView ) {
-                       return;
-               }
-
-               library[ collectionType ] = library[ collectionType ] || new Backbone.Model();
-
-               obj[ collectionType ] = new SettingsView({
-                       controller: this,
-                       model:      library[ collectionType ],
-                       priority:   40
-               });
-
-               attachmentsBrowserView.sidebar.set( obj );
-
-               if ( dragInfoText ) {
-                       attachmentsBrowserView.toolbar.set( 'dragInfo', new wp.media.View({
-                               el: $( '<div class="instructions">' + dragInfoText + '</div>' )[0],
-                               priority: -40
-                       }) );
-               }
-
-               // Add the 'Reverse order' button to the toolbar.
-               attachmentsBrowserView.toolbar.set( 'reverse', {
-                       text:     l10n.reverseOrder,
-                       priority: 80,
-
-                       click: function() {
-                               library.reset( library.toArray().reverse() );
-                       }
-               });
-       }
-});
-
-module.exports = CollectionEdit;
-
-},{}],3:[function(require,module,exports){
-/*globals wp, _, Backbone */
-
</del><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.controller.Cropper
- *
- * A state for cropping an image.
- *
- * @class
- * @augments wp.media.controller.State
- * @augments Backbone.Model
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * A shared event bus used to provide events into
+ * the media workflows that 3rd-party devs can use to hook
+ * in.
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var l10n = wp.media.view.l10n,
-       Cropper;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+media.events = _.extend( {}, Backbone.Events );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Cropper = wp.media.controller.State.extend({
-       defaults: {
-               id:          'cropper',
-               title:       l10n.cropImage,
-               // Region mode defaults.
-               toolbar:     'crop',
-               content:     'crop',
-               router:      false,
-
-               canSkipCrop: false
-       },
-
-       activate: function() {
-               this.frame.on( 'content:create:crop', this.createCropContent, this );
-               this.frame.on( 'close', this.removeCropper, this );
-               this.set('selection', new Backbone.Collection(this.frame._selection.single));
-       },
-
-       deactivate: function() {
-               this.frame.toolbar.mode('browse');
-       },
-
-       createCropContent: function() {
-               this.cropperView = new wp.media.view.Cropper({
-                       controller: this,
-                       attachment: this.get('selection').first()
-               });
-               this.cropperView.on('image-loaded', this.createCropToolbar, this);
-               this.frame.content.set(this.cropperView);
-
-       },
-       removeCropper: function() {
-               this.imgSelect.cancelSelection();
-               this.imgSelect.setOptions({remove: true});
-               this.imgSelect.update();
-               this.cropperView.remove();
-       },
-       createCropToolbar: function() {
-               var canSkipCrop, toolbarOptions;
-
-               canSkipCrop = this.get('canSkipCrop') || false;
-
-               toolbarOptions = {
-                       controller: this.frame,
-                       items: {
-                               insert: {
-                                       style:    'primary',
-                                       text:     l10n.cropImage,
-                                       priority: 80,
-                                       requires: { library: false, selection: false },
-
-                                       click: function() {
-                                               var controller = this.controller,
-                                                       selection;
-
-                                               selection = controller.state().get('selection').first();
-                                               selection.set({cropDetails: controller.state().imgSelect.getSelection()});
-
-                                               this.$el.text(l10n.cropping);
-                                               this.$el.attr('disabled', true);
-
-                                               controller.state().doCrop( selection ).done( function( croppedImage ) {
-                                                       controller.trigger('cropped', croppedImage );
-                                                       controller.close();
-                                               }).fail( function() {
-                                                       controller.trigger('content:error:crop');
-                                               });
-                                       }
-                               }
-                       }
-               };
-
-               if ( canSkipCrop ) {
-                       _.extend( toolbarOptions.items, {
-                               skip: {
-                                       style:      'secondary',
-                                       text:       l10n.skipCropping,
-                                       priority:   70,
-                                       requires:   { library: false, selection: false },
-                                       click:      function() {
-                                               var selection = this.controller.state().get('selection').first();
-                                               this.controller.state().cropperView.remove();
-                                               this.controller.trigger('skippedcrop', selection);
-                                               this.controller.close();
-                                       }
-                               }
-                       });
-               }
-
-               this.frame.toolbar.set( new wp.media.view.Toolbar(toolbarOptions) );
-       },
-
-       doCrop: function( attachment ) {
-               return wp.ajax.post( 'custom-header-crop', {
-                       nonce: attachment.get('nonces').edit,
-                       id: attachment.get('id'),
-                       cropDetails: attachment.get('cropDetails')
-               } );
-       }
-});
-
-module.exports = Cropper;
-
-},{}],4:[function(require,module,exports){
-/*globals wp */
-
</del><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.controller.EditImage
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Makes it easier to bind events using transitions.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * A state for editing (cropping, etc.) an image.
- *
- * @class
- * @augments wp.media.controller.State
- * @augments Backbone.Model
- *
- * @param {object}                    attributes                      The attributes hash passed to the state.
- * @param {wp.media.model.Attachment} attributes.model                The attachment.
- * @param {string}                    [attributes.id=edit-image]      Unique identifier.
- * @param {string}                    [attributes.title=Edit Image]   Title for the state. Displays in the media menu and the frame's title region.
- * @param {string}                    [attributes.content=edit-image] Initial mode for the content region.
- * @param {string}                    [attributes.toolbar=edit-image] Initial mode for the toolbar region.
- * @param {string}                    [attributes.menu=false]         Initial mode for the menu region.
- * @param {string}                    [attributes.url]                Unused. @todo Consider removal.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param {string} selector
+ * @param {Number} sensitivity
+ * @returns {Promise}
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var l10n = wp.media.view.l10n,
-       EditImage;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+media.transition = function( selector, sensitivity ) {
+       var deferred = $.Deferred();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-EditImage = wp.media.controller.State.extend({
-       defaults: {
-               id:      'edit-image',
-               title:   l10n.editImage,
-               menu:    false,
-               toolbar: 'edit-image',
-               content: 'edit-image',
-               url:     ''
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ sensitivity = sensitivity || 2000;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * @since 3.9.0
-        */
-       activate: function() {
-               this.listenTo( this.frame, 'toolbar:render:edit-image', this.toolbar );
-       },
-
-       /**
-        * @since 3.9.0
-        */
-       deactivate: function() {
-               this.stopListening( this.frame );
-       },
-
-       /**
-        * @since 3.9.0
-        */
-       toolbar: function() {
-               var frame = this.frame,
-                       lastState = frame.lastState(),
-                       previous = lastState && lastState.id;
-
-               frame.toolbar.set( new wp.media.view.Toolbar({
-                       controller: frame,
-                       items: {
-                               back: {
-                                       style: 'primary',
-                                       text:     l10n.back,
-                                       priority: 20,
-                                       click:    function() {
-                                               if ( previous ) {
-                                                       frame.setState( previous );
-                                               } else {
-                                                       frame.close();
-                                               }
-                                       }
-                               }
-                       }
-               }) );
-       }
-});
-
-module.exports = EditImage;
-
-},{}],5:[function(require,module,exports){
-/*globals wp, _, Backbone */
-
-/**
- * wp.media.controller.Embed
- *
- * A state for embedding media from a URL.
- *
- * @class
- * @augments wp.media.controller.State
- * @augments Backbone.Model
- *
- * @param {object} attributes                         The attributes hash passed to the state.
- * @param {string} [attributes.id=embed]              Unique identifier.
- * @param {string} [attributes.title=Insert From URL] Title for the state. Displays in the media menu and the frame's title region.
- * @param {string} [attributes.content=embed]         Initial mode for the content region.
- * @param {string} [attributes.menu=default]          Initial mode for the menu region.
- * @param {string} [attributes.toolbar=main-embed]    Initial mode for the toolbar region.
- * @param {string} [attributes.menu=false]            Initial mode for the menu region.
- * @param {int}    [attributes.priority=120]          The priority for the state link in the media menu.
- * @param {string} [attributes.type=link]             The type of embed. Currently only link is supported.
- * @param {string} [attributes.url]                   The embed URL.
- * @param {object} [attributes.metadata={}]           Properties of the embed, which will override attributes.url if set.
- */
-var l10n = wp.media.view.l10n,
-       $ = Backbone.$,
-       Embed;
-
-Embed = wp.media.controller.State.extend({
-       defaults: {
-               id:       'embed',
-               title:    l10n.insertFromUrlTitle,
-               content:  'embed',
-               menu:     'default',
-               toolbar:  'main-embed',
-               priority: 120,
-               type:     'link',
-               url:      '',
-               metadata: {}
-       },
-
-       // The amount of time used when debouncing the scan.
-       sensitivity: 200,
-
-       initialize: function(options) {
-               this.metadata = options.metadata;
-               this.debouncedScan = _.debounce( _.bind( this.scan, this ), this.sensitivity );
-               this.props = new Backbone.Model( this.metadata || { url: '' });
-               this.props.on( 'change:url', this.debouncedScan, this );
-               this.props.on( 'change:url', this.refresh, this );
-               this.on( 'scan', this.scanImage, this );
-       },
-
-       /**
-        * Trigger a scan of the embedded URL's content for metadata required to embed.
-        *
-        * @fires wp.media.controller.Embed#scan
-        */
-       scan: function() {
-               var scanners,
-                       embed = this,
-                       attributes = {
-                               type: 'link',
-                               scanners: []
-                       };
-
-               // Scan is triggered with the list of `attributes` to set on the
-               // state, useful for the 'type' attribute and 'scanners' attribute,
-               // an array of promise objects for asynchronous scan operations.
-               if ( this.props.get('url') ) {
-                       this.trigger( 'scan', attributes );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ if ( $.support.transition ) {
+               if ( ! (selector instanceof $) ) {
+                       selector = $( selector );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( attributes.scanners.length ) {
-                       scanners = attributes.scanners = $.when.apply( $, attributes.scanners );
-                       scanners.always( function() {
-                               if ( embed.get('scanners') === scanners ) {
-                                       embed.set( 'loading', false );
-                               }
-                       });
-               } else {
-                       attributes.scanners = null;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Resolve the deferred when the first element finishes animating.
+               selector.first().one( $.support.transition.end, deferred.resolve );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                attributes.loading = !! attributes.scanners;
-               this.set( attributes );
-       },
-       /**
-        * Try scanning the embed as an image to discover its dimensions.
-        *
-        * @param {Object} attributes
-        */
-       scanImage: function( attributes ) {
-               var frame = this.frame,
-                       state = this,
-                       url = this.props.get('url'),
-                       image = new Image(),
-                       deferred = $.Deferred();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Just in case the event doesn't trigger, fire a callback.
+               _.delay( deferred.resolve, sensitivity );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                attributes.scanners.push( deferred.promise() );
-
-               // Try to load the image and find its width/height.
-               image.onload = function() {
-                       deferred.resolve();
-
-                       if ( state !== frame.state() || url !== state.props.get('url') ) {
-                               return;
-                       }
-
-                       state.set({
-                               type: 'image'
-                       });
-
-                       state.props.set({
-                               width:  image.width,
-                               height: image.height
-                       });
-               };
-
-               image.onerror = deferred.reject;
-               image.src = url;
-       },
-
-       refresh: function() {
-               this.frame.toolbar.get().refresh();
-       },
-
-       reset: function() {
-               this.props.clear().set({ url: '' });
-
-               if ( this.active ) {
-                       this.refresh();
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ // Otherwise, execute on the spot.
+       } else {
+               deferred.resolve();
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-});
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Embed;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ return deferred.promise();
+};
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],6:[function(require,module,exports){
-/*globals wp, _ */
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+media.controller.Region = __webpack_require__( 27 );
+media.controller.StateMachine = __webpack_require__( 28 );
+media.controller.State = __webpack_require__( 29 );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/**
- * wp.media.controller.FeaturedImage
- *
- * A state for selecting a featured image for a post.
- *
- * @class
- * @augments wp.media.controller.Library
- * @augments wp.media.controller.State
- * @augments Backbone.Model
- *
- * @param {object}                     [attributes]                          The attributes hash passed to the state.
- * @param {string}                     [attributes.id=featured-image]        Unique identifier.
- * @param {string}                     [attributes.title=Set Featured Image] Title for the state. Displays in the media menu and the frame's title region.
- * @param {wp.media.model.Attachments} [attributes.library]                  The attachments collection to browse.
- *                                                                           If one is not supplied, a collection of all images will be created.
- * @param {boolean}                    [attributes.multiple=false]           Whether multi-select is enabled.
- * @param {string}                     [attributes.content=upload]           Initial mode for the content region.
- *                                                                           Overridden by persistent user setting if 'contentUserSetting' is true.
- * @param {string}                     [attributes.menu=default]             Initial mode for the menu region.
- * @param {string}                     [attributes.router=browse]            Initial mode for the router region.
- * @param {string}                     [attributes.toolbar=featured-image]   Initial mode for the toolbar region.
- * @param {int}                        [attributes.priority=60]              The priority for the state link in the media menu.
- * @param {boolean}                    [attributes.searchable=true]          Whether the library is searchable.
- * @param {boolean|string}             [attributes.filterable=false]         Whether the library is filterable, and if so what filters should be shown.
- *                                                                           Accepts 'all', 'uploaded', or 'unattached'.
- * @param {boolean}                    [attributes.sortable=true]            Whether the Attachments should be sortable. Depends on the orderby property being set to menuOrder on the attachments collection.
- * @param {boolean}                    [attributes.autoSelect=true]          Whether an uploaded attachment should be automatically added to the selection.
- * @param {boolean}                    [attributes.describe=false]           Whether to offer UI to describe attachments - e.g. captioning images in a gallery.
- * @param {boolean}                    [attributes.contentUserSetting=true]  Whether the content region's mode should be set and persisted per user.
- * @param {boolean}                    [attributes.syncSelection=true]       Whether the Attachments selection should be persisted from the last state.
- */
-var Attachment = wp.media.model.Attachment,
-       Library = wp.media.controller.Library,
-       l10n = wp.media.view.l10n,
-       FeaturedImage;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+media.selectionSync = __webpack_require__( 30 );
+media.controller.Library = __webpack_require__( 31 );
+media.controller.ImageDetails = __webpack_require__( 32 );
+media.controller.GalleryEdit = __webpack_require__( 33 );
+media.controller.GalleryAdd = __webpack_require__( 34 );
+media.controller.CollectionEdit = __webpack_require__( 35 );
+media.controller.CollectionAdd = __webpack_require__( 36 );
+media.controller.FeaturedImage = __webpack_require__( 37 );
+media.controller.ReplaceImage = __webpack_require__( 38 );
+media.controller.EditImage = __webpack_require__( 39 );
+media.controller.MediaLibrary = __webpack_require__( 40 );
+media.controller.Embed = __webpack_require__( 41 );
+media.controller.Cropper = __webpack_require__( 42 );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-FeaturedImage = Library.extend({
-       defaults: _.defaults({
-               id:            'featured-image',
-               title:         l10n.setFeaturedImageTitle,
-               multiple:      false,
-               filterable:    'uploaded',
-               toolbar:       'featured-image',
-               priority:      60,
-               syncSelection: true
-       }, Library.prototype.defaults ),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+media.View = __webpack_require__( 45 );
+media.view.Frame = __webpack_require__( 46 );
+media.view.MediaFrame = __webpack_require__( 47 );
+media.view.MediaFrame.Select = __webpack_require__( 48 );
+media.view.MediaFrame.Post = __webpack_require__( 49 );
+media.view.MediaFrame.ImageDetails = __webpack_require__( 50 );
+media.view.Modal = __webpack_require__( 51 );
+media.view.FocusManager = __webpack_require__( 52 );
+media.view.UploaderWindow = __webpack_require__( 53 );
+media.view.EditorUploader = __webpack_require__( 54 );
+media.view.UploaderInline = __webpack_require__( 55 );
+media.view.UploaderStatus = __webpack_require__( 56 );
+media.view.UploaderStatusError = __webpack_require__( 57 );
+media.view.Toolbar = __webpack_require__( 58 );
+media.view.Toolbar.Select = __webpack_require__( 59 );
+media.view.Toolbar.Embed = __webpack_require__( 60 );
+media.view.Button = __webpack_require__( 61 );
+media.view.ButtonGroup = __webpack_require__( 62 );
+media.view.PriorityList = __webpack_require__( 63 );
+media.view.MenuItem = __webpack_require__( 64 );
+media.view.Menu = __webpack_require__( 65 );
+media.view.RouterItem = __webpack_require__( 66 );
+media.view.Router = __webpack_require__( 67 );
+media.view.Sidebar = __webpack_require__( 68 );
+media.view.Attachment = __webpack_require__( 69 );
+media.view.Attachment.Library = __webpack_require__( 70 );
+media.view.Attachment.EditLibrary = __webpack_require__( 71 );
+media.view.Attachments = __webpack_require__( 72 );
+media.view.Search = __webpack_require__( 73 );
+media.view.AttachmentFilters = __webpack_require__( 74 );
+media.view.DateFilter = __webpack_require__( 75 );
+media.view.AttachmentFilters.Uploaded = __webpack_require__( 76 );
+media.view.AttachmentFilters.All = __webpack_require__( 77 );
+media.view.AttachmentsBrowser = __webpack_require__( 78 );
+media.view.Selection = __webpack_require__( 79 );
+media.view.Attachment.Selection = __webpack_require__( 80 );
+media.view.Attachments.Selection = __webpack_require__( 81 );
+media.view.Attachment.EditSelection = __webpack_require__( 82 );
+media.view.Settings = __webpack_require__( 83 );
+media.view.Settings.AttachmentDisplay = __webpack_require__( 84 );
+media.view.Settings.Gallery = __webpack_require__( 85 );
+media.view.Settings.Playlist = __webpack_require__( 86 );
+media.view.Attachment.Details = __webpack_require__( 87 );
+media.view.AttachmentCompat = __webpack_require__( 88 );
+media.view.Iframe = __webpack_require__( 89 );
+media.view.Embed = __webpack_require__( 90 );
+media.view.Label = __webpack_require__( 91 );
+media.view.EmbedUrl = __webpack_require__( 92 );
+media.view.EmbedLink = __webpack_require__( 93 );
+media.view.EmbedImage = __webpack_require__( 94 );
+media.view.ImageDetails = __webpack_require__( 95 );
+media.view.Cropper = __webpack_require__( 96 );
+media.view.EditImage = __webpack_require__( 99 );
+media.view.Spinner = __webpack_require__( 100 );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * @since 3.5.0
-        */
-       initialize: function() {
-               var library, comparator;
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // If we haven't been provided a `library`, create a `Selection`.
-               if ( ! this.get('library') ) {
-                       this.set( 'library', wp.media.query({ type: 'image' }) );
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 27 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                Library.prototype.initialize.apply( this, arguments );
-
-               library    = this.get('library');
-               comparator = library.comparator;
-
-               // Overload the library's comparator to push items that are not in
-               // the mirrored query to the front of the aggregate collection.
-               library.comparator = function( a, b ) {
-                       var aInQuery = !! this.mirroring.get( a.cid ),
-                               bInQuery = !! this.mirroring.get( b.cid );
-
-                       if ( ! aInQuery && bInQuery ) {
-                               return -1;
-                       } else if ( aInQuery && ! bInQuery ) {
-                               return 1;
-                       } else {
-                               return comparator.apply( this, arguments );
-                       }
-               };
-
-               // Add all items in the selection to the library, so any featured
-               // images that are not initially loaded still appear.
-               library.observe( this.get('selection') );
-       },
-
-       /**
-        * @since 3.5.0
-        */
-       activate: function() {
-               this.updateSelection();
-               this.frame.on( 'open', this.updateSelection, this );
-
-               Library.prototype.activate.apply( this, arguments );
-       },
-
-       /**
-        * @since 3.5.0
-        */
-       deactivate: function() {
-               this.frame.off( 'open', this.updateSelection, this );
-
-               Library.prototype.deactivate.apply( this, arguments );
-       },
-
-       /**
-        * @since 3.5.0
-        */
-       updateSelection: function() {
-               var selection = this.get('selection'),
-                       id = wp.media.view.settings.post.featuredImageId,
-                       attachment;
-
-               if ( '' !== id && -1 !== id ) {
-                       attachment = Attachment.get( id );
-                       attachment.fetch();
-               }
-
-               selection.reset( attachment ? [ attachment ] : [] );
-       }
-});
-
-module.exports = FeaturedImage;
-
-},{}],7:[function(require,module,exports){
-/*globals wp, _ */
-
-/**
- * wp.media.controller.GalleryAdd
- *
- * A state for selecting more images to add to a gallery.
- *
- * @class
- * @augments wp.media.controller.Library
- * @augments wp.media.controller.State
- * @augments Backbone.Model
- *
- * @param {object}                     [attributes]                         The attributes hash passed to the state.
- * @param {string}                     [attributes.id=gallery-library]      Unique identifier.
- * @param {string}                     [attributes.title=Add to Gallery]    Title for the state. Displays in the frame's title region.
- * @param {boolean}                    [attributes.multiple=add]            Whether multi-select is enabled. @todo 'add' doesn't seem do anything special, and gets used as a boolean.
- * @param {wp.media.model.Attachments} [attributes.library]                 The attachments collection to browse.
- *                                                                          If one is not supplied, a collection of all images will be created.
- * @param {boolean|string}             [attributes.filterable=uploaded]     Whether the library is filterable, and if so what filters should be shown.
- *                                                                          Accepts 'all', 'uploaded', or 'unattached'.
- * @param {string}                     [attributes.menu=gallery]            Initial mode for the menu region.
- * @param {string}                     [attributes.content=upload]          Initial mode for the content region.
- *                                                                          Overridden by persistent user setting if 'contentUserSetting' is true.
- * @param {string}                     [attributes.router=browse]           Initial mode for the router region.
- * @param {string}                     [attributes.toolbar=gallery-add]     Initial mode for the toolbar region.
- * @param {boolean}                    [attributes.searchable=true]         Whether the library is searchable.
- * @param {boolean}                    [attributes.sortable=true]           Whether the Attachments should be sortable. Depends on the orderby property being set to menuOrder on the attachments collection.
- * @param {boolean}                    [attributes.autoSelect=true]         Whether an uploaded attachment should be automatically added to the selection.
- * @param {boolean}                    [attributes.contentUserSetting=true] Whether the content region's mode should be set and persisted per user.
- * @param {int}                        [attributes.priority=100]            The priority for the state link in the media menu.
- * @param {boolean}                    [attributes.syncSelection=false]     Whether the Attachments selection should be persisted from the last state.
- *                                                                          Defaults to false because for this state, because the library of the Edit Gallery state is the selection.
- */
-var Selection = wp.media.model.Selection,
-       Library = wp.media.controller.Library,
-       l10n = wp.media.view.l10n,
-       GalleryAdd;
-
-GalleryAdd = Library.extend({
-       defaults: _.defaults({
-               id:            'gallery-library',
-               title:         l10n.addToGalleryTitle,
-               multiple:      'add',
-               filterable:    'uploaded',
-               menu:          'gallery',
-               toolbar:       'gallery-add',
-               priority:      100,
-               syncSelection: false
-       }, Library.prototype.defaults ),
-
-       /**
-        * @since 3.5.0
-        */
-       initialize: function() {
-               // If a library wasn't supplied, create a library of images.
-               if ( ! this.get('library') ) {
-                       this.set( 'library', wp.media.query({ type: 'image' }) );
-               }
-
-               Library.prototype.initialize.apply( this, arguments );
-       },
-
-       /**
-        * @since 3.5.0
-        */
-       activate: function() {
-               var library = this.get('library'),
-                       edit    = this.frame.state('gallery-edit').get('library');
-
-               if ( this.editLibrary && this.editLibrary !== edit ) {
-                       library.unobserve( this.editLibrary );
-               }
-
-               // Accepts attachments that exist in the original library and
-               // that do not exist in gallery's library.
-               library.validator = function( attachment ) {
-                       return !! this.mirroring.get( attachment.cid ) && ! edit.get( attachment.cid ) && Selection.prototype.validator.apply( this, arguments );
-               };
-
-               // Reset the library to ensure that all attachments are re-added
-               // to the collection. Do so silently, as calling `observe` will
-               // trigger the `reset` event.
-               library.reset( library.mirroring.models, { silent: true });
-               library.observe( edit );
-               this.editLibrary = edit;
-
-               Library.prototype.activate.apply( this, arguments );
-       }
-});
-
-module.exports = GalleryAdd;
-
-},{}],8:[function(require,module,exports){
-/*globals wp */
-
-/**
- * wp.media.controller.GalleryEdit
- *
- * A state for editing a gallery's images and settings.
- *
- * @class
- * @augments wp.media.controller.Library
- * @augments wp.media.controller.State
- * @augments Backbone.Model
- *
- * @param {object}                     [attributes]                       The attributes hash passed to the state.
- * @param {string}                     [attributes.id=gallery-edit]       Unique identifier.
- * @param {string}                     [attributes.title=Edit Gallery]    Title for the state. Displays in the frame's title region.
- * @param {wp.media.model.Attachments} [attributes.library]               The collection of attachments in the gallery.
- *                                                                        If one is not supplied, an empty media.model.Selection collection is created.
- * @param {boolean}                    [attributes.multiple=false]        Whether multi-select is enabled.
- * @param {boolean}                    [attributes.searchable=false]      Whether the library is searchable.
- * @param {boolean}                    [attributes.sortable=true]         Whether the Attachments should be sortable. Depends on the orderby property being set to menuOrder on the attachments collection.
- * @param {boolean}                    [attributes.date=true]             Whether to show the date filter in the browser's toolbar.
- * @param {string|false}               [attributes.content=browse]        Initial mode for the content region.
- * @param {string|false}               [attributes.toolbar=image-details] Initial mode for the toolbar region.
- * @param {boolean}                    [attributes.describe=true]         Whether to offer UI to describe attachments - e.g. captioning images in a gallery.
- * @param {boolean}                    [attributes.displaySettings=true]  Whether to show the attachment display settings interface.
- * @param {boolean}                    [attributes.dragInfo=true]         Whether to show instructional text about the attachments being sortable.
- * @param {int}                        [attributes.idealColumnWidth=170]  The ideal column width in pixels for attachments.
- * @param {boolean}                    [attributes.editing=false]         Whether the gallery is being created, or editing an existing instance.
- * @param {int}                        [attributes.priority=60]           The priority for the state link in the media menu.
- * @param {boolean}                    [attributes.syncSelection=false]   Whether the Attachments selection should be persisted from the last state.
- *                                                                        Defaults to false for this state, because the library passed in  *is* the selection.
- * @param {view}                       [attributes.AttachmentView]        The single `Attachment` view to be used in the `Attachments`.
- *                                                                        If none supplied, defaults to wp.media.view.Attachment.EditLibrary.
- */
-var Library = wp.media.controller.Library,
-       l10n = wp.media.view.l10n,
-       GalleryEdit;
-
-GalleryEdit = Library.extend({
-       defaults: {
-               id:               'gallery-edit',
-               title:            l10n.editGalleryTitle,
-               multiple:         false,
-               searchable:       false,
-               sortable:         true,
-               date:             false,
-               display:          false,
-               content:          'browse',
-               toolbar:          'gallery-edit',
-               describe:         true,
-               displaySettings:  true,
-               dragInfo:         true,
-               idealColumnWidth: 170,
-               editing:          false,
-               priority:         60,
-               syncSelection:    false
-       },
-
-       /**
-        * @since 3.5.0
-        */
-       initialize: function() {
-               // If we haven't been provided a `library`, create a `Selection`.
-               if ( ! this.get('library') ) {
-                       this.set( 'library', new wp.media.model.Selection() );
-               }
-
-               // The single `Attachment` view to be used in the `Attachments` view.
-               if ( ! this.get('AttachmentView') ) {
-                       this.set( 'AttachmentView', wp.media.view.Attachment.EditLibrary );
-               }
-
-               Library.prototype.initialize.apply( this, arguments );
-       },
-
-       /**
-        * @since 3.5.0
-        */
-       activate: function() {
-               var library = this.get('library');
-
-               // Limit the library to images only.
-               library.props.set( 'type', 'image' );
-
-               // Watch for uploaded attachments.
-               this.get('library').observe( wp.Uploader.queue );
-
-               this.frame.on( 'content:render:browse', this.gallerySettings, this );
-
-               Library.prototype.activate.apply( this, arguments );
-       },
-
-       /**
-        * @since 3.5.0
-        */
-       deactivate: function() {
-               // Stop watching for uploaded attachments.
-               this.get('library').unobserve( wp.Uploader.queue );
-
-               this.frame.off( 'content:render:browse', this.gallerySettings, this );
-
-               Library.prototype.deactivate.apply( this, arguments );
-       },
-
-       /**
-        * @since 3.5.0
-        *
-        * @param browser
-        */
-       gallerySettings: function( browser ) {
-               if ( ! this.get('displaySettings') ) {
-                       return;
-               }
-
-               var library = this.get('library');
-
-               if ( ! library || ! browser ) {
-                       return;
-               }
-
-               library.gallery = library.gallery || new Backbone.Model();
-
-               browser.sidebar.set({
-                       gallery: new wp.media.view.Settings.Gallery({
-                               controller: this,
-                               model:      library.gallery,
-                               priority:   40
-                       })
-               });
-
-               browser.toolbar.set( 'reverse', {
-                       text:     l10n.reverseOrder,
-                       priority: 80,
-
-                       click: function() {
-                               library.reset( library.toArray().reverse() );
-                       }
-               });
-       }
-});
-
-module.exports = GalleryEdit;
-
-},{}],9:[function(require,module,exports){
-/*globals wp, _ */
-
-/**
- * wp.media.controller.ImageDetails
- *
- * A state for editing the attachment display settings of an image that's been
- * inserted into the editor.
- *
- * @class
- * @augments wp.media.controller.State
- * @augments Backbone.Model
- *
- * @param {object}                    [attributes]                       The attributes hash passed to the state.
- * @param {string}                    [attributes.id=image-details]      Unique identifier.
- * @param {string}                    [attributes.title=Image Details]   Title for the state. Displays in the frame's title region.
- * @param {wp.media.model.Attachment} attributes.image                   The image's model.
- * @param {string|false}              [attributes.content=image-details] Initial mode for the content region.
- * @param {string|false}              [attributes.menu=false]            Initial mode for the menu region.
- * @param {string|false}              [attributes.router=false]          Initial mode for the router region.
- * @param {string|false}              [attributes.toolbar=image-details] Initial mode for the toolbar region.
- * @param {boolean}                   [attributes.editing=false]         Unused.
- * @param {int}                       [attributes.priority=60]           Unused.
- *
- * @todo This state inherits some defaults from media.controller.Library.prototype.defaults,
- *       however this may not do anything.
- */
-var State = wp.media.controller.State,
-       Library = wp.media.controller.Library,
-       l10n = wp.media.view.l10n,
-       ImageDetails;
-
-ImageDetails = State.extend({
-       defaults: _.defaults({
-               id:       'image-details',
-               title:    l10n.imageDetailsTitle,
-               content:  'image-details',
-               menu:     false,
-               router:   false,
-               toolbar:  'image-details',
-               editing:  false,
-               priority: 60
-       }, Library.prototype.defaults ),
-
-       /**
-        * @since 3.9.0
-        *
-        * @param options Attributes
-        */
-       initialize: function( options ) {
-               this.image = options.image;
-               State.prototype.initialize.apply( this, arguments );
-       },
-
-       /**
-        * @since 3.9.0
-        */
-       activate: function() {
-               this.frame.modal.$el.addClass('image-details');
-       }
-});
-
-module.exports = ImageDetails;
-
-},{}],10:[function(require,module,exports){
-/*globals wp, _, Backbone */
-
-/**
- * wp.media.controller.Library
- *
- * A state for choosing an attachment or group of attachments from the media library.
- *
- * @class
- * @augments wp.media.controller.State
- * @augments Backbone.Model
- * @mixes media.selectionSync
- *
- * @param {object}                          [attributes]                         The attributes hash passed to the state.
- * @param {string}                          [attributes.id=library]              Unique identifier.
- * @param {string}                          [attributes.title=Media library]     Title for the state. Displays in the media menu and the frame's title region.
- * @param {wp.media.model.Attachments}      [attributes.library]                 The attachments collection to browse.
- *                                                                               If one is not supplied, a collection of all attachments will be created.
- * @param {wp.media.model.Selection|object} [attributes.selection]               A collection to contain attachment selections within the state.
- *                                                                               If the 'selection' attribute is a plain JS object,
- *                                                                               a Selection will be created using its values as the selection instance's `props` model.
- *                                                                               Otherwise, it will copy the library's `props` model.
- * @param {boolean}                         [attributes.multiple=false]          Whether multi-select is enabled.
- * @param {string}                          [attributes.content=upload]          Initial mode for the content region.
- *                                                                               Overridden by persistent user setting if 'contentUserSetting' is true.
- * @param {string}                          [attributes.menu=default]            Initial mode for the menu region.
- * @param {string}                          [attributes.router=browse]           Initial mode for the router region.
- * @param {string}                          [attributes.toolbar=select]          Initial mode for the toolbar region.
- * @param {boolean}                         [attributes.searchable=true]         Whether the library is searchable.
- * @param {boolean|string}                  [attributes.filterable=false]        Whether the library is filterable, and if so what filters should be shown.
- *                                                                               Accepts 'all', 'uploaded', or 'unattached'.
- * @param {boolean}                         [attributes.sortable=true]           Whether the Attachments should be sortable. Depends on the orderby property being set to menuOrder on the attachments collection.
- * @param {boolean}                         [attributes.autoSelect=true]         Whether an uploaded attachment should be automatically added to the selection.
- * @param {boolean}                         [attributes.describe=false]          Whether to offer UI to describe attachments - e.g. captioning images in a gallery.
- * @param {boolean}                         [attributes.contentUserSetting=true] Whether the content region's mode should be set and persisted per user.
- * @param {boolean}                         [attributes.syncSelection=true]      Whether the Attachments selection should be persisted from the last state.
- */
-var l10n = wp.media.view.l10n,
-       getUserSetting = window.getUserSetting,
-       setUserSetting = window.setUserSetting,
-       Library;
-
-Library = wp.media.controller.State.extend({
-       defaults: {
-               id:                 'library',
-               title:              l10n.mediaLibraryTitle,
-               multiple:           false,
-               content:            'upload',
-               menu:               'default',
-               router:             'browse',
-               toolbar:            'select',
-               searchable:         true,
-               filterable:         false,
-               sortable:           true,
-               autoSelect:         true,
-               describe:           false,
-               contentUserSetting: true,
-               syncSelection:      true
-       },
-
-       /**
-        * If a library isn't provided, query all media items.
-        * If a selection instance isn't provided, create one.
-        *
-        * @since 3.5.0
-        */
-       initialize: function() {
-               var selection = this.get('selection'),
-                       props;
-
-               if ( ! this.get('library') ) {
-                       this.set( 'library', wp.media.query() );
-               }
-
-               if ( ! ( selection instanceof wp.media.model.Selection ) ) {
-                       props = selection;
-
-                       if ( ! props ) {
-                               props = this.get('library').props.toJSON();
-                               props = _.omit( props, 'orderby', 'query' );
-                       }
-
-                       this.set( 'selection', new wp.media.model.Selection( null, {
-                               multiple: this.get('multiple'),
-                               props: props
-                       }) );
-               }
-
-               this.resetDisplays();
-       },
-
-       /**
-        * @since 3.5.0
-        */
-       activate: function() {
-               this.syncSelection();
-
-               wp.Uploader.queue.on( 'add', this.uploading, this );
-
-               this.get('selection').on( 'add remove reset', this.refreshContent, this );
-
-               if ( this.get( 'router' ) && this.get('contentUserSetting') ) {
-                       this.frame.on( 'content:activate', this.saveContentMode, this );
-                       this.set( 'content', getUserSetting( 'libraryContent', this.get('content') ) );
-               }
-       },
-
-       /**
-        * @since 3.5.0
-        */
-       deactivate: function() {
-               this.recordSelection();
-
-               this.frame.off( 'content:activate', this.saveContentMode, this );
-
-               // Unbind all event handlers that use this state as the context
-               // from the selection.
-               this.get('selection').off( null, null, this );
-
-               wp.Uploader.queue.off( null, null, this );
-       },
-
-       /**
-        * Reset the library to its initial state.
-        *
-        * @since 3.5.0
-        */
-       reset: function() {
-               this.get('selection').reset();
-               this.resetDisplays();
-               this.refreshContent();
-       },
-
-       /**
-        * Reset the attachment display settings defaults to the site options.
-        *
-        * If site options don't define them, fall back to a persistent user setting.
-        *
-        * @since 3.5.0
-        */
-       resetDisplays: function() {
-               var defaultProps = wp.media.view.settings.defaultProps;
-               this._displays = [];
-               this._defaultDisplaySettings = {
-                       align: defaultProps.align || getUserSetting( 'align', 'none' ),
-                       size:  defaultProps.size  || getUserSetting( 'imgsize', 'medium' ),
-                       link:  defaultProps.link  || getUserSetting( 'urlbutton', 'file' )
-               };
-       },
-
-       /**
-        * Create a model to represent display settings (alignment, etc.) for an attachment.
-        *
-        * @since 3.5.0
-        *
-        * @param {wp.media.model.Attachment} attachment
-        * @returns {Backbone.Model}
-        */
-       display: function( attachment ) {
-               var displays = this._displays;
-
-               if ( ! displays[ attachment.cid ] ) {
-                       displays[ attachment.cid ] = new Backbone.Model( this.defaultDisplaySettings( attachment ) );
-               }
-               return displays[ attachment.cid ];
-       },
-
-       /**
-        * Given an attachment, create attachment display settings properties.
-        *
-        * @since 3.6.0
-        *
-        * @param {wp.media.model.Attachment} attachment
-        * @returns {Object}
-        */
-       defaultDisplaySettings: function( attachment ) {
-               var settings = this._defaultDisplaySettings;
-               if ( settings.canEmbed = this.canEmbed( attachment ) ) {
-                       settings.link = 'embed';
-               }
-               return settings;
-       },
-
-       /**
-        * Whether an attachment can be embedded (audio or video).
-        *
-        * @since 3.6.0
-        *
-        * @param {wp.media.model.Attachment} attachment
-        * @returns {Boolean}
-        */
-       canEmbed: function( attachment ) {
-               // If uploading, we know the filename but not the mime type.
-               if ( ! attachment.get('uploading') ) {
-                       var type = attachment.get('type');
-                       if ( type !== 'audio' && type !== 'video' ) {
-                               return false;
-                       }
-               }
-
-               return _.contains( wp.media.view.settings.embedExts, attachment.get('filename').split('.').pop() );
-       },
-
-
-       /**
-        * If the state is active, no items are selected, and the current
-        * content mode is not an option in the state's router (provided
-        * the state has a router), reset the content mode to the default.
-        *
-        * @since 3.5.0
-        */
-       refreshContent: function() {
-               var selection = this.get('selection'),
-                       frame = this.frame,
-                       router = frame.router.get(),
-                       mode = frame.content.mode();
-
-               if ( this.active && ! selection.length && router && ! router.get( mode ) ) {
-                       this.frame.content.render( this.get('content') );
-               }
-       },
-
-       /**
-        * Callback handler when an attachment is uploaded.
-        *
-        * Switch to the Media Library if uploaded from the 'Upload Files' tab.
-        *
-        * Adds any uploading attachments to the selection.
-        *
-        * If the state only supports one attachment to be selected and multiple
-        * attachments are uploaded, the last attachment in the upload queue will
-        * be selected.
-        *
-        * @since 3.5.0
-        *
-        * @param {wp.media.model.Attachment} attachment
-        */
-       uploading: function( attachment ) {
-               var content = this.frame.content;
-
-               if ( 'upload' === content.mode() ) {
-                       this.frame.content.mode('browse');
-               }
-
-               if ( this.get( 'autoSelect' ) ) {
-                       this.get('selection').add( attachment );
-                       this.frame.trigger( 'library:selection:add' );
-               }
-       },
-
-       /**
-        * Persist the mode of the content region as a user setting.
-        *
-        * @since 3.5.0
-        */
-       saveContentMode: function() {
-               if ( 'browse' !== this.get('router') ) {
-                       return;
-               }
-
-               var mode = this.frame.content.mode(),
-                       view = this.frame.router.get();
-
-               if ( view && view.get( mode ) ) {
-                       setUserSetting( 'libraryContent', mode );
-               }
-       }
-});
-
-// Make selectionSync available on any Media Library state.
-_.extend( Library.prototype, wp.media.selectionSync );
-
-module.exports = Library;
-
-},{}],11:[function(require,module,exports){
-/*globals wp, _ */
-
-/**
- * wp.media.controller.MediaLibrary
- *
- * @class
- * @augments wp.media.controller.Library
- * @augments wp.media.controller.State
- * @augments Backbone.Model
- */
-var Library = wp.media.controller.Library,
-       MediaLibrary;
-
-MediaLibrary = Library.extend({
-       defaults: _.defaults({
-               // Attachments browser defaults. @see media.view.AttachmentsBrowser
-               filterable:      'uploaded',
-
-               displaySettings: false,
-               priority:        80,
-               syncSelection:   false
-       }, Library.prototype.defaults ),
-
-       /**
-        * @since 3.9.0
-        *
-        * @param options
-        */
-       initialize: function( options ) {
-               this.media = options.media;
-               this.type = options.type;
-               this.set( 'library', wp.media.query({ type: this.type }) );
-
-               Library.prototype.initialize.apply( this, arguments );
-       },
-
-       /**
-        * @since 3.9.0
-        */
-       activate: function() {
-               // @todo this should use this.frame.
-               if ( wp.media.frame.lastMime ) {
-                       this.set( 'library', wp.media.query({ type: wp.media.frame.lastMime }) );
-                       delete wp.media.frame.lastMime;
-               }
-               Library.prototype.activate.apply( this, arguments );
-       }
-});
-
-module.exports = MediaLibrary;
-
-},{}],12:[function(require,module,exports){
</del><span class="cx" style="display: block; padding: 0 10px"> /*globals Backbone, _ */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1531,117 +400,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = Region;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],13:[function(require,module,exports){
-/*globals wp, _ */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/**
- * wp.media.controller.ReplaceImage
- *
- * A state for replacing an image.
- *
- * @class
- * @augments wp.media.controller.Library
- * @augments wp.media.controller.State
- * @augments Backbone.Model
- *
- * @param {object}                     [attributes]                         The attributes hash passed to the state.
- * @param {string}                     [attributes.id=replace-image]        Unique identifier.
- * @param {string}                     [attributes.title=Replace Image]     Title for the state. Displays in the media menu and the frame's title region.
- * @param {wp.media.model.Attachments} [attributes.library]                 The attachments collection to browse.
- *                                                                          If one is not supplied, a collection of all images will be created.
- * @param {boolean}                    [attributes.multiple=false]          Whether multi-select is enabled.
- * @param {string}                     [attributes.content=upload]          Initial mode for the content region.
- *                                                                          Overridden by persistent user setting if 'contentUserSetting' is true.
- * @param {string}                     [attributes.menu=default]            Initial mode for the menu region.
- * @param {string}                     [attributes.router=browse]           Initial mode for the router region.
- * @param {string}                     [attributes.toolbar=replace]         Initial mode for the toolbar region.
- * @param {int}                        [attributes.priority=60]             The priority for the state link in the media menu.
- * @param {boolean}                    [attributes.searchable=true]         Whether the library is searchable.
- * @param {boolean|string}             [attributes.filterable=uploaded]     Whether the library is filterable, and if so what filters should be shown.
- *                                                                          Accepts 'all', 'uploaded', or 'unattached'.
- * @param {boolean}                    [attributes.sortable=true]           Whether the Attachments should be sortable. Depends on the orderby property being set to menuOrder on the attachments collection.
- * @param {boolean}                    [attributes.autoSelect=true]         Whether an uploaded attachment should be automatically added to the selection.
- * @param {boolean}                    [attributes.describe=false]          Whether to offer UI to describe attachments - e.g. captioning images in a gallery.
- * @param {boolean}                    [attributes.contentUserSetting=true] Whether the content region's mode should be set and persisted per user.
- * @param {boolean}                    [attributes.syncSelection=true]      Whether the Attachments selection should be persisted from the last state.
- */
-var Library = wp.media.controller.Library,
-       l10n = wp.media.view.l10n,
-       ReplaceImage;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 28 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-ReplaceImage = Library.extend({
-       defaults: _.defaults({
-               id:            'replace-image',
-               title:         l10n.replaceImageTitle,
-               multiple:      false,
-               filterable:    'uploaded',
-               toolbar:       'replace',
-               menu:          false,
-               priority:      60,
-               syncSelection: true
-       }, Library.prototype.defaults ),
-
-       /**
-        * @since 3.9.0
-        *
-        * @param options
-        */
-       initialize: function( options ) {
-               var library, comparator;
-
-               this.image = options.image;
-               // If we haven't been provided a `library`, create a `Selection`.
-               if ( ! this.get('library') ) {
-                       this.set( 'library', wp.media.query({ type: 'image' }) );
-               }
-
-               Library.prototype.initialize.apply( this, arguments );
-
-               library    = this.get('library');
-               comparator = library.comparator;
-
-               // Overload the library's comparator to push items that are not in
-               // the mirrored query to the front of the aggregate collection.
-               library.comparator = function( a, b ) {
-                       var aInQuery = !! this.mirroring.get( a.cid ),
-                               bInQuery = !! this.mirroring.get( b.cid );
-
-                       if ( ! aInQuery && bInQuery ) {
-                               return -1;
-                       } else if ( aInQuery && ! bInQuery ) {
-                               return 1;
-                       } else {
-                               return comparator.apply( this, arguments );
-                       }
-               };
-
-               // Add all items in the selection to the library, so any featured
-               // images that are not initially loaded still appear.
-               library.observe( this.get('selection') );
-       },
-
-       /**
-        * @since 3.9.0
-        */
-       activate: function() {
-               this.updateSelection();
-               Library.prototype.activate.apply( this, arguments );
-       },
-
-       /**
-        * @since 3.9.0
-        */
-       updateSelection: function() {
-               var selection = this.get('selection'),
-                       attachment = this.image.attachment;
-
-               selection.reset( attachment ? [ attachment ] : [] );
-       }
-});
-
-module.exports = ReplaceImage;
-
-},{}],14:[function(require,module,exports){
</del><span class="cx" style="display: block; padding: 0 10px"> /*globals _, Backbone */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1767,7 +530,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = StateMachine;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],15:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 29 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals _, Backbone */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2010,7 +777,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = State;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],16:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 30 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals _ */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2078,2642 +849,1595 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = selectionSync;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],17:[function(require,module,exports){
-/*globals wp, jQuery, _, Backbone */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var media = wp.media,
-       $ = jQuery,
-       l10n;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 31 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-media.isTouchDevice = ( 'ontouchend' in document );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp, _, Backbone */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-// Link any localized strings.
-l10n = media.view.l10n = window._wpMediaViewsL10n || {};
-
-// Link any settings.
-media.view.settings = l10n.settings || {};
-delete l10n.settings;
-
-// Copy the `post` setting over to the model settings.
-media.model.settings.post = media.view.settings.post;
-
-// Check if the browser supports CSS 3.0 transitions
-$.support.transition = (function(){
-       var style = document.documentElement.style,
-               transitions = {
-                       WebkitTransition: 'webkitTransitionEnd',
-                       MozTransition:    'transitionend',
-                       OTransition:      'oTransitionEnd otransitionend',
-                       transition:       'transitionend'
-               }, transition;
-
-       transition = _.find( _.keys( transitions ), function( transition ) {
-               return ! _.isUndefined( style[ transition ] );
-       });
-
-       return transition && {
-               end: transitions[ transition ]
-       };
-}());
-
</del><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * A shared event bus used to provide events into
- * the media workflows that 3rd-party devs can use to hook
- * in.
- */
-media.events = _.extend( {}, Backbone.Events );
-
-/**
- * Makes it easier to bind events using transitions.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.controller.Library
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @param {string} selector
- * @param {Number} sensitivity
- * @returns {Promise}
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * A state for choosing an attachment or group of attachments from the media library.
+ *
+ * @class
+ * @augments wp.media.controller.State
+ * @augments Backbone.Model
+ * @mixes media.selectionSync
+ *
+ * @param {object}                          [attributes]                         The attributes hash passed to the state.
+ * @param {string}                          [attributes.id=library]              Unique identifier.
+ * @param {string}                          [attributes.title=Media library]     Title for the state. Displays in the media menu and the frame's title region.
+ * @param {wp.media.model.Attachments}      [attributes.library]                 The attachments collection to browse.
+ *                                                                               If one is not supplied, a collection of all attachments will be created.
+ * @param {wp.media.model.Selection|object} [attributes.selection]               A collection to contain attachment selections within the state.
+ *                                                                               If the 'selection' attribute is a plain JS object,
+ *                                                                               a Selection will be created using its values as the selection instance's `props` model.
+ *                                                                               Otherwise, it will copy the library's `props` model.
+ * @param {boolean}                         [attributes.multiple=false]          Whether multi-select is enabled.
+ * @param {string}                          [attributes.content=upload]          Initial mode for the content region.
+ *                                                                               Overridden by persistent user setting if 'contentUserSetting' is true.
+ * @param {string}                          [attributes.menu=default]            Initial mode for the menu region.
+ * @param {string}                          [attributes.router=browse]           Initial mode for the router region.
+ * @param {string}                          [attributes.toolbar=select]          Initial mode for the toolbar region.
+ * @param {boolean}                         [attributes.searchable=true]         Whether the library is searchable.
+ * @param {boolean|string}                  [attributes.filterable=false]        Whether the library is filterable, and if so what filters should be shown.
+ *                                                                               Accepts 'all', 'uploaded', or 'unattached'.
+ * @param {boolean}                         [attributes.sortable=true]           Whether the Attachments should be sortable. Depends on the orderby property being set to menuOrder on the attachments collection.
+ * @param {boolean}                         [attributes.autoSelect=true]         Whether an uploaded attachment should be automatically added to the selection.
+ * @param {boolean}                         [attributes.describe=false]          Whether to offer UI to describe attachments - e.g. captioning images in a gallery.
+ * @param {boolean}                         [attributes.contentUserSetting=true] Whether the content region's mode should be set and persisted per user.
+ * @param {boolean}                         [attributes.syncSelection=true]      Whether the Attachments selection should be persisted from the last state.
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-media.transition = function( selector, sensitivity ) {
-       var deferred = $.Deferred();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var l10n = wp.media.view.l10n,
+       getUserSetting = window.getUserSetting,
+       setUserSetting = window.setUserSetting,
+       Library;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        sensitivity = sensitivity || 2000;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Library = wp.media.controller.State.extend({
+       defaults: {
+               id:                 'library',
+               title:              l10n.mediaLibraryTitle,
+               multiple:           false,
+               content:            'upload',
+               menu:               'default',
+               router:             'browse',
+               toolbar:            'select',
+               searchable:         true,
+               filterable:         false,
+               sortable:           true,
+               autoSelect:         true,
+               describe:           false,
+               contentUserSetting: true,
+               syncSelection:      true
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        if ( $.support.transition ) {
-               if ( ! (selector instanceof $) ) {
-                       selector = $( selector );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * If a library isn't provided, query all media items.
+        * If a selection instance isn't provided, create one.
+        *
+        * @since 3.5.0
+        */
+       initialize: function() {
+               var selection = this.get('selection'),
+                       props;
+
+               if ( ! this.get('library') ) {
+                       this.set( 'library', wp.media.query() );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Resolve the deferred when the first element finishes animating.
-               selector.first().one( $.support.transition.end, deferred.resolve );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( ! ( selection instanceof wp.media.model.Selection ) ) {
+                       props = selection;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Just in case the event doesn't trigger, fire a callback.
-               _.delay( deferred.resolve, sensitivity );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 if ( ! props ) {
+                               props = this.get('library').props.toJSON();
+                               props = _.omit( props, 'orderby', 'query' );
+                       }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        // Otherwise, execute on the spot.
-       } else {
-               deferred.resolve();
-       }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 this.set( 'selection', new wp.media.model.Selection( null, {
+                               multiple: this.get('multiple'),
+                               props: props
+                       }) );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        return deferred.promise();
-};
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.resetDisplays();
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-media.controller.Region = require( './controllers/region.js' );
-media.controller.StateMachine = require( './controllers/state-machine.js' );
-media.controller.State = require( './controllers/state.js' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * @since 3.5.0
+        */
+       activate: function() {
+               this.syncSelection();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-media.selectionSync = require( './utils/selection-sync.js' );
-media.controller.Library = require( './controllers/library.js' );
-media.controller.ImageDetails = require( './controllers/image-details.js' );
-media.controller.GalleryEdit = require( './controllers/gallery-edit.js' );
-media.controller.GalleryAdd = require( './controllers/gallery-add.js' );
-media.controller.CollectionEdit = require( './controllers/collection-edit.js' );
-media.controller.CollectionAdd = require( './controllers/collection-add.js' );
-media.controller.FeaturedImage = require( './controllers/featured-image.js' );
-media.controller.ReplaceImage = require( './controllers/replace-image.js' );
-media.controller.EditImage = require( './controllers/edit-image.js' );
-media.controller.MediaLibrary = require( './controllers/media-library.js' );
-media.controller.Embed = require( './controllers/embed.js' );
-media.controller.Cropper = require( './controllers/cropper.js' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         wp.Uploader.queue.on( 'add', this.uploading, this );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-media.View = require( './views/view.js' );
-media.view.Frame = require( './views/frame.js' );
-media.view.MediaFrame = require( './views/media-frame.js' );
-media.view.MediaFrame.Select = require( './views/frame/select.js' );
-media.view.MediaFrame.Post = require( './views/frame/post.js' );
-media.view.MediaFrame.ImageDetails = require( './views/frame/image-details.js' );
-media.view.Modal = require( './views/modal.js' );
-media.view.FocusManager = require( './views/focus-manager.js' );
-media.view.UploaderWindow = require( './views/uploader/window.js' );
-media.view.EditorUploader = require( './views/uploader/editor.js' );
-media.view.UploaderInline = require( './views/uploader/inline.js' );
-media.view.UploaderStatus = require( './views/uploader/status.js' );
-media.view.UploaderStatusError = require( './views/uploader/status-error.js' );
-media.view.Toolbar = require( './views/toolbar.js' );
-media.view.Toolbar.Select = require( './views/toolbar/select.js' );
-media.view.Toolbar.Embed = require( './views/toolbar/embed.js' );
-media.view.Button = require( './views/button.js' );
-media.view.ButtonGroup = require( './views/button-group.js' );
-media.view.PriorityList = require( './views/priority-list.js' );
-media.view.MenuItem = require( './views/menu-item.js' );
-media.view.Menu = require( './views/menu.js' );
-media.view.RouterItem = require( './views/router-item.js' );
-media.view.Router = require( './views/router.js' );
-media.view.Sidebar = require( './views/sidebar.js' );
-media.view.Attachment = require( './views/attachment.js' );
-media.view.Attachment.Library = require( './views/attachment/library.js' );
-media.view.Attachment.EditLibrary = require( './views/attachment/edit-library.js' );
-media.view.Attachments = require( './views/attachments.js' );
-media.view.Search = require( './views/search.js' );
-media.view.AttachmentFilters = require( './views/attachment-filters.js' );
-media.view.DateFilter = require( './views/attachment-filters/date.js' );
-media.view.AttachmentFilters.Uploaded = require( './views/attachment-filters/uploaded.js' );
-media.view.AttachmentFilters.All = require( './views/attachment-filters/all.js' );
-media.view.AttachmentsBrowser = require( './views/attachments/browser.js' );
-media.view.Selection = require( './views/selection.js' );
-media.view.Attachment.Selection = require( './views/attachment/selection.js' );
-media.view.Attachments.Selection = require( './views/attachments/selection.js' );
-media.view.Attachment.EditSelection = require( './views/attachment/edit-selection.js' );
-media.view.Settings = require( './views/settings.js' );
-media.view.Settings.AttachmentDisplay = require( './views/settings/attachment-display.js' );
-media.view.Settings.Gallery = require( './views/settings/gallery.js' );
-media.view.Settings.Playlist = require( './views/settings/playlist.js' );
-media.view.Attachment.Details = require( './views/attachment/details.js' );
-media.view.AttachmentCompat = require( './views/attachment-compat.js' );
-media.view.Iframe = require( './views/iframe.js' );
-media.view.Embed = require( './views/embed.js' );
-media.view.Label = require( './views/label.js' );
-media.view.EmbedUrl = require( './views/embed/url.js' );
-media.view.EmbedLink = require( './views/embed/link.js' );
-media.view.EmbedImage = require( './views/embed/image.js' );
-media.view.ImageDetails = require( './views/image-details.js' );
-media.view.Cropper = require( './views/cropper.js' );
-media.view.EditImage = require( './views/edit-image.js' );
-media.view.Spinner = require( './views/spinner.js' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.get('selection').on( 'add remove reset', this.refreshContent, this );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{"./controllers/collection-add.js":1,"./controllers/collection-edit.js":2,"./controllers/cropper.js":3,"./controllers/edit-image.js":4,"./controllers/embed.js":5,"./controllers/featured-image.js":6,"./controllers/gallery-add.js":7,"./controllers/gallery-edit.js":8,"./controllers/image-details.js":9,"./controllers/library.js":10,"./controllers/media-library.js":11,"./controllers/region.js":12,"./controllers/replace-image.js":13,"./controllers/state-machine.js":14,"./controllers/state.js":15,"./utils/selection-sync.js":16,"./views/attachment-compat.js":18,"./views/attachment-filters.js":19,"./views/attachment-filters/all.js":20,"./views/attachment-filters/date.js":21,"./views/attachment
 -filters/uploaded.js":22,"./views/attachment.js":23,"./views/attachment/details.js":24,"./views/attachment/edit-library.js":25,"./views/attachment/edit-selection.js":26,"./views/attachment/library.js":27,"./views/attachment/selection.js":28,"./views/attachments.js":29,"./views/attachments/browser.js":30,"./views/attachments/selection.js":31,"./views/button-group.js":32,"./views/button.js":33,"./views/cropper.js":34,"./views/edit-image.js":35,"./views/embed.js":36,"./views/embed/image.js":37,"./views/embed/link.js":38,"./views/embed/url.js":39,"./views/focus-manager.js":40,"./views/frame.js":41,"./views/frame/image-details.js":42,"./views/frame/post.js":43,"./views/frame/select.js":44,"./views/iframe.js":45,"./views/image-details.js":46,"
 ./views/label.js":47,"./views/media-frame.js":48,"./views/menu-item.js":49,"./views/menu.js":50,"./views/modal.js":51,"./views/priority-list.js":52,"./views/router-item.js":53,"./views/router.js":54,"./views/search.js":55,"./views/selection.js":56,"./views/settings.js":57,"./views/settings/attachment-display.js":58,"./views/settings/gallery.js":59,"./views/settings/playlist.js":60,"./views/sidebar.js":61,"./views/spinner.js":62,"./views/toolbar.js":63,"./views/toolbar/embed.js":64,"./views/toolbar/select.js":65,"./views/uploader/editor.js":66,"./views/uploader/inline.js":67,"./views/uploader/status-error.js":68,"./views/uploader/status.js":69,"./views/uploader/window.js":70,"./views/view.js":71}],18:[function(require,module,exports){
-/*globals _ */
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( this.get( 'router' ) && this.get('contentUserSetting') ) {
+                       this.frame.on( 'content:activate', this.saveContentMode, this );
+                       this.set( 'content', getUserSetting( 'libraryContent', this.get('content') ) );
+               }
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/**
- * wp.media.view.AttachmentCompat
- *
- * A view to display fields added via the `attachment_fields_to_edit` filter.
- *
- * @class
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var View = wp.media.View,
-       AttachmentCompat;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * @since 3.5.0
+        */
+       deactivate: function() {
+               this.recordSelection();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-AttachmentCompat = View.extend({
-       tagName:   'form',
-       className: 'compat-item',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.frame.off( 'content:activate', this.saveContentMode, this );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        events: {
-               'submit':          'preventDefault',
-               'change input':    'save',
-               'change select':   'save',
-               'change textarea': 'save'
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Unbind all event handlers that use this state as the context
+               // from the selection.
+               this.get('selection').off( null, null, this );
+
+               wp.Uploader.queue.off( null, null, this );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        initialize: function() {
-               this.listenTo( this.model, 'change:compat', this.render );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * Reset the library to its initial state.
+        *
+        * @since 3.5.0
+        */
+       reset: function() {
+               this.get('selection').reset();
+               this.resetDisplays();
+               this.refreshContent();
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
</ins><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {wp.media.view.AttachmentCompat} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * Reset the attachment display settings defaults to the site options.
+        *
+        * If site options don't define them, fall back to a persistent user setting.
+        *
+        * @since 3.5.0
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        dispose: function() {
-               if ( this.$(':focus').length ) {
-                       this.save();
-               }
-               /**
-                * call 'dispose' directly on the parent class
-                */
-               return View.prototype.dispose.apply( this, arguments );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ resetDisplays: function() {
+               var defaultProps = wp.media.view.settings.defaultProps;
+               this._displays = [];
+               this._defaultDisplaySettings = {
+                       align: defaultProps.align || getUserSetting( 'align', 'none' ),
+                       size:  defaultProps.size  || getUserSetting( 'imgsize', 'medium' ),
+                       link:  defaultProps.link  || getUserSetting( 'urlbutton', 'file' )
+               };
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
</ins><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {wp.media.view.AttachmentCompat} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * Create a model to represent display settings (alignment, etc.) for an attachment.
+        *
+        * @since 3.5.0
+        *
+        * @param {wp.media.model.Attachment} attachment
+        * @returns {Backbone.Model}
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        render: function() {
-               var compat = this.model.get('compat');
-               if ( ! compat || ! compat.item ) {
-                       return;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ display: function( attachment ) {
+               var displays = this._displays;
+
+               if ( ! displays[ attachment.cid ] ) {
+                       displays[ attachment.cid ] = new Backbone.Model( this.defaultDisplaySettings( attachment ) );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                return displays[ attachment.cid ];
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.views.detach();
-               this.$el.html( compat.item );
-               this.views.render();
-               return this;
-       },
</del><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Object} event
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * Given an attachment, create attachment display settings properties.
+        *
+        * @since 3.6.0
+        *
+        * @param {wp.media.model.Attachment} attachment
+        * @returns {Object}
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        preventDefault: function( event ) {
-               event.preventDefault();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ defaultDisplaySettings: function( attachment ) {
+               var settings = this._defaultDisplaySettings;
+               if ( settings.canEmbed = this.canEmbed( attachment ) ) {
+                       settings.link = 'embed';
+               }
+               return settings;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
</ins><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Object} event
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * Whether an attachment can be embedded (audio or video).
+        *
+        * @since 3.6.0
+        *
+        * @param {wp.media.model.Attachment} attachment
+        * @returns {Boolean}
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        save: function( event ) {
-               var data = {};
-
-               if ( event ) {
-                       event.preventDefault();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ canEmbed: function( attachment ) {
+               // If uploading, we know the filename but not the mime type.
+               if ( ! attachment.get('uploading') ) {
+                       var type = attachment.get('type');
+                       if ( type !== 'audio' && type !== 'video' ) {
+                               return false;
+                       }
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                _.each( this.$el.serializeArray(), function( pair ) {
-                       data[ pair.name ] = pair.value;
-               });
-
-               this.controller.trigger( 'attachment:compat:waiting', ['waiting'] );
-               this.model.saveCompat( data ).always( _.bind( this.postSave, this ) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         return _.contains( wp.media.view.settings.embedExts, attachment.get('filename').split('.').pop() );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        postSave: function() {
-               this.controller.trigger( 'attachment:compat:ready', ['ready'] );
-       }
-});
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = AttachmentCompat;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * If the state is active, no items are selected, and the current
+        * content mode is not an option in the state's router (provided
+        * the state has a router), reset the content mode to the default.
+        *
+        * @since 3.5.0
+        */
+       refreshContent: function() {
+               var selection = this.get('selection'),
+                       frame = this.frame,
+                       router = frame.router.get(),
+                       mode = frame.content.mode();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],19:[function(require,module,exports){
-/*globals _, jQuery */
-
-/**
- * wp.media.view.AttachmentFilters
- *
- * @class
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var $ = jQuery,
-       AttachmentFilters;
-
-AttachmentFilters = wp.media.View.extend({
-       tagName:   'select',
-       className: 'attachment-filters',
-       id:        'media-attachment-filters',
-
-       events: {
-               change: 'change'
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( this.active && ! selection.length && router && ! router.get( mode ) ) {
+                       this.frame.content.render( this.get('content') );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        keys: [],
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * Callback handler when an attachment is uploaded.
+        *
+        * Switch to the Media Library if uploaded from the 'Upload Files' tab.
+        *
+        * Adds any uploading attachments to the selection.
+        *
+        * If the state only supports one attachment to be selected and multiple
+        * attachments are uploaded, the last attachment in the upload queue will
+        * be selected.
+        *
+        * @since 3.5.0
+        *
+        * @param {wp.media.model.Attachment} attachment
+        */
+       uploading: function( attachment ) {
+               var content = this.frame.content;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        initialize: function() {
-               this.createFilters();
-               _.extend( this.filters, this.options.filters );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( 'upload' === content.mode() ) {
+                       this.frame.content.mode('browse');
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Build `<option>` elements.
-               this.$el.html( _.chain( this.filters ).map( function( filter, value ) {
-                       return {
-                               el: $( '<option></option>' ).val( value ).html( filter.text )[0],
-                               priority: filter.priority || 50
-                       };
-               }, this ).sortBy('priority').pluck('el').value() );
-
-               this.listenTo( this.model, 'change', this.select );
-               this.select();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( this.get( 'autoSelect' ) ) {
+                       this.get('selection').add( attachment );
+                       this.frame.trigger( 'library:selection:add' );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @abstract
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * Persist the mode of the content region as a user setting.
+        *
+        * @since 3.5.0
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        createFilters: function() {
-               this.filters = {};
-       },
-
-       /**
-        * When the selected filter changes, update the Attachment Query properties to match.
-        */
-       change: function() {
-               var filter = this.filters[ this.el.value ];
-               if ( filter ) {
-                       this.model.set( filter.props );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ saveContentMode: function() {
+               if ( 'browse' !== this.get('router') ) {
+                       return;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        },
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        select: function() {
-               var model = this.model,
-                       value = 'all',
-                       props = model.toJSON();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         var mode = this.frame.content.mode(),
+                       view = this.frame.router.get();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                _.find( this.filters, function( filter, id ) {
-                       var equal = _.all( filter.props, function( prop, key ) {
-                               return prop === ( _.isUndefined( props[ key ] ) ? null : props[ key ] );
-                       });
-
-                       if ( equal ) {
-                               return value = id;
-                       }
-               });
-
-               this.$el.val( value );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( view && view.get( mode ) ) {
+                       setUserSetting( 'libraryContent', mode );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = AttachmentFilters;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Make selectionSync available on any Media Library state.
+_.extend( Library.prototype, wp.media.selectionSync );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],20:[function(require,module,exports){
-/*globals wp */
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = Library;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/**
- * wp.media.view.AttachmentFilters.All
- *
- * @class
- * @augments wp.media.view.AttachmentFilters
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var l10n = wp.media.view.l10n,
-       All;
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-All = wp.media.view.AttachmentFilters.extend({
-       createFilters: function() {
-               var filters = {};
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 32 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                _.each( wp.media.view.settings.mimeTypes || {}, function( text, key ) {
-                       filters[ key ] = {
-                               text: text,
-                               props: {
-                                       status:  null,
-                                       type:    key,
-                                       uploadedTo: null,
-                                       orderby: 'date',
-                                       order:   'DESC'
-                               }
-                       };
-               });
-
-               filters.all = {
-                       text:  l10n.allMediaItems,
-                       props: {
-                               status:  null,
-                               type:    null,
-                               uploadedTo: null,
-                               orderby: 'date',
-                               order:   'DESC'
-                       },
-                       priority: 10
-               };
-
-               if ( wp.media.view.settings.post.id ) {
-                       filters.uploaded = {
-                               text:  l10n.uploadedToThisPost,
-                               props: {
-                                       status:  null,
-                                       type:    null,
-                                       uploadedTo: wp.media.view.settings.post.id,
-                                       orderby: 'menuOrder',
-                                       order:   'ASC'
-                               },
-                               priority: 20
-                       };
-               }
-
-               filters.unattached = {
-                       text:  l10n.unattached,
-                       props: {
-                               status:     null,
-                               uploadedTo: 0,
-                               type:       null,
-                               orderby:    'menuOrder',
-                               order:      'ASC'
-                       },
-                       priority: 50
-               };
-
-               if ( wp.media.view.settings.mediaTrash &&
-                       this.controller.isModeActive( 'grid' ) ) {
-
-                       filters.trash = {
-                               text:  l10n.trash,
-                               props: {
-                                       uploadedTo: null,
-                                       status:     'trash',
-                                       type:       null,
-                                       orderby:    'date',
-                                       order:      'DESC'
-                               },
-                               priority: 50
-                       };
-               }
-
-               this.filters = filters;
-       }
-});
-
-module.exports = All;
-
-},{}],21:[function(require,module,exports){
</del><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, _ */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * A filter dropdown for month/dates.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.controller.ImageDetails
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * A state for editing the attachment display settings of an image that's been
+ * inserted into the editor.
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.view.AttachmentFilters
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.controller.State
+ * @augments Backbone.Model
+ *
+ * @param {object}                    [attributes]                       The attributes hash passed to the state.
+ * @param {string}                    [attributes.id=image-details]      Unique identifier.
+ * @param {string}                    [attributes.title=Image Details]   Title for the state. Displays in the frame's title region.
+ * @param {wp.media.model.Attachment} attributes.image                   The image's model.
+ * @param {string|false}              [attributes.content=image-details] Initial mode for the content region.
+ * @param {string|false}              [attributes.menu=false]            Initial mode for the menu region.
+ * @param {string|false}              [attributes.router=false]          Initial mode for the router region.
+ * @param {string|false}              [attributes.toolbar=image-details] Initial mode for the toolbar region.
+ * @param {boolean}                   [attributes.editing=false]         Unused.
+ * @param {int}                       [attributes.priority=60]           Unused.
+ *
+ * @todo This state inherits some defaults from media.controller.Library.prototype.defaults,
+ *       however this may not do anything.
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var l10n = wp.media.view.l10n,
-       DateFilter;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var State = wp.media.controller.State,
+       Library = wp.media.controller.Library,
+       l10n = wp.media.view.l10n,
+       ImageDetails;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-DateFilter = wp.media.view.AttachmentFilters.extend({
-       id: 'media-attachment-date-filters',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ImageDetails = State.extend({
+       defaults: _.defaults({
+               id:       'image-details',
+               title:    l10n.imageDetailsTitle,
+               content:  'image-details',
+               menu:     false,
+               router:   false,
+               toolbar:  'image-details',
+               editing:  false,
+               priority: 60
+       }, Library.prototype.defaults ),
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        createFilters: function() {
-               var filters = {};
-               _.each( wp.media.view.settings.months || {}, function( value, index ) {
-                       filters[ index ] = {
-                               text: value.text,
-                               props: {
-                                       year: value.year,
-                                       monthnum: value.month
-                               }
-                       };
-               });
-               filters.all = {
-                       text:  l10n.allDates,
-                       props: {
-                               monthnum: false,
-                               year:  false
-                       },
-                       priority: 10
-               };
-               this.filters = filters;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * @since 3.9.0
+        *
+        * @param options Attributes
+        */
+       initialize: function( options ) {
+               this.image = options.image;
+               State.prototype.initialize.apply( this, arguments );
+       },
+
+       /**
+        * @since 3.9.0
+        */
+       activate: function() {
+               this.frame.modal.$el.addClass('image-details');
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = DateFilter;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = ImageDetails;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],22:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 33 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.AttachmentFilters.Uploaded
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.controller.GalleryEdit
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * A state for editing a gallery's images and settings.
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.view.AttachmentFilters
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var l10n = wp.media.view.l10n,
-       Uploaded;
-
-Uploaded = wp.media.view.AttachmentFilters.extend({
-       createFilters: function() {
-               var type = this.model.get('type'),
-                       types = wp.media.view.settings.mimeTypes,
-                       text;
-
-               if ( types && type ) {
-                       text = types[ type ];
-               }
-
-               this.filters = {
-                       all: {
-                               text:  text || l10n.allMediaItems,
-                               props: {
-                                       uploadedTo: null,
-                                       orderby: 'date',
-                                       order:   'DESC'
-                               },
-                               priority: 10
-                       },
-
-                       uploaded: {
-                               text:  l10n.uploadedToThisPost,
-                               props: {
-                                       uploadedTo: wp.media.view.settings.post.id,
-                                       orderby: 'menuOrder',
-                                       order:   'ASC'
-                               },
-                               priority: 20
-                       },
-
-                       unattached: {
-                               text:  l10n.unattached,
-                               props: {
-                                       uploadedTo: 0,
-                                       orderby: 'menuOrder',
-                                       order:   'ASC'
-                               },
-                               priority: 50
-                       }
-               };
-       }
-});
-
-module.exports = Uploaded;
-
-},{}],23:[function(require,module,exports){
-/*globals wp, _, jQuery */
-
-/**
- * wp.media.view.Attachment
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.controller.Library
+ * @augments wp.media.controller.State
+ * @augments Backbone.Model
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @class
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param {object}                     [attributes]                       The attributes hash passed to the state.
+ * @param {string}                     [attributes.id=gallery-edit]       Unique identifier.
+ * @param {string}                     [attributes.title=Edit Gallery]    Title for the state. Displays in the frame's title region.
+ * @param {wp.media.model.Attachments} [attributes.library]               The collection of attachments in the gallery.
+ *                                                                        If one is not supplied, an empty media.model.Selection collection is created.
+ * @param {boolean}                    [attributes.multiple=false]        Whether multi-select is enabled.
+ * @param {boolean}                    [attributes.searchable=false]      Whether the library is searchable.
+ * @param {boolean}                    [attributes.sortable=true]         Whether the Attachments should be sortable. Depends on the orderby property being set to menuOrder on the attachments collection.
+ * @param {boolean}                    [attributes.date=true]             Whether to show the date filter in the browser's toolbar.
+ * @param {string|false}               [attributes.content=browse]        Initial mode for the content region.
+ * @param {string|false}               [attributes.toolbar=image-details] Initial mode for the toolbar region.
+ * @param {boolean}                    [attributes.describe=true]         Whether to offer UI to describe attachments - e.g. captioning images in a gallery.
+ * @param {boolean}                    [attributes.displaySettings=true]  Whether to show the attachment display settings interface.
+ * @param {boolean}                    [attributes.dragInfo=true]         Whether to show instructional text about the attachments being sortable.
+ * @param {int}                        [attributes.idealColumnWidth=170]  The ideal column width in pixels for attachments.
+ * @param {boolean}                    [attributes.editing=false]         Whether the gallery is being created, or editing an existing instance.
+ * @param {int}                        [attributes.priority=60]           The priority for the state link in the media menu.
+ * @param {boolean}                    [attributes.syncSelection=false]   Whether the Attachments selection should be persisted from the last state.
+ *                                                                        Defaults to false for this state, because the library passed in  *is* the selection.
+ * @param {view}                       [attributes.AttachmentView]        The single `Attachment` view to be used in the `Attachments`.
+ *                                                                        If none supplied, defaults to wp.media.view.Attachment.EditLibrary.
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var View = wp.media.View,
-       $ = jQuery,
-       Attachment;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var Library = wp.media.controller.Library,
+       l10n = wp.media.view.l10n,
+       GalleryEdit;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Attachment = View.extend({
-       tagName:   'li',
-       className: 'attachment',
-       template:  wp.template('attachment'),
-
-       attributes: function() {
-               return {
-                       'tabIndex':     0,
-                       'role':         'checkbox',
-                       'aria-label':   this.model.get( 'title' ),
-                       'aria-checked': false,
-                       'data-id':      this.model.get( 'id' )
-               };
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+GalleryEdit = Library.extend({
+       defaults: {
+               id:               'gallery-edit',
+               title:            l10n.editGalleryTitle,
+               multiple:         false,
+               searchable:       false,
+               sortable:         true,
+               date:             false,
+               display:          false,
+               content:          'browse',
+               toolbar:          'gallery-edit',
+               describe:         true,
+               displaySettings:  true,
+               dragInfo:         true,
+               idealColumnWidth: 170,
+               editing:          false,
+               priority:         60,
+               syncSelection:    false
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        events: {
-               'click .js--select-attachment':   'toggleSelectionHandler',
-               'change [data-setting]':          'updateSetting',
-               'change [data-setting] input':    'updateSetting',
-               'change [data-setting] select':   'updateSetting',
-               'change [data-setting] textarea': 'updateSetting',
-               'click .close':                   'removeFromLibrary',
-               'click .check':                   'checkClickHandler',
-               'click a':                        'preventDefault',
-               'keydown .close':                 'removeFromLibrary',
-               'keydown':                        'toggleSelectionHandler'
-       },
-
-       buttons: {},
-
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * @since 3.5.0
+        */
</ins><span class="cx" style="display: block; padding: 0 10px">         initialize: function() {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                var selection = this.options.selection,
-                       options = _.defaults( this.options, {
-                               rerenderOnModelChange: true
-                       } );
-
-               if ( options.rerenderOnModelChange ) {
-                       this.listenTo( this.model, 'change', this.render );
-               } else {
-                       this.listenTo( this.model, 'change:percent', this.progress );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // If we haven't been provided a `library`, create a `Selection`.
+               if ( ! this.get('library') ) {
+                       this.set( 'library', new wp.media.model.Selection() );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.listenTo( this.model, 'change:title', this._syncTitle );
-               this.listenTo( this.model, 'change:caption', this._syncCaption );
-               this.listenTo( this.model, 'change:artist', this._syncArtist );
-               this.listenTo( this.model, 'change:album', this._syncAlbum );
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Update the selection.
-               this.listenTo( this.model, 'add', this.select );
-               this.listenTo( this.model, 'remove', this.deselect );
-               if ( selection ) {
-                       selection.on( 'reset', this.updateSelect, this );
-                       // Update the model's details view.
-                       this.listenTo( this.model, 'selection:single selection:unsingle', this.details );
-                       this.details( this.model, this.controller.state().get('selection') );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // The single `Attachment` view to be used in the `Attachments` view.
+               if ( ! this.get('AttachmentView') ) {
+                       this.set( 'AttachmentView', wp.media.view.Attachment.EditLibrary );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.listenTo( this.controller, 'attachment:compat:waiting attachment:compat:ready', this.updateSave );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         Library.prototype.initialize.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * @returns {wp.media.view.Attachment} Returns itself to allow chaining
-        */
-       dispose: function() {
-               var selection = this.options.selection;
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Make sure all settings are saved before removing the view.
-               this.updateAll();
-
-               if ( selection ) {
-                       selection.off( null, null, this );
-               }
-               /**
-                * call 'dispose' directly on the parent class
-                */
-               View.prototype.dispose.apply( this, arguments );
-               return this;
-       },
</del><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {wp.media.view.Attachment} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @since 3.5.0
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        render: function() {
-               var options = _.defaults( this.model.toJSON(), {
-                               orientation:   'landscape',
-                               uploading:     false,
-                               type:          '',
-                               subtype:       '',
-                               icon:          '',
-                               filename:      '',
-                               caption:       '',
-                               title:         '',
-                               dateFormatted: '',
-                               width:         '',
-                               height:        '',
-                               compat:        false,
-                               alt:           '',
-                               description:   ''
-                       }, this.options );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ activate: function() {
+               var library = this.get('library');
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                options.buttons  = this.buttons;
-               options.describe = this.controller.state().get('describe');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Limit the library to images only.
+               library.props.set( 'type', 'image' );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( 'image' === options.type ) {
-                       options.size = this.imageSize();
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Watch for uploaded attachments.
+               this.get('library').observe( wp.Uploader.queue );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                options.can = {};
-               if ( options.nonces ) {
-                       options.can.remove = !! options.nonces['delete'];
-                       options.can.save = !! options.nonces.update;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.frame.on( 'content:render:browse', this.gallerySettings, this );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( this.controller.state().get('allowLocalEdits') ) {
-                       options.allowLocalEdits = true;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         Library.prototype.activate.apply( this, arguments );
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( options.uploading && ! options.percent ) {
-                       options.percent = 0;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * @since 3.5.0
+        */
+       deactivate: function() {
+               // Stop watching for uploaded attachments.
+               this.get('library').unobserve( wp.Uploader.queue );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.views.detach();
-               this.$el.html( this.template( options ) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.frame.off( 'content:render:browse', this.gallerySettings, this );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.$el.toggleClass( 'uploading', options.uploading );
-
-               if ( options.uploading ) {
-                       this.$bar = this.$('.media-progress-bar div');
-               } else {
-                       delete this.$bar;
-               }
-
-               // Check if the model is selected.
-               this.updateSelect();
-
-               // Update the save status.
-               this.updateSave();
-
-               this.views.render();
-
-               return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         Library.prototype.deactivate.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        progress: function() {
-               if ( this.$bar && this.$bar.length ) {
-                       this.$bar.width( this.model.get('percent') + '%' );
-               }
-       },
-
</del><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Object} event
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @since 3.5.0
+        *
+        * @param browser
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        toggleSelectionHandler: function( event ) {
-               var method;
-
-               // Don't do anything inside inputs.
-               if ( 'INPUT' === event.target.nodeName ) {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ gallerySettings: function( browser ) {
+               if ( ! this.get('displaySettings') ) {
</ins><span class="cx" style="display: block; padding: 0 10px">                         return;
</span><span class="cx" style="display: block; padding: 0 10px">                }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Catch arrow events
-               if ( 37 === event.keyCode || 38 === event.keyCode || 39 === event.keyCode || 40 === event.keyCode ) {
-                       this.controller.trigger( 'attachment:keydown:arrow', event );
-                       return;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         var library = this.get('library');
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Catch enter and space events
-               if ( 'keydown' === event.type && 13 !== event.keyCode && 32 !== event.keyCode ) {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( ! library || ! browser ) {
</ins><span class="cx" style="display: block; padding: 0 10px">                         return;
</span><span class="cx" style="display: block; padding: 0 10px">                }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                event.preventDefault();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         library.gallery = library.gallery || new Backbone.Model();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // In the grid view, bubble up an edit:attachment event to the controller.
-               if ( this.controller.isModeActive( 'grid' ) ) {
-                       if ( this.controller.isModeActive( 'edit' ) ) {
-                               // Pass the current target to restore focus when closing
-                               this.controller.trigger( 'edit:attachment', this.model, event.currentTarget );
-                               return;
-                       }
-
-                       if ( this.controller.isModeActive( 'select' ) ) {
-                               method = 'toggle';
-                       }
-               }
-
-               if ( event.shiftKey ) {
-                       method = 'between';
-               } else if ( event.ctrlKey || event.metaKey ) {
-                       method = 'toggle';
-               }
-
-               this.toggleSelection({
-                       method: method
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         browser.sidebar.set({
+                       gallery: new wp.media.view.Settings.Gallery({
+                               controller: this,
+                               model:      library.gallery,
+                               priority:   40
+                       })
</ins><span class="cx" style="display: block; padding: 0 10px">                 });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.controller.trigger( 'selection:toggle' );
-       },
-       /**
-        * @param {Object} options
-        */
-       toggleSelection: function( options ) {
-               var collection = this.collection,
-                       selection = this.options.selection,
-                       model = this.model,
-                       method = options && options.method,
-                       single, models, singleIndex, modelIndex;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         browser.toolbar.set( 'reverse', {
+                       text:     l10n.reverseOrder,
+                       priority: 80,
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! selection ) {
-                       return;
-               }
-
-               single = selection.single();
-               method = _.isUndefined( method ) ? selection.multiple : method;
-
-               // If the `method` is set to `between`, select all models that
-               // exist between the current and the selected model.
-               if ( 'between' === method && single && selection.multiple ) {
-                       // If the models are the same, short-circuit.
-                       if ( single === model ) {
-                               return;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 click: function() {
+                               library.reset( library.toArray().reverse() );
</ins><span class="cx" style="display: block; padding: 0 10px">                         }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                });
+       }
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        singleIndex = collection.indexOf( single );
-                       modelIndex  = collection.indexOf( this.model );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = GalleryEdit;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        if ( singleIndex < modelIndex ) {
-                               models = collection.models.slice( singleIndex, modelIndex + 1 );
-                       } else {
-                               models = collection.models.slice( modelIndex, singleIndex + 1 );
-                       }
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        selection.add( models );
-                       selection.single( model );
-                       return;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 34 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // If the `method` is set to `toggle`, just flip the selection
-               // status, regardless of whether the model is the single model.
-               } else if ( 'toggle' === method ) {
-                       selection[ this.selected() ? 'remove' : 'add' ]( model );
-                       selection.single( model );
-                       return;
-               } else if ( 'add' === method ) {
-                       selection.add( model );
-                       selection.single( model );
-                       return;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp, _ */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Fixes bug that loses focus when selecting a featured image
-               if ( ! method ) {
-                       method = 'add';
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/**
+ * wp.media.controller.GalleryAdd
+ *
+ * A state for selecting more images to add to a gallery.
+ *
+ * @class
+ * @augments wp.media.controller.Library
+ * @augments wp.media.controller.State
+ * @augments Backbone.Model
+ *
+ * @param {object}                     [attributes]                         The attributes hash passed to the state.
+ * @param {string}                     [attributes.id=gallery-library]      Unique identifier.
+ * @param {string}                     [attributes.title=Add to Gallery]    Title for the state. Displays in the frame's title region.
+ * @param {boolean}                    [attributes.multiple=add]            Whether multi-select is enabled. @todo 'add' doesn't seem do anything special, and gets used as a boolean.
+ * @param {wp.media.model.Attachments} [attributes.library]                 The attachments collection to browse.
+ *                                                                          If one is not supplied, a collection of all images will be created.
+ * @param {boolean|string}             [attributes.filterable=uploaded]     Whether the library is filterable, and if so what filters should be shown.
+ *                                                                          Accepts 'all', 'uploaded', or 'unattached'.
+ * @param {string}                     [attributes.menu=gallery]            Initial mode for the menu region.
+ * @param {string}                     [attributes.content=upload]          Initial mode for the content region.
+ *                                                                          Overridden by persistent user setting if 'contentUserSetting' is true.
+ * @param {string}                     [attributes.router=browse]           Initial mode for the router region.
+ * @param {string}                     [attributes.toolbar=gallery-add]     Initial mode for the toolbar region.
+ * @param {boolean}                    [attributes.searchable=true]         Whether the library is searchable.
+ * @param {boolean}                    [attributes.sortable=true]           Whether the Attachments should be sortable. Depends on the orderby property being set to menuOrder on the attachments collection.
+ * @param {boolean}                    [attributes.autoSelect=true]         Whether an uploaded attachment should be automatically added to the selection.
+ * @param {boolean}                    [attributes.contentUserSetting=true] Whether the content region's mode should be set and persisted per user.
+ * @param {int}                        [attributes.priority=100]            The priority for the state link in the media menu.
+ * @param {boolean}                    [attributes.syncSelection=false]     Whether the Attachments selection should be persisted from the last state.
+ *                                                                          Defaults to false because for this state, because the library of the Edit Gallery state is the selection.
+ */
+var Selection = wp.media.model.Selection,
+       Library = wp.media.controller.Library,
+       l10n = wp.media.view.l10n,
+       GalleryAdd;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( method !== 'add' ) {
-                       method = 'reset';
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+GalleryAdd = Library.extend({
+       defaults: _.defaults({
+               id:            'gallery-library',
+               title:         l10n.addToGalleryTitle,
+               multiple:      'add',
+               filterable:    'uploaded',
+               menu:          'gallery',
+               toolbar:       'gallery-add',
+               priority:      100,
+               syncSelection: false
+       }, Library.prototype.defaults ),
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( this.selected() ) {
-                       // If the model is the single model, remove it.
-                       // If it is not the same as the single model,
-                       // it now becomes the single model.
-                       selection[ single === model ? 'remove' : 'single' ]( model );
-               } else {
-                       // If the model is not selected, run the `method` on the
-                       // selection. By default, we `reset` the selection, but the
-                       // `method` can be set to `add` the model to the selection.
-                       selection[ method ]( model );
-                       selection.single( model );
-               }
-       },
-
-       updateSelect: function() {
-               this[ this.selected() ? 'select' : 'deselect' ]();
-       },
</del><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {unresolved|Boolean}
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @since 3.5.0
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        selected: function() {
-               var selection = this.options.selection;
-               if ( selection ) {
-                       return !! selection.get( this.model.cid );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ initialize: function() {
+               // If a library wasn't supplied, create a library of images.
+               if ( ! this.get('library') ) {
+                       this.set( 'library', wp.media.query({ type: 'image' }) );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+               Library.prototype.initialize.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
</ins><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Backbone.Model} model
-        * @param {Backbone.Collection} collection
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @since 3.5.0
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        select: function( model, collection ) {
-               var selection = this.options.selection,
-                       controller = this.controller;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ activate: function() {
+               var library = this.get('library'),
+                       edit    = this.frame.state('gallery-edit').get('library');
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Check if a selection exists and if it's the collection provided.
-               // If they're not the same collection, bail; we're in another
-               // selection's event loop.
-               if ( ! selection || ( collection && collection !== selection ) ) {
-                       return;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( this.editLibrary && this.editLibrary !== edit ) {
+                       library.unobserve( this.editLibrary );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Bail if the model is already selected.
-               if ( this.$el.hasClass( 'selected' ) ) {
-                       return;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Accepts attachments that exist in the original library and
+               // that do not exist in gallery's library.
+               library.validator = function( attachment ) {
+                       return !! this.mirroring.get( attachment.cid ) && ! edit.get( attachment.cid ) && Selection.prototype.validator.apply( this, arguments );
+               };
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Add 'selected' class to model, set aria-checked to true.
-               this.$el.addClass( 'selected' ).attr( 'aria-checked', true );
-               //  Make the checkbox tabable, except in media grid (bulk select mode).
-               if ( ! ( controller.isModeActive( 'grid' ) && controller.isModeActive( 'select' ) ) ) {
-                       this.$( '.check' ).attr( 'tabindex', '0' );
-               }
-       },
-       /**
-        * @param {Backbone.Model} model
-        * @param {Backbone.Collection} collection
-        */
-       deselect: function( model, collection ) {
-               var selection = this.options.selection;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Reset the library to ensure that all attachments are re-added
+               // to the collection. Do so silently, as calling `observe` will
+               // trigger the `reset` event.
+               library.reset( library.mirroring.models, { silent: true });
+               library.observe( edit );
+               this.editLibrary = edit;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Check if a selection exists and if it's the collection provided.
-               // If they're not the same collection, bail; we're in another
-               // selection's event loop.
-               if ( ! selection || ( collection && collection !== selection ) ) {
-                       return;
-               }
-               this.$el.removeClass( 'selected' ).attr( 'aria-checked', false )
-                       .find( '.check' ).attr( 'tabindex', '-1' );
-       },
-       /**
-        * @param {Backbone.Model} model
-        * @param {Backbone.Collection} collection
-        */
-       details: function( model, collection ) {
-               var selection = this.options.selection,
-                       details;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         Library.prototype.activate.apply( this, arguments );
+       }
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( selection !== collection ) {
-                       return;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = GalleryAdd;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                details = selection.single();
-               this.$el.toggleClass( 'details', details === this.model );
-       },
-       /**
-        * @param {Object} event
-        */
-       preventDefault: function( event ) {
-               event.preventDefault();
-       },
-       /**
-        * @param {string} size
-        * @returns {Object}
-        */
-       imageSize: function( size ) {
-               var sizes = this.model.get('sizes'), matched = false;
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                size = size || 'medium';
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 35 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Use the provided image size if possible.
-               if ( sizes ) {
-                       if ( sizes[ size ] ) {
-                               matched = sizes[ size ];
-                       } else if ( sizes.large ) {
-                               matched = sizes.large;
-                       } else if ( sizes.thumbnail ) {
-                               matched = sizes.thumbnail;
-                       } else if ( sizes.full ) {
-                               matched = sizes.full;
-                       }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp, Backbone */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        if ( matched ) {
-                               return _.clone( matched );
-                       }
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/**
+ * wp.media.controller.CollectionEdit
+ *
+ * A state for editing a collection, which is used by audio and video playlists,
+ * and can be used for other collections.
+ *
+ * @class
+ * @augments wp.media.controller.Library
+ * @augments wp.media.controller.State
+ * @augments Backbone.Model
+ *
+ * @param {object}                     [attributes]                      The attributes hash passed to the state.
+ * @param {string}                     attributes.title                  Title for the state. Displays in the media menu and the frame's title region.
+ * @param {wp.media.model.Attachments} [attributes.library]              The attachments collection to edit.
+ *                                                                       If one is not supplied, an empty media.model.Selection collection is created.
+ * @param {boolean}                    [attributes.multiple=false]       Whether multi-select is enabled.
+ * @param {string}                     [attributes.content=browse]       Initial mode for the content region.
+ * @param {string}                     attributes.menu                   Initial mode for the menu region. @todo this needs a better explanation.
+ * @param {boolean}                    [attributes.searchable=false]     Whether the library is searchable.
+ * @param {boolean}                    [attributes.sortable=true]        Whether the Attachments should be sortable. Depends on the orderby property being set to menuOrder on the attachments collection.
+ * @param {boolean}                    [attributes.date=true]            Whether to show the date filter in the browser's toolbar.
+ * @param {boolean}                    [attributes.describe=true]        Whether to offer UI to describe the attachments - e.g. captioning images in a gallery.
+ * @param {boolean}                    [attributes.dragInfo=true]        Whether to show instructional text about the attachments being sortable.
+ * @param {boolean}                    [attributes.dragInfoText]         Instructional text about the attachments being sortable.
+ * @param {int}                        [attributes.idealColumnWidth=170] The ideal column width in pixels for attachments.
+ * @param {boolean}                    [attributes.editing=false]        Whether the gallery is being created, or editing an existing instance.
+ * @param {int}                        [attributes.priority=60]          The priority for the state link in the media menu.
+ * @param {boolean}                    [attributes.syncSelection=false]  Whether the Attachments selection should be persisted from the last state.
+ *                                                                       Defaults to false for this state, because the library passed in  *is* the selection.
+ * @param {view}                       [attributes.SettingsView]         The view to edit the collection instance settings (e.g. Playlist settings with "Show tracklist" checkbox).
+ * @param {view}                       [attributes.AttachmentView]       The single `Attachment` view to be used in the `Attachments`.
+ *                                                                       If none supplied, defaults to wp.media.view.Attachment.EditLibrary.
+ * @param {string}                     attributes.type                   The collection's media type. (e.g. 'video').
+ * @param {string}                     attributes.collectionType         The collection type. (e.g. 'playlist').
+ */
+var Library = wp.media.controller.Library,
+       l10n = wp.media.view.l10n,
+       $ = jQuery,
+       CollectionEdit;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                return {
-                       url:         this.model.get('url'),
-                       width:       this.model.get('width'),
-                       height:      this.model.get('height'),
-                       orientation: this.model.get('orientation')
-               };
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+CollectionEdit = Library.extend({
+       defaults: {
+               multiple:         false,
+               sortable:         true,
+               date:             false,
+               searchable:       false,
+               content:          'browse',
+               describe:         true,
+               dragInfo:         true,
+               idealColumnWidth: 170,
+               editing:          false,
+               priority:         60,
+               SettingsView:     false,
+               syncSelection:    false
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
</ins><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Object} event
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @since 3.9.0
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        updateSetting: function( event ) {
-               var $setting = $( event.target ).closest('[data-setting]'),
-                       setting, value;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ initialize: function() {
+               var collectionType = this.get('collectionType');
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! $setting.length ) {
-                       return;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( 'video' === this.get( 'type' ) ) {
+                       collectionType = 'video-' + collectionType;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                setting = $setting.data('setting');
-               value   = event.target.value;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.set( 'id', collectionType + '-edit' );
+               this.set( 'toolbar', collectionType + '-edit' );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( this.model.get( setting ) !== value ) {
-                       this.save( setting, value );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // If we haven't been provided a `library`, create a `Selection`.
+               if ( ! this.get('library') ) {
+                       this.set( 'library', new wp.media.model.Selection() );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                // The single `Attachment` view to be used in the `Attachments` view.
+               if ( ! this.get('AttachmentView') ) {
+                       this.set( 'AttachmentView', wp.media.view.Attachment.EditLibrary );
+               }
+               Library.prototype.initialize.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * Pass all the arguments to the model's save method.
-        *
-        * Records the aggregate status of all save requests and updates the
-        * view's classes accordingly.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @since 3.9.0
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        save: function() {
-               var view = this,
-                       save = this._save = this._save || { status: 'ready' },
-                       request = this.model.save.apply( this.model, arguments ),
-                       requests = save.requests ? $.when( request, save.requests ) : request;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ activate: function() {
+               var library = this.get('library');
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // If we're waiting to remove 'Saved.', stop.
-               if ( save.savedTimer ) {
-                       clearTimeout( save.savedTimer );
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Limit the library to images only.
+               library.props.set( 'type', this.get( 'type' ) );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.updateSave('waiting');
-               save.requests = requests;
-               requests.always( function() {
-                       // If we've performed another request since this one, bail.
-                       if ( save.requests !== requests ) {
-                               return;
-                       }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Watch for uploaded attachments.
+               this.get('library').observe( wp.Uploader.queue );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        view.updateSave( requests.state() === 'resolved' ? 'complete' : 'error' );
-                       save.savedTimer = setTimeout( function() {
-                               view.updateSave('ready');
-                               delete save.savedTimer;
-                       }, 2000 );
-               });
-       },
-       /**
-        * @param {string} status
-        * @returns {wp.media.view.Attachment} Returns itself to allow chaining
-        */
-       updateSave: function( status ) {
-               var save = this._save = this._save || { status: 'ready' };
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.frame.on( 'content:render:browse', this.renderSettings, this );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( status && status !== save.status ) {
-                       this.$el.removeClass( 'save-' + save.status );
-                       save.status = status;
-               }
-
-               this.$el.addClass( 'save-' + save.status );
-               return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         Library.prototype.activate.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        updateAll: function() {
-               var $settings = this.$('[data-setting]'),
-                       model = this.model,
-                       changed;
-
-               changed = _.chain( $settings ).map( function( el ) {
-                       var $input = $('input, textarea, select, [value]', el ),
-                               setting, value;
-
-                       if ( ! $input.length ) {
-                               return;
-                       }
-
-                       setting = $(el).data('setting');
-                       value = $input.val();
-
-                       // Record the value if it changed.
-                       if ( model.get( setting ) !== value ) {
-                               return [ setting, value ];
-                       }
-               }).compact().object().value();
-
-               if ( ! _.isEmpty( changed ) ) {
-                       model.save( changed );
-               }
-       },
</del><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Object} event
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @since 3.9.0
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        removeFromLibrary: function( event ) {
-               // Catch enter and space events
-               if ( 'keydown' === event.type && 13 !== event.keyCode && 32 !== event.keyCode ) {
-                       return;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ deactivate: function() {
+               // Stop watching for uploaded attachments.
+               this.get('library').unobserve( wp.Uploader.queue );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Stop propagation so the model isn't selected.
-               event.stopPropagation();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.frame.off( 'content:render:browse', this.renderSettings, this );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.collection.remove( this.model );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         Library.prototype.deactivate.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * Add the model if it isn't in the selection, if it is in the selection,
-        * remove it.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * Render the collection embed settings view in the browser sidebar.
</ins><span class="cx" style="display: block; padding: 0 10px">          *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param  {[type]} event [description]
-        * @return {[type]}       [description]
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @todo This is against the pattern elsewhere in media. Typically the frame
+        *       is responsible for adding region mode callbacks. Explain.
+        *
+        * @since 3.9.0
+        *
+        * @param {wp.media.view.attachmentsBrowser} The attachments browser view.
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        checkClickHandler: function ( event ) {
-               var selection = this.options.selection;
-               if ( ! selection ) {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ renderSettings: function( attachmentsBrowserView ) {
+               var library = this.get('library'),
+                       collectionType = this.get('collectionType'),
+                       dragInfoText = this.get('dragInfoText'),
+                       SettingsView = this.get('SettingsView'),
+                       obj = {};
+
+               if ( ! library || ! attachmentsBrowserView ) {
</ins><span class="cx" style="display: block; padding: 0 10px">                         return;
</span><span class="cx" style="display: block; padding: 0 10px">                }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                event.stopPropagation();
-               if ( selection.where( { id: this.model.get( 'id' ) } ).length ) {
-                       selection.remove( this.model );
-                       // Move focus back to the attachment tile (from the check).
-                       this.$el.focus();
-               } else {
-                       selection.add( this.model );
-               }
-       }
-});
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-// Ensure settings remain in sync between attachment views.
-_.each({
-       caption: '_syncCaption',
-       title:   '_syncTitle',
-       artist:  '_syncArtist',
-       album:   '_syncAlbum'
-}, function( method, setting ) {
-       /**
-        * @param {Backbone.Model} model
-        * @param {string} value
-        * @returns {wp.media.view.Attachment} Returns itself to allow chaining
-        */
-       Attachment.prototype[ method ] = function( model, value ) {
-               var $setting = this.$('[data-setting="' + setting + '"]');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         library[ collectionType ] = library[ collectionType ] || new Backbone.Model();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! $setting.length ) {
-                       return this;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         obj[ collectionType ] = new SettingsView({
+                       controller: this,
+                       model:      library[ collectionType ],
+                       priority:   40
+               });
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // If the updated value is in sync with the value in the DOM, there
-               // is no need to re-render. If we're currently editing the value,
-               // it will automatically be in sync, suppressing the re-render for
-               // the view we're editing, while updating any others.
-               if ( value === $setting.find('input, textarea, select, [value]').val() ) {
-                       return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         attachmentsBrowserView.sidebar.set( obj );
+
+               if ( dragInfoText ) {
+                       attachmentsBrowserView.toolbar.set( 'dragInfo', new wp.media.View({
+                               el: $( '<div class="instructions">' + dragInfoText + '</div>' )[0],
+                               priority: -40
+                       }) );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                return this.render();
-       };
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Add the 'Reverse order' button to the toolbar.
+               attachmentsBrowserView.toolbar.set( 'reverse', {
+                       text:     l10n.reverseOrder,
+                       priority: 80,
+
+                       click: function() {
+                               library.reset( library.toArray().reverse() );
+                       }
+               });
+       }
</ins><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Attachment;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = CollectionEdit;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],24:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 36 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, _ */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.Attachment.Details
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.controller.CollectionAdd
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * A state for adding attachments to a collection (e.g. video playlist).
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.view.Attachment
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.controller.Library
+ * @augments wp.media.controller.State
+ * @augments Backbone.Model
+ *
+ * @param {object}                     [attributes]                         The attributes hash passed to the state.
+ * @param {string}                     [attributes.id=library]      Unique identifier.
+ * @param {string}                     attributes.title                    Title for the state. Displays in the frame's title region.
+ * @param {boolean}                    [attributes.multiple=add]            Whether multi-select is enabled. @todo 'add' doesn't seem do anything special, and gets used as a boolean.
+ * @param {wp.media.model.Attachments} [attributes.library]                 The attachments collection to browse.
+ *                                                                          If one is not supplied, a collection of attachments of the specified type will be created.
+ * @param {boolean|string}             [attributes.filterable=uploaded]     Whether the library is filterable, and if so what filters should be shown.
+ *                                                                          Accepts 'all', 'uploaded', or 'unattached'.
+ * @param {string}                     [attributes.menu=gallery]            Initial mode for the menu region.
+ * @param {string}                     [attributes.content=upload]          Initial mode for the content region.
+ *                                                                          Overridden by persistent user setting if 'contentUserSetting' is true.
+ * @param {string}                     [attributes.router=browse]           Initial mode for the router region.
+ * @param {string}                     [attributes.toolbar=gallery-add]     Initial mode for the toolbar region.
+ * @param {boolean}                    [attributes.searchable=true]         Whether the library is searchable.
+ * @param {boolean}                    [attributes.sortable=true]           Whether the Attachments should be sortable. Depends on the orderby property being set to menuOrder on the attachments collection.
+ * @param {boolean}                    [attributes.autoSelect=true]         Whether an uploaded attachment should be automatically added to the selection.
+ * @param {boolean}                    [attributes.contentUserSetting=true] Whether the content region's mode should be set and persisted per user.
+ * @param {int}                        [attributes.priority=100]            The priority for the state link in the media menu.
+ * @param {boolean}                    [attributes.syncSelection=false]     Whether the Attachments selection should be persisted from the last state.
+ *                                                                          Defaults to false because for this state, because the library of the Edit Gallery state is the selection.
+ * @param {string}                     attributes.type                   The collection's media type. (e.g. 'video').
+ * @param {string}                     attributes.collectionType         The collection type. (e.g. 'playlist').
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var Attachment = wp.media.view.Attachment,
-       l10n = wp.media.view.l10n,
-       Details;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var Selection = wp.media.model.Selection,
+       Library = wp.media.controller.Library,
+       CollectionAdd;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Details = Attachment.extend({
-       tagName:   'div',
-       className: 'attachment-details',
-       template:  wp.template('attachment-details'),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+CollectionAdd = Library.extend({
+       defaults: _.defaults( {
+               // Selection defaults. @see media.model.Selection
+               multiple:      'add',
+               // Attachments browser defaults. @see media.view.AttachmentsBrowser
+               filterable:    'uploaded',
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        attributes: function() {
-               return {
-                       'tabIndex':     0,
-                       'data-id':      this.model.get( 'id' )
-               };
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         priority:      100,
+               syncSelection: false
+       }, Library.prototype.defaults ),
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        events: {
-               'change [data-setting]':          'updateSetting',
-               'change [data-setting] input':    'updateSetting',
-               'change [data-setting] select':   'updateSetting',
-               'change [data-setting] textarea': 'updateSetting',
-               'click .delete-attachment':       'deleteAttachment',
-               'click .trash-attachment':        'trashAttachment',
-               'click .untrash-attachment':      'untrashAttachment',
-               'click .edit-attachment':         'editAttachment',
-               'click .refresh-attachment':      'refreshAttachment',
-               'keydown':                        'toggleSelectionHandler'
-       },
-
-       initialize: function() {
-               this.options = _.defaults( this.options, {
-                       rerenderOnModelChange: false
-               });
-
-               this.on( 'ready', this.initialFocus );
-               // Call 'initialize' directly on the parent class.
-               Attachment.prototype.initialize.apply( this, arguments );
-       },
-
-       initialFocus: function() {
-               if ( ! wp.media.isTouchDevice ) {
-                       this.$( ':input' ).eq( 0 ).focus();
-               }
-       },
</del><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Object} event
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @since 3.9.0
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        deleteAttachment: function( event ) {
-               event.preventDefault();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ initialize: function() {
+               var collectionType = this.get('collectionType');
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( window.confirm( l10n.warnDelete ) ) {
-                       this.model.destroy();
-                       // Keep focus inside media modal
-                       // after image is deleted
-                       this.controller.modal.focusManager.focus();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( 'video' === this.get( 'type' ) ) {
+                       collectionType = 'video-' + collectionType;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        },
-       /**
-        * @param {Object} event
-        */
-       trashAttachment: function( event ) {
-               var library = this.controller.library;
-               event.preventDefault();
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( wp.media.view.settings.mediaTrash &&
-                       'edit-metadata' === this.controller.content.mode() ) {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.set( 'id', collectionType + '-library' );
+               this.set( 'toolbar', collectionType + '-add' );
+               this.set( 'menu', collectionType );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        this.model.set( 'status', 'trash' );
-                       this.model.save().done( function() {
-                               library._requery( true );
-                       } );
-               }  else {
-                       this.model.destroy();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // If we haven't been provided a `library`, create a `Selection`.
+               if ( ! this.get('library') ) {
+                       this.set( 'library', wp.media.query({ type: this.get('type') }) );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                Library.prototype.initialize.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * @param {Object} event
-        */
-       untrashAttachment: function( event ) {
-               var library = this.controller.library;
-               event.preventDefault();
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.model.set( 'status', 'inherit' );
-               this.model.save().done( function() {
-                       library._requery( true );
-               } );
-       },
</del><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Object} event
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @since 3.9.0
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        editAttachment: function( event ) {
-               var editState = this.controller.states.get( 'edit-image' );
-               if ( window.imageEdit && editState ) {
-                       event.preventDefault();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ activate: function() {
+               var library = this.get('library'),
+                       editLibrary = this.get('editLibrary'),
+                       edit = this.frame.state( this.get('collectionType') + '-edit' ).get('library');
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        editState.set( 'image', this.model );
-                       this.controller.setState( 'edit-image' );
-               } else {
-                       this.$el.addClass('needs-refresh');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( editLibrary && editLibrary !== edit ) {
+                       library.unobserve( editLibrary );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        },
-       /**
-        * @param {Object} event
-        */
-       refreshAttachment: function( event ) {
-               this.$el.removeClass('needs-refresh');
-               event.preventDefault();
-               this.model.fetch();
-       },
-       /**
-        * When reverse tabbing(shift+tab) out of the right details panel, deliver
-        * the focus to the item in the list that was being edited.
-        *
-        * @param {Object} event
-        */
-       toggleSelectionHandler: function( event ) {
-               if ( 'keydown' === event.type && 9 === event.keyCode && event.shiftKey && event.target === this.$( ':tabbable' ).get( 0 ) ) {
-                       this.controller.trigger( 'attachment:details:shift-tab', event );
-                       return false;
-               }
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( 37 === event.keyCode || 38 === event.keyCode || 39 === event.keyCode || 40 === event.keyCode ) {
-                       this.controller.trigger( 'attachment:keydown:arrow', event );
-                       return;
-               }
-       }
-});
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Accepts attachments that exist in the original library and
+               // that do not exist in gallery's library.
+               library.validator = function( attachment ) {
+                       return !! this.mirroring.get( attachment.cid ) && ! edit.get( attachment.cid ) && Selection.prototype.validator.apply( this, arguments );
+               };
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Details;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Reset the library to ensure that all attachments are re-added
+               // to the collection. Do so silently, as calling `observe` will
+               // trigger the `reset` event.
+               library.reset( library.mirroring.models, { silent: true });
+               library.observe( edit );
+               this.set('editLibrary', edit);
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],25:[function(require,module,exports){
-/*globals wp */
-
-/**
- * wp.media.view.Attachment.EditLibrary
- *
- * @class
- * @augments wp.media.view.Attachment
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var EditLibrary = wp.media.view.Attachment.extend({
-       buttons: {
-               close: true
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         Library.prototype.activate.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = EditLibrary;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = CollectionAdd;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],26:[function(require,module,exports){
-/*globals wp */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/**
- * wp.media.view.Attachments.EditSelection
- *
- * @class
- * @augments wp.media.view.Attachment.Selection
- * @augments wp.media.view.Attachment
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var EditSelection = wp.media.view.Attachment.Selection.extend({
-       buttons: {
-               close: true
-       }
-});
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 37 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = EditSelection;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp, _ */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],27:[function(require,module,exports){
-/*globals wp */
-
</del><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.Attachment.Library
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.controller.FeaturedImage
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @class
- * @augments wp.media.view.Attachment
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var Library = wp.media.view.Attachment.extend({
-       buttons: {
-               check: true
-       }
-});
-
-module.exports = Library;
-
-},{}],28:[function(require,module,exports){
-/*globals wp */
-
-/**
- * wp.media.view.Attachment.Selection
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * A state for selecting a featured image for a post.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.view.Attachment
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var Selection = wp.media.view.Attachment.extend({
-       className: 'attachment selection',
-
-       // On click, just select the model, instead of removing the model from
-       // the selection.
-       toggleSelection: function() {
-               this.options.selection.single( this.model );
-       }
-});
-
-module.exports = Selection;
-
-},{}],29:[function(require,module,exports){
-/*globals wp, _, jQuery */
-
-/**
- * wp.media.view.Attachments
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.controller.Library
+ * @augments wp.media.controller.State
+ * @augments Backbone.Model
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @class
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param {object}                     [attributes]                          The attributes hash passed to the state.
+ * @param {string}                     [attributes.id=featured-image]        Unique identifier.
+ * @param {string}                     [attributes.title=Set Featured Image] Title for the state. Displays in the media menu and the frame's title region.
+ * @param {wp.media.model.Attachments} [attributes.library]                  The attachments collection to browse.
+ *                                                                           If one is not supplied, a collection of all images will be created.
+ * @param {boolean}                    [attributes.multiple=false]           Whether multi-select is enabled.
+ * @param {string}                     [attributes.content=upload]           Initial mode for the content region.
+ *                                                                           Overridden by persistent user setting if 'contentUserSetting' is true.
+ * @param {string}                     [attributes.menu=default]             Initial mode for the menu region.
+ * @param {string}                     [attributes.router=browse]            Initial mode for the router region.
+ * @param {string}                     [attributes.toolbar=featured-image]   Initial mode for the toolbar region.
+ * @param {int}                        [attributes.priority=60]              The priority for the state link in the media menu.
+ * @param {boolean}                    [attributes.searchable=true]          Whether the library is searchable.
+ * @param {boolean|string}             [attributes.filterable=false]         Whether the library is filterable, and if so what filters should be shown.
+ *                                                                           Accepts 'all', 'uploaded', or 'unattached'.
+ * @param {boolean}                    [attributes.sortable=true]            Whether the Attachments should be sortable. Depends on the orderby property being set to menuOrder on the attachments collection.
+ * @param {boolean}                    [attributes.autoSelect=true]          Whether an uploaded attachment should be automatically added to the selection.
+ * @param {boolean}                    [attributes.describe=false]           Whether to offer UI to describe attachments - e.g. captioning images in a gallery.
+ * @param {boolean}                    [attributes.contentUserSetting=true]  Whether the content region's mode should be set and persisted per user.
+ * @param {boolean}                    [attributes.syncSelection=true]       Whether the Attachments selection should be persisted from the last state.
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var View = wp.media.View,
-       $ = jQuery,
-       Attachments;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var Attachment = wp.media.model.Attachment,
+       Library = wp.media.controller.Library,
+       l10n = wp.media.view.l10n,
+       FeaturedImage;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Attachments = View.extend({
-       tagName:   'ul',
-       className: 'attachments',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+FeaturedImage = Library.extend({
+       defaults: _.defaults({
+               id:            'featured-image',
+               title:         l10n.setFeaturedImageTitle,
+               multiple:      false,
+               filterable:    'uploaded',
+               toolbar:       'featured-image',
+               priority:      60,
+               syncSelection: true
+       }, Library.prototype.defaults ),
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        attributes: {
-               tabIndex: -1
-       },
-
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * @since 3.5.0
+        */
</ins><span class="cx" style="display: block; padding: 0 10px">         initialize: function() {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.el.id = _.uniqueId('__attachments-view-');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         var library, comparator;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                _.defaults( this.options, {
-                       refreshSensitivity: wp.media.isTouchDevice ? 300 : 200,
-                       refreshThreshold:   3,
-                       AttachmentView:     wp.media.view.Attachment,
-                       sortable:           false,
-                       resize:             true,
-                       idealColumnWidth:   $( window ).width() < 640 ? 135 : 150
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // If we haven't been provided a `library`, create a `Selection`.
+               if ( ! this.get('library') ) {
+                       this.set( 'library', wp.media.query({ type: 'image' }) );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this._viewsByCid = {};
-               this.$window = $( window );
-               this.resizeEvent = 'resize.media-modal-columns';
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         Library.prototype.initialize.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.collection.on( 'add', function( attachment ) {
-                       this.views.add( this.createAttachmentView( attachment ), {
-                               at: this.collection.indexOf( attachment )
-                       });
-               }, this );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         library    = this.get('library');
+               comparator = library.comparator;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.collection.on( 'remove', function( attachment ) {
-                       var view = this._viewsByCid[ attachment.cid ];
-                       delete this._viewsByCid[ attachment.cid ];
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Overload the library's comparator to push items that are not in
+               // the mirrored query to the front of the aggregate collection.
+               library.comparator = function( a, b ) {
+                       var aInQuery = !! this.mirroring.get( a.cid ),
+                               bInQuery = !! this.mirroring.get( b.cid );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        if ( view ) {
-                               view.remove();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 if ( ! aInQuery && bInQuery ) {
+                               return -1;
+                       } else if ( aInQuery && ! bInQuery ) {
+                               return 1;
+                       } else {
+                               return comparator.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">                         }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                }, this );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         };
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.collection.on( 'reset', this.render, this );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Add all items in the selection to the library, so any featured
+               // images that are not initially loaded still appear.
+               library.observe( this.get('selection') );
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.listenTo( this.controller, 'library:selection:add',    this.attachmentFocus );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * @since 3.5.0
+        */
+       activate: function() {
+               this.updateSelection();
+               this.frame.on( 'open', this.updateSelection, this );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Throttle the scroll handler and bind this.
-               this.scroll = _.chain( this.scroll ).bind( this ).throttle( this.options.refreshSensitivity ).value();
-
-               this.options.scrollElement = this.options.scrollElement || this.el;
-               $( this.options.scrollElement ).on( 'scroll', this.scroll );
-
-               this.initSortable();
-
-               _.bindAll( this, 'setColumns' );
-
-               if ( this.options.resize ) {
-                       this.on( 'ready', this.bindEvents );
-                       this.controller.on( 'open', this.setColumns );
-
-                       // Call this.setColumns() after this view has been rendered in the DOM so
-                       // attachments get proper width applied.
-                       _.defer( this.setColumns, this );
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         Library.prototype.activate.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        bindEvents: function() {
-               this.$window.off( this.resizeEvent ).on( this.resizeEvent, _.debounce( this.setColumns, 50 ) );
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * @since 3.5.0
+        */
+       deactivate: function() {
+               this.frame.off( 'open', this.updateSelection, this );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        attachmentFocus: function() {
-               this.$( 'li:first' ).focus();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         Library.prototype.deactivate.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        restoreFocus: function() {
-               this.$( 'li.selected:first' ).focus();
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * @since 3.5.0
+        */
+       updateSelection: function() {
+               var selection = this.get('selection'),
+                       id = wp.media.view.settings.post.featuredImageId,
+                       attachment;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        arrowEvent: function( event ) {
-               var attachments = this.$el.children( 'li' ),
-                       perRow = this.columns,
-                       index = attachments.filter( ':focus' ).index(),
-                       row = ( index + 1 ) <= perRow ? 1 : Math.ceil( ( index + 1 ) / perRow );
-
-               if ( index === -1 ) {
-                       return;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( '' !== id && -1 !== id ) {
+                       attachment = Attachment.get( id );
+                       attachment.fetch();
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Left arrow
-               if ( 37 === event.keyCode ) {
-                       if ( 0 === index ) {
-                               return;
-                       }
-                       attachments.eq( index - 1 ).focus();
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         selection.reset( attachment ? [ attachment ] : [] );
+       }
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Up arrow
-               if ( 38 === event.keyCode ) {
-                       if ( 1 === row ) {
-                               return;
-                       }
-                       attachments.eq( index - perRow ).focus();
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = FeaturedImage;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Right arrow
-               if ( 39 === event.keyCode ) {
-                       if ( attachments.length === index ) {
-                               return;
-                       }
-                       attachments.eq( index + 1 ).focus();
-               }
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Down arrow
-               if ( 40 === event.keyCode ) {
-                       if ( Math.ceil( attachments.length / perRow ) === row ) {
-                               return;
-                       }
-                       attachments.eq( index + perRow ).focus();
-               }
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 38 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        dispose: function() {
-               this.collection.props.off( null, null, this );
-               if ( this.options.resize ) {
-                       this.$window.off( this.resizeEvent );
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp, _ */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                /**
-                * call 'dispose' directly on the parent class
-                */
-               View.prototype.dispose.apply( this, arguments );
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/**
+ * wp.media.controller.ReplaceImage
+ *
+ * A state for replacing an image.
+ *
+ * @class
+ * @augments wp.media.controller.Library
+ * @augments wp.media.controller.State
+ * @augments Backbone.Model
+ *
+ * @param {object}                     [attributes]                         The attributes hash passed to the state.
+ * @param {string}                     [attributes.id=replace-image]        Unique identifier.
+ * @param {string}                     [attributes.title=Replace Image]     Title for the state. Displays in the media menu and the frame's title region.
+ * @param {wp.media.model.Attachments} [attributes.library]                 The attachments collection to browse.
+ *                                                                          If one is not supplied, a collection of all images will be created.
+ * @param {boolean}                    [attributes.multiple=false]          Whether multi-select is enabled.
+ * @param {string}                     [attributes.content=upload]          Initial mode for the content region.
+ *                                                                          Overridden by persistent user setting if 'contentUserSetting' is true.
+ * @param {string}                     [attributes.menu=default]            Initial mode for the menu region.
+ * @param {string}                     [attributes.router=browse]           Initial mode for the router region.
+ * @param {string}                     [attributes.toolbar=replace]         Initial mode for the toolbar region.
+ * @param {int}                        [attributes.priority=60]             The priority for the state link in the media menu.
+ * @param {boolean}                    [attributes.searchable=true]         Whether the library is searchable.
+ * @param {boolean|string}             [attributes.filterable=uploaded]     Whether the library is filterable, and if so what filters should be shown.
+ *                                                                          Accepts 'all', 'uploaded', or 'unattached'.
+ * @param {boolean}                    [attributes.sortable=true]           Whether the Attachments should be sortable. Depends on the orderby property being set to menuOrder on the attachments collection.
+ * @param {boolean}                    [attributes.autoSelect=true]         Whether an uploaded attachment should be automatically added to the selection.
+ * @param {boolean}                    [attributes.describe=false]          Whether to offer UI to describe attachments - e.g. captioning images in a gallery.
+ * @param {boolean}                    [attributes.contentUserSetting=true] Whether the content region's mode should be set and persisted per user.
+ * @param {boolean}                    [attributes.syncSelection=true]      Whether the Attachments selection should be persisted from the last state.
+ */
+var Library = wp.media.controller.Library,
+       l10n = wp.media.view.l10n,
+       ReplaceImage;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        setColumns: function() {
-               var prev = this.columns,
-                       width = this.$el.width();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ReplaceImage = Library.extend({
+       defaults: _.defaults({
+               id:            'replace-image',
+               title:         l10n.replaceImageTitle,
+               multiple:      false,
+               filterable:    'uploaded',
+               toolbar:       'replace',
+               menu:          false,
+               priority:      60,
+               syncSelection: true
+       }, Library.prototype.defaults ),
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( width ) {
-                       this.columns = Math.min( Math.round( width / this.options.idealColumnWidth ), 12 ) || 1;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * @since 3.9.0
+        *
+        * @param options
+        */
+       initialize: function( options ) {
+               var library, comparator;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        if ( ! prev || prev !== this.columns ) {
-                               this.$el.closest( '.media-frame-content' ).attr( 'data-columns', this.columns );
-                       }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.image = options.image;
+               // If we haven't been provided a `library`, create a `Selection`.
+               if ( ! this.get('library') ) {
+                       this.set( 'library', wp.media.query({ type: 'image' }) );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        },
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        initSortable: function() {
-               var collection = this.collection;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         Library.prototype.initialize.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( wp.media.isTouchDevice || ! this.options.sortable || ! $.fn.sortable ) {
-                       return;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         library    = this.get('library');
+               comparator = library.comparator;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.$el.sortable( _.extend({
-                       // If the `collection` has a `comparator`, disable sorting.
-                       disabled: !! collection.comparator,
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Overload the library's comparator to push items that are not in
+               // the mirrored query to the front of the aggregate collection.
+               library.comparator = function( a, b ) {
+                       var aInQuery = !! this.mirroring.get( a.cid ),
+                               bInQuery = !! this.mirroring.get( b.cid );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        // Change the position of the attachment as soon as the
-                       // mouse pointer overlaps a thumbnail.
-                       tolerance: 'pointer',
-
-                       // Record the initial `index` of the dragged model.
-                       start: function( event, ui ) {
-                               ui.item.data('sortableIndexStart', ui.item.index());
-                       },
-
-                       // Update the model's index in the collection.
-                       // Do so silently, as the view is already accurate.
-                       update: function( event, ui ) {
-                               var model = collection.at( ui.item.data('sortableIndexStart') ),
-                                       comparator = collection.comparator;
-
-                               // Temporarily disable the comparator to prevent `add`
-                               // from re-sorting.
-                               delete collection.comparator;
-
-                               // Silently shift the model to its new index.
-                               collection.remove( model, {
-                                       silent: true
-                               });
-                               collection.add( model, {
-                                       silent: true,
-                                       at:     ui.item.index()
-                               });
-
-                               // Restore the comparator.
-                               collection.comparator = comparator;
-
-                               // Fire the `reset` event to ensure other collections sync.
-                               collection.trigger( 'reset', collection );
-
-                               // If the collection is sorted by menu order,
-                               // update the menu order.
-                               collection.saveMenuOrder();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 if ( ! aInQuery && bInQuery ) {
+                               return -1;
+                       } else if ( aInQuery && ! bInQuery ) {
+                               return 1;
+                       } else {
+                               return comparator.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">                         }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                }, this.options.sortable ) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         };
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // If the `orderby` property is changed on the `collection`,
-               // check to see if we have a `comparator`. If so, disable sorting.
-               collection.props.on( 'change:orderby', function() {
-                       this.$el.sortable( 'option', 'disabled', !! collection.comparator );
-               }, this );
-
-               this.collection.props.on( 'change:orderby', this.refreshSortable, this );
-               this.refreshSortable();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Add all items in the selection to the library, so any featured
+               // images that are not initially loaded still appear.
+               library.observe( this.get('selection') );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        refreshSortable: function() {
-               if ( wp.media.isTouchDevice || ! this.options.sortable || ! $.fn.sortable ) {
-                       return;
-               }
-
-               // If the `collection` has a `comparator`, disable sorting.
-               var collection = this.collection,
-                       orderby = collection.props.get('orderby'),
-                       enabled = 'menuOrder' === orderby || ! collection.comparator;
-
-               this.$el.sortable( 'option', 'disabled', ! enabled );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * @since 3.9.0
+        */
+       activate: function() {
+               this.updateSelection();
+               Library.prototype.activate.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {wp.media.model.Attachment} attachment
-        * @returns {wp.media.View}
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @since 3.9.0
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        createAttachmentView: function( attachment ) {
-               var view = new this.options.AttachmentView({
-                       controller:           this.controller,
-                       model:                attachment,
-                       collection:           this.collection,
-                       selection:            this.options.selection
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ updateSelection: function() {
+               var selection = this.get('selection'),
+                       attachment = this.image.attachment;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                return this._viewsByCid[ attachment.cid ] = view;
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         selection.reset( attachment ? [ attachment ] : [] );
+       }
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        prepare: function() {
-               // Create all of the Attachment views, and replace
-               // the list in a single DOM operation.
-               if ( this.collection.length ) {
-                       this.views.set( this.collection.map( this.createAttachmentView, this ) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = ReplaceImage;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // If there are no elements, clear the views and load some.
-               } else {
-                       this.views.unset();
-                       this.collection.more().done( this.scroll );
-               }
-       },
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        ready: function() {
-               // Trigger the scroll event to check if we're within the
-               // threshold to query for additional attachments.
-               this.scroll();
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 39 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        scroll: function() {
-               var view = this,
-                       el = this.options.scrollElement,
-                       scrollTop = el.scrollTop,
-                       toolbar;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // The scroll event occurs on the document, but the element
-               // that should be checked is the document body.
-               if ( el === document ) {
-                       el = document.body;
-                       scrollTop = $(document).scrollTop();
-               }
-
-               if ( ! $(el).is(':visible') || ! this.collection.hasMore() ) {
-                       return;
-               }
-
-               toolbar = this.views.parent.toolbar;
-
-               // Show the spinner only if we are close to the bottom.
-               if ( el.scrollHeight - ( scrollTop + el.clientHeight ) < el.clientHeight / 3 ) {
-                       toolbar.get('spinner').show();
-               }
-
-               if ( el.scrollHeight < scrollTop + ( el.clientHeight * this.options.refreshThreshold ) ) {
-                       this.collection.more().done(function() {
-                               view.scroll();
-                               toolbar.get('spinner').hide();
-                       });
-               }
-       }
-});
-
-module.exports = Attachments;
-
-},{}],30:[function(require,module,exports){
-/*globals wp, _, jQuery */
-
</del><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.AttachmentsBrowser
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.controller.EditImage
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * A state for editing (cropping, etc.) an image.
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.controller.State
+ * @augments Backbone.Model
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @param {object}         [options]               The options hash passed to the view.
- * @param {boolean|string} [options.filters=false] Which filters to show in the browser's toolbar.
- *                                                 Accepts 'uploaded' and 'all'.
- * @param {boolean}        [options.search=true]   Whether to show the search interface in the
- *                                                 browser's toolbar.
- * @param {boolean}        [options.date=true]     Whether to show the date filter in the
- *                                                 browser's toolbar.
- * @param {boolean}        [options.display=false] Whether to show the attachments display settings
- *                                                 view in the sidebar.
- * @param {boolean|string} [options.sidebar=true]  Whether to create a sidebar for the browser.
- *                                                 Accepts true, false, and 'errors'.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param {object}                    attributes                      The attributes hash passed to the state.
+ * @param {wp.media.model.Attachment} attributes.model                The attachment.
+ * @param {string}                    [attributes.id=edit-image]      Unique identifier.
+ * @param {string}                    [attributes.title=Edit Image]   Title for the state. Displays in the media menu and the frame's title region.
+ * @param {string}                    [attributes.content=edit-image] Initial mode for the content region.
+ * @param {string}                    [attributes.toolbar=edit-image] Initial mode for the toolbar region.
+ * @param {string}                    [attributes.menu=false]         Initial mode for the menu region.
+ * @param {string}                    [attributes.url]                Unused. @todo Consider removal.
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var View = wp.media.View,
-       mediaTrash = wp.media.view.settings.mediaTrash,
-       l10n = wp.media.view.l10n,
-       $ = jQuery,
-       AttachmentsBrowser;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var l10n = wp.media.view.l10n,
+       EditImage;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-AttachmentsBrowser = View.extend({
-       tagName:   'div',
-       className: 'attachments-browser',
-
-       initialize: function() {
-               _.defaults( this.options, {
-                       filters: false,
-                       search:  true,
-                       date:    true,
-                       display: false,
-                       sidebar: true,
-                       AttachmentView: wp.media.view.Attachment.Library
-               });
-
-               this.listenTo( this.controller, 'toggle:upload:attachment', _.bind( this.toggleUploader, this ) );
-               this.controller.on( 'edit:selection', this.editSelection );
-               this.createToolbar();
-               if ( this.options.sidebar ) {
-                       this.createSidebar();
-               }
-               this.createUploader();
-               this.createAttachments();
-               this.updateContent();
-
-               if ( ! this.options.sidebar || 'errors' === this.options.sidebar ) {
-                       this.$el.addClass( 'hide-sidebar' );
-
-                       if ( 'errors' === this.options.sidebar ) {
-                               this.$el.addClass( 'sidebar-for-errors' );
-                       }
-               }
-
-               this.collection.on( 'add remove reset', this.updateContent, this );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+EditImage = wp.media.controller.State.extend({
+       defaults: {
+               id:      'edit-image',
+               title:   l10n.editImage,
+               menu:    false,
+               toolbar: 'edit-image',
+               content: 'edit-image',
+               url:     ''
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        editSelection: function( modal ) {
-               modal.$( '.media-button-backToLibrary' ).focus();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * @since 3.9.0
+        */
+       activate: function() {
+               this.listenTo( this.frame, 'toolbar:render:edit-image', this.toolbar );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {wp.media.view.AttachmentsBrowser} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @since 3.9.0
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        dispose: function() {
-               this.options.selection.off( null, null, this );
-               View.prototype.dispose.apply( this, arguments );
-               return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ deactivate: function() {
+               this.stopListening( this.frame );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        createToolbar: function() {
-               var LibraryViewSwitcher, Filters, toolbarOptions;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * @since 3.9.0
+        */
+       toolbar: function() {
+               var frame = this.frame,
+                       lastState = frame.lastState(),
+                       previous = lastState && lastState.id;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                toolbarOptions = {
-                       controller: this.controller
-               };
-
-               if ( this.controller.isModeActive( 'grid' ) ) {
-                       toolbarOptions.className = 'media-toolbar wp-filter';
-               }
-
-               /**
-               * @member {wp.media.view.Toolbar}
-               */
-               this.toolbar = new wp.media.view.Toolbar( toolbarOptions );
-
-               this.views.add( this.toolbar );
-
-               this.toolbar.set( 'spinner', new wp.media.view.Spinner({
-                       priority: -60
-               }) );
-
-               if ( -1 !== $.inArray( this.options.filters, [ 'uploaded', 'all' ] ) ) {
-                       // "Filters" will return a <select>, need to render
-                       // screen reader text before
-                       this.toolbar.set( 'filtersLabel', new wp.media.view.Label({
-                               value: l10n.filterByType,
-                               attributes: {
-                                       'for':  'media-attachment-filters'
-                               },
-                               priority:   -80
-                       }).render() );
-
-                       if ( 'uploaded' === this.options.filters ) {
-                               this.toolbar.set( 'filters', new wp.media.view.AttachmentFilters.Uploaded({
-                                       controller: this.controller,
-                                       model:      this.collection.props,
-                                       priority:   -80
-                               }).render() );
-                       } else {
-                               Filters = new wp.media.view.AttachmentFilters.All({
-                                       controller: this.controller,
-                                       model:      this.collection.props,
-                                       priority:   -80
-                               });
-
-                               this.toolbar.set( 'filters', Filters.render() );
-                       }
-               }
-
-               // Feels odd to bring the global media library switcher into the Attachment
-               // browser view. Is this a use case for doAction( 'add:toolbar-items:attachments-browser', this.toolbar );
-               // which the controller can tap into and add this view?
-               if ( this.controller.isModeActive( 'grid' ) ) {
-                       LibraryViewSwitcher = View.extend({
-                               className: 'view-switch media-grid-view-switch',
-                               template: wp.template( 'media-library-view-switcher')
-                       });
-
-                       this.toolbar.set( 'libraryViewSwitcher', new LibraryViewSwitcher({
-                               controller: this.controller,
-                               priority: -90
-                       }).render() );
-
-                       // DateFilter is a <select>, screen reader text needs to be rendered before
-                       this.toolbar.set( 'dateFilterLabel', new wp.media.view.Label({
-                               value: l10n.filterByDate,
-                               attributes: {
-                                       'for': 'media-attachment-date-filters'
-                               },
-                               priority: -75
-                       }).render() );
-                       this.toolbar.set( 'dateFilter', new wp.media.view.DateFilter({
-                               controller: this.controller,
-                               model:      this.collection.props,
-                               priority: -75
-                       }).render() );
-
-                       // BulkSelection is a <div> with subviews, including screen reader text
-                       this.toolbar.set( 'selectModeToggleButton', new wp.media.view.SelectModeToggleButton({
-                               text: l10n.bulkSelect,
-                               controller: this.controller,
-                               priority: -70
-                       }).render() );
-
-                       this.toolbar.set( 'deleteSelectedButton', new wp.media.view.DeleteSelectedButton({
-                               filters: Filters,
-                               style: 'primary',
-                               disabled: true,
-                               text: mediaTrash ? l10n.trashSelected : l10n.deleteSelected,
-                               controller: this.controller,
-                               priority: -60,
-                               click: function() {
-                                       var changed = [], removed = [],
-                                               selection = this.controller.state().get( 'selection' ),
-                                               library = this.controller.state().get( 'library' );
-
-                                       if ( ! selection.length ) {
-                                               return;
-                                       }
-
-                                       if ( ! mediaTrash && ! window.confirm( l10n.warnBulkDelete ) ) {
-                                               return;
-                                       }
-
-                                       if ( mediaTrash &&
-                                               'trash' !== selection.at( 0 ).get( 'status' ) &&
-                                               ! window.confirm( l10n.warnBulkTrash ) ) {
-
-                                               return;
-                                       }
-
-                                       selection.each( function( model ) {
-                                               if ( ! model.get( 'nonces' )['delete'] ) {
-                                                       removed.push( model );
-                                                       return;
-                                               }
-
-                                               if ( mediaTrash && 'trash' === model.get( 'status' ) ) {
-                                                       model.set( 'status', 'inherit' );
-                                                       changed.push( model.save() );
-                                                       removed.push( model );
-                                               } else if ( mediaTrash ) {
-                                                       model.set( 'status', 'trash' );
-                                                       changed.push( model.save() );
-                                                       removed.push( model );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         frame.toolbar.set( new wp.media.view.Toolbar({
+                       controller: frame,
+                       items: {
+                               back: {
+                                       style: 'primary',
+                                       text:     l10n.back,
+                                       priority: 20,
+                                       click:    function() {
+                                               if ( previous ) {
+                                                       frame.setState( previous );
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 } else {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                        model.destroy({wait: true});
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                                 frame.close();
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        } );
-
-                                       if ( changed.length ) {
-                                               selection.remove( removed );
-
-                                               $.when.apply( null, changed ).then( _.bind( function() {
-                                                       library._requery( true );
-                                                       this.controller.trigger( 'selection:action:done' );
-                                               }, this ) );
-                                       } else {
-                                               this.controller.trigger( 'selection:action:done' );
</del><span class="cx" style="display: block; padding: 0 10px">                                         }
</span><span class="cx" style="display: block; padding: 0 10px">                                }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        }).render() );
-
-                       if ( mediaTrash ) {
-                               this.toolbar.set( 'deleteSelectedPermanentlyButton', new wp.media.view.DeleteSelectedPermanentlyButton({
-                                       filters: Filters,
-                                       style: 'primary',
-                                       disabled: true,
-                                       text: l10n.deleteSelected,
-                                       controller: this.controller,
-                                       priority: -55,
-                                       click: function() {
-                                               var removed = [], selection = this.controller.state().get( 'selection' );
-
-                                               if ( ! selection.length || ! window.confirm( l10n.warnBulkDelete ) ) {
-                                                       return;
-                                               }
-
-                                               selection.each( function( model ) {
-                                                       if ( ! model.get( 'nonces' )['delete'] ) {
-                                                               removed.push( model );
-                                                               return;
-                                                       }
-
-                                                       model.destroy();
-                                               } );
-
-                                               selection.remove( removed );
-                                               this.controller.trigger( 'selection:action:done' );
-                                       }
-                               }).render() );
</del><span class="cx" style="display: block; padding: 0 10px">                         }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
-               } else if ( this.options.date ) {
-                       // DateFilter is a <select>, screen reader text needs to be rendered before
-                       this.toolbar.set( 'dateFilterLabel', new wp.media.view.Label({
-                               value: l10n.filterByDate,
-                               attributes: {
-                                       'for': 'media-attachment-date-filters'
-                               },
-                               priority: -75
-                       }).render() );
-                       this.toolbar.set( 'dateFilter', new wp.media.view.DateFilter({
-                               controller: this.controller,
-                               model:      this.collection.props,
-                               priority: -75
-                       }).render() );
-               }
-
-               if ( this.options.search ) {
-                       // Search is an input, screen reader text needs to be rendered before
-                       this.toolbar.set( 'searchLabel', new wp.media.view.Label({
-                               value: l10n.searchMediaLabel,
-                               attributes: {
-                                       'for': 'media-search-input'
-                               },
-                               priority:   60
-                       }).render() );
-                       this.toolbar.set( 'search', new wp.media.view.Search({
-                               controller: this.controller,
-                               model:      this.collection.props,
-                               priority:   60
-                       }).render() );
-               }
-
-               if ( this.options.dragInfo ) {
-                       this.toolbar.set( 'dragInfo', new View({
-                               el: $( '<div class="instructions">' + l10n.dragInfo + '</div>' )[0],
-                               priority: -40
-                       }) );
-               }
-
-               if ( this.options.suggestedWidth && this.options.suggestedHeight ) {
-                       this.toolbar.set( 'suggestedDimensions', new View({
-                               el: $( '<div class="instructions">' + l10n.suggestedDimensions + ' ' + this.options.suggestedWidth + ' &times; ' + this.options.suggestedHeight + '</div>' )[0],
-                               priority: -40
-                       }) );
-               }
-       },
-
-       updateContent: function() {
-               var view = this,
-                       noItemsView;
-
-               if ( this.controller.isModeActive( 'grid' ) ) {
-                       noItemsView = view.attachmentsNoResults;
-               } else {
-                       noItemsView = view.uploader;
-               }
-
-               if ( ! this.collection.length ) {
-                       this.toolbar.get( 'spinner' ).show();
-                       this.dfd = this.collection.more().done( function() {
-                               if ( ! view.collection.length ) {
-                                       noItemsView.$el.removeClass( 'hidden' );
-                               } else {
-                                       noItemsView.$el.addClass( 'hidden' );
-                               }
-                               view.toolbar.get( 'spinner' ).hide();
-                       } );
-               } else {
-                       noItemsView.$el.addClass( 'hidden' );
-                       view.toolbar.get( 'spinner' ).hide();
-               }
-       },
-
-       createUploader: function() {
-               this.uploader = new wp.media.view.UploaderInline({
-                       controller: this.controller,
-                       status:     false,
-                       message:    this.controller.isModeActive( 'grid' ) ? '' : l10n.noItemsFound,
-                       canClose:   this.controller.isModeActive( 'grid' )
-               });
-
-               this.uploader.hide();
-               this.views.add( this.uploader );
-       },
-
-       toggleUploader: function() {
-               if ( this.uploader.$el.hasClass( 'hidden' ) ) {
-                       this.uploader.show();
-               } else {
-                       this.uploader.hide();
-               }
-       },
-
-       createAttachments: function() {
-               this.attachments = new wp.media.view.Attachments({
-                       controller:           this.controller,
-                       collection:           this.collection,
-                       selection:            this.options.selection,
-                       model:                this.model,
-                       sortable:             this.options.sortable,
-                       scrollElement:        this.options.scrollElement,
-                       idealColumnWidth:     this.options.idealColumnWidth,
-
-                       // The single `Attachment` view to be used in the `Attachments` view.
-                       AttachmentView: this.options.AttachmentView
-               });
-
-               // Add keydown listener to the instance of the Attachments view
-               this.attachments.listenTo( this.controller, 'attachment:keydown:arrow',     this.attachments.arrowEvent );
-               this.attachments.listenTo( this.controller, 'attachment:details:shift-tab', this.attachments.restoreFocus );
-
-               this.views.add( this.attachments );
-
-
-               if ( this.controller.isModeActive( 'grid' ) ) {
-                       this.attachmentsNoResults = new View({
-                               controller: this.controller,
-                               tagName: 'p'
-                       });
-
-                       this.attachmentsNoResults.$el.addClass( 'hidden no-media' );
-                       this.attachmentsNoResults.$el.html( l10n.noMedia );
-
-                       this.views.add( this.attachmentsNoResults );
-               }
-       },
-
-       createSidebar: function() {
-               var options = this.options,
-                       selection = options.selection,
-                       sidebar = this.sidebar = new wp.media.view.Sidebar({
-                               controller: this.controller
-                       });
-
-               this.views.add( sidebar );
-
-               if ( this.controller.uploader ) {
-                       sidebar.set( 'uploads', new wp.media.view.UploaderStatus({
-                               controller: this.controller,
-                               priority:   40
-                       }) );
-               }
-
-               selection.on( 'selection:single', this.createSingle, this );
-               selection.on( 'selection:unsingle', this.disposeSingle, this );
-
-               if ( selection.single() ) {
-                       this.createSingle();
-               }
-       },
-
-       createSingle: function() {
-               var sidebar = this.sidebar,
-                       single = this.options.selection.single();
-
-               sidebar.set( 'details', new wp.media.view.Attachment.Details({
-                       controller: this.controller,
-                       model:      single,
-                       priority:   80
</del><span class="cx" style="display: block; padding: 0 10px">                 }) );
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
-               sidebar.set( 'compat', new wp.media.view.AttachmentCompat({
-                       controller: this.controller,
-                       model:      single,
-                       priority:   120
-               }) );
-
-               if ( this.options.display ) {
-                       sidebar.set( 'display', new wp.media.view.Settings.AttachmentDisplay({
-                               controller:   this.controller,
-                               model:        this.model.display( single ),
-                               attachment:   single,
-                               priority:     160,
-                               userSettings: this.model.get('displayUserSettings')
-                       }) );
-               }
-
-               // Show the sidebar on mobile
-               if ( this.model.id === 'insert' ) {
-                       sidebar.$el.addClass( 'visible' );
-               }
-       },
-
-       disposeSingle: function() {
-               var sidebar = this.sidebar;
-               sidebar.unset('details');
-               sidebar.unset('compat');
-               sidebar.unset('display');
-               // Hide the sidebar on mobile
-               sidebar.$el.removeClass( 'visible' );
</del><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = AttachmentsBrowser;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = EditImage;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],31:[function(require,module,exports){
-/*globals wp, _ */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/**
- * wp.media.view.Attachments.Selection
- *
- * @class
- * @augments wp.media.view.Attachments
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var Attachments = wp.media.view.Attachments,
-       Selection;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 40 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Selection = Attachments.extend({
-       events: {},
-       initialize: function() {
-               _.defaults( this.options, {
-                       sortable:   false,
-                       resize:     false,
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp, _ */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        // The single `Attachment` view to be used in the `Attachments` view.
-                       AttachmentView: wp.media.view.Attachment.Selection
-               });
-               // Call 'initialize' directly on the parent class.
-               return Attachments.prototype.initialize.apply( this, arguments );
-       }
-});
-
-module.exports = Selection;
-
-},{}],32:[function(require,module,exports){
-/*globals _, Backbone */
-
</del><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.ButtonGroup
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.controller.MediaLibrary
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.controller.Library
+ * @augments wp.media.controller.State
+ * @augments Backbone.Model
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var $ = Backbone.$,
-       ButtonGroup;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var Library = wp.media.controller.Library,
+       MediaLibrary;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-ButtonGroup = wp.media.View.extend({
-       tagName:   'div',
-       className: 'button-group button-large media-button-group',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+MediaLibrary = Library.extend({
+       defaults: _.defaults({
+               // Attachments browser defaults. @see media.view.AttachmentsBrowser
+               filterable:      'uploaded',
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        initialize: function() {
-               /**
-                * @member {wp.media.view.Button[]}
-                */
-               this.buttons = _.map( this.options.buttons || [], function( button ) {
-                       if ( button instanceof Backbone.View ) {
-                               return button;
-                       } else {
-                               return new wp.media.view.Button( button ).render();
-                       }
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         displaySettings: false,
+               priority:        80,
+               syncSelection:   false
+       }, Library.prototype.defaults ),
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                delete this.options.buttons;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * @since 3.9.0
+        *
+        * @param options
+        */
+       initialize: function( options ) {
+               this.media = options.media;
+               this.type = options.type;
+               this.set( 'library', wp.media.query({ type: this.type }) );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( this.options.classes ) {
-                       this.$el.addClass( this.options.classes );
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         Library.prototype.initialize.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {wp.media.view.ButtonGroup}
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @since 3.9.0
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        render: function() {
-               this.$el.html( $( _.pluck( this.buttons, 'el' ) ).detach() );
-               return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ activate: function() {
+               // @todo this should use this.frame.
+               if ( wp.media.frame.lastMime ) {
+                       this.set( 'library', wp.media.query({ type: wp.media.frame.lastMime }) );
+                       delete wp.media.frame.lastMime;
+               }
+               Library.prototype.activate.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = ButtonGroup;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = MediaLibrary;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],33:[function(require,module,exports){
-/*globals _, Backbone */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 41 */
+/***/ (function(module, exports) {
+
+/*globals wp, _, Backbone */
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.Button
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.controller.Embed
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * A state for embedding media from a URL.
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.controller.State
+ * @augments Backbone.Model
+ *
+ * @param {object} attributes                         The attributes hash passed to the state.
+ * @param {string} [attributes.id=embed]              Unique identifier.
+ * @param {string} [attributes.title=Insert From URL] Title for the state. Displays in the media menu and the frame's title region.
+ * @param {string} [attributes.content=embed]         Initial mode for the content region.
+ * @param {string} [attributes.menu=default]          Initial mode for the menu region.
+ * @param {string} [attributes.toolbar=main-embed]    Initial mode for the toolbar region.
+ * @param {string} [attributes.menu=false]            Initial mode for the menu region.
+ * @param {int}    [attributes.priority=120]          The priority for the state link in the media menu.
+ * @param {string} [attributes.type=link]             The type of embed. Currently only link is supported.
+ * @param {string} [attributes.url]                   The embed URL.
+ * @param {object} [attributes.metadata={}]           Properties of the embed, which will override attributes.url if set.
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var Button = wp.media.View.extend({
-       tagName:    'a',
-       className:  'media-button',
-       attributes: { href: '#' },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var l10n = wp.media.view.l10n,
+       $ = Backbone.$,
+       Embed;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        events: {
-               'click': 'click'
-       },
-
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Embed = wp.media.controller.State.extend({
</ins><span class="cx" style="display: block; padding: 0 10px">         defaults: {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                text:     '',
-               style:    '',
-               size:     'large',
-               disabled: false
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         id:       'embed',
+               title:    l10n.insertFromUrlTitle,
+               content:  'embed',
+               menu:     'default',
+               toolbar:  'main-embed',
+               priority: 120,
+               type:     'link',
+               url:      '',
+               metadata: {}
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        initialize: function() {
-               /**
-                * Create a model with the provided `defaults`.
-                *
-                * @member {Backbone.Model}
-                */
-               this.model = new Backbone.Model( this.defaults );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ // The amount of time used when debouncing the scan.
+       sensitivity: 200,
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // If any of the `options` have a key from `defaults`, apply its
-               // value to the `model` and remove it from the `options object.
-               _.each( this.defaults, function( def, key ) {
-                       var value = this.options[ key ];
-                       if ( _.isUndefined( value ) ) {
-                               return;
-                       }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ initialize: function(options) {
+               this.metadata = options.metadata;
+               this.debouncedScan = _.debounce( _.bind( this.scan, this ), this.sensitivity );
+               this.props = new Backbone.Model( this.metadata || { url: '' });
+               this.props.on( 'change:url', this.debouncedScan, this );
+               this.props.on( 'change:url', this.refresh, this );
+               this.on( 'scan', this.scanImage, this );
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        this.model.set( key, value );
-                       delete this.options[ key ];
-               }, this );
-
-               this.listenTo( this.model, 'change', this.render );
-       },
</del><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {wp.media.view.Button} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * Trigger a scan of the embedded URL's content for metadata required to embed.
+        *
+        * @fires wp.media.controller.Embed#scan
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        render: function() {
-               var classes = [ 'button', this.className ],
-                       model = this.model.toJSON();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ scan: function() {
+               var scanners,
+                       embed = this,
+                       attributes = {
+                               type: 'link',
+                               scanners: []
+                       };
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( model.style ) {
-                       classes.push( 'button-' + model.style );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Scan is triggered with the list of `attributes` to set on the
+               // state, useful for the 'type' attribute and 'scanners' attribute,
+               // an array of promise objects for asynchronous scan operations.
+               if ( this.props.get('url') ) {
+                       this.trigger( 'scan', attributes );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( model.size ) {
-                       classes.push( 'button-' + model.size );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( attributes.scanners.length ) {
+                       scanners = attributes.scanners = $.when.apply( $, attributes.scanners );
+                       scanners.always( function() {
+                               if ( embed.get('scanners') === scanners ) {
+                                       embed.set( 'loading', false );
+                               }
+                       });
+               } else {
+                       attributes.scanners = null;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                classes = _.uniq( classes.concat( this.options.classes ) );
-               this.el.className = classes.join(' ');
-
-               this.$el.attr( 'disabled', model.disabled );
-               this.$el.text( this.model.get('text') );
-
-               return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         attributes.loading = !! attributes.scanners;
+               this.set( attributes );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Object} event
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * Try scanning the embed as an image to discover its dimensions.
+        *
+        * @param {Object} attributes
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        click: function( event ) {
-               if ( '#' === this.attributes.href ) {
-                       event.preventDefault();
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ scanImage: function( attributes ) {
+               var frame = this.frame,
+                       state = this,
+                       url = this.props.get('url'),
+                       image = new Image(),
+                       deferred = $.Deferred();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( this.options.click && ! this.model.get('disabled') ) {
-                       this.options.click.apply( this, arguments );
-               }
-       }
-});
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         attributes.scanners.push( deferred.promise() );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Button;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Try to load the image and find its width/height.
+               image.onload = function() {
+                       deferred.resolve();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],34:[function(require,module,exports){
-/*globals wp, _, jQuery */
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 if ( state !== frame.state() || url !== state.props.get('url') ) {
+                               return;
+                       }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/**
- * wp.media.view.Cropper
- *
- * Uses the imgAreaSelect plugin to allow a user to crop an image.
- *
- * Takes imgAreaSelect options from
- * wp.customize.HeaderControl.calculateImageSelectOptions via
- * wp.customize.HeaderControl.openMM.
- *
- * @class
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var View = wp.media.View,
-       UploaderStatus = wp.media.view.UploaderStatus,
-       l10n = wp.media.view.l10n,
-       $ = jQuery,
-       Cropper;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 state.set({
+                               type: 'image'
+                       });
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Cropper = View.extend({
-       className: 'crop-content',
-       template: wp.template('crop-content'),
-       initialize: function() {
-               _.bindAll(this, 'onImageLoad');
-       },
-       ready: function() {
-               this.controller.frame.on('content:error:crop', this.onError, this);
-               this.$image = this.$el.find('.crop-image');
-               this.$image.on('load', this.onImageLoad);
-               $(window).on('resize.cropper', _.debounce(this.onImageLoad, 250));
-       },
-       remove: function() {
-               $(window).off('resize.cropper');
-               this.$el.remove();
-               this.$el.off();
-               View.prototype.remove.apply(this, arguments);
-       },
-       prepare: function() {
-               return {
-                       title: l10n.cropYourImage,
-                       url: this.options.attachment.get('url')
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 state.props.set({
+                               width:  image.width,
+                               height: image.height
+                       });
</ins><span class="cx" style="display: block; padding: 0 10px">                 };
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+               image.onerror = deferred.reject;
+               image.src = url;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        onImageLoad: function() {
-               var imgOptions = this.controller.get('imgSelectOptions');
-               if (typeof imgOptions === 'function') {
-                       imgOptions = imgOptions(this.options.attachment, this.controller);
-               }
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                imgOptions = _.extend(imgOptions, {parent: this.$el});
-               this.trigger('image-loaded');
-               this.controller.imgSelect = this.$image.imgAreaSelect(imgOptions);
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ refresh: function() {
+               this.frame.toolbar.get().refresh();
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        onError: function() {
-               var filename = this.options.attachment.get('filename');
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.views.add( '.upload-errors', new wp.media.view.UploaderStatusError({
-                       filename: UploaderStatus.prototype.filename(filename),
-                       message: window._wpMediaViewsL10n.cropError
-               }), { at: 0 });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ reset: function() {
+               this.props.clear().set({ url: '' });
+
+               if ( this.active ) {
+                       this.refresh();
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Cropper;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = Embed;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],35:[function(require,module,exports){
-/*globals wp, _ */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 42 */
+/***/ (function(module, exports) {
+
+/*globals wp, _, Backbone */
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.EditImage
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.controller.Cropper
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * A state for cropping an image.
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.controller.State
+ * @augments Backbone.Model
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var View = wp.media.View,
-       EditImage;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var l10n = wp.media.view.l10n,
+       Cropper;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-EditImage = View.extend({
-       className: 'image-editor',
-       template: wp.template('image-editor'),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Cropper = wp.media.controller.State.extend({
+       defaults: {
+               id:          'cropper',
+               title:       l10n.cropImage,
+               // Region mode defaults.
+               toolbar:     'crop',
+               content:     'crop',
+               router:      false,
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        initialize: function( options ) {
-               this.editor = window.imageEdit;
-               this.controller = options.controller;
-               View.prototype.initialize.apply( this, arguments );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         canSkipCrop: false
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        prepare: function() {
-               return this.model.toJSON();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ activate: function() {
+               this.frame.on( 'content:create:crop', this.createCropContent, this );
+               this.frame.on( 'close', this.removeCropper, this );
+               this.set('selection', new Backbone.Collection(this.frame._selection.single));
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        loadEditor: function() {
-               var dfd = this.editor.open( this.model.get('id'), this.model.get('nonces').edit, this );
-               dfd.done( _.bind( this.focus, this ) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ deactivate: function() {
+               this.frame.toolbar.mode('browse');
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        focus: function() {
-               this.$( '.imgedit-submit .button' ).eq( 0 ).focus();
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ createCropContent: function() {
+               this.cropperView = new wp.media.view.Cropper({
+                       controller: this,
+                       attachment: this.get('selection').first()
+               });
+               this.cropperView.on('image-loaded', this.createCropToolbar, this);
+               this.frame.content.set(this.cropperView);
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        back: function() {
-               var lastState = this.controller.lastState();
-               this.controller.setState( lastState );
</del><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
-       refresh: function() {
-               this.model.fetch();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ removeCropper: function() {
+               this.imgSelect.cancelSelection();
+               this.imgSelect.setOptions({remove: true});
+               this.imgSelect.update();
+               this.cropperView.remove();
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        createCropToolbar: function() {
+               var canSkipCrop, toolbarOptions;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        save: function() {
-               var lastState = this.controller.lastState();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         canSkipCrop = this.get('canSkipCrop') || false;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.model.fetch().done( _.bind( function() {
-                       this.controller.setState( lastState );
-               }, this ) );
-       }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         toolbarOptions = {
+                       controller: this.frame,
+                       items: {
+                               insert: {
+                                       style:    'primary',
+                                       text:     l10n.cropImage,
+                                       priority: 80,
+                                       requires: { library: false, selection: false },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-});
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 click: function() {
+                                               var controller = this.controller,
+                                                       selection;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = EditImage;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         selection = controller.state().get('selection').first();
+                                               selection.set({cropDetails: controller.state().imgSelect.getSelection()});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],36:[function(require,module,exports){
-/**
- * wp.media.view.Embed
- *
- * @class
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var Embed = wp.media.View.extend({
-       className: 'media-embed',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         this.$el.text(l10n.cropping);
+                                               this.$el.attr('disabled', true);
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        initialize: function() {
-               /**
-                * @member {wp.media.view.EmbedUrl}
-                */
-               this.url = new wp.media.view.EmbedUrl({
-                       controller: this.controller,
-                       model:      this.model.props
-               }).render();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         controller.state().doCrop( selection ).done( function( croppedImage ) {
+                                                       controller.trigger('cropped', croppedImage );
+                                                       controller.close();
+                                               }).fail( function() {
+                                                       controller.trigger('content:error:crop');
+                                               });
+                                       }
+                               }
+                       }
+               };
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.views.set([ this.url ]);
-               this.refresh();
-               this.listenTo( this.model, 'change:type', this.refresh );
-               this.listenTo( this.model, 'change:loading', this.loading );
-       },
-
-       /**
-        * @param {Object} view
-        */
-       settings: function( view ) {
-               if ( this._settings ) {
-                       this._settings.remove();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( canSkipCrop ) {
+                       _.extend( toolbarOptions.items, {
+                               skip: {
+                                       style:      'secondary',
+                                       text:       l10n.skipCropping,
+                                       priority:   70,
+                                       requires:   { library: false, selection: false },
+                                       click:      function() {
+                                               var selection = this.controller.state().get('selection').first();
+                                               this.controller.state().cropperView.remove();
+                                               this.controller.trigger('skippedcrop', selection);
+                                               this.controller.close();
+                                       }
+                               }
+                       });
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this._settings = view;
-               this.views.add( view );
-       },
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        refresh: function() {
-               var type = this.model.get('type'),
-                       constructor;
-
-               if ( 'image' === type ) {
-                       constructor = wp.media.view.EmbedImage;
-               } else if ( 'link' === type ) {
-                       constructor = wp.media.view.EmbedLink;
-               } else {
-                       return;
-               }
-
-               this.settings( new constructor({
-                       controller: this.controller,
-                       model:      this.model.props,
-                       priority:   40
-               }) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.frame.toolbar.set( new wp.media.view.Toolbar(toolbarOptions) );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        loading: function() {
-               this.$el.toggleClass( 'embed-loading', this.model.get('loading') );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ doCrop: function( attachment ) {
+               return wp.ajax.post( 'custom-header-crop', {
+                       nonce: attachment.get('nonces').edit,
+                       id: attachment.get('id'),
+                       cropDetails: attachment.get('cropDetails')
+               } );
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Embed;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = Cropper;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],37:[function(require,module,exports){
-/*globals wp */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/**
- * wp.media.view.EmbedImage
- *
- * @class
- * @augments wp.media.view.Settings.AttachmentDisplay
- * @augments wp.media.view.Settings
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var AttachmentDisplay = wp.media.view.Settings.AttachmentDisplay,
-       EmbedImage;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 43 */,
+/* 44 */,
+/* 45 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-EmbedImage = AttachmentDisplay.extend({
-       className: 'embed-media-settings',
-       template:  wp.template('embed-image-settings'),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        initialize: function() {
-               /**
-                * Call `initialize` directly on parent class with passed arguments
-                */
-               AttachmentDisplay.prototype.initialize.apply( this, arguments );
-               this.listenTo( this.model, 'change:url', this.updateImage );
-       },
-
-       updateImage: function() {
-               this.$('img').attr( 'src', this.model.get('url') );
-       }
-});
-
-module.exports = EmbedImage;
-
-},{}],38:[function(require,module,exports){
-/*globals wp, _, jQuery */
-
</del><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.EmbedLink
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.View
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @class
- * @augments wp.media.view.Settings
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var $ = jQuery,
-       EmbedLink;
-
-EmbedLink = wp.media.view.Settings.extend({
-       className: 'embed-link-settings',
-       template:  wp.template('embed-link-settings'),
-
-       initialize: function() {
-               this.spinner = $('<span class="spinner" />');
-               this.$el.append( this.spinner[0] );
-               this.listenTo( this.model, 'change:url', this.updateoEmbed );
-       },
-
-       updateoEmbed: _.debounce( function() {
-               var url = this.model.get( 'url' );
-
-               // clear out previous results
-               this.$('.embed-container').hide().find('.embed-preview').empty();
-               this.$( '.setting' ).hide();
-
-               // only proceed with embed if the field contains more than 6 characters
-               if ( url && url.length < 6 ) {
-                       return;
-               }
-
-               this.fetch();
-       }, 600 ),
-
-       fetch: function() {
-               // check if they haven't typed in 500 ms
-               if ( $('#embed-url-field').val() !== this.model.get('url') ) {
-                       return;
-               }
-
-               wp.ajax.send( 'parse-embed', {
-                       data : {
-                               post_ID: wp.media.view.settings.post.id,
-                               shortcode: '[embed]' + this.model.get('url') + '[/embed]'
-                       }
-               } )
-                       .done( _.bind( this.renderoEmbed, this ) )
-                       .fail( _.bind( this.renderFail, this ) );
-       },
-
-       renderFail: function () {
-               this.$( '.link-text' ).show();
-       },
-
-       renderoEmbed: function( response ) {
-               var html = ( response && response.body ) || '';
-
-               if ( html ) {
-                       this.$('.embed-container').show().find('.embed-preview').html( html );
-               } else {
-                       this.renderFail();
-               }
-       }
-});
-
-module.exports = EmbedLink;
-
-},{}],39:[function(require,module,exports){
-/*globals wp, _, jQuery */
-
-/**
- * wp.media.view.EmbedUrl
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * The base view class for media.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Undelegating events, removing events from the model, and
+ * removing events from the controller mirror the code for
+ * `Backbone.View.dispose` in Backbone 0.9.8 development.
+ *
+ * This behavior has since been removed, and should not be used
+ * outside of the media manager.
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.View
</del><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var View = wp.media.View,
-       $ = jQuery,
-       EmbedUrl;
-
-EmbedUrl = View.extend({
-       tagName:   'label',
-       className: 'embed-url',
-
-       events: {
-               'input':  'url',
-               'keyup':  'url',
-               'change': 'url'
-       },
-
-       initialize: function() {
-               this.$input = $('<input id="embed-url-field" type="url" />').val( this.model.get('url') );
-               this.input = this.$input[0];
-
-               this.spinner = $('<span class="spinner" />')[0];
-               this.$el.append([ this.input, this.spinner ]);
-
-               this.listenTo( this.model, 'change:url', this.render );
-
-               if ( this.model.get( 'url' ) ) {
-                       _.delay( _.bind( function () {
-                               this.model.trigger( 'change:url' );
-                       }, this ), 500 );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var View = wp.Backbone.View.extend({
+       constructor: function( options ) {
+               if ( options && options.controller ) {
+                       this.controller = options.controller;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                wp.Backbone.View.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {wp.media.view.EmbedUrl} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @todo The internal comment mentions this might have been a stop-gap
+        *       before Backbone 0.9.8 came out. Figure out if Backbone core takes
+        *       care of this in Backbone.View now.
+        *
+        * @returns {wp.media.View} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        render: function() {
-               var $input = this.$input;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ dispose: function() {
+               // Undelegating events, removing events from the model, and
+               // removing events from the controller mirror the code for
+               // `Backbone.View.dispose` in Backbone 0.9.8 development.
+               this.undelegateEvents();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( $input.is(':focus') ) {
-                       return;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( this.model && this.model.off ) {
+                       this.model.off( null, null, this );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.input.value = this.model.get('url') || 'http://';
-               /**
-                * Call `render` directly on parent class with passed arguments
-                */
-               View.prototype.render.apply( this, arguments );
-               return this;
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( this.collection && this.collection.off ) {
+                       this.collection.off( null, null, this );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        ready: function() {
-               if ( ! wp.media.isTouchDevice ) {
-                       this.focus();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Unbind controller events.
+               if ( this.controller && this.controller.off ) {
+                       this.controller.off( null, null, this );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        },
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        url: function( event ) {
-               this.model.set( 'url', event.target.value );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         return this;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
</del><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * If the input is visible, focus and select its contents.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @returns {wp.media.View} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        focus: function() {
-               var $input = this.$input;
-               if ( $input.is(':visible') ) {
-                       $input.focus()[0].select();
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ remove: function() {
+               this.dispose();
+               /**
+                * call 'remove' directly on the parent class
+                */
+               return wp.Backbone.View.prototype.remove.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = EmbedUrl;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = View;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],40:[function(require,module,exports){
-/**
- * wp.media.view.FocusManager
- *
- * @class
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var FocusManager = wp.media.View.extend({
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        events: {
-               'keydown': 'constrainTabbing'
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 46 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        focus: function() { // Reset focus on first left menu item
-               this.$('.media-menu-item').first().focus();
-       },
-       /**
-        * @param {Object} event
-        */
-       constrainTabbing: function( event ) {
-               var tabbables;
-
-               // Look for the tab key.
-               if ( 9 !== event.keyCode ) {
-                       return;
-               }
-
-               // Skip the file input added by Plupload.
-               tabbables = this.$( ':tabbable' ).not( '.moxie-shim input[type="file"]' );
-
-               // Keep tab focus within media modal while it's open
-               if ( tabbables.last()[0] === event.target && ! event.shiftKey ) {
-                       tabbables.first().focus();
-                       return false;
-               } else if ( tabbables.first()[0] === event.target && event.shiftKey ) {
-                       tabbables.last().focus();
-                       return false;
-               }
-       }
-
-});
-
-module.exports = FocusManager;
-
-},{}],41:[function(require,module,exports){
</del><span class="cx" style="display: block; padding: 0 10px"> /*globals _, Backbone */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -4881,18 +2605,19 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = Frame;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],42:[function(require,module,exports){
-/*globals wp */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 47 */
+/***/ (function(module, exports) {
+
+/*globals wp, _, jQuery */
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.MediaFrame.ImageDetails
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.MediaFrame
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * A media frame for manipulating an image that's already been inserted
- * into a post.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * The frame used to create the media modal.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.view.MediaFrame.Select
- * @augments wp.media.view.MediaFrame
</del><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.view.Frame
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -4899,168 +2624,422 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @mixes wp.media.controller.StateMachine
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var Select = wp.media.view.MediaFrame.Select,
-       l10n = wp.media.view.l10n,
-       ImageDetails;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var Frame = wp.media.view.Frame,
+       $ = jQuery,
+       MediaFrame;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-ImageDetails = Select.extend({
-       defaults: {
-               id:      'image',
-               url:     '',
-               menu:    'image-details',
-               content: 'image-details',
-               toolbar: 'image-details',
-               type:    'link',
-               title:    l10n.imageDetailsTitle,
-               priority: 120
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+MediaFrame = Frame.extend({
+       className: 'media-frame',
+       template:  wp.template('media-frame'),
+       regions:   ['menu','title','content','toolbar','router'],
+
+       events: {
+               'click div.media-frame-title h1': 'toggleMenu'
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        initialize: function( options ) {
-               this.image = new wp.media.model.PostImage( options.metadata );
-               this.options.selection = new wp.media.model.Selection( this.image.attachment, { multiple: false } );
-               Select.prototype.initialize.apply( this, arguments );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * @global wp.Uploader
+        */
+       initialize: function() {
+               Frame.prototype.initialize.apply( this, arguments );
+
+               _.defaults( this.options, {
+                       title:    '',
+                       modal:    true,
+                       uploader: true
+               });
+
+               // Ensure core UI is enabled.
+               this.$el.addClass('wp-core-ui');
+
+               // Initialize modal container view.
+               if ( this.options.modal ) {
+                       this.modal = new wp.media.view.Modal({
+                               controller: this,
+                               title:      this.options.title
+                       });
+
+                       this.modal.content( this );
+               }
+
+               // Force the uploader off if the upload limit has been exceeded or
+               // if the browser isn't supported.
+               if ( wp.Uploader.limitExceeded || ! wp.Uploader.browser.supported ) {
+                       this.options.uploader = false;
+               }
+
+               // Initialize window-wide uploader.
+               if ( this.options.uploader ) {
+                       this.uploader = new wp.media.view.UploaderWindow({
+                               controller: this,
+                               uploader: {
+                                       dropzone:  this.modal ? this.modal.$el : this.$el,
+                                       container: this.$el
+                               }
+                       });
+                       this.views.set( '.media-frame-uploader', this.uploader );
+               }
+
+               this.on( 'attach', _.bind( this.views.ready, this.views ), this );
+
+               // Bind default title creation.
+               this.on( 'title:create:default', this.createTitle, this );
+               this.title.mode('default');
+
+               this.on( 'title:render', function( view ) {
+                       view.$el.append( '<span class="dashicons dashicons-arrow-down"></span>' );
+               });
+
+               // Bind default menu.
+               this.on( 'menu:create:default', this.createMenu, this );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        /**
+        * @returns {wp.media.view.MediaFrame} Returns itself to allow chaining
+        */
+       render: function() {
+               // Activate the default state if no active state exists.
+               if ( ! this.state() && this.options.state ) {
+                       this.setState( this.options.state );
+               }
+               /**
+                * call 'render' directly on the parent class
+                */
+               return Frame.prototype.render.apply( this, arguments );
+       },
+       /**
+        * @param {Object} title
+        * @this wp.media.controller.Region
+        */
+       createTitle: function( title ) {
+               title.view = new wp.media.View({
+                       controller: this,
+                       tagName: 'h1'
+               });
+       },
+       /**
+        * @param {Object} menu
+        * @this wp.media.controller.Region
+        */
+       createMenu: function( menu ) {
+               menu.view = new wp.media.view.Menu({
+                       controller: this
+               });
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        bindHandlers: function() {
-               Select.prototype.bindHandlers.apply( this, arguments );
-               this.on( 'menu:create:image-details', this.createMenu, this );
-               this.on( 'content:create:image-details', this.imageDetailsContent, this );
-               this.on( 'content:render:edit-image', this.editImageContent, this );
-               this.on( 'toolbar:render:image-details', this.renderImageDetailsToolbar, this );
-               // override the select toolbar
-               this.on( 'toolbar:render:replace', this.renderReplaceImageToolbar, this );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ toggleMenu: function() {
+               this.$el.find( '.media-menu' ).toggleClass( 'visible' );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        createStates: function() {
-               this.states.add([
-                       new wp.media.controller.ImageDetails({
-                               image: this.image,
-                               editable: false
-                       }),
-                       new wp.media.controller.ReplaceImage({
-                               id: 'replace-image',
-                               library: wp.media.query( { type: 'image' } ),
-                               image: this.image,
-                               multiple:  false,
-                               title:     l10n.imageReplaceTitle,
-                               toolbar: 'replace',
-                               priority:  80,
-                               displaySettings: true
-                       }),
-                       new wp.media.controller.EditImage( {
-                               image: this.image,
-                               selection: this.options.selection
-                       } )
-               ]);
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * @param {Object} toolbar
+        * @this wp.media.controller.Region
+        */
+       createToolbar: function( toolbar ) {
+               toolbar.view = new wp.media.view.Toolbar({
+                       controller: this
+               });
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        /**
+        * @param {Object} router
+        * @this wp.media.controller.Region
+        */
+       createRouter: function( router ) {
+               router.view = new wp.media.view.Router({
+                       controller: this
+               });
+       },
+       /**
+        * @param {Object} options
+        */
+       createIframeStates: function( options ) {
+               var settings = wp.media.view.settings,
+                       tabs = settings.tabs,
+                       tabUrl = settings.tabUrl,
+                       $postId;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        imageDetailsContent: function( options ) {
-               options.view = new wp.media.view.ImageDetails({
-                       controller: this,
-                       model: this.state().image,
-                       attachment: this.state().image.attachment
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( ! tabs || ! tabUrl ) {
+                       return;
+               }
+
+               // Add the post ID to the tab URL if it exists.
+               $postId = $('#post_ID');
+               if ( $postId.length ) {
+                       tabUrl += '&post_id=' + $postId.val();
+               }
+
+               // Generate the tab states.
+               _.each( tabs, function( title, id ) {
+                       this.state( 'iframe:' + id ).set( _.defaults({
+                               tab:     id,
+                               src:     tabUrl + '&tab=' + id,
+                               title:   title,
+                               content: 'iframe',
+                               menu:    'default'
+                       }, options ) );
+               }, this );
+
+               this.on( 'content:create:iframe', this.iframeContent, this );
+               this.on( 'content:deactivate:iframe', this.iframeContentCleanup, this );
+               this.on( 'menu:render:default', this.iframeMenu, this );
+               this.on( 'open', this.hijackThickbox, this );
+               this.on( 'close', this.restoreThickbox, this );
+       },
+
+       /**
+        * @param {Object} content
+        * @this wp.media.controller.Region
+        */
+       iframeContent: function( content ) {
+               this.$el.addClass('hide-toolbar');
+               content.view = new wp.media.view.Iframe({
+                       controller: this
</ins><span class="cx" style="display: block; padding: 0 10px">                 });
</span><span class="cx" style="display: block; padding: 0 10px">        },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        editImageContent: function() {
-               var state = this.state(),
-                       model = state.get('image'),
-                       view;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ iframeContentCleanup: function() {
+               this.$el.removeClass('hide-toolbar');
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! model ) {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ iframeMenu: function( view ) {
+               var views = {};
+
+               if ( ! view ) {
</ins><span class="cx" style="display: block; padding: 0 10px">                         return;
</span><span class="cx" style="display: block; padding: 0 10px">                }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                view = new wp.media.view.EditImage( { model: model, controller: this } ).render();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         _.each( wp.media.view.settings.tabs, function( title, id ) {
+                       views[ 'iframe:' + id ] = {
+                               text: this.state( 'iframe:' + id ).get('title'),
+                               priority: 200
+                       };
+               }, this );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.content.set( view );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         view.set( views );
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // after bringing in the frame, load the actual editor via an ajax call
-               view.loadEditor();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ hijackThickbox: function() {
+               var frame = this;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                if ( ! window.tb_remove || this._tb_remove ) {
+                       return;
+               }
+
+               this._tb_remove = window.tb_remove;
+               window.tb_remove = function() {
+                       frame.close();
+                       frame.reset();
+                       frame.setState( frame.options.state );
+                       frame._tb_remove.call( window );
+               };
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        renderImageDetailsToolbar: function() {
-               this.toolbar.set( new wp.media.view.Toolbar({
-                       controller: this,
-                       items: {
-                               select: {
-                                       style:    'primary',
-                                       text:     l10n.update,
-                                       priority: 80,
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ restoreThickbox: function() {
+               if ( ! this._tb_remove ) {
+                       return;
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        click: function() {
-                                               var controller = this.controller,
-                                                       state = controller.state();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         window.tb_remove = this._tb_remove;
+               delete this._tb_remove;
+       }
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                controller.close();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Map some of the modal's methods to the frame.
+_.each(['open','close','attach','detach','escape'], function( method ) {
+       /**
+        * @returns {wp.media.view.MediaFrame} Returns itself to allow chaining
+        */
+       MediaFrame.prototype[ method ] = function() {
+               if ( this.modal ) {
+                       this.modal[ method ].apply( this.modal, arguments );
+               }
+               return this;
+       };
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                // not sure if we want to use wp.media.string.image which will create a shortcode or
-                                               // perhaps wp.html.string to at least to build the <img />
-                                               state.trigger( 'update', controller.image.toJSON() );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = MediaFrame;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                // Restore and reset the default state.
-                                               controller.setState( controller.options.state );
-                                               controller.reset();
-                                       }
-                               }
-                       }
-               }) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 48 */
+/***/ (function(module, exports) {
+
+/*globals wp, _ */
+
+/**
+ * wp.media.view.MediaFrame.Select
+ *
+ * A frame for selecting an item or items from the media library.
+ *
+ * @class
+ * @augments wp.media.view.MediaFrame
+ * @augments wp.media.view.Frame
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ * @mixes wp.media.controller.StateMachine
+ */
+
+var MediaFrame = wp.media.view.MediaFrame,
+       l10n = wp.media.view.l10n,
+       Select;
+
+Select = MediaFrame.extend({
+       initialize: function() {
+               // Call 'initialize' directly on the parent class.
+               MediaFrame.prototype.initialize.apply( this, arguments );
+
+               _.defaults( this.options, {
+                       selection: [],
+                       library:   {},
+                       multiple:  false,
+                       state:    'library'
+               });
+
+               this.createSelection();
+               this.createStates();
+               this.bindHandlers();
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        renderReplaceImageToolbar: function() {
-               var frame = this,
-                       lastState = frame.lastState(),
-                       previous = lastState && lastState.id;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * Attach a selection collection to the frame.
+        *
+        * A selection is a collection of attachments used for a specific purpose
+        * by a media frame. e.g. Selecting an attachment (or many) to insert into
+        * post content.
+        *
+        * @see media.model.Selection
+        */
+       createSelection: function() {
+               var selection = this.options.selection;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.toolbar.set( new wp.media.view.Toolbar({
-                       controller: this,
-                       items: {
-                               back: {
-                                       text:     l10n.back,
-                                       priority: 20,
-                                       click:    function() {
-                                               if ( previous ) {
-                                                       frame.setState( previous );
-                                               } else {
-                                                       frame.close();
-                                               }
-                                       }
-                               },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( ! (selection instanceof wp.media.model.Selection) ) {
+                       this.options.selection = new wp.media.model.Selection( selection, {
+                               multiple: this.options.multiple
+                       });
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                replace: {
-                                       style:    'primary',
-                                       text:     l10n.replace,
-                                       priority: 80,
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this._selection = {
+                       attachments: new wp.media.model.Attachments(),
+                       difference: []
+               };
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        click: function() {
-                                               var controller = this.controller,
-                                                       state = controller.state(),
-                                                       selection = state.get( 'selection' ),
-                                                       attachment = selection.single();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * Create the default states on the frame.
+        */
+       createStates: function() {
+               var options = this.options;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                controller.close();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( this.options.states ) {
+                       return;
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                controller.image.changeAttachment( attachment, state.display( attachment ) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Add the default states.
+               this.states.add([
+                       // Main states.
+                       new wp.media.controller.Library({
+                               library:   wp.media.query( options.library ),
+                               multiple:  options.multiple,
+                               title:     options.title,
+                               priority:  20
+                       })
+               ]);
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                // not sure if we want to use wp.media.string.image which will create a shortcode or
-                                               // perhaps wp.html.string to at least to build the <img />
-                                               state.trigger( 'replace', controller.image.toJSON() );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * Bind region mode event callbacks.
+        *
+        * @see media.controller.Region.render
+        */
+       bindHandlers: function() {
+               this.on( 'router:create:browse', this.createRouter, this );
+               this.on( 'router:render:browse', this.browseRouter, this );
+               this.on( 'content:create:browse', this.browseContent, this );
+               this.on( 'content:render:upload', this.uploadContent, this );
+               this.on( 'toolbar:create:select', this.createSelectToolbar, this );
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                // Restore and reset the default state.
-                                               controller.setState( controller.options.state );
-                                               controller.reset();
-                                       }
-                               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * Render callback for the router region in the `browse` mode.
+        *
+        * @param {wp.media.view.Router} routerView
+        */
+       browseRouter: function( routerView ) {
+               routerView.set({
+                       upload: {
+                               text:     l10n.uploadFilesTitle,
+                               priority: 20
+                       },
+                       browse: {
+                               text:     l10n.mediaLibraryTitle,
+                               priority: 40
</ins><span class="cx" style="display: block; padding: 0 10px">                         }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                });
+       },
+
+       /**
+        * Render callback for the content region in the `browse` mode.
+        *
+        * @param {wp.media.controller.Region} contentRegion
+        */
+       browseContent: function( contentRegion ) {
+               var state = this.state();
+
+               this.$el.removeClass('hide-toolbar');
+
+               // Browse our library of attachments.
+               contentRegion.view = new wp.media.view.AttachmentsBrowser({
+                       controller: this,
+                       collection: state.get('library'),
+                       selection:  state.get('selection'),
+                       model:      state,
+                       sortable:   state.get('sortable'),
+                       search:     state.get('searchable'),
+                       filters:    state.get('filterable'),
+                       date:       state.get('date'),
+                       display:    state.has('display') ? state.get('display') : state.get('displaySettings'),
+                       dragInfo:   state.get('dragInfo'),
+
+                       idealColumnWidth: state.get('idealColumnWidth'),
+                       suggestedWidth:   state.get('suggestedWidth'),
+                       suggestedHeight:  state.get('suggestedHeight'),
+
+                       AttachmentView: state.get('AttachmentView')
+               });
+       },
+
+       /**
+        * Render callback for the content region in the `upload` mode.
+        */
+       uploadContent: function() {
+               this.$el.removeClass( 'hide-toolbar' );
+               this.content.set( new wp.media.view.UploaderInline({
+                       controller: this
</ins><span class="cx" style="display: block; padding: 0 10px">                 }) );
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        },
+
+       /**
+        * Toolbars
+        *
+        * @param {Object} toolbar
+        * @param {Object} [options={}]
+        * @this wp.media.controller.Region
+        */
+       createSelectToolbar: function( toolbar, options ) {
+               options = options || this.options.button || {};
+               options.controller = this;
+
+               toolbar.view = new wp.media.view.Toolbar.Select( options );
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
</del><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = ImageDetails;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = Select;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],43:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 49 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, _ */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -5797,15 +3776,21 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = Post;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],44:[function(require,module,exports){
-/*globals wp, _ */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 50 */
+/***/ (function(module, exports) {
+
+/*globals wp */
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.MediaFrame.Select
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.MediaFrame.ImageDetails
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * A frame for selecting an item or items from the media library.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * A media frame for manipulating an image that's already been inserted
+ * into a post.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.view.MediaFrame.Select
</ins><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.view.MediaFrame
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.view.Frame
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -5813,166 +3798,393 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @mixes wp.media.controller.StateMachine
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
-var MediaFrame = wp.media.view.MediaFrame,
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var Select = wp.media.view.MediaFrame.Select,
</ins><span class="cx" style="display: block; padding: 0 10px">         l10n = wp.media.view.l10n,
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        Select;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ ImageDetails;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Select = MediaFrame.extend({
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ImageDetails = Select.extend({
+       defaults: {
+               id:      'image',
+               url:     '',
+               menu:    'image-details',
+               content: 'image-details',
+               toolbar: 'image-details',
+               type:    'link',
+               title:    l10n.imageDetailsTitle,
+               priority: 120
+       },
+
+       initialize: function( options ) {
+               this.image = new wp.media.model.PostImage( options.metadata );
+               this.options.selection = new wp.media.model.Selection( this.image.attachment, { multiple: false } );
+               Select.prototype.initialize.apply( this, arguments );
+       },
+
+       bindHandlers: function() {
+               Select.prototype.bindHandlers.apply( this, arguments );
+               this.on( 'menu:create:image-details', this.createMenu, this );
+               this.on( 'content:create:image-details', this.imageDetailsContent, this );
+               this.on( 'content:render:edit-image', this.editImageContent, this );
+               this.on( 'toolbar:render:image-details', this.renderImageDetailsToolbar, this );
+               // override the select toolbar
+               this.on( 'toolbar:render:replace', this.renderReplaceImageToolbar, this );
+       },
+
+       createStates: function() {
+               this.states.add([
+                       new wp.media.controller.ImageDetails({
+                               image: this.image,
+                               editable: false
+                       }),
+                       new wp.media.controller.ReplaceImage({
+                               id: 'replace-image',
+                               library: wp.media.query( { type: 'image' } ),
+                               image: this.image,
+                               multiple:  false,
+                               title:     l10n.imageReplaceTitle,
+                               toolbar: 'replace',
+                               priority:  80,
+                               displaySettings: true
+                       }),
+                       new wp.media.controller.EditImage( {
+                               image: this.image,
+                               selection: this.options.selection
+                       } )
+               ]);
+       },
+
+       imageDetailsContent: function( options ) {
+               options.view = new wp.media.view.ImageDetails({
+                       controller: this,
+                       model: this.state().image,
+                       attachment: this.state().image.attachment
+               });
+       },
+
+       editImageContent: function() {
+               var state = this.state(),
+                       model = state.get('image'),
+                       view;
+
+               if ( ! model ) {
+                       return;
+               }
+
+               view = new wp.media.view.EditImage( { model: model, controller: this } ).render();
+
+               this.content.set( view );
+
+               // after bringing in the frame, load the actual editor via an ajax call
+               view.loadEditor();
+
+       },
+
+       renderImageDetailsToolbar: function() {
+               this.toolbar.set( new wp.media.view.Toolbar({
+                       controller: this,
+                       items: {
+                               select: {
+                                       style:    'primary',
+                                       text:     l10n.update,
+                                       priority: 80,
+
+                                       click: function() {
+                                               var controller = this.controller,
+                                                       state = controller.state();
+
+                                               controller.close();
+
+                                               // not sure if we want to use wp.media.string.image which will create a shortcode or
+                                               // perhaps wp.html.string to at least to build the <img />
+                                               state.trigger( 'update', controller.image.toJSON() );
+
+                                               // Restore and reset the default state.
+                                               controller.setState( controller.options.state );
+                                               controller.reset();
+                                       }
+                               }
+                       }
+               }) );
+       },
+
+       renderReplaceImageToolbar: function() {
+               var frame = this,
+                       lastState = frame.lastState(),
+                       previous = lastState && lastState.id;
+
+               this.toolbar.set( new wp.media.view.Toolbar({
+                       controller: this,
+                       items: {
+                               back: {
+                                       text:     l10n.back,
+                                       priority: 20,
+                                       click:    function() {
+                                               if ( previous ) {
+                                                       frame.setState( previous );
+                                               } else {
+                                                       frame.close();
+                                               }
+                                       }
+                               },
+
+                               replace: {
+                                       style:    'primary',
+                                       text:     l10n.replace,
+                                       priority: 80,
+
+                                       click: function() {
+                                               var controller = this.controller,
+                                                       state = controller.state(),
+                                                       selection = state.get( 'selection' ),
+                                                       attachment = selection.single();
+
+                                               controller.close();
+
+                                               controller.image.changeAttachment( attachment, state.display( attachment ) );
+
+                                               // not sure if we want to use wp.media.string.image which will create a shortcode or
+                                               // perhaps wp.html.string to at least to build the <img />
+                                               state.trigger( 'replace', controller.image.toJSON() );
+
+                                               // Restore and reset the default state.
+                                               controller.setState( controller.options.state );
+                                               controller.reset();
+                                       }
+                               }
+                       }
+               }) );
+       }
+
+});
+
+module.exports = ImageDetails;
+
+
+/***/ }),
+/* 51 */
+/***/ (function(module, exports) {
+
+/*globals wp, _, jQuery */
+
+/**
+ * wp.media.view.Modal
+ *
+ * A modal view, which the media modal uses as its default container.
+ *
+ * @class
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var $ = jQuery,
+       Modal;
+
+Modal = wp.media.View.extend({
+       tagName:  'div',
+       template: wp.template('media-modal'),
+
+       attributes: {
+               tabindex: 0
+       },
+
+       events: {
+               'click .media-modal-backdrop, .media-modal-close': 'escapeHandler',
+               'keydown': 'keydown'
+       },
+
</ins><span class="cx" style="display: block; padding: 0 10px">         initialize: function() {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Call 'initialize' directly on the parent class.
-               MediaFrame.prototype.initialize.apply( this, arguments );
-
</del><span class="cx" style="display: block; padding: 0 10px">                 _.defaults( this.options, {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        selection: [],
-                       library:   {},
-                       multiple:  false,
-                       state:    'library'
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 container: document.body,
+                       title:     '',
+                       propagate: true,
+                       freeze:    true
</ins><span class="cx" style="display: block; padding: 0 10px">                 });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.createSelection();
-               this.createStates();
-               this.bindHandlers();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.focusManager = new wp.media.view.FocusManager({
+                       el: this.el
+               });
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
</del><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * Attach a selection collection to the frame.
-        *
-        * A selection is a collection of attachments used for a specific purpose
-        * by a media frame. e.g. Selecting an attachment (or many) to insert into
-        * post content.
-        *
-        * @see media.model.Selection
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @returns {Object}
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        createSelection: function() {
-               var selection = this.options.selection;
-
-               if ( ! (selection instanceof wp.media.model.Selection) ) {
-                       this.options.selection = new wp.media.model.Selection( selection, {
-                               multiple: this.options.multiple
-                       });
-               }
-
-               this._selection = {
-                       attachments: new wp.media.model.Attachments(),
-                       difference: []
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ prepare: function() {
+               return {
+                       title: this.options.title
</ins><span class="cx" style="display: block; padding: 0 10px">                 };
</span><span class="cx" style="display: block; padding: 0 10px">        },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * Create the default states on the frame.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @returns {wp.media.view.Modal} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        createStates: function() {
-               var options = this.options;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ attach: function() {
+               if ( this.views.attached ) {
+                       return this;
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( this.options.states ) {
-                       return;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( ! this.views.rendered ) {
+                       this.render();
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Add the default states.
-               this.states.add([
-                       // Main states.
-                       new wp.media.controller.Library({
-                               library:   wp.media.query( options.library ),
-                               multiple:  options.multiple,
-                               title:     options.title,
-                               priority:  20
-                       })
-               ]);
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.$el.appendTo( this.options.container );
+
+               // Manually mark the view as attached and trigger ready.
+               this.views.attached = true;
+               this.views.ready();
+
+               return this.propagate('attach');
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * Bind region mode event callbacks.
-        *
-        * @see media.controller.Region.render
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @returns {wp.media.view.Modal} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        bindHandlers: function() {
-               this.on( 'router:create:browse', this.createRouter, this );
-               this.on( 'router:render:browse', this.browseRouter, this );
-               this.on( 'content:create:browse', this.browseContent, this );
-               this.on( 'content:render:upload', this.uploadContent, this );
-               this.on( 'toolbar:create:select', this.createSelectToolbar, this );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ detach: function() {
+               if ( this.$el.is(':visible') ) {
+                       this.close();
+               }
+
+               this.$el.detach();
+               this.views.attached = false;
+               return this.propagate('detach');
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * Render callback for the router region in the `browse` mode.
-        *
-        * @param {wp.media.view.Router} routerView
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @returns {wp.media.view.Modal} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        browseRouter: function( routerView ) {
-               routerView.set({
-                       upload: {
-                               text:     l10n.uploadFilesTitle,
-                               priority: 20
-                       },
-                       browse: {
-                               text:     l10n.mediaLibraryTitle,
-                               priority: 40
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ open: function() {
+               var $el = this.$el,
+                       options = this.options,
+                       mceEditor;
+
+               if ( $el.is(':visible') ) {
+                       return this;
+               }
+
+               if ( ! this.views.attached ) {
+                       this.attach();
+               }
+
+               // If the `freeze` option is set, record the window's scroll position.
+               if ( options.freeze ) {
+                       this._freeze = {
+                               scrollTop: $( window ).scrollTop()
+                       };
+               }
+
+               // Disable page scrolling.
+               $( 'body' ).addClass( 'modal-open' );
+
+               $el.show();
+
+               // Try to close the onscreen keyboard
+               if ( 'ontouchend' in document ) {
+                       if ( ( mceEditor = window.tinymce && window.tinymce.activeEditor )  && ! mceEditor.isHidden() && mceEditor.iframeElement ) {
+                               mceEditor.iframeElement.focus();
+                               mceEditor.iframeElement.blur();
+
+                               setTimeout( function() {
+                                       mceEditor.iframeElement.blur();
+                               }, 100 );
</ins><span class="cx" style="display: block; padding: 0 10px">                         }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         }
+
+               this.$el.focus();
+
+               return this.propagate('open');
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * Render callback for the content region in the `browse` mode.
-        *
-        * @param {wp.media.controller.Region} contentRegion
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {Object} options
+        * @returns {wp.media.view.Modal} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        browseContent: function( contentRegion ) {
-               var state = this.state();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ close: function( options ) {
+               var freeze = this._freeze;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.$el.removeClass('hide-toolbar');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( ! this.views.attached || ! this.$el.is(':visible') ) {
+                       return this;
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Browse our library of attachments.
-               contentRegion.view = new wp.media.view.AttachmentsBrowser({
-                       controller: this,
-                       collection: state.get('library'),
-                       selection:  state.get('selection'),
-                       model:      state,
-                       sortable:   state.get('sortable'),
-                       search:     state.get('searchable'),
-                       filters:    state.get('filterable'),
-                       date:       state.get('date'),
-                       display:    state.has('display') ? state.get('display') : state.get('displaySettings'),
-                       dragInfo:   state.get('dragInfo'),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Enable page scrolling.
+               $( 'body' ).removeClass( 'modal-open' );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        idealColumnWidth: state.get('idealColumnWidth'),
-                       suggestedWidth:   state.get('suggestedWidth'),
-                       suggestedHeight:  state.get('suggestedHeight'),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Hide modal and remove restricted media modal tab focus once it's closed
+               this.$el.hide().undelegate( 'keydown' );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        AttachmentView: state.get('AttachmentView')
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Put focus back in useful location once modal is closed
+               $('#wpbody-content').focus();
+
+               this.propagate('close');
+
+               // If the `freeze` option is set, restore the container's scroll position.
+               if ( freeze ) {
+                       $( window ).scrollTop( freeze.scrollTop );
+               }
+
+               if ( options && options.escape ) {
+                       this.propagate('escape');
+               }
+
+               return this;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        /**
+        * @returns {wp.media.view.Modal} Returns itself to allow chaining
+        */
+       escape: function() {
+               return this.close({ escape: true });
+       },
+       /**
+        * @param {Object} event
+        */
+       escapeHandler: function( event ) {
+               event.preventDefault();
+               this.escape();
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * Render callback for the content region in the `upload` mode.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {Array|Object} content Views to register to '.media-modal-content'
+        * @returns {wp.media.view.Modal} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        uploadContent: function() {
-               this.$el.removeClass( 'hide-toolbar' );
-               this.content.set( new wp.media.view.UploaderInline({
-                       controller: this
-               }) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ content: function( content ) {
+               this.views.set( '.media-modal-content', content );
+               return this;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * Toolbars
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * Triggers a modal event and if the `propagate` option is set,
+        * forwards events to the modal's controller.
</ins><span class="cx" style="display: block; padding: 0 10px">          *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Object} toolbar
-        * @param {Object} [options={}]
-        * @this wp.media.controller.Region
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {string} id
+        * @returns {wp.media.view.Modal} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        createSelectToolbar: function( toolbar, options ) {
-               options = options || this.options.button || {};
-               options.controller = this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ propagate: function( id ) {
+               this.trigger( id );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                toolbar.view = new wp.media.view.Toolbar.Select( options );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( this.options.propagate ) {
+                       this.controller.trigger( id );
+               }
+
+               return this;
+       },
+       /**
+        * @param {Object} event
+        */
+       keydown: function( event ) {
+               // Close the modal when escape is pressed.
+               if ( 27 === event.which && this.$el.is(':visible') ) {
+                       this.escape();
+                       event.stopImmediatePropagation();
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Select;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = Modal;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],45:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 52 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.Iframe
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.FocusManager
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -5979,467 +4191,1225 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var Iframe = wp.media.View.extend({
-       className: 'media-iframe',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var FocusManager = wp.media.View.extend({
+
+       events: {
+               'keydown': 'constrainTabbing'
+       },
+
+       focus: function() { // Reset focus on first left menu item
+               this.$('.media-menu-item').first().focus();
+       },
</ins><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {wp.media.view.Iframe} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {Object} event
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        render: function() {
-               this.views.detach();
-               this.$el.html( '<iframe src="' + this.controller.state().get('src') + '" />' );
-               this.views.render();
-               return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ constrainTabbing: function( event ) {
+               var tabbables;
+
+               // Look for the tab key.
+               if ( 9 !== event.keyCode ) {
+                       return;
+               }
+
+               // Skip the file input added by Plupload.
+               tabbables = this.$( ':tabbable' ).not( '.moxie-shim input[type="file"]' );
+
+               // Keep tab focus within media modal while it's open
+               if ( tabbables.last()[0] === event.target && ! event.shiftKey ) {
+                       tabbables.first().focus();
+                       return false;
+               } else if ( tabbables.first()[0] === event.target && event.shiftKey ) {
+                       tabbables.last().focus();
+                       return false;
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
</ins><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Iframe;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = FocusManager;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],46:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 53 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, _, jQuery */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.ImageDetails
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.UploaderWindow
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * An uploader window that allows for dragging and dropping media.
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.view.Settings.AttachmentDisplay
- * @augments wp.media.view.Settings
</del><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ *
+ * @param {object} [options]                   Options hash passed to the view.
+ * @param {object} [options.uploader]          Uploader properties.
+ * @param {jQuery} [options.uploader.browser]
+ * @param {jQuery} [options.uploader.dropzone] jQuery collection of the dropzone.
+ * @param {object} [options.uploader.params]
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var AttachmentDisplay = wp.media.view.Settings.AttachmentDisplay,
-       $ = jQuery,
-       ImageDetails;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var $ = jQuery,
+       UploaderWindow;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-ImageDetails = AttachmentDisplay.extend({
-       className: 'image-details',
-       template:  wp.template('image-details'),
-       events: _.defaults( AttachmentDisplay.prototype.events, {
-               'click .edit-attachment': 'editAttachment',
-               'click .replace-attachment': 'replaceAttachment',
-               'click .advanced-toggle': 'onToggleAdvanced',
-               'change [data-setting="customWidth"]': 'onCustomSize',
-               'change [data-setting="customHeight"]': 'onCustomSize',
-               'keyup [data-setting="customWidth"]': 'onCustomSize',
-               'keyup [data-setting="customHeight"]': 'onCustomSize'
-       } ),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+UploaderWindow = wp.media.View.extend({
+       tagName:   'div',
+       className: 'uploader-window',
+       template:  wp.template('uploader-window'),
+
</ins><span class="cx" style="display: block; padding: 0 10px">         initialize: function() {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // used in AttachmentDisplay.prototype.updateLinkTo
-               this.options.attachment = this.model.attachment;
-               this.listenTo( this.model, 'change:url', this.updateUrl );
-               this.listenTo( this.model, 'change:link', this.toggleLinkSettings );
-               this.listenTo( this.model, 'change:size', this.toggleCustomSize );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         var uploader;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                AttachmentDisplay.prototype.initialize.apply( this, arguments );
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.$browser = $('<a href="#" class="browser" />').hide().appendTo('body');
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        prepare: function() {
-               var attachment = false;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         uploader = this.options.uploader = _.defaults( this.options.uploader || {}, {
+                       dropzone:  this.$el,
+                       browser:   this.$browser,
+                       params:    {}
+               });
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( this.model.attachment ) {
-                       attachment = this.model.attachment.toJSON();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Ensure the dropzone is a jQuery collection.
+               if ( uploader.dropzone && ! (uploader.dropzone instanceof $) ) {
+                       uploader.dropzone = $( uploader.dropzone );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                return _.defaults({
-                       model: this.model.toJSON(),
-                       attachment: attachment
-               }, this.options );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+               this.controller.on( 'activate', this.refresh, this );
+
+               this.controller.on( 'detach', function() {
+                       this.$browser.remove();
+               }, this );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        render: function() {
-               var args = arguments;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ refresh: function() {
+               if ( this.uploader ) {
+                       this.uploader.refresh();
+               }
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( this.model.attachment && 'pending' === this.model.dfd.state() ) {
-                       this.model.dfd
-                               .done( _.bind( function() {
-                                       AttachmentDisplay.prototype.render.apply( this, args );
-                                       this.postRender();
-                               }, this ) )
-                               .fail( _.bind( function() {
-                                       this.model.attachment = false;
-                                       AttachmentDisplay.prototype.render.apply( this, args );
-                                       this.postRender();
-                               }, this ) );
-               } else {
-                       AttachmentDisplay.prototype.render.apply( this, arguments );
-                       this.postRender();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ ready: function() {
+               var postId = wp.media.view.settings.post.id,
+                       dropzone;
+
+               // If the uploader already exists, bail.
+               if ( this.uploader ) {
+                       return;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( postId ) {
+                       this.options.uploader.params.post_id = postId;
+               }
+               this.uploader = new wp.Uploader( this.options.uploader );
+
+               dropzone = this.uploader.dropzone;
+               dropzone.on( 'dropzone:enter', _.bind( this.show, this ) );
+               dropzone.on( 'dropzone:leave', _.bind( this.hide, this ) );
+
+               $( this.uploader ).on( 'uploader:ready', _.bind( this._ready, this ) );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        postRender: function() {
-               setTimeout( _.bind( this.resetFocus, this ), 10 );
-               this.toggleLinkSettings();
-               if ( window.getUserSetting( 'advImgDetails' ) === 'show' ) {
-                       this.toggleAdvanced( true );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ _ready: function() {
+               this.controller.trigger( 'uploader:ready' );
+       },
+
+       show: function() {
+               var $el = this.$el.show();
+
+               // Ensure that the animation is triggered by waiting until
+               // the transparent element is painted into the DOM.
+               _.defer( function() {
+                       $el.css({ opacity: 1 });
+               });
+       },
+
+       hide: function() {
+               var $el = this.$el.css({ opacity: 0 });
+
+               wp.media.transition( $el ).done( function() {
+                       // Transition end events are subject to race conditions.
+                       // Make sure that the value is set as intended.
+                       if ( '0' === $el.css('opacity') ) {
+                               $el.hide();
+                       }
+               });
+
+               // https://core.trac.wordpress.org/ticket/27341
+               _.delay( function() {
+                       if ( '0' === $el.css('opacity') && $el.is(':visible') ) {
+                               $el.hide();
+                       }
+               }, 500 );
+       }
+});
+
+module.exports = UploaderWindow;
+
+
+/***/ }),
+/* 54 */
+/***/ (function(module, exports) {
+
+/*globals wp, _, jQuery */
+
+/**
+ * Creates a dropzone on WP editor instances (elements with .wp-editor-wrap
+ * or #wp-fullscreen-body) and relays drag'n'dropped files to a media workflow.
+ *
+ * wp.media.view.EditorUploader
+ *
+ * @class
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var View = wp.media.View,
+       l10n = wp.media.view.l10n,
+       $ = jQuery,
+       EditorUploader;
+
+EditorUploader = View.extend({
+       tagName:   'div',
+       className: 'uploader-editor',
+       template:  wp.template( 'uploader-editor' ),
+
+       localDrag: false,
+       overContainer: false,
+       overDropzone: false,
+       draggingFile: null,
+
+       /**
+        * Bind drag'n'drop events to callbacks.
+        */
+       initialize: function() {
+               this.initialized = false;
+
+               // Bail if not enabled or UA does not support drag'n'drop or File API.
+               if ( ! window.tinyMCEPreInit || ! window.tinyMCEPreInit.dragDropUpload || ! this.browserSupport() ) {
+                       return this;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.trigger( 'post-render' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+               this.$document = $(document);
+               this.dropzones = [];
+               this.files = [];
+
+               this.$document.on( 'drop', '.uploader-editor', _.bind( this.drop, this ) );
+               this.$document.on( 'dragover', '.uploader-editor', _.bind( this.dropzoneDragover, this ) );
+               this.$document.on( 'dragleave', '.uploader-editor', _.bind( this.dropzoneDragleave, this ) );
+               this.$document.on( 'click', '.uploader-editor', _.bind( this.click, this ) );
+
+               this.$document.on( 'dragover', _.bind( this.containerDragover, this ) );
+               this.$document.on( 'dragleave', _.bind( this.containerDragleave, this ) );
+
+               this.$document.on( 'dragstart dragend drop', _.bind( function( event ) {
+                       this.localDrag = event.type === 'dragstart';
+               }, this ) );
+
+               this.initialized = true;
+               return this;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        resetFocus: function() {
-               this.$( '.link-to-custom' ).blur();
-               this.$( '.embed-media-settings' ).scrollTop( 0 );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * Check browser support for drag'n'drop.
+        *
+        * @return Boolean
+        */
+       browserSupport: function() {
+               var supports = false, div = document.createElement('div');
+
+               supports = ( 'draggable' in div ) || ( 'ondragstart' in div && 'ondrop' in div );
+               supports = supports && !! ( window.File && window.FileList && window.FileReader );
+               return supports;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        updateUrl: function() {
-               this.$( '.image img' ).attr( 'src', this.model.get( 'url' ) );
-               this.$( '.url' ).val( this.model.get( 'url' ) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ isDraggingFile: function( event ) {
+               if ( this.draggingFile !== null ) {
+                       return this.draggingFile;
+               }
+
+               if ( _.isUndefined( event.originalEvent ) || _.isUndefined( event.originalEvent.dataTransfer ) ) {
+                       return false;
+               }
+
+               this.draggingFile = _.indexOf( event.originalEvent.dataTransfer.types, 'Files' ) > -1 &&
+                       _.indexOf( event.originalEvent.dataTransfer.types, 'text/plain' ) === -1;
+
+               return this.draggingFile;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        toggleLinkSettings: function() {
-               if ( this.model.get( 'link' ) === 'none' ) {
-                       this.$( '.link-settings' ).addClass('hidden');
-               } else {
-                       this.$( '.link-settings' ).removeClass('hidden');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ refresh: function( e ) {
+               var dropzone_id;
+               for ( dropzone_id in this.dropzones ) {
+                       // Hide the dropzones only if dragging has left the screen.
+                       this.dropzones[ dropzone_id ].toggle( this.overContainer || this.overDropzone );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+               if ( ! _.isUndefined( e ) ) {
+                       $( e.target ).closest( '.uploader-editor' ).toggleClass( 'droppable', this.overDropzone );
+               }
+
+               if ( ! this.overContainer && ! this.overDropzone ) {
+                       this.draggingFile = null;
+               }
+
+               return this;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        toggleCustomSize: function() {
-               if ( this.model.get( 'size' ) !== 'custom' ) {
-                       this.$( '.custom-size' ).addClass('hidden');
-               } else {
-                       this.$( '.custom-size' ).removeClass('hidden');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ render: function() {
+               if ( ! this.initialized ) {
+                       return this;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+               View.prototype.render.apply( this, arguments );
+               $( '.wp-editor-wrap, #wp-fullscreen-body' ).each( _.bind( this.attach, this ) );
+               return this;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        onCustomSize: function( event ) {
-               var dimension = $( event.target ).data('setting'),
-                       num = $( event.target ).val(),
-                       value;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ attach: function( index, editor ) {
+               // Attach a dropzone to an editor.
+               var dropzone = this.$el.clone();
+               this.dropzones.push( dropzone );
+               $( editor ).append( dropzone );
+               return this;
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Ignore bogus input
-               if ( ! /^\d+/.test( num ) || parseInt( num, 10 ) < 1 ) {
-                       event.preventDefault();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * When a file is dropped on the editor uploader, open up an editor media workflow
+        * and upload the file immediately.
+        *
+        * @param  {jQuery.Event} event The 'drop' event.
+        */
+       drop: function( event ) {
+               var $wrap = null, uploadView;
+
+               this.containerDragleave( event );
+               this.dropzoneDragleave( event );
+
+               this.files = event.originalEvent.dataTransfer.files;
+               if ( this.files.length < 1 ) {
</ins><span class="cx" style="display: block; padding: 0 10px">                         return;
</span><span class="cx" style="display: block; padding: 0 10px">                }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( dimension === 'customWidth' ) {
-                       value = Math.round( 1 / this.model.get( 'aspectRatio' ) * num );
-                       this.model.set( 'customHeight', value, { silent: true } );
-                       this.$( '[data-setting="customHeight"]' ).val( value );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Set the active editor to the drop target.
+               $wrap = $( event.target ).parents( '.wp-editor-wrap' );
+               if ( $wrap.length > 0 && $wrap[0].id ) {
+                       window.wpActiveEditor = $wrap[0].id.slice( 3, -5 );
+               }
+
+               if ( ! this.workflow ) {
+                       this.workflow = wp.media.editor.open( 'content', {
+                               frame:    'post',
+                               state:    'insert',
+                               title:    l10n.addMedia,
+                               multiple: true
+                       });
+                       uploadView = this.workflow.uploader;
+                       if ( uploadView.uploader && uploadView.uploader.ready ) {
+                               this.addFiles.apply( this );
+                       } else {
+                               this.workflow.on( 'uploader:ready', this.addFiles, this );
+                       }
</ins><span class="cx" style="display: block; padding: 0 10px">                 } else {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        value = Math.round( this.model.get( 'aspectRatio' ) * num );
-                       this.model.set( 'customWidth', value, { silent: true  } );
-                       this.$( '[data-setting="customWidth"]' ).val( value );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 this.workflow.state().reset();
+                       this.addFiles.apply( this );
+                       this.workflow.open();
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+               return false;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        onToggleAdvanced: function( event ) {
-               event.preventDefault();
-               this.toggleAdvanced();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * Add the files to the uploader.
+        */
+       addFiles: function() {
+               if ( this.files.length ) {
+                       this.workflow.uploader.uploader.uploader.addFile( _.toArray( this.files ) );
+                       this.files = [];
+               }
+               return this;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        toggleAdvanced: function( show ) {
-               var $advanced = this.$el.find( '.advanced-section' ),
-                       mode;
-
-               if ( $advanced.hasClass('advanced-visible') || show === false ) {
-                       $advanced.removeClass('advanced-visible');
-                       $advanced.find('.advanced-settings').addClass('hidden');
-                       mode = 'hide';
-               } else {
-                       $advanced.addClass('advanced-visible');
-                       $advanced.find('.advanced-settings').removeClass('hidden');
-                       mode = 'show';
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ containerDragover: function( event ) {
+               if ( this.localDrag || ! this.isDraggingFile( event ) ) {
+                       return;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                window.setUserSetting( 'advImgDetails', mode );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.overContainer = true;
+               this.refresh();
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        editAttachment: function( event ) {
-               var editState = this.controller.states.get( 'edit-image' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ containerDragleave: function() {
+               this.overContainer = false;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( window.imageEdit && editState ) {
-                       event.preventDefault();
-                       editState.set( 'image', this.model.attachment );
-                       this.controller.setState( 'edit-image' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Throttle dragleave because it's called when bouncing from some elements to others.
+               _.delay( _.bind( this.refresh, this ), 50 );
+       },
+
+       dropzoneDragover: function( event ) {
+               if ( this.localDrag || ! this.isDraggingFile( event ) ) {
+                       return;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+               this.overDropzone = true;
+               this.refresh( event );
+               return false;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        replaceAttachment: function( event ) {
-               event.preventDefault();
-               this.controller.setState( 'replace-image' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ dropzoneDragleave: function( e ) {
+               this.overDropzone = false;
+               _.delay( _.bind( this.refresh, this, e ), 50 );
+       },
+
+       click: function( e ) {
+               // In the rare case where the dropzone gets stuck, hide it on click.
+               this.containerDragleave( e );
+               this.dropzoneDragleave( e );
+               this.localDrag = false;
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = ImageDetails;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = EditorUploader;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],47:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 55 */
+/***/ (function(module, exports) {
+
+/*globals wp, _ */
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.Label
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.UploaderInline
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * The inline uploader that shows up in the 'Upload Files' tab.
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var Label = wp.media.View.extend({
-       tagName: 'label',
-       className: 'screen-reader-text',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var View = wp.media.View,
+       UploaderInline;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+UploaderInline = View.extend({
+       tagName:   'div',
+       className: 'uploader-inline',
+       template:  wp.template('uploader-inline'),
+
+       events: {
+               'click .close': 'hide'
+       },
+
</ins><span class="cx" style="display: block; padding: 0 10px">         initialize: function() {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.value = this.options.value;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         _.defaults( this.options, {
+                       message: '',
+                       status:  true,
+                       canClose: false
+               });
+
+               if ( ! this.options.$browser && this.controller.uploader ) {
+                       this.options.$browser = this.controller.uploader.$browser;
+               }
+
+               if ( _.isUndefined( this.options.postId ) ) {
+                       this.options.postId = wp.media.view.settings.post.id;
+               }
+
+               if ( this.options.status ) {
+                       this.views.set( '.upload-inline-status', new wp.media.view.UploaderStatus({
+                               controller: this.controller
+                       }) );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        render: function() {
-               this.$el.html( this.value );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ prepare: function() {
+               var suggestedWidth = this.controller.state().get('suggestedWidth'),
+                       suggestedHeight = this.controller.state().get('suggestedHeight'),
+                       data = {};
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                data.message = this.options.message;
+               data.canClose = this.options.canClose;
+
+               if ( suggestedWidth && suggestedHeight ) {
+                       data.suggestedWidth = suggestedWidth;
+                       data.suggestedHeight = suggestedHeight;
+               }
+
+               return data;
+       },
+       /**
+        * @returns {wp.media.view.UploaderInline} Returns itself to allow chaining
+        */
+       dispose: function() {
+               if ( this.disposing ) {
+                       /**
+                        * call 'dispose' directly on the parent class
+                        */
+                       return View.prototype.dispose.apply( this, arguments );
+               }
+
+               // Run remove on `dispose`, so we can be sure to refresh the
+               // uploader with a view-less DOM. Track whether we're disposing
+               // so we don't trigger an infinite loop.
+               this.disposing = true;
+               return this.remove();
+       },
+       /**
+        * @returns {wp.media.view.UploaderInline} Returns itself to allow chaining
+        */
+       remove: function() {
+               /**
+                * call 'remove' directly on the parent class
+                */
+               var result = View.prototype.remove.apply( this, arguments );
+
+               _.defer( _.bind( this.refresh, this ) );
+               return result;
+       },
+
+       refresh: function() {
+               var uploader = this.controller.uploader;
+
+               if ( uploader ) {
+                       uploader.refresh();
+               }
+       },
+       /**
+        * @returns {wp.media.view.UploaderInline}
+        */
+       ready: function() {
+               var $browser = this.options.$browser,
+                       $placeholder;
+
+               if ( this.controller.uploader ) {
+                       $placeholder = this.$('.browser');
+
+                       // Check if we've already replaced the placeholder.
+                       if ( $placeholder[0] === $browser[0] ) {
+                               return;
+                       }
+
+                       $browser.detach().text( $placeholder.text() );
+                       $browser[0].className = $placeholder[0].className;
+                       $placeholder.replaceWith( $browser.show() );
+               }
+
+               this.refresh();
</ins><span class="cx" style="display: block; padding: 0 10px">                 return this;
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        },
+       show: function() {
+               this.$el.removeClass( 'hidden' );
+       },
+       hide: function() {
+               this.$el.addClass( 'hidden' );
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
</ins><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Label;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = UploaderInline;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],48:[function(require,module,exports){
-/*globals wp, _, jQuery */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 56 */
+/***/ (function(module, exports) {
+
+/*globals wp, _ */
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.MediaFrame
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.UploaderStatus
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * The frame used to create the media modal.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * An uploader status for on-going uploads.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.view.Frame
</del><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @mixes wp.media.controller.StateMachine
</del><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var Frame = wp.media.view.Frame,
-       $ = jQuery,
-       MediaFrame;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var View = wp.media.View,
+       UploaderStatus;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-MediaFrame = Frame.extend({
-       className: 'media-frame',
-       template:  wp.template('media-frame'),
-       regions:   ['menu','title','content','toolbar','router'],
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+UploaderStatus = View.extend({
+       className: 'media-uploader-status',
+       template:  wp.template('uploader-status'),
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        events: {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                'click div.media-frame-title h1': 'toggleMenu'
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         'click .upload-dismiss-errors': 'dismiss'
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        initialize: function() {
+               this.queue = wp.Uploader.queue;
+               this.queue.on( 'add remove reset', this.visibility, this );
+               this.queue.on( 'add remove reset change:percent', this.progress, this );
+               this.queue.on( 'add remove reset change:uploading', this.info, this );
+
+               this.errors = wp.Uploader.errors;
+               this.errors.reset();
+               this.errors.on( 'add remove reset', this.visibility, this );
+               this.errors.on( 'add', this.error, this );
+       },
</ins><span class="cx" style="display: block; padding: 0 10px">         /**
</span><span class="cx" style="display: block; padding: 0 10px">         * @global wp.Uploader
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         * @returns {wp.media.view.UploaderStatus}
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        initialize: function() {
-               Frame.prototype.initialize.apply( this, arguments );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ dispose: function() {
+               wp.Uploader.queue.off( null, null, this );
+               /**
+                * call 'dispose' directly on the parent class
+                */
+               View.prototype.dispose.apply( this, arguments );
+               return this;
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                _.defaults( this.options, {
-                       title:    '',
-                       modal:    true,
-                       uploader: true
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ visibility: function() {
+               this.$el.toggleClass( 'uploading', !! this.queue.length );
+               this.$el.toggleClass( 'errors', !! this.errors.length );
+               this.$el.toggle( !! this.queue.length || !! this.errors.length );
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Ensure core UI is enabled.
-               this.$el.addClass('wp-core-ui');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ ready: function() {
+               _.each({
+                       '$bar':      '.media-progress-bar div',
+                       '$index':    '.upload-index',
+                       '$total':    '.upload-total',
+                       '$filename': '.upload-filename'
+               }, function( selector, key ) {
+                       this[ key ] = this.$( selector );
+               }, this );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Initialize modal container view.
-               if ( this.options.modal ) {
-                       this.modal = new wp.media.view.Modal({
-                               controller: this,
-                               title:      this.options.title
-                       });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.visibility();
+               this.progress();
+               this.info();
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        this.modal.content( this );
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ progress: function() {
+               var queue = this.queue,
+                       $bar = this.$bar;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Force the uploader off if the upload limit has been exceeded or
-               // if the browser isn't supported.
-               if ( wp.Uploader.limitExceeded || ! wp.Uploader.browser.supported ) {
-                       this.options.uploader = false;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( ! $bar || ! queue.length ) {
+                       return;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Initialize window-wide uploader.
-               if ( this.options.uploader ) {
-                       this.uploader = new wp.media.view.UploaderWindow({
-                               controller: this,
-                               uploader: {
-                                       dropzone:  this.modal ? this.modal.$el : this.$el,
-                                       container: this.$el
-                               }
-                       });
-                       this.views.set( '.media-frame-uploader', this.uploader );
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         $bar.width( ( queue.reduce( function( memo, attachment ) {
+                       if ( ! attachment.get('uploading') ) {
+                               return memo + 100;
+                       }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.on( 'attach', _.bind( this.views.ready, this.views ), this );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 var percent = attachment.get('percent');
+                       return memo + ( _.isNumber( percent ) ? percent : 100 );
+               }, 0 ) / queue.length ) + '%' );
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Bind default title creation.
-               this.on( 'title:create:default', this.createTitle, this );
-               this.title.mode('default');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ info: function() {
+               var queue = this.queue,
+                       index = 0, active;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.on( 'title:render', function( view ) {
-                       view.$el.append( '<span class="dashicons dashicons-arrow-down"></span>' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( ! queue.length ) {
+                       return;
+               }
+
+               active = this.queue.find( function( attachment, i ) {
+                       index = i;
+                       return attachment.get('uploading');
</ins><span class="cx" style="display: block; padding: 0 10px">                 });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Bind default menu.
-               this.on( 'menu:create:default', this.createMenu, this );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.$index.text( index + 1 );
+               this.$total.text( queue.length );
+               this.$filename.html( active ? this.filename( active.get('filename') ) : '' );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {wp.media.view.MediaFrame} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {string} filename
+        * @returns {string}
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        render: function() {
-               // Activate the default state if no active state exists.
-               if ( ! this.state() && this.options.state ) {
-                       this.setState( this.options.state );
-               }
-               /**
-                * call 'render' directly on the parent class
-                */
-               return Frame.prototype.render.apply( this, arguments );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ filename: function( filename ) {
+               return wp.media.truncate( _.escape( filename ), 24 );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Object} title
-        * @this wp.media.controller.Region
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {Backbone.Model} error
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        createTitle: function( title ) {
-               title.view = new wp.media.View({
-                       controller: this,
-                       tagName: 'h1'
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ error: function( error ) {
+               this.views.add( '.upload-errors', new wp.media.view.UploaderStatusError({
+                       filename: this.filename( error.get('file').name ),
+                       message:  error.get('message')
+               }), { at: 0 });
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
</ins><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Object} menu
-        * @this wp.media.controller.Region
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @global wp.Uploader
+        *
+        * @param {Object} event
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        createMenu: function( menu ) {
-               menu.view = new wp.media.view.Menu({
-                       controller: this
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ dismiss: function( event ) {
+               var errors = this.views.get('.upload-errors');
+
+               event.preventDefault();
+
+               if ( errors ) {
+                       _.invoke( errors, 'remove' );
+               }
+               wp.Uploader.errors.reset();
+       }
+});
+
+module.exports = UploaderStatus;
+
+
+/***/ }),
+/* 57 */
+/***/ (function(module, exports) {
+
+/*globals wp */
+
+/**
+ * wp.media.view.UploaderStatusError
+ *
+ * @class
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var UploaderStatusError = wp.media.View.extend({
+       className: 'upload-error',
+       template:  wp.template('uploader-status-error')
+});
+
+module.exports = UploaderStatusError;
+
+
+/***/ }),
+/* 58 */
+/***/ (function(module, exports) {
+
+/*globals _, Backbone */
+
+/**
+ * wp.media.view.Toolbar
+ *
+ * A toolbar which consists of a primary and a secondary section. Each sections
+ * can be filled with views.
+ *
+ * @class
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var View = wp.media.View,
+       Toolbar;
+
+Toolbar = View.extend({
+       tagName:   'div',
+       className: 'media-toolbar',
+
+       initialize: function() {
+               var state = this.controller.state(),
+                       selection = this.selection = state.get('selection'),
+                       library = this.library = state.get('library');
+
+               this._views = {};
+
+               // The toolbar is composed of two `PriorityList` views.
+               this.primary   = new wp.media.view.PriorityList();
+               this.secondary = new wp.media.view.PriorityList();
+               this.primary.$el.addClass('media-toolbar-primary search-form');
+               this.secondary.$el.addClass('media-toolbar-secondary');
+
+               this.views.set([ this.secondary, this.primary ]);
+
+               if ( this.options.items ) {
+                       this.set( this.options.items, { silent: true });
+               }
+
+               if ( ! this.options.silent ) {
+                       this.render();
+               }
+
+               if ( selection ) {
+                       selection.on( 'add remove reset', this.refresh, this );
+               }
+
+               if ( library ) {
+                       library.on( 'add remove reset', this.refresh, this );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        /**
+        * @returns {wp.media.view.Toolbar} Returns itsef to allow chaining
+        */
+       dispose: function() {
+               if ( this.selection ) {
+                       this.selection.off( null, null, this );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        toggleMenu: function() {
-               this.$el.find( '.media-menu' ).toggleClass( 'visible' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( this.library ) {
+                       this.library.off( null, null, this );
+               }
+               /**
+                * call 'dispose' directly on the parent class
+                */
+               return View.prototype.dispose.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        ready: function() {
+               this.refresh();
+       },
+
</ins><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Object} toolbar
-        * @this wp.media.controller.Region
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {string} id
+        * @param {Backbone.View|Object} view
+        * @param {Object} [options={}]
+        * @returns {wp.media.view.Toolbar} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        createToolbar: function( toolbar ) {
-               toolbar.view = new wp.media.view.Toolbar({
-                       controller: this
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ set: function( id, view, options ) {
+               var list;
+               options = options || {};
+
+               // Accept an object with an `id` : `view` mapping.
+               if ( _.isObject( id ) ) {
+                       _.each( id, function( view, id ) {
+                               this.set( id, view, { silent: true });
+                       }, this );
+
+               } else {
+                       if ( ! ( view instanceof Backbone.View ) ) {
+                               view.classes = [ 'media-button-' + id ].concat( view.classes || [] );
+                               view = new wp.media.view.Button( view ).render();
+                       }
+
+                       view.controller = view.controller || this.controller;
+
+                       this._views[ id ] = view;
+
+                       list = view.options.priority < 0 ? 'secondary' : 'primary';
+                       this[ list ].set( id, view, options );
+               }
+
+               if ( ! options.silent ) {
+                       this.refresh();
+               }
+
+               return this;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Object} router
-        * @this wp.media.controller.Region
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {string} id
+        * @returns {wp.media.view.Button}
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        createRouter: function( router ) {
-               router.view = new wp.media.view.Router({
-                       controller: this
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ get: function( id ) {
+               return this._views[ id ];
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         * @param {string} id
</ins><span class="cx" style="display: block; padding: 0 10px">          * @param {Object} options
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         * @returns {wp.media.view.Toolbar} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        createIframeStates: function( options ) {
-               var settings = wp.media.view.settings,
-                       tabs = settings.tabs,
-                       tabUrl = settings.tabUrl,
-                       $postId;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ unset: function( id, options ) {
+               delete this._views[ id ];
+               this.primary.unset( id, options );
+               this.secondary.unset( id, options );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! tabs || ! tabUrl ) {
-                       return;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( ! options || ! options.silent ) {
+                       this.refresh();
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                return this;
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Add the post ID to the tab URL if it exists.
-               $postId = $('#post_ID');
-               if ( $postId.length ) {
-                       tabUrl += '&post_id=' + $postId.val();
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ refresh: function() {
+               var state = this.controller.state(),
+                       library = state.get('library'),
+                       selection = state.get('selection');
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Generate the tab states.
-               _.each( tabs, function( title, id ) {
-                       this.state( 'iframe:' + id ).set( _.defaults({
-                               tab:     id,
-                               src:     tabUrl + '&tab=' + id,
-                               title:   title,
-                               content: 'iframe',
-                               menu:    'default'
-                       }, options ) );
-               }, this );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         _.each( this._views, function( button ) {
+                       if ( ! button.model || ! button.options || ! button.options.requires ) {
+                               return;
+                       }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.on( 'content:create:iframe', this.iframeContent, this );
-               this.on( 'content:deactivate:iframe', this.iframeContentCleanup, this );
-               this.on( 'menu:render:default', this.iframeMenu, this );
-               this.on( 'open', this.hijackThickbox, this );
-               this.on( 'close', this.restoreThickbox, this );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 var requires = button.options.requires,
+                               disabled = false;
+
+                       // Prevent insertion of attachments if any of them are still uploading
+                       disabled = _.some( selection.models, function( attachment ) {
+                               return attachment.get('uploading') === true;
+                       });
+
+                       if ( requires.selection && selection && ! selection.length ) {
+                               disabled = true;
+                       } else if ( requires.library && library && ! library.length ) {
+                               disabled = true;
+                       }
+                       button.model.set( 'disabled', disabled );
+               });
+       }
+});
+
+module.exports = Toolbar;
+
+
+/***/ }),
+/* 59 */
+/***/ (function(module, exports) {
+
+/*globals wp, _ */
+
+/**
+ * wp.media.view.Toolbar.Select
+ *
+ * @class
+ * @augments wp.media.view.Toolbar
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var Toolbar = wp.media.view.Toolbar,
+       l10n = wp.media.view.l10n,
+       Select;
+
+Select = Toolbar.extend({
+       initialize: function() {
+               var options = this.options;
+
+               _.bindAll( this, 'clickSelect' );
+
+               _.defaults( options, {
+                       event: 'select',
+                       state: false,
+                       reset: true,
+                       close: true,
+                       text:  l10n.select,
+
+                       // Does the button rely on the selection?
+                       requires: {
+                               selection: true
+                       }
+               });
+
+               options.items = _.defaults( options.items || {}, {
+                       select: {
+                               style:    'primary',
+                               text:     options.text,
+                               priority: 80,
+                               click:    this.clickSelect,
+                               requires: options.requires
+                       }
+               });
+               // Call 'initialize' directly on the parent class.
+               Toolbar.prototype.initialize.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * @param {Object} content
-        * @this wp.media.controller.Region
-        */
-       iframeContent: function( content ) {
-               this.$el.addClass('hide-toolbar');
-               content.view = new wp.media.view.Iframe({
-                       controller: this
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ clickSelect: function() {
+               var options = this.options,
+                       controller = this.controller;
+
+               if ( options.close ) {
+                       controller.close();
+               }
+
+               if ( options.event ) {
+                       controller.state().trigger( options.event );
+               }
+
+               if ( options.state ) {
+                       controller.setState( options.state );
+               }
+
+               if ( options.reset ) {
+                       controller.reset();
+               }
+       }
+});
+
+module.exports = Select;
+
+
+/***/ }),
+/* 60 */
+/***/ (function(module, exports) {
+
+/*globals wp, _ */
+
+/**
+ * wp.media.view.Toolbar.Embed
+ *
+ * @class
+ * @augments wp.media.view.Toolbar.Select
+ * @augments wp.media.view.Toolbar
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var Select = wp.media.view.Toolbar.Select,
+       l10n = wp.media.view.l10n,
+       Embed;
+
+Embed = Select.extend({
+       initialize: function() {
+               _.defaults( this.options, {
+                       text: l10n.insertIntoPost,
+                       requires: false
</ins><span class="cx" style="display: block; padding: 0 10px">                 });
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                // Call 'initialize' directly on the parent class.
+               Select.prototype.initialize.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        iframeContentCleanup: function() {
-               this.$el.removeClass('hide-toolbar');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ refresh: function() {
+               var url = this.controller.state().props.get('url');
+               this.get('select').model.set( 'disabled', ! url || url === 'http://' );
+               /**
+                * call 'refresh' directly on the parent class
+                */
+               Select.prototype.refresh.apply( this, arguments );
+       }
+});
+
+module.exports = Embed;
+
+
+/***/ }),
+/* 61 */
+/***/ (function(module, exports) {
+
+/*globals _, Backbone */
+
+/**
+ * wp.media.view.Button
+ *
+ * @class
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var Button = wp.media.View.extend({
+       tagName:    'a',
+       className:  'media-button',
+       attributes: { href: '#' },
+
+       events: {
+               'click': 'click'
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        iframeMenu: function( view ) {
-               var views = {};
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ defaults: {
+               text:     '',
+               style:    '',
+               size:     'large',
+               disabled: false
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! view ) {
-                       return;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ initialize: function() {
+               /**
+                * Create a model with the provided `defaults`.
+                *
+                * @member {Backbone.Model}
+                */
+               this.model = new Backbone.Model( this.defaults );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                _.each( wp.media.view.settings.tabs, function( title, id ) {
-                       views[ 'iframe:' + id ] = {
-                               text: this.state( 'iframe:' + id ).get('title'),
-                               priority: 200
-                       };
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // If any of the `options` have a key from `defaults`, apply its
+               // value to the `model` and remove it from the `options object.
+               _.each( this.defaults, function( def, key ) {
+                       var value = this.options[ key ];
+                       if ( _.isUndefined( value ) ) {
+                               return;
+                       }
+
+                       this.model.set( key, value );
+                       delete this.options[ key ];
</ins><span class="cx" style="display: block; padding: 0 10px">                 }, this );
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                view.set( views );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.listenTo( this.model, 'change', this.render );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        /**
+        * @returns {wp.media.view.Button} Returns itself to allow chaining
+        */
+       render: function() {
+               var classes = [ 'button', this.className ],
+                       model = this.model.toJSON();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        hijackThickbox: function() {
-               var frame = this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( model.style ) {
+                       classes.push( 'button-' + model.style );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! window.tb_remove || this._tb_remove ) {
-                       return;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( model.size ) {
+                       classes.push( 'button-' + model.size );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this._tb_remove = window.tb_remove;
-               window.tb_remove = function() {
-                       frame.close();
-                       frame.reset();
-                       frame.setState( frame.options.state );
-                       frame._tb_remove.call( window );
-               };
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         classes = _.uniq( classes.concat( this.options.classes ) );
+               this.el.className = classes.join(' ');
+
+               this.$el.attr( 'disabled', model.disabled );
+               this.$el.text( this.model.get('text') );
+
+               return this;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        /**
+        * @param {Object} event
+        */
+       click: function( event ) {
+               if ( '#' === this.attributes.href ) {
+                       event.preventDefault();
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        restoreThickbox: function() {
-               if ( ! this._tb_remove ) {
-                       return;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( this.options.click && ! this.model.get('disabled') ) {
+                       this.options.click.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        }
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                window.tb_remove = this._tb_remove;
-               delete this._tb_remove;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = Button;
+
+
+/***/ }),
+/* 62 */
+/***/ (function(module, exports) {
+
+/*globals _, Backbone */
+
+/**
+ * wp.media.view.ButtonGroup
+ *
+ * @class
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var $ = Backbone.$,
+       ButtonGroup;
+
+ButtonGroup = wp.media.View.extend({
+       tagName:   'div',
+       className: 'button-group button-large media-button-group',
+
+       initialize: function() {
+               /**
+                * @member {wp.media.view.Button[]}
+                */
+               this.buttons = _.map( this.options.buttons || [], function( button ) {
+                       if ( button instanceof Backbone.View ) {
+                               return button;
+                       } else {
+                               return new wp.media.view.Button( button ).render();
+                       }
+               });
+
+               delete this.options.buttons;
+
+               if ( this.options.classes ) {
+                       this.$el.addClass( this.options.classes );
+               }
+       },
+
+       /**
+        * @returns {wp.media.view.ButtonGroup}
+        */
+       render: function() {
+               this.$el.html( $( _.pluck( this.buttons, 'el' ) ).detach() );
+               return this;
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-// Map some of the modal's methods to the frame.
-_.each(['open','close','attach','detach','escape'], function( method ) {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = ButtonGroup;
+
+
+/***/ }),
+/* 63 */
+/***/ (function(module, exports) {
+
+/*globals _, Backbone */
+
+/**
+ * wp.media.view.PriorityList
+ *
+ * @class
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var PriorityList = wp.media.View.extend({
+       tagName:   'div',
+
+       initialize: function() {
+               this._views = {};
+
+               this.set( _.extend( {}, this._views, this.options.views ), { silent: true });
+               delete this.options.views;
+
+               if ( ! this.options.silent ) {
+                       this.render();
+               }
+       },
</ins><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {wp.media.view.MediaFrame} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {string} id
+        * @param {wp.media.View|Object} view
+        * @param {Object} options
+        * @returns {wp.media.view.PriorityList} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        MediaFrame.prototype[ method ] = function() {
-               if ( this.modal ) {
-                       this.modal[ method ].apply( this.modal, arguments );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ set: function( id, view, options ) {
+               var priority, views, index;
+
+               options = options || {};
+
+               // Accept an object with an `id` : `view` mapping.
+               if ( _.isObject( id ) ) {
+                       _.each( id, function( view, id ) {
+                               this.set( id, view );
+                       }, this );
+                       return this;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+               if ( ! (view instanceof Backbone.View) ) {
+                       view = this.toView( view, id, options );
+               }
+               view.controller = view.controller || this.controller;
+
+               this.unset( id );
+
+               priority = view.options.priority || 10;
+               views = this.views.get() || [];
+
+               _.find( views, function( existing, i ) {
+                       if ( existing.options.priority > priority ) {
+                               index = i;
+                               return true;
+                       }
+               });
+
+               this._views[ id ] = view;
+               this.views.add( view, {
+                       at: _.isNumber( index ) ? index : views.length || 0
+               });
+
</ins><span class="cx" style="display: block; padding: 0 10px">                 return this;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        };
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ },
+       /**
+        * @param {string} id
+        * @returns {wp.media.View}
+        */
+       get: function( id ) {
+               return this._views[ id ];
+       },
+       /**
+        * @param {string} id
+        * @returns {wp.media.view.PriorityList}
+        */
+       unset: function( id ) {
+               var view = this.get( id );
+
+               if ( view ) {
+                       view.remove();
+               }
+
+               delete this._views[ id ];
+               return this;
+       },
+       /**
+        * @param {Object} options
+        * @returns {wp.media.View}
+        */
+       toView: function( options ) {
+               return new wp.media.View( options );
+       }
</ins><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = MediaFrame;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = PriorityList;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],49:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 64 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals jQuery */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -6513,7 +5483,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = MenuItem;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],50:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 65 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px">  * wp.media.view.Menu
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -6630,384 +5604,1015 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = Menu;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],51:[function(require,module,exports){
-/*globals wp, _, jQuery */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 66 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.Modal
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.RouterItem
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * A modal view, which the media modal uses as its default container.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @class
+ * @augments wp.media.view.MenuItem
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var RouterItem = wp.media.view.MenuItem.extend({
+       /**
+        * On click handler to activate the content region's corresponding mode.
+        */
+       click: function() {
+               var contentMode = this.options.contentMode;
+               if ( contentMode ) {
+                       this.controller.content.mode( contentMode );
+               }
+       }
+});
+
+module.exports = RouterItem;
+
+
+/***/ }),
+/* 67 */
+/***/ (function(module, exports) {
+
+/*globals wp */
+
+/**
+ * wp.media.view.Router
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.view.Menu
+ * @augments wp.media.view.PriorityList
</ins><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var $ = jQuery,
-       Modal;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var Menu = wp.media.view.Menu,
+       Router;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Modal = wp.media.View.extend({
-       tagName:  'div',
-       template: wp.template('media-modal'),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Router = Menu.extend({
+       tagName:   'div',
+       className: 'media-router',
+       property:  'contentMode',
+       ItemView:  wp.media.view.RouterItem,
+       region:    'router',
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        attributes: {
-               tabindex: 0
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ initialize: function() {
+               this.controller.on( 'content:render', this.update, this );
+               // Call 'initialize' directly on the parent class.
+               Menu.prototype.initialize.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        update: function() {
+               var mode = this.controller.content.mode();
+               if ( mode ) {
+                       this.select( mode );
+               }
+       }
+});
+
+module.exports = Router;
+
+
+/***/ }),
+/* 68 */
+/***/ (function(module, exports) {
+
+/**
+ * wp.media.view.Sidebar
+ *
+ * @class
+ * @augments wp.media.view.PriorityList
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var Sidebar = wp.media.view.PriorityList.extend({
+       className: 'media-sidebar'
+});
+
+module.exports = Sidebar;
+
+
+/***/ }),
+/* 69 */
+/***/ (function(module, exports) {
+
+/*globals wp, _, jQuery */
+
+/**
+ * wp.media.view.Attachment
+ *
+ * @class
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var View = wp.media.View,
+       $ = jQuery,
+       Attachment;
+
+Attachment = View.extend({
+       tagName:   'li',
+       className: 'attachment',
+       template:  wp.template('attachment'),
+
+       attributes: function() {
+               return {
+                       'tabIndex':     0,
+                       'role':         'checkbox',
+                       'aria-label':   this.model.get( 'title' ),
+                       'aria-checked': false,
+                       'data-id':      this.model.get( 'id' )
+               };
+       },
+
</ins><span class="cx" style="display: block; padding: 0 10px">         events: {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                'click .media-modal-backdrop, .media-modal-close': 'escapeHandler',
-               'keydown': 'keydown'
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         'click .js--select-attachment':   'toggleSelectionHandler',
+               'change [data-setting]':          'updateSetting',
+               'change [data-setting] input':    'updateSetting',
+               'change [data-setting] select':   'updateSetting',
+               'change [data-setting] textarea': 'updateSetting',
+               'click .close':                   'removeFromLibrary',
+               'click .check':                   'checkClickHandler',
+               'click a':                        'preventDefault',
+               'keydown .close':                 'removeFromLibrary',
+               'keydown':                        'toggleSelectionHandler'
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        buttons: {},
+
</ins><span class="cx" style="display: block; padding: 0 10px">         initialize: function() {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                _.defaults( this.options, {
-                       container: document.body,
-                       title:     '',
-                       propagate: true,
-                       freeze:    true
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         var selection = this.options.selection,
+                       options = _.defaults( this.options, {
+                               rerenderOnModelChange: true
+                       } );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.focusManager = new wp.media.view.FocusManager({
-                       el: this.el
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( options.rerenderOnModelChange ) {
+                       this.listenTo( this.model, 'change', this.render );
+               } else {
+                       this.listenTo( this.model, 'change:percent', this.progress );
+               }
+               this.listenTo( this.model, 'change:title', this._syncTitle );
+               this.listenTo( this.model, 'change:caption', this._syncCaption );
+               this.listenTo( this.model, 'change:artist', this._syncArtist );
+               this.listenTo( this.model, 'change:album', this._syncAlbum );
+
+               // Update the selection.
+               this.listenTo( this.model, 'add', this.select );
+               this.listenTo( this.model, 'remove', this.deselect );
+               if ( selection ) {
+                       selection.on( 'reset', this.updateSelect, this );
+                       // Update the model's details view.
+                       this.listenTo( this.model, 'selection:single selection:unsingle', this.details );
+                       this.details( this.model, this.controller.state().get('selection') );
+               }
+
+               this.listenTo( this.controller, 'attachment:compat:waiting attachment:compat:ready', this.updateSave );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {Object}
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @returns {wp.media.view.Attachment} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        prepare: function() {
-               return {
-                       title: this.options.title
-               };
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ dispose: function() {
+               var selection = this.options.selection;
+
+               // Make sure all settings are saved before removing the view.
+               this.updateAll();
+
+               if ( selection ) {
+                       selection.off( null, null, this );
+               }
+               /**
+                * call 'dispose' directly on the parent class
+                */
+               View.prototype.dispose.apply( this, arguments );
+               return this;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
</del><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {wp.media.view.Modal} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @returns {wp.media.view.Attachment} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        attach: function() {
-               if ( this.views.attached ) {
-                       return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ render: function() {
+               var options = _.defaults( this.model.toJSON(), {
+                               orientation:   'landscape',
+                               uploading:     false,
+                               type:          '',
+                               subtype:       '',
+                               icon:          '',
+                               filename:      '',
+                               caption:       '',
+                               title:         '',
+                               dateFormatted: '',
+                               width:         '',
+                               height:        '',
+                               compat:        false,
+                               alt:           '',
+                               description:   ''
+                       }, this.options );
+
+               options.buttons  = this.buttons;
+               options.describe = this.controller.state().get('describe');
+
+               if ( 'image' === options.type ) {
+                       options.size = this.imageSize();
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! this.views.rendered ) {
-                       this.render();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         options.can = {};
+               if ( options.nonces ) {
+                       options.can.remove = !! options.nonces['delete'];
+                       options.can.save = !! options.nonces.update;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.$el.appendTo( this.options.container );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( this.controller.state().get('allowLocalEdits') ) {
+                       options.allowLocalEdits = true;
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Manually mark the view as attached and trigger ready.
-               this.views.attached = true;
-               this.views.ready();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( options.uploading && ! options.percent ) {
+                       options.percent = 0;
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                return this.propagate('attach');
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.views.detach();
+               this.$el.html( this.template( options ) );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * @returns {wp.media.view.Modal} Returns itself to allow chaining
-        */
-       detach: function() {
-               if ( this.$el.is(':visible') ) {
-                       this.close();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.$el.toggleClass( 'uploading', options.uploading );
+
+               if ( options.uploading ) {
+                       this.$bar = this.$('.media-progress-bar div');
+               } else {
+                       delete this.$bar;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.$el.detach();
-               this.views.attached = false;
-               return this.propagate('detach');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Check if the model is selected.
+               this.updateSelect();
+
+               // Update the save status.
+               this.updateSave();
+
+               this.views.render();
+
+               return this;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        progress: function() {
+               if ( this.$bar && this.$bar.length ) {
+                       this.$bar.width( this.model.get('percent') + '%' );
+               }
+       },
+
</ins><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {wp.media.view.Modal} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {Object} event
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        open: function() {
-               var $el = this.$el,
-                       options = this.options,
-                       mceEditor;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ toggleSelectionHandler: function( event ) {
+               var method;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( $el.is(':visible') ) {
-                       return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Don't do anything inside inputs.
+               if ( 'INPUT' === event.target.nodeName ) {
+                       return;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! this.views.attached ) {
-                       this.attach();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Catch arrow events
+               if ( 37 === event.keyCode || 38 === event.keyCode || 39 === event.keyCode || 40 === event.keyCode ) {
+                       this.controller.trigger( 'attachment:keydown:arrow', event );
+                       return;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // If the `freeze` option is set, record the window's scroll position.
-               if ( options.freeze ) {
-                       this._freeze = {
-                               scrollTop: $( window ).scrollTop()
-                       };
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Catch enter and space events
+               if ( 'keydown' === event.type && 13 !== event.keyCode && 32 !== event.keyCode ) {
+                       return;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Disable page scrolling.
-               $( 'body' ).addClass( 'modal-open' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         event.preventDefault();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                $el.show();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // In the grid view, bubble up an edit:attachment event to the controller.
+               if ( this.controller.isModeActive( 'grid' ) ) {
+                       if ( this.controller.isModeActive( 'edit' ) ) {
+                               // Pass the current target to restore focus when closing
+                               this.controller.trigger( 'edit:attachment', this.model, event.currentTarget );
+                               return;
+                       }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Try to close the onscreen keyboard
-               if ( 'ontouchend' in document ) {
-                       if ( ( mceEditor = window.tinymce && window.tinymce.activeEditor )  && ! mceEditor.isHidden() && mceEditor.iframeElement ) {
-                               mceEditor.iframeElement.focus();
-                               mceEditor.iframeElement.blur();
-
-                               setTimeout( function() {
-                                       mceEditor.iframeElement.blur();
-                               }, 100 );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 if ( this.controller.isModeActive( 'select' ) ) {
+                               method = 'toggle';
</ins><span class="cx" style="display: block; padding: 0 10px">                         }
</span><span class="cx" style="display: block; padding: 0 10px">                }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.$el.focus();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( event.shiftKey ) {
+                       method = 'between';
+               } else if ( event.ctrlKey || event.metaKey ) {
+                       method = 'toggle';
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                return this.propagate('open');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.toggleSelection({
+                       method: method
+               });
+
+               this.controller.trigger( 'selection:toggle' );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
</del><span class="cx" style="display: block; padding: 0 10px">         /**
</span><span class="cx" style="display: block; padding: 0 10px">         * @param {Object} options
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {wp.media.view.Modal} Returns itself to allow chaining
</del><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        close: function( options ) {
-               var freeze = this._freeze;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ toggleSelection: function( options ) {
+               var collection = this.collection,
+                       selection = this.options.selection,
+                       model = this.model,
+                       method = options && options.method,
+                       single, models, singleIndex, modelIndex;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! this.views.attached || ! this.$el.is(':visible') ) {
-                       return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( ! selection ) {
+                       return;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Enable page scrolling.
-               $( 'body' ).removeClass( 'modal-open' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         single = selection.single();
+               method = _.isUndefined( method ) ? selection.multiple : method;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Hide modal and remove restricted media modal tab focus once it's closed
-               this.$el.hide().undelegate( 'keydown' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // If the `method` is set to `between`, select all models that
+               // exist between the current and the selected model.
+               if ( 'between' === method && single && selection.multiple ) {
+                       // If the models are the same, short-circuit.
+                       if ( single === model ) {
+                               return;
+                       }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Put focus back in useful location once modal is closed
-               $('#wpbody-content').focus();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 singleIndex = collection.indexOf( single );
+                       modelIndex  = collection.indexOf( this.model );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.propagate('close');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 if ( singleIndex < modelIndex ) {
+                               models = collection.models.slice( singleIndex, modelIndex + 1 );
+                       } else {
+                               models = collection.models.slice( modelIndex, singleIndex + 1 );
+                       }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // If the `freeze` option is set, restore the container's scroll position.
-               if ( freeze ) {
-                       $( window ).scrollTop( freeze.scrollTop );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 selection.add( models );
+                       selection.single( model );
+                       return;
+
+               // If the `method` is set to `toggle`, just flip the selection
+               // status, regardless of whether the model is the single model.
+               } else if ( 'toggle' === method ) {
+                       selection[ this.selected() ? 'remove' : 'add' ]( model );
+                       selection.single( model );
+                       return;
+               } else if ( 'add' === method ) {
+                       selection.add( model );
+                       selection.single( model );
+                       return;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( options && options.escape ) {
-                       this.propagate('escape');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Fixes bug that loses focus when selecting a featured image
+               if ( ! method ) {
+                       method = 'add';
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( method !== 'add' ) {
+                       method = 'reset';
+               }
+
+               if ( this.selected() ) {
+                       // If the model is the single model, remove it.
+                       // If it is not the same as the single model,
+                       // it now becomes the single model.
+                       selection[ single === model ? 'remove' : 'single' ]( model );
+               } else {
+                       // If the model is not selected, run the `method` on the
+                       // selection. By default, we `reset` the selection, but the
+                       // `method` can be set to `add` the model to the selection.
+                       selection[ method ]( model );
+                       selection.single( model );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+       updateSelect: function() {
+               this[ this.selected() ? 'select' : 'deselect' ]();
+       },
</ins><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {wp.media.view.Modal} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @returns {unresolved|Boolean}
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        escape: function() {
-               return this.close({ escape: true });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ selected: function() {
+               var selection = this.options.selection;
+               if ( selection ) {
+                       return !! selection.get( this.model.cid );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Object} event
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {Backbone.Model} model
+        * @param {Backbone.Collection} collection
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        escapeHandler: function( event ) {
-               event.preventDefault();
-               this.escape();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ select: function( model, collection ) {
+               var selection = this.options.selection,
+                       controller = this.controller;
+
+               // Check if a selection exists and if it's the collection provided.
+               // If they're not the same collection, bail; we're in another
+               // selection's event loop.
+               if ( ! selection || ( collection && collection !== selection ) ) {
+                       return;
+               }
+
+               // Bail if the model is already selected.
+               if ( this.$el.hasClass( 'selected' ) ) {
+                       return;
+               }
+
+               // Add 'selected' class to model, set aria-checked to true.
+               this.$el.addClass( 'selected' ).attr( 'aria-checked', true );
+               //  Make the checkbox tabable, except in media grid (bulk select mode).
+               if ( ! ( controller.isModeActive( 'grid' ) && controller.isModeActive( 'select' ) ) ) {
+                       this.$( '.check' ).attr( 'tabindex', '0' );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
</del><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Array|Object} content Views to register to '.media-modal-content'
-        * @returns {wp.media.view.Modal} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {Backbone.Model} model
+        * @param {Backbone.Collection} collection
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        content: function( content ) {
-               this.views.set( '.media-modal-content', content );
-               return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ deselect: function( model, collection ) {
+               var selection = this.options.selection;
+
+               // Check if a selection exists and if it's the collection provided.
+               // If they're not the same collection, bail; we're in another
+               // selection's event loop.
+               if ( ! selection || ( collection && collection !== selection ) ) {
+                       return;
+               }
+               this.$el.removeClass( 'selected' ).attr( 'aria-checked', false )
+                       .find( '.check' ).attr( 'tabindex', '-1' );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
</del><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * Triggers a modal event and if the `propagate` option is set,
-        * forwards events to the modal's controller.
-        *
-        * @param {string} id
-        * @returns {wp.media.view.Modal} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {Backbone.Model} model
+        * @param {Backbone.Collection} collection
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        propagate: function( id ) {
-               this.trigger( id );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ details: function( model, collection ) {
+               var selection = this.options.selection,
+                       details;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( this.options.propagate ) {
-                       this.controller.trigger( id );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( selection !== collection ) {
+                       return;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         details = selection.single();
+               this.$el.toggleClass( 'details', details === this.model );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><span class="cx" style="display: block; padding: 0 10px">         * @param {Object} event
</span><span class="cx" style="display: block; padding: 0 10px">         */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        keydown: function( event ) {
-               // Close the modal when escape is pressed.
-               if ( 27 === event.which && this.$el.is(':visible') ) {
-                       this.escape();
-                       event.stopImmediatePropagation();
-               }
-       }
-});
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ preventDefault: function( event ) {
+               event.preventDefault();
+       },
+       /**
+        * @param {string} size
+        * @returns {Object}
+        */
+       imageSize: function( size ) {
+               var sizes = this.model.get('sizes'), matched = false;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Modal;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         size = size || 'medium';
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],52:[function(require,module,exports){
-/*globals _, Backbone */
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // Use the provided image size if possible.
+               if ( sizes ) {
+                       if ( sizes[ size ] ) {
+                               matched = sizes[ size ];
+                       } else if ( sizes.large ) {
+                               matched = sizes.large;
+                       } else if ( sizes.thumbnail ) {
+                               matched = sizes.thumbnail;
+                       } else if ( sizes.full ) {
+                               matched = sizes.full;
+                       }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/**
- * wp.media.view.PriorityList
- *
- * @class
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var PriorityList = wp.media.View.extend({
-       tagName:   'div',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 if ( matched ) {
+                               return _.clone( matched );
+                       }
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        initialize: function() {
-               this._views = {};
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         return {
+                       url:         this.model.get('url'),
+                       width:       this.model.get('width'),
+                       height:      this.model.get('height'),
+                       orientation: this.model.get('orientation')
+               };
+       },
+       /**
+        * @param {Object} event
+        */
+       updateSetting: function( event ) {
+               var $setting = $( event.target ).closest('[data-setting]'),
+                       setting, value;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.set( _.extend( {}, this._views, this.options.views ), { silent: true });
-               delete this.options.views;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( ! $setting.length ) {
+                       return;
+               }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! this.options.silent ) {
-                       this.render();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         setting = $setting.data('setting');
+               value   = event.target.value;
+
+               if ( this.model.get( setting ) !== value ) {
+                       this.save( setting, value );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px">        },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
</ins><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {string} id
-        * @param {wp.media.View|Object} view
-        * @param {Object} options
-        * @returns {wp.media.view.PriorityList} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * Pass all the arguments to the model's save method.
+        *
+        * Records the aggregate status of all save requests and updates the
+        * view's classes accordingly.
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        set: function( id, view, options ) {
-               var priority, views, index;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ save: function() {
+               var view = this,
+                       save = this._save = this._save || { status: 'ready' },
+                       request = this.model.save.apply( this.model, arguments ),
+                       requests = save.requests ? $.when( request, save.requests ) : request;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                options = options || {};
-
-               // Accept an object with an `id` : `view` mapping.
-               if ( _.isObject( id ) ) {
-                       _.each( id, function( view, id ) {
-                               this.set( id, view );
-                       }, this );
-                       return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // If we're waiting to remove 'Saved.', stop.
+               if ( save.savedTimer ) {
+                       clearTimeout( save.savedTimer );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! (view instanceof Backbone.View) ) {
-                       view = this.toView( view, id, options );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.updateSave('waiting');
+               save.requests = requests;
+               requests.always( function() {
+                       // If we've performed another request since this one, bail.
+                       if ( save.requests !== requests ) {
+                               return;
+                       }
+
+                       view.updateSave( requests.state() === 'resolved' ? 'complete' : 'error' );
+                       save.savedTimer = setTimeout( function() {
+                               view.updateSave('ready');
+                               delete save.savedTimer;
+                       }, 2000 );
+               });
+       },
+       /**
+        * @param {string} status
+        * @returns {wp.media.view.Attachment} Returns itself to allow chaining
+        */
+       updateSave: function( status ) {
+               var save = this._save = this._save || { status: 'ready' };
+
+               if ( status && status !== save.status ) {
+                       this.$el.removeClass( 'save-' + save.status );
+                       save.status = status;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                view.controller = view.controller || this.controller;
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.unset( id );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.$el.addClass( 'save-' + save.status );
+               return this;
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                priority = view.options.priority || 10;
-               views = this.views.get() || [];
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ updateAll: function() {
+               var $settings = this.$('[data-setting]'),
+                       model = this.model,
+                       changed;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                _.find( views, function( existing, i ) {
-                       if ( existing.options.priority > priority ) {
-                               index = i;
-                               return true;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         changed = _.chain( $settings ).map( function( el ) {
+                       var $input = $('input, textarea, select, [value]', el ),
+                               setting, value;
+
+                       if ( ! $input.length ) {
+                               return;
</ins><span class="cx" style="display: block; padding: 0 10px">                         }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                });
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this._views[ id ] = view;
-               this.views.add( view, {
-                       at: _.isNumber( index ) ? index : views.length || 0
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 setting = $(el).data('setting');
+                       value = $input.val();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 // Record the value if it changed.
+                       if ( model.get( setting ) !== value ) {
+                               return [ setting, value ];
+                       }
+               }).compact().object().value();
+
+               if ( ! _.isEmpty( changed ) ) {
+                       model.save( changed );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {string} id
-        * @returns {wp.media.View}
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {Object} event
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        get: function( id ) {
-               return this._views[ id ];
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ removeFromLibrary: function( event ) {
+               // Catch enter and space events
+               if ( 'keydown' === event.type && 13 !== event.keyCode && 32 !== event.keyCode ) {
+                       return;
+               }
+
+               // Stop propagation so the model isn't selected.
+               event.stopPropagation();
+
+               this.collection.remove( this.model );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
</ins><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {string} id
-        * @returns {wp.media.view.PriorityList}
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * Add the model if it isn't in the selection, if it is in the selection,
+        * remove it.
+        *
+        * @param  {[type]} event [description]
+        * @return {[type]}       [description]
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        unset: function( id ) {
-               var view = this.get( id );
-
-               if ( view ) {
-                       view.remove();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ checkClickHandler: function ( event ) {
+               var selection = this.options.selection;
+               if ( ! selection ) {
+                       return;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                event.stopPropagation();
+               if ( selection.where( { id: this.model.get( 'id' ) } ).length ) {
+                       selection.remove( this.model );
+                       // Move focus back to the attachment tile (from the check).
+                       this.$el.focus();
+               } else {
+                       selection.add( this.model );
+               }
+       }
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                delete this._views[ id ];
-               return this;
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Ensure settings remain in sync between attachment views.
+_.each({
+       caption: '_syncCaption',
+       title:   '_syncTitle',
+       artist:  '_syncArtist',
+       album:   '_syncAlbum'
+}, function( method, setting ) {
</ins><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {Object} options
-        * @returns {wp.media.View}
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {Backbone.Model} model
+        * @param {string} value
+        * @returns {wp.media.view.Attachment} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        toView: function( options ) {
-               return new wp.media.View( options );
-       }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ Attachment.prototype[ method ] = function( model, value ) {
+               var $setting = this.$('[data-setting="' + setting + '"]');
+
+               if ( ! $setting.length ) {
+                       return this;
+               }
+
+               // If the updated value is in sync with the value in the DOM, there
+               // is no need to re-render. If we're currently editing the value,
+               // it will automatically be in sync, suppressing the re-render for
+               // the view we're editing, while updating any others.
+               if ( value === $setting.find('input, textarea, select, [value]').val() ) {
+                       return this;
+               }
+
+               return this.render();
+       };
</ins><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = PriorityList;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = Attachment;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],53:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 70 */
+/***/ (function(module, exports) {
+
+/*globals wp */
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.RouterItem
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.Attachment.Library
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.view.MenuItem
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.view.Attachment
</ins><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var RouterItem = wp.media.view.MenuItem.extend({
-       /**
-        * On click handler to activate the content region's corresponding mode.
-        */
-       click: function() {
-               var contentMode = this.options.contentMode;
-               if ( contentMode ) {
-                       this.controller.content.mode( contentMode );
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var Library = wp.media.view.Attachment.extend({
+       buttons: {
+               check: true
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = RouterItem;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = Library;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],54:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 71 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.Router
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.Attachment.EditLibrary
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.view.Menu
- * @augments wp.media.view.PriorityList
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.view.Attachment
</ins><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var Menu = wp.media.view.Menu,
-       Router;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var EditLibrary = wp.media.view.Attachment.extend({
+       buttons: {
+               close: true
+       }
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Router = Menu.extend({
-       tagName:   'div',
-       className: 'media-router',
-       property:  'contentMode',
-       ItemView:  wp.media.view.RouterItem,
-       region:    'router',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = EditLibrary;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 72 */
+/***/ (function(module, exports) {
+
+/*globals wp, _, jQuery */
+
+/**
+ * wp.media.view.Attachments
+ *
+ * @class
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var View = wp.media.View,
+       $ = jQuery,
+       Attachments;
+
+Attachments = View.extend({
+       tagName:   'ul',
+       className: 'attachments',
+
+       attributes: {
+               tabIndex: -1
+       },
+
</ins><span class="cx" style="display: block; padding: 0 10px">         initialize: function() {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.controller.on( 'content:render', this.update, this );
-               // Call 'initialize' directly on the parent class.
-               Menu.prototype.initialize.apply( this, arguments );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.el.id = _.uniqueId('__attachments-view-');
+
+               _.defaults( this.options, {
+                       refreshSensitivity: wp.media.isTouchDevice ? 300 : 200,
+                       refreshThreshold:   3,
+                       AttachmentView:     wp.media.view.Attachment,
+                       sortable:           false,
+                       resize:             true,
+                       idealColumnWidth:   $( window ).width() < 640 ? 135 : 150
+               });
+
+               this._viewsByCid = {};
+               this.$window = $( window );
+               this.resizeEvent = 'resize.media-modal-columns';
+
+               this.collection.on( 'add', function( attachment ) {
+                       this.views.add( this.createAttachmentView( attachment ), {
+                               at: this.collection.indexOf( attachment )
+                       });
+               }, this );
+
+               this.collection.on( 'remove', function( attachment ) {
+                       var view = this._viewsByCid[ attachment.cid ];
+                       delete this._viewsByCid[ attachment.cid ];
+
+                       if ( view ) {
+                               view.remove();
+                       }
+               }, this );
+
+               this.collection.on( 'reset', this.render, this );
+
+               this.listenTo( this.controller, 'library:selection:add',    this.attachmentFocus );
+
+               // Throttle the scroll handler and bind this.
+               this.scroll = _.chain( this.scroll ).bind( this ).throttle( this.options.refreshSensitivity ).value();
+
+               this.options.scrollElement = this.options.scrollElement || this.el;
+               $( this.options.scrollElement ).on( 'scroll', this.scroll );
+
+               this.initSortable();
+
+               _.bindAll( this, 'setColumns' );
+
+               if ( this.options.resize ) {
+                       this.on( 'ready', this.bindEvents );
+                       this.controller.on( 'open', this.setColumns );
+
+                       // Call this.setColumns() after this view has been rendered in the DOM so
+                       // attachments get proper width applied.
+                       _.defer( this.setColumns, this );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        update: function() {
-               var mode = this.controller.content.mode();
-               if ( mode ) {
-                       this.select( mode );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ bindEvents: function() {
+               this.$window.off( this.resizeEvent ).on( this.resizeEvent, _.debounce( this.setColumns, 50 ) );
+       },
+
+       attachmentFocus: function() {
+               this.$( 'li:first' ).focus();
+       },
+
+       restoreFocus: function() {
+               this.$( 'li.selected:first' ).focus();
+       },
+
+       arrowEvent: function( event ) {
+               var attachments = this.$el.children( 'li' ),
+                       perRow = this.columns,
+                       index = attachments.filter( ':focus' ).index(),
+                       row = ( index + 1 ) <= perRow ? 1 : Math.ceil( ( index + 1 ) / perRow );
+
+               if ( index === -1 ) {
+                       return;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+               // Left arrow
+               if ( 37 === event.keyCode ) {
+                       if ( 0 === index ) {
+                               return;
+                       }
+                       attachments.eq( index - 1 ).focus();
+               }
+
+               // Up arrow
+               if ( 38 === event.keyCode ) {
+                       if ( 1 === row ) {
+                               return;
+                       }
+                       attachments.eq( index - perRow ).focus();
+               }
+
+               // Right arrow
+               if ( 39 === event.keyCode ) {
+                       if ( attachments.length === index ) {
+                               return;
+                       }
+                       attachments.eq( index + 1 ).focus();
+               }
+
+               // Down arrow
+               if ( 40 === event.keyCode ) {
+                       if ( Math.ceil( attachments.length / perRow ) === row ) {
+                               return;
+                       }
+                       attachments.eq( index + perRow ).focus();
+               }
+       },
+
+       dispose: function() {
+               this.collection.props.off( null, null, this );
+               if ( this.options.resize ) {
+                       this.$window.off( this.resizeEvent );
+               }
+
+               /**
+                * call 'dispose' directly on the parent class
+                */
+               View.prototype.dispose.apply( this, arguments );
+       },
+
+       setColumns: function() {
+               var prev = this.columns,
+                       width = this.$el.width();
+
+               if ( width ) {
+                       this.columns = Math.min( Math.round( width / this.options.idealColumnWidth ), 12 ) || 1;
+
+                       if ( ! prev || prev !== this.columns ) {
+                               this.$el.closest( '.media-frame-content' ).attr( 'data-columns', this.columns );
+                       }
+               }
+       },
+
+       initSortable: function() {
+               var collection = this.collection;
+
+               if ( wp.media.isTouchDevice || ! this.options.sortable || ! $.fn.sortable ) {
+                       return;
+               }
+
+               this.$el.sortable( _.extend({
+                       // If the `collection` has a `comparator`, disable sorting.
+                       disabled: !! collection.comparator,
+
+                       // Change the position of the attachment as soon as the
+                       // mouse pointer overlaps a thumbnail.
+                       tolerance: 'pointer',
+
+                       // Record the initial `index` of the dragged model.
+                       start: function( event, ui ) {
+                               ui.item.data('sortableIndexStart', ui.item.index());
+                       },
+
+                       // Update the model's index in the collection.
+                       // Do so silently, as the view is already accurate.
+                       update: function( event, ui ) {
+                               var model = collection.at( ui.item.data('sortableIndexStart') ),
+                                       comparator = collection.comparator;
+
+                               // Temporarily disable the comparator to prevent `add`
+                               // from re-sorting.
+                               delete collection.comparator;
+
+                               // Silently shift the model to its new index.
+                               collection.remove( model, {
+                                       silent: true
+                               });
+                               collection.add( model, {
+                                       silent: true,
+                                       at:     ui.item.index()
+                               });
+
+                               // Restore the comparator.
+                               collection.comparator = comparator;
+
+                               // Fire the `reset` event to ensure other collections sync.
+                               collection.trigger( 'reset', collection );
+
+                               // If the collection is sorted by menu order,
+                               // update the menu order.
+                               collection.saveMenuOrder();
+                       }
+               }, this.options.sortable ) );
+
+               // If the `orderby` property is changed on the `collection`,
+               // check to see if we have a `comparator`. If so, disable sorting.
+               collection.props.on( 'change:orderby', function() {
+                       this.$el.sortable( 'option', 'disabled', !! collection.comparator );
+               }, this );
+
+               this.collection.props.on( 'change:orderby', this.refreshSortable, this );
+               this.refreshSortable();
+       },
+
+       refreshSortable: function() {
+               if ( wp.media.isTouchDevice || ! this.options.sortable || ! $.fn.sortable ) {
+                       return;
+               }
+
+               // If the `collection` has a `comparator`, disable sorting.
+               var collection = this.collection,
+                       orderby = collection.props.get('orderby'),
+                       enabled = 'menuOrder' === orderby || ! collection.comparator;
+
+               this.$el.sortable( 'option', 'disabled', ! enabled );
+       },
+
+       /**
+        * @param {wp.media.model.Attachment} attachment
+        * @returns {wp.media.View}
+        */
+       createAttachmentView: function( attachment ) {
+               var view = new this.options.AttachmentView({
+                       controller:           this.controller,
+                       model:                attachment,
+                       collection:           this.collection,
+                       selection:            this.options.selection
+               });
+
+               return this._viewsByCid[ attachment.cid ] = view;
+       },
+
+       prepare: function() {
+               // Create all of the Attachment views, and replace
+               // the list in a single DOM operation.
+               if ( this.collection.length ) {
+                       this.views.set( this.collection.map( this.createAttachmentView, this ) );
+
+               // If there are no elements, clear the views and load some.
+               } else {
+                       this.views.unset();
+                       this.collection.more().done( this.scroll );
+               }
+       },
+
+       ready: function() {
+               // Trigger the scroll event to check if we're within the
+               // threshold to query for additional attachments.
+               this.scroll();
+       },
+
+       scroll: function() {
+               var view = this,
+                       el = this.options.scrollElement,
+                       scrollTop = el.scrollTop,
+                       toolbar;
+
+               // The scroll event occurs on the document, but the element
+               // that should be checked is the document body.
+               if ( el === document ) {
+                       el = document.body;
+                       scrollTop = $(document).scrollTop();
+               }
+
+               if ( ! $(el).is(':visible') || ! this.collection.hasMore() ) {
+                       return;
+               }
+
+               toolbar = this.views.parent.toolbar;
+
+               // Show the spinner only if we are close to the bottom.
+               if ( el.scrollHeight - ( scrollTop + el.clientHeight ) < el.clientHeight / 3 ) {
+                       toolbar.get('spinner').show();
+               }
+
+               if ( el.scrollHeight < scrollTop + ( el.clientHeight * this.options.refreshThreshold ) ) {
+                       this.collection.more().done(function() {
+                               view.scroll();
+                               toolbar.get('spinner').hide();
+                       });
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Router;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = Attachments;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],55:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 73 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -7057,7 +6662,752 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = Search;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],56:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 74 */
+/***/ (function(module, exports) {
+
+/*globals _, jQuery */
+
+/**
+ * wp.media.view.AttachmentFilters
+ *
+ * @class
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var $ = jQuery,
+       AttachmentFilters;
+
+AttachmentFilters = wp.media.View.extend({
+       tagName:   'select',
+       className: 'attachment-filters',
+       id:        'media-attachment-filters',
+
+       events: {
+               change: 'change'
+       },
+
+       keys: [],
+
+       initialize: function() {
+               this.createFilters();
+               _.extend( this.filters, this.options.filters );
+
+               // Build `<option>` elements.
+               this.$el.html( _.chain( this.filters ).map( function( filter, value ) {
+                       return {
+                               el: $( '<option></option>' ).val( value ).html( filter.text )[0],
+                               priority: filter.priority || 50
+                       };
+               }, this ).sortBy('priority').pluck('el').value() );
+
+               this.listenTo( this.model, 'change', this.select );
+               this.select();
+       },
+
+       /**
+        * @abstract
+        */
+       createFilters: function() {
+               this.filters = {};
+       },
+
+       /**
+        * When the selected filter changes, update the Attachment Query properties to match.
+        */
+       change: function() {
+               var filter = this.filters[ this.el.value ];
+               if ( filter ) {
+                       this.model.set( filter.props );
+               }
+       },
+
+       select: function() {
+               var model = this.model,
+                       value = 'all',
+                       props = model.toJSON();
+
+               _.find( this.filters, function( filter, id ) {
+                       var equal = _.all( filter.props, function( prop, key ) {
+                               return prop === ( _.isUndefined( props[ key ] ) ? null : props[ key ] );
+                       });
+
+                       if ( equal ) {
+                               return value = id;
+                       }
+               });
+
+               this.$el.val( value );
+       }
+});
+
+module.exports = AttachmentFilters;
+
+
+/***/ }),
+/* 75 */
+/***/ (function(module, exports) {
+
+/*globals wp, _ */
+
+/**
+ * A filter dropdown for month/dates.
+ *
+ * @class
+ * @augments wp.media.view.AttachmentFilters
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var l10n = wp.media.view.l10n,
+       DateFilter;
+
+DateFilter = wp.media.view.AttachmentFilters.extend({
+       id: 'media-attachment-date-filters',
+
+       createFilters: function() {
+               var filters = {};
+               _.each( wp.media.view.settings.months || {}, function( value, index ) {
+                       filters[ index ] = {
+                               text: value.text,
+                               props: {
+                                       year: value.year,
+                                       monthnum: value.month
+                               }
+                       };
+               });
+               filters.all = {
+                       text:  l10n.allDates,
+                       props: {
+                               monthnum: false,
+                               year:  false
+                       },
+                       priority: 10
+               };
+               this.filters = filters;
+       }
+});
+
+module.exports = DateFilter;
+
+
+/***/ }),
+/* 76 */
+/***/ (function(module, exports) {
+
+/*globals wp */
+
+/**
+ * wp.media.view.AttachmentFilters.Uploaded
+ *
+ * @class
+ * @augments wp.media.view.AttachmentFilters
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var l10n = wp.media.view.l10n,
+       Uploaded;
+
+Uploaded = wp.media.view.AttachmentFilters.extend({
+       createFilters: function() {
+               var type = this.model.get('type'),
+                       types = wp.media.view.settings.mimeTypes,
+                       text;
+
+               if ( types && type ) {
+                       text = types[ type ];
+               }
+
+               this.filters = {
+                       all: {
+                               text:  text || l10n.allMediaItems,
+                               props: {
+                                       uploadedTo: null,
+                                       orderby: 'date',
+                                       order:   'DESC'
+                               },
+                               priority: 10
+                       },
+
+                       uploaded: {
+                               text:  l10n.uploadedToThisPost,
+                               props: {
+                                       uploadedTo: wp.media.view.settings.post.id,
+                                       orderby: 'menuOrder',
+                                       order:   'ASC'
+                               },
+                               priority: 20
+                       },
+
+                       unattached: {
+                               text:  l10n.unattached,
+                               props: {
+                                       uploadedTo: 0,
+                                       orderby: 'menuOrder',
+                                       order:   'ASC'
+                               },
+                               priority: 50
+                       }
+               };
+       }
+});
+
+module.exports = Uploaded;
+
+
+/***/ }),
+/* 77 */
+/***/ (function(module, exports) {
+
+/*globals wp */
+
+/**
+ * wp.media.view.AttachmentFilters.All
+ *
+ * @class
+ * @augments wp.media.view.AttachmentFilters
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var l10n = wp.media.view.l10n,
+       All;
+
+All = wp.media.view.AttachmentFilters.extend({
+       createFilters: function() {
+               var filters = {};
+
+               _.each( wp.media.view.settings.mimeTypes || {}, function( text, key ) {
+                       filters[ key ] = {
+                               text: text,
+                               props: {
+                                       status:  null,
+                                       type:    key,
+                                       uploadedTo: null,
+                                       orderby: 'date',
+                                       order:   'DESC'
+                               }
+                       };
+               });
+
+               filters.all = {
+                       text:  l10n.allMediaItems,
+                       props: {
+                               status:  null,
+                               type:    null,
+                               uploadedTo: null,
+                               orderby: 'date',
+                               order:   'DESC'
+                       },
+                       priority: 10
+               };
+
+               if ( wp.media.view.settings.post.id ) {
+                       filters.uploaded = {
+                               text:  l10n.uploadedToThisPost,
+                               props: {
+                                       status:  null,
+                                       type:    null,
+                                       uploadedTo: wp.media.view.settings.post.id,
+                                       orderby: 'menuOrder',
+                                       order:   'ASC'
+                               },
+                               priority: 20
+                       };
+               }
+
+               filters.unattached = {
+                       text:  l10n.unattached,
+                       props: {
+                               status:     null,
+                               uploadedTo: 0,
+                               type:       null,
+                               orderby:    'menuOrder',
+                               order:      'ASC'
+                       },
+                       priority: 50
+               };
+
+               if ( wp.media.view.settings.mediaTrash &&
+                       this.controller.isModeActive( 'grid' ) ) {
+
+                       filters.trash = {
+                               text:  l10n.trash,
+                               props: {
+                                       uploadedTo: null,
+                                       status:     'trash',
+                                       type:       null,
+                                       orderby:    'date',
+                                       order:      'DESC'
+                               },
+                               priority: 50
+                       };
+               }
+
+               this.filters = filters;
+       }
+});
+
+module.exports = All;
+
+
+/***/ }),
+/* 78 */
+/***/ (function(module, exports) {
+
+/*globals wp, _, jQuery */
+
+/**
+ * wp.media.view.AttachmentsBrowser
+ *
+ * @class
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ *
+ * @param {object}         [options]               The options hash passed to the view.
+ * @param {boolean|string} [options.filters=false] Which filters to show in the browser's toolbar.
+ *                                                 Accepts 'uploaded' and 'all'.
+ * @param {boolean}        [options.search=true]   Whether to show the search interface in the
+ *                                                 browser's toolbar.
+ * @param {boolean}        [options.date=true]     Whether to show the date filter in the
+ *                                                 browser's toolbar.
+ * @param {boolean}        [options.display=false] Whether to show the attachments display settings
+ *                                                 view in the sidebar.
+ * @param {boolean|string} [options.sidebar=true]  Whether to create a sidebar for the browser.
+ *                                                 Accepts true, false, and 'errors'.
+ */
+var View = wp.media.View,
+       mediaTrash = wp.media.view.settings.mediaTrash,
+       l10n = wp.media.view.l10n,
+       $ = jQuery,
+       AttachmentsBrowser;
+
+AttachmentsBrowser = View.extend({
+       tagName:   'div',
+       className: 'attachments-browser',
+
+       initialize: function() {
+               _.defaults( this.options, {
+                       filters: false,
+                       search:  true,
+                       date:    true,
+                       display: false,
+                       sidebar: true,
+                       AttachmentView: wp.media.view.Attachment.Library
+               });
+
+               this.listenTo( this.controller, 'toggle:upload:attachment', _.bind( this.toggleUploader, this ) );
+               this.controller.on( 'edit:selection', this.editSelection );
+               this.createToolbar();
+               if ( this.options.sidebar ) {
+                       this.createSidebar();
+               }
+               this.createUploader();
+               this.createAttachments();
+               this.updateContent();
+
+               if ( ! this.options.sidebar || 'errors' === this.options.sidebar ) {
+                       this.$el.addClass( 'hide-sidebar' );
+
+                       if ( 'errors' === this.options.sidebar ) {
+                               this.$el.addClass( 'sidebar-for-errors' );
+                       }
+               }
+
+               this.collection.on( 'add remove reset', this.updateContent, this );
+       },
+
+       editSelection: function( modal ) {
+               modal.$( '.media-button-backToLibrary' ).focus();
+       },
+
+       /**
+        * @returns {wp.media.view.AttachmentsBrowser} Returns itself to allow chaining
+        */
+       dispose: function() {
+               this.options.selection.off( null, null, this );
+               View.prototype.dispose.apply( this, arguments );
+               return this;
+       },
+
+       createToolbar: function() {
+               var LibraryViewSwitcher, Filters, toolbarOptions;
+
+               toolbarOptions = {
+                       controller: this.controller
+               };
+
+               if ( this.controller.isModeActive( 'grid' ) ) {
+                       toolbarOptions.className = 'media-toolbar wp-filter';
+               }
+
+               /**
+               * @member {wp.media.view.Toolbar}
+               */
+               this.toolbar = new wp.media.view.Toolbar( toolbarOptions );
+
+               this.views.add( this.toolbar );
+
+               this.toolbar.set( 'spinner', new wp.media.view.Spinner({
+                       priority: -60
+               }) );
+
+               if ( -1 !== $.inArray( this.options.filters, [ 'uploaded', 'all' ] ) ) {
+                       // "Filters" will return a <select>, need to render
+                       // screen reader text before
+                       this.toolbar.set( 'filtersLabel', new wp.media.view.Label({
+                               value: l10n.filterByType,
+                               attributes: {
+                                       'for':  'media-attachment-filters'
+                               },
+                               priority:   -80
+                       }).render() );
+
+                       if ( 'uploaded' === this.options.filters ) {
+                               this.toolbar.set( 'filters', new wp.media.view.AttachmentFilters.Uploaded({
+                                       controller: this.controller,
+                                       model:      this.collection.props,
+                                       priority:   -80
+                               }).render() );
+                       } else {
+                               Filters = new wp.media.view.AttachmentFilters.All({
+                                       controller: this.controller,
+                                       model:      this.collection.props,
+                                       priority:   -80
+                               });
+
+                               this.toolbar.set( 'filters', Filters.render() );
+                       }
+               }
+
+               // Feels odd to bring the global media library switcher into the Attachment
+               // browser view. Is this a use case for doAction( 'add:toolbar-items:attachments-browser', this.toolbar );
+               // which the controller can tap into and add this view?
+               if ( this.controller.isModeActive( 'grid' ) ) {
+                       LibraryViewSwitcher = View.extend({
+                               className: 'view-switch media-grid-view-switch',
+                               template: wp.template( 'media-library-view-switcher')
+                       });
+
+                       this.toolbar.set( 'libraryViewSwitcher', new LibraryViewSwitcher({
+                               controller: this.controller,
+                               priority: -90
+                       }).render() );
+
+                       // DateFilter is a <select>, screen reader text needs to be rendered before
+                       this.toolbar.set( 'dateFilterLabel', new wp.media.view.Label({
+                               value: l10n.filterByDate,
+                               attributes: {
+                                       'for': 'media-attachment-date-filters'
+                               },
+                               priority: -75
+                       }).render() );
+                       this.toolbar.set( 'dateFilter', new wp.media.view.DateFilter({
+                               controller: this.controller,
+                               model:      this.collection.props,
+                               priority: -75
+                       }).render() );
+
+                       // BulkSelection is a <div> with subviews, including screen reader text
+                       this.toolbar.set( 'selectModeToggleButton', new wp.media.view.SelectModeToggleButton({
+                               text: l10n.bulkSelect,
+                               controller: this.controller,
+                               priority: -70
+                       }).render() );
+
+                       this.toolbar.set( 'deleteSelectedButton', new wp.media.view.DeleteSelectedButton({
+                               filters: Filters,
+                               style: 'primary',
+                               disabled: true,
+                               text: mediaTrash ? l10n.trashSelected : l10n.deleteSelected,
+                               controller: this.controller,
+                               priority: -60,
+                               click: function() {
+                                       var changed = [], removed = [],
+                                               selection = this.controller.state().get( 'selection' ),
+                                               library = this.controller.state().get( 'library' );
+
+                                       if ( ! selection.length ) {
+                                               return;
+                                       }
+
+                                       if ( ! mediaTrash && ! window.confirm( l10n.warnBulkDelete ) ) {
+                                               return;
+                                       }
+
+                                       if ( mediaTrash &&
+                                               'trash' !== selection.at( 0 ).get( 'status' ) &&
+                                               ! window.confirm( l10n.warnBulkTrash ) ) {
+
+                                               return;
+                                       }
+
+                                       selection.each( function( model ) {
+                                               if ( ! model.get( 'nonces' )['delete'] ) {
+                                                       removed.push( model );
+                                                       return;
+                                               }
+
+                                               if ( mediaTrash && 'trash' === model.get( 'status' ) ) {
+                                                       model.set( 'status', 'inherit' );
+                                                       changed.push( model.save() );
+                                                       removed.push( model );
+                                               } else if ( mediaTrash ) {
+                                                       model.set( 'status', 'trash' );
+                                                       changed.push( model.save() );
+                                                       removed.push( model );
+                                               } else {
+                                                       model.destroy({wait: true});
+                                               }
+                                       } );
+
+                                       if ( changed.length ) {
+                                               selection.remove( removed );
+
+                                               $.when.apply( null, changed ).then( _.bind( function() {
+                                                       library._requery( true );
+                                                       this.controller.trigger( 'selection:action:done' );
+                                               }, this ) );
+                                       } else {
+                                               this.controller.trigger( 'selection:action:done' );
+                                       }
+                               }
+                       }).render() );
+
+                       if ( mediaTrash ) {
+                               this.toolbar.set( 'deleteSelectedPermanentlyButton', new wp.media.view.DeleteSelectedPermanentlyButton({
+                                       filters: Filters,
+                                       style: 'primary',
+                                       disabled: true,
+                                       text: l10n.deleteSelected,
+                                       controller: this.controller,
+                                       priority: -55,
+                                       click: function() {
+                                               var removed = [], selection = this.controller.state().get( 'selection' );
+
+                                               if ( ! selection.length || ! window.confirm( l10n.warnBulkDelete ) ) {
+                                                       return;
+                                               }
+
+                                               selection.each( function( model ) {
+                                                       if ( ! model.get( 'nonces' )['delete'] ) {
+                                                               removed.push( model );
+                                                               return;
+                                                       }
+
+                                                       model.destroy();
+                                               } );
+
+                                               selection.remove( removed );
+                                               this.controller.trigger( 'selection:action:done' );
+                                       }
+                               }).render() );
+                       }
+
+               } else if ( this.options.date ) {
+                       // DateFilter is a <select>, screen reader text needs to be rendered before
+                       this.toolbar.set( 'dateFilterLabel', new wp.media.view.Label({
+                               value: l10n.filterByDate,
+                               attributes: {
+                                       'for': 'media-attachment-date-filters'
+                               },
+                               priority: -75
+                       }).render() );
+                       this.toolbar.set( 'dateFilter', new wp.media.view.DateFilter({
+                               controller: this.controller,
+                               model:      this.collection.props,
+                               priority: -75
+                       }).render() );
+               }
+
+               if ( this.options.search ) {
+                       // Search is an input, screen reader text needs to be rendered before
+                       this.toolbar.set( 'searchLabel', new wp.media.view.Label({
+                               value: l10n.searchMediaLabel,
+                               attributes: {
+                                       'for': 'media-search-input'
+                               },
+                               priority:   60
+                       }).render() );
+                       this.toolbar.set( 'search', new wp.media.view.Search({
+                               controller: this.controller,
+                               model:      this.collection.props,
+                               priority:   60
+                       }).render() );
+               }
+
+               if ( this.options.dragInfo ) {
+                       this.toolbar.set( 'dragInfo', new View({
+                               el: $( '<div class="instructions">' + l10n.dragInfo + '</div>' )[0],
+                               priority: -40
+                       }) );
+               }
+
+               if ( this.options.suggestedWidth && this.options.suggestedHeight ) {
+                       this.toolbar.set( 'suggestedDimensions', new View({
+                               el: $( '<div class="instructions">' + l10n.suggestedDimensions + ' ' + this.options.suggestedWidth + ' &times; ' + this.options.suggestedHeight + '</div>' )[0],
+                               priority: -40
+                       }) );
+               }
+       },
+
+       updateContent: function() {
+               var view = this,
+                       noItemsView;
+
+               if ( this.controller.isModeActive( 'grid' ) ) {
+                       noItemsView = view.attachmentsNoResults;
+               } else {
+                       noItemsView = view.uploader;
+               }
+
+               if ( ! this.collection.length ) {
+                       this.toolbar.get( 'spinner' ).show();
+                       this.dfd = this.collection.more().done( function() {
+                               if ( ! view.collection.length ) {
+                                       noItemsView.$el.removeClass( 'hidden' );
+                               } else {
+                                       noItemsView.$el.addClass( 'hidden' );
+                               }
+                               view.toolbar.get( 'spinner' ).hide();
+                       } );
+               } else {
+                       noItemsView.$el.addClass( 'hidden' );
+                       view.toolbar.get( 'spinner' ).hide();
+               }
+       },
+
+       createUploader: function() {
+               this.uploader = new wp.media.view.UploaderInline({
+                       controller: this.controller,
+                       status:     false,
+                       message:    this.controller.isModeActive( 'grid' ) ? '' : l10n.noItemsFound,
+                       canClose:   this.controller.isModeActive( 'grid' )
+               });
+
+               this.uploader.hide();
+               this.views.add( this.uploader );
+       },
+
+       toggleUploader: function() {
+               if ( this.uploader.$el.hasClass( 'hidden' ) ) {
+                       this.uploader.show();
+               } else {
+                       this.uploader.hide();
+               }
+       },
+
+       createAttachments: function() {
+               this.attachments = new wp.media.view.Attachments({
+                       controller:           this.controller,
+                       collection:           this.collection,
+                       selection:            this.options.selection,
+                       model:                this.model,
+                       sortable:             this.options.sortable,
+                       scrollElement:        this.options.scrollElement,
+                       idealColumnWidth:     this.options.idealColumnWidth,
+
+                       // The single `Attachment` view to be used in the `Attachments` view.
+                       AttachmentView: this.options.AttachmentView
+               });
+
+               // Add keydown listener to the instance of the Attachments view
+               this.attachments.listenTo( this.controller, 'attachment:keydown:arrow',     this.attachments.arrowEvent );
+               this.attachments.listenTo( this.controller, 'attachment:details:shift-tab', this.attachments.restoreFocus );
+
+               this.views.add( this.attachments );
+
+
+               if ( this.controller.isModeActive( 'grid' ) ) {
+                       this.attachmentsNoResults = new View({
+                               controller: this.controller,
+                               tagName: 'p'
+                       });
+
+                       this.attachmentsNoResults.$el.addClass( 'hidden no-media' );
+                       this.attachmentsNoResults.$el.html( l10n.noMedia );
+
+                       this.views.add( this.attachmentsNoResults );
+               }
+       },
+
+       createSidebar: function() {
+               var options = this.options,
+                       selection = options.selection,
+                       sidebar = this.sidebar = new wp.media.view.Sidebar({
+                               controller: this.controller
+                       });
+
+               this.views.add( sidebar );
+
+               if ( this.controller.uploader ) {
+                       sidebar.set( 'uploads', new wp.media.view.UploaderStatus({
+                               controller: this.controller,
+                               priority:   40
+                       }) );
+               }
+
+               selection.on( 'selection:single', this.createSingle, this );
+               selection.on( 'selection:unsingle', this.disposeSingle, this );
+
+               if ( selection.single() ) {
+                       this.createSingle();
+               }
+       },
+
+       createSingle: function() {
+               var sidebar = this.sidebar,
+                       single = this.options.selection.single();
+
+               sidebar.set( 'details', new wp.media.view.Attachment.Details({
+                       controller: this.controller,
+                       model:      single,
+                       priority:   80
+               }) );
+
+               sidebar.set( 'compat', new wp.media.view.AttachmentCompat({
+                       controller: this.controller,
+                       model:      single,
+                       priority:   120
+               }) );
+
+               if ( this.options.display ) {
+                       sidebar.set( 'display', new wp.media.view.Settings.AttachmentDisplay({
+                               controller:   this.controller,
+                               model:        this.model.display( single ),
+                               attachment:   single,
+                               priority:     160,
+                               userSettings: this.model.get('displayUserSettings')
+                       }) );
+               }
+
+               // Show the sidebar on mobile
+               if ( this.model.id === 'insert' ) {
+                       sidebar.$el.addClass( 'visible' );
+               }
+       },
+
+       disposeSingle: function() {
+               var sidebar = this.sidebar;
+               sidebar.unset('details');
+               sidebar.unset('compat');
+               sidebar.unset('display');
+               // Hide the sidebar on mobile
+               sidebar.$el.removeClass( 'visible' );
+       }
+});
+
+module.exports = AttachmentsBrowser;
+
+
+/***/ }),
+/* 79 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, _, Backbone */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -7142,7 +7492,100 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = Selection;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],57:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 80 */
+/***/ (function(module, exports) {
+
+/*globals wp */
+
+/**
+ * wp.media.view.Attachment.Selection
+ *
+ * @class
+ * @augments wp.media.view.Attachment
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var Selection = wp.media.view.Attachment.extend({
+       className: 'attachment selection',
+
+       // On click, just select the model, instead of removing the model from
+       // the selection.
+       toggleSelection: function() {
+               this.options.selection.single( this.model );
+       }
+});
+
+module.exports = Selection;
+
+
+/***/ }),
+/* 81 */
+/***/ (function(module, exports) {
+
+/*globals wp, _ */
+
+/**
+ * wp.media.view.Attachments.Selection
+ *
+ * @class
+ * @augments wp.media.view.Attachments
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var Attachments = wp.media.view.Attachments,
+       Selection;
+
+Selection = Attachments.extend({
+       events: {},
+       initialize: function() {
+               _.defaults( this.options, {
+                       sortable:   false,
+                       resize:     false,
+
+                       // The single `Attachment` view to be used in the `Attachments` view.
+                       AttachmentView: wp.media.view.Attachment.Selection
+               });
+               // Call 'initialize' directly on the parent class.
+               return Attachments.prototype.initialize.apply( this, arguments );
+       }
+});
+
+module.exports = Selection;
+
+
+/***/ }),
+/* 82 */
+/***/ (function(module, exports) {
+
+/*globals wp */
+
+/**
+ * wp.media.view.Attachments.EditSelection
+ *
+ * @class
+ * @augments wp.media.view.Attachment.Selection
+ * @augments wp.media.view.Attachment
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var EditSelection = wp.media.view.Attachment.Selection.extend({
+       buttons: {
+               close: true
+       }
+});
+
+module.exports = EditSelection;
+
+
+/***/ }),
+/* 83 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals _, Backbone */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -7265,7 +7708,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = Settings;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],58:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 84 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, _ */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -7361,7 +7808,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = AttachmentDisplay;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],59:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 85 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -7380,7 +7831,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = Gallery;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],60:[function(require,module,exports){
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ }),
+/* 86 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /*globals wp */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -7399,67 +7854,163 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = Playlist;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],61:[function(require,module,exports){
-/**
- * wp.media.view.Sidebar
- *
- * @class
- * @augments wp.media.view.PriorityList
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var Sidebar = wp.media.view.PriorityList.extend({
-       className: 'media-sidebar'
-});
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Sidebar;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 87 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],62:[function(require,module,exports){
-/*globals _ */
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp, _ */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.Spinner
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.Attachment.Details
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.view.Attachment
</ins><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var Spinner = wp.media.View.extend({
-       tagName:   'span',
-       className: 'spinner',
-       spinnerTimeout: false,
-       delay: 400,
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var Attachment = wp.media.view.Attachment,
+       l10n = wp.media.view.l10n,
+       Details;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        show: function() {
-               if ( ! this.spinnerTimeout ) {
-                       this.spinnerTimeout = _.delay(function( $el ) {
-                               $el.addClass( 'is-active' );
-                       }, this.delay, this.$el );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Details = Attachment.extend({
+       tagName:   'div',
+       className: 'attachment-details',
+       template:  wp.template('attachment-details'),
+
+       attributes: function() {
+               return {
+                       'tabIndex':     0,
+                       'data-id':      this.model.get( 'id' )
+               };
+       },
+
+       events: {
+               'change [data-setting]':          'updateSetting',
+               'change [data-setting] input':    'updateSetting',
+               'change [data-setting] select':   'updateSetting',
+               'change [data-setting] textarea': 'updateSetting',
+               'click .delete-attachment':       'deleteAttachment',
+               'click .trash-attachment':        'trashAttachment',
+               'click .untrash-attachment':      'untrashAttachment',
+               'click .edit-attachment':         'editAttachment',
+               'click .refresh-attachment':      'refreshAttachment',
+               'keydown':                        'toggleSelectionHandler'
+       },
+
+       initialize: function() {
+               this.options = _.defaults( this.options, {
+                       rerenderOnModelChange: false
+               });
+
+               this.on( 'ready', this.initialFocus );
+               // Call 'initialize' directly on the parent class.
+               Attachment.prototype.initialize.apply( this, arguments );
+       },
+
+       initialFocus: function() {
+               if ( ! wp.media.isTouchDevice ) {
+                       this.$( ':input' ).eq( 0 ).focus();
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        },
+       /**
+        * @param {Object} event
+        */
+       deleteAttachment: function( event ) {
+               event.preventDefault();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( window.confirm( l10n.warnDelete ) ) {
+                       this.model.destroy();
+                       // Keep focus inside media modal
+                       // after image is deleted
+                       this.controller.modal.focusManager.focus();
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        /**
+        * @param {Object} event
+        */
+       trashAttachment: function( event ) {
+               var library = this.controller.library;
+               event.preventDefault();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        hide: function() {
-               this.$el.removeClass( 'is-active' );
-               this.spinnerTimeout = clearTimeout( this.spinnerTimeout );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( wp.media.view.settings.mediaTrash &&
+                       'edit-metadata' === this.controller.content.mode() ) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 this.model.set( 'status', 'trash' );
+                       this.model.save().done( function() {
+                               library._requery( true );
+                       } );
+               }  else {
+                       this.model.destroy();
+               }
+       },
+       /**
+        * @param {Object} event
+        */
+       untrashAttachment: function( event ) {
+               var library = this.controller.library;
+               event.preventDefault();
+
+               this.model.set( 'status', 'inherit' );
+               this.model.save().done( function() {
+                       library._requery( true );
+               } );
+       },
+       /**
+        * @param {Object} event
+        */
+       editAttachment: function( event ) {
+               var editState = this.controller.states.get( 'edit-image' );
+               if ( window.imageEdit && editState ) {
+                       event.preventDefault();
+
+                       editState.set( 'image', this.model );
+                       this.controller.setState( 'edit-image' );
+               } else {
+                       this.$el.addClass('needs-refresh');
+               }
+       },
+       /**
+        * @param {Object} event
+        */
+       refreshAttachment: function( event ) {
+               this.$el.removeClass('needs-refresh');
+               event.preventDefault();
+               this.model.fetch();
+       },
+       /**
+        * When reverse tabbing(shift+tab) out of the right details panel, deliver
+        * the focus to the item in the list that was being edited.
+        *
+        * @param {Object} event
+        */
+       toggleSelectionHandler: function( event ) {
+               if ( 'keydown' === event.type && 9 === event.keyCode && event.shiftKey && event.target === this.$( ':tabbable' ).get( 0 ) ) {
+                       this.controller.trigger( 'attachment:details:shift-tab', event );
+                       return false;
+               }
+
+               if ( 37 === event.keyCode || 38 === event.keyCode || 39 === event.keyCode || 40 === event.keyCode ) {
+                       this.controller.trigger( 'attachment:keydown:arrow', event );
+                       return;
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Spinner;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = Details;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],63:[function(require,module,exports){
-/*globals _, Backbone */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 88 */
+/***/ (function(module, exports) {
+
+/*globals _ */
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.Toolbar
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.AttachmentCompat
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * A toolbar which consists of a primary and a secondary section. Each sections
- * can be filled with views.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * A view to display fields added via the `attachment_fields_to_edit` filter.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -7467,273 +8018,215 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> var View = wp.media.View,
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        Toolbar;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ AttachmentCompat;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Toolbar = View.extend({
-       tagName:   'div',
-       className: 'media-toolbar',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+AttachmentCompat = View.extend({
+       tagName:   'form',
+       className: 'compat-item',
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        events: {
+               'submit':          'preventDefault',
+               'change input':    'save',
+               'change select':   'save',
+               'change textarea': 'save'
+       },
+
</ins><span class="cx" style="display: block; padding: 0 10px">         initialize: function() {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                var state = this.controller.state(),
-                       selection = this.selection = state.get('selection'),
-                       library = this.library = state.get('library');
-
-               this._views = {};
-
-               // The toolbar is composed of two `PriorityList` views.
-               this.primary   = new wp.media.view.PriorityList();
-               this.secondary = new wp.media.view.PriorityList();
-               this.primary.$el.addClass('media-toolbar-primary search-form');
-               this.secondary.$el.addClass('media-toolbar-secondary');
-
-               this.views.set([ this.secondary, this.primary ]);
-
-               if ( this.options.items ) {
-                       this.set( this.options.items, { silent: true });
-               }
-
-               if ( ! this.options.silent ) {
-                       this.render();
-               }
-
-               if ( selection ) {
-                       selection.on( 'add remove reset', this.refresh, this );
-               }
-
-               if ( library ) {
-                       library.on( 'add remove reset', this.refresh, this );
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.listenTo( this.model, 'change:compat', this.render );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @returns {wp.media.view.Toolbar} Returns itsef to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @returns {wp.media.view.AttachmentCompat} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><span class="cx" style="display: block; padding: 0 10px">        dispose: function() {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( this.selection ) {
-                       this.selection.off( null, null, this );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( this.$(':focus').length ) {
+                       this.save();
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
-               if ( this.library ) {
-                       this.library.off( null, null, this );
-               }
</del><span class="cx" style="display: block; padding: 0 10px">                 /**
</span><span class="cx" style="display: block; padding: 0 10px">                 * call 'dispose' directly on the parent class
</span><span class="cx" style="display: block; padding: 0 10px">                 */
</span><span class="cx" style="display: block; padding: 0 10px">                return View.prototype.dispose.apply( this, arguments );
</span><span class="cx" style="display: block; padding: 0 10px">        },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
-       ready: function() {
-               this.refresh();
-       },
-
</del><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {string} id
-        * @param {Backbone.View|Object} view
-        * @param {Object} [options={}]
-        * @returns {wp.media.view.Toolbar} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @returns {wp.media.view.AttachmentCompat} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        set: function( id, view, options ) {
-               var list;
-               options = options || {};
-
-               // Accept an object with an `id` : `view` mapping.
-               if ( _.isObject( id ) ) {
-                       _.each( id, function( view, id ) {
-                               this.set( id, view, { silent: true });
-                       }, this );
-
-               } else {
-                       if ( ! ( view instanceof Backbone.View ) ) {
-                               view.classes = [ 'media-button-' + id ].concat( view.classes || [] );
-                               view = new wp.media.view.Button( view ).render();
-                       }
-
-                       view.controller = view.controller || this.controller;
-
-                       this._views[ id ] = view;
-
-                       list = view.options.priority < 0 ? 'secondary' : 'primary';
-                       this[ list ].set( id, view, options );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ render: function() {
+               var compat = this.model.get('compat');
+               if ( ! compat || ! compat.item ) {
+                       return;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! options.silent ) {
-                       this.refresh();
-               }
-
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.views.detach();
+               this.$el.html( compat.item );
+               this.views.render();
</ins><span class="cx" style="display: block; padding: 0 10px">                 return this;
</span><span class="cx" style="display: block; padding: 0 10px">        },
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {string} id
-        * @returns {wp.media.view.Button}
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {Object} event
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        get: function( id ) {
-               return this._views[ id ];
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ preventDefault: function( event ) {
+               event.preventDefault();
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * @param {string} id
-        * @param {Object} options
-        * @returns {wp.media.view.Toolbar} Returns itself to allow chaining
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @param {Object} event
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        unset: function( id, options ) {
-               delete this._views[ id ];
-               this.primary.unset( id, options );
-               this.secondary.unset( id, options );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ save: function( event ) {
+               var data = {};
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! options || ! options.silent ) {
-                       this.refresh();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( event ) {
+                       event.preventDefault();
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+               _.each( this.$el.serializeArray(), function( pair ) {
+                       data[ pair.name ] = pair.value;
+               });
+
+               this.controller.trigger( 'attachment:compat:waiting', ['waiting'] );
+               this.model.saveCompat( data ).always( _.bind( this.postSave, this ) );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        refresh: function() {
-               var state = this.controller.state(),
-                       library = state.get('library'),
-                       selection = state.get('selection');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ postSave: function() {
+               this.controller.trigger( 'attachment:compat:ready', ['ready'] );
+       }
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                _.each( this._views, function( button ) {
-                       if ( ! button.model || ! button.options || ! button.options.requires ) {
-                               return;
-                       }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = AttachmentCompat;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        var requires = button.options.requires,
-                               disabled = false;
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        // Prevent insertion of attachments if any of them are still uploading
-                       disabled = _.some( selection.models, function( attachment ) {
-                               return attachment.get('uploading') === true;
-                       });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 89 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        if ( requires.selection && selection && ! selection.length ) {
-                               disabled = true;
-                       } else if ( requires.library && library && ! library.length ) {
-                               disabled = true;
-                       }
-                       button.model.set( 'disabled', disabled );
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/**
+ * wp.media.view.Iframe
+ *
+ * @class
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var Iframe = wp.media.View.extend({
+       className: 'media-iframe',
+       /**
+        * @returns {wp.media.view.Iframe} Returns itself to allow chaining
+        */
+       render: function() {
+               this.views.detach();
+               this.$el.html( '<iframe src="' + this.controller.state().get('src') + '" />' );
+               this.views.render();
+               return this;
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Toolbar;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = Iframe;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],64:[function(require,module,exports){
-/*globals wp, _ */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 90 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.Toolbar.Embed
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.Embed
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.view.Toolbar.Select
- * @augments wp.media.view.Toolbar
</del><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var Select = wp.media.view.Toolbar.Select,
-       l10n = wp.media.view.l10n,
-       Embed;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var Embed = wp.media.View.extend({
+       className: 'media-embed',
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Embed = Select.extend({
</del><span class="cx" style="display: block; padding: 0 10px">         initialize: function() {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                _.defaults( this.options, {
-                       text: l10n.insertIntoPost,
-                       requires: false
-               });
-               // Call 'initialize' directly on the parent class.
-               Select.prototype.initialize.apply( this, arguments );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         /**
+                * @member {wp.media.view.EmbedUrl}
+                */
+               this.url = new wp.media.view.EmbedUrl({
+                       controller: this.controller,
+                       model:      this.model.props
+               }).render();
+
+               this.views.set([ this.url ]);
+               this.refresh();
+               this.listenTo( this.model, 'change:type', this.refresh );
+               this.listenTo( this.model, 'change:loading', this.loading );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        /**
+        * @param {Object} view
+        */
+       settings: function( view ) {
+               if ( this._settings ) {
+                       this._settings.remove();
+               }
+               this._settings = view;
+               this.views.add( view );
+       },
+
</ins><span class="cx" style="display: block; padding: 0 10px">         refresh: function() {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                var url = this.controller.state().props.get('url');
-               this.get('select').model.set( 'disabled', ! url || url === 'http://' );
-               /**
-                * call 'refresh' directly on the parent class
-                */
-               Select.prototype.refresh.apply( this, arguments );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         var type = this.model.get('type'),
+                       constructor;
+
+               if ( 'image' === type ) {
+                       constructor = wp.media.view.EmbedImage;
+               } else if ( 'link' === type ) {
+                       constructor = wp.media.view.EmbedLink;
+               } else {
+                       return;
+               }
+
+               this.settings( new constructor({
+                       controller: this.controller,
+                       model:      this.model.props,
+                       priority:   40
+               }) );
+       },
+
+       loading: function() {
+               this.$el.toggleClass( 'embed-loading', this.model.get('loading') );
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> module.exports = Embed;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],65:[function(require,module,exports){
-/*globals wp, _ */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 91 */
+/***/ (function(module, exports) {
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.Toolbar.Select
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.Label
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @augments wp.media.view.Toolbar
</del><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var Toolbar = wp.media.view.Toolbar,
-       l10n = wp.media.view.l10n,
-       Select;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var Label = wp.media.View.extend({
+       tagName: 'label',
+       className: 'screen-reader-text',
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Select = Toolbar.extend({
</del><span class="cx" style="display: block; padding: 0 10px">         initialize: function() {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                var options = this.options;
-
-               _.bindAll( this, 'clickSelect' );
-
-               _.defaults( options, {
-                       event: 'select',
-                       state: false,
-                       reset: true,
-                       close: true,
-                       text:  l10n.select,
-
-                       // Does the button rely on the selection?
-                       requires: {
-                               selection: true
-                       }
-               });
-
-               options.items = _.defaults( options.items || {}, {
-                       select: {
-                               style:    'primary',
-                               text:     options.text,
-                               priority: 80,
-                               click:    this.clickSelect,
-                               requires: options.requires
-                       }
-               });
-               // Call 'initialize' directly on the parent class.
-               Toolbar.prototype.initialize.apply( this, arguments );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.value = this.options.value;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        clickSelect: function() {
-               var options = this.options,
-                       controller = this.controller;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ render: function() {
+               this.$el.html( this.value );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( options.close ) {
-                       controller.close();
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         return this;
+       }
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( options.event ) {
-                       controller.state().trigger( options.event );
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = Label;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( options.state ) {
-                       controller.setState( options.state );
-               }
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( options.reset ) {
-                       controller.reset();
-               }
-       }
-});
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 92 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = Select;
-
-},{}],66:[function(require,module,exports){
</del><span class="cx" style="display: block; padding: 0 10px"> /*globals wp, _, jQuery */
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * Creates a dropzone on WP editor instances (elements with .wp-editor-wrap
- * or #wp-fullscreen-body) and relays drag'n'dropped files to a media workflow.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.EmbedUrl
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.EditorUploader
- *
</del><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -7740,371 +8233,381 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> var View = wp.media.View,
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        l10n = wp.media.view.l10n,
</del><span class="cx" style="display: block; padding: 0 10px">         $ = jQuery,
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        EditorUploader;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ EmbedUrl;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-EditorUploader = View.extend({
-       tagName:   'div',
-       className: 'uploader-editor',
-       template:  wp.template( 'uploader-editor' ),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+EmbedUrl = View.extend({
+       tagName:   'label',
+       className: 'embed-url',
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        localDrag: false,
-       overContainer: false,
-       overDropzone: false,
-       draggingFile: null,
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ events: {
+               'input':  'url',
+               'keyup':  'url',
+               'change': 'url'
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * Bind drag'n'drop events to callbacks.
-        */
</del><span class="cx" style="display: block; padding: 0 10px">         initialize: function() {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.initialized = false;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.$input = $('<input id="embed-url-field" type="url" />').val( this.model.get('url') );
+               this.input = this.$input[0];
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Bail if not enabled or UA does not support drag'n'drop or File API.
-               if ( ! window.tinyMCEPreInit || ! window.tinyMCEPreInit.dragDropUpload || ! this.browserSupport() ) {
-                       return this;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.spinner = $('<span class="spinner" />')[0];
+               this.$el.append([ this.input, this.spinner ]);
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.$document = $(document);
-               this.dropzones = [];
-               this.files = [];
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.listenTo( this.model, 'change:url', this.render );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.$document.on( 'drop', '.uploader-editor', _.bind( this.drop, this ) );
-               this.$document.on( 'dragover', '.uploader-editor', _.bind( this.dropzoneDragover, this ) );
-               this.$document.on( 'dragleave', '.uploader-editor', _.bind( this.dropzoneDragleave, this ) );
-               this.$document.on( 'click', '.uploader-editor', _.bind( this.click, this ) );
-
-               this.$document.on( 'dragover', _.bind( this.containerDragover, this ) );
-               this.$document.on( 'dragleave', _.bind( this.containerDragleave, this ) );
-
-               this.$document.on( 'dragstart dragend drop', _.bind( function( event ) {
-                       this.localDrag = event.type === 'dragstart';
-               }, this ) );
-
-               this.initialized = true;
-               return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( this.model.get( 'url' ) ) {
+                       _.delay( _.bind( function () {
+                               this.model.trigger( 'change:url' );
+                       }, this ), 500 );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
</del><span class="cx" style="display: block; padding: 0 10px">         /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * Check browser support for drag'n'drop.
-        *
-        * @return Boolean
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * @returns {wp.media.view.EmbedUrl} Returns itself to allow chaining
</ins><span class="cx" style="display: block; padding: 0 10px">          */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        browserSupport: function() {
-               var supports = false, div = document.createElement('div');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ render: function() {
+               var $input = this.$input;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                supports = ( 'draggable' in div ) || ( 'ondragstart' in div && 'ondrop' in div );
-               supports = supports && !! ( window.File && window.FileList && window.FileReader );
-               return supports;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( $input.is(':focus') ) {
+                       return;
+               }
+
+               this.input.value = this.model.get('url') || 'http://';
+               /**
+                * Call `render` directly on parent class with passed arguments
+                */
+               View.prototype.render.apply( this, arguments );
+               return this;
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        isDraggingFile: function( event ) {
-               if ( this.draggingFile !== null ) {
-                       return this.draggingFile;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ ready: function() {
+               if ( ! wp.media.isTouchDevice ) {
+                       this.focus();
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( _.isUndefined( event.originalEvent ) || _.isUndefined( event.originalEvent.dataTransfer ) ) {
-                       return false;
-               }
-
-               this.draggingFile = _.indexOf( event.originalEvent.dataTransfer.types, 'Files' ) > -1 &&
-                       _.indexOf( event.originalEvent.dataTransfer.types, 'text/plain' ) === -1;
-
-               return this.draggingFile;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ url: function( event ) {
+               this.model.set( 'url', event.target.value );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        refresh: function( e ) {
-               var dropzone_id;
-               for ( dropzone_id in this.dropzones ) {
-                       // Hide the dropzones only if dragging has left the screen.
-                       this.dropzones[ dropzone_id ].toggle( this.overContainer || this.overDropzone );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+        * If the input is visible, focus and select its contents.
+        */
+       focus: function() {
+               var $input = this.$input;
+               if ( $input.is(':visible') ) {
+                       $input.focus()[0].select();
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        }
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! _.isUndefined( e ) ) {
-                       $( e.target ).closest( '.uploader-editor' ).toggleClass( 'droppable', this.overDropzone );
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = EmbedUrl;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! this.overContainer && ! this.overDropzone ) {
-                       this.draggingFile = null;
-               }
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                return this;
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 93 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        render: function() {
-               if ( ! this.initialized ) {
-                       return this;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp, _, jQuery */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                View.prototype.render.apply( this, arguments );
-               $( '.wp-editor-wrap, #wp-fullscreen-body' ).each( _.bind( this.attach, this ) );
-               return this;
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/**
+ * wp.media.view.EmbedLink
+ *
+ * @class
+ * @augments wp.media.view.Settings
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var $ = jQuery,
+       EmbedLink;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        attach: function( index, editor ) {
-               // Attach a dropzone to an editor.
-               var dropzone = this.$el.clone();
-               this.dropzones.push( dropzone );
-               $( editor ).append( dropzone );
-               return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+EmbedLink = wp.media.view.Settings.extend({
+       className: 'embed-link-settings',
+       template:  wp.template('embed-link-settings'),
+
+       initialize: function() {
+               this.spinner = $('<span class="spinner" />');
+               this.$el.append( this.spinner[0] );
+               this.listenTo( this.model, 'change:url', this.updateoEmbed );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * When a file is dropped on the editor uploader, open up an editor media workflow
-        * and upload the file immediately.
-        *
-        * @param  {jQuery.Event} event The 'drop' event.
-        */
-       drop: function( event ) {
-               var $wrap = null, uploadView;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ updateoEmbed: _.debounce( function() {
+               var url = this.model.get( 'url' );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.containerDragleave( event );
-               this.dropzoneDragleave( event );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // clear out previous results
+               this.$('.embed-container').hide().find('.embed-preview').empty();
+               this.$( '.setting' ).hide();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.files = event.originalEvent.dataTransfer.files;
-               if ( this.files.length < 1 ) {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         // only proceed with embed if the field contains more than 6 characters
+               if ( url && url.length < 6 ) {
</ins><span class="cx" style="display: block; padding: 0 10px">                         return;
</span><span class="cx" style="display: block; padding: 0 10px">                }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Set the active editor to the drop target.
-               $wrap = $( event.target ).parents( '.wp-editor-wrap' );
-               if ( $wrap.length > 0 && $wrap[0].id ) {
-                       window.wpActiveEditor = $wrap[0].id.slice( 3, -5 );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.fetch();
+       }, 600 ),
+
+       fetch: function() {
+               // check if they haven't typed in 500 ms
+               if ( $('#embed-url-field').val() !== this.model.get('url') ) {
+                       return;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! this.workflow ) {
-                       this.workflow = wp.media.editor.open( 'content', {
-                               frame:    'post',
-                               state:    'insert',
-                               title:    l10n.addMedia,
-                               multiple: true
-                       });
-                       uploadView = this.workflow.uploader;
-                       if ( uploadView.uploader && uploadView.uploader.ready ) {
-                               this.addFiles.apply( this );
-                       } else {
-                               this.workflow.on( 'uploader:ready', this.addFiles, this );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         wp.ajax.send( 'parse-embed', {
+                       data : {
+                               post_ID: wp.media.view.settings.post.id,
+                               shortcode: '[embed]' + this.model.get('url') + '[/embed]'
</ins><span class="cx" style="display: block; padding: 0 10px">                         }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                } else {
-                       this.workflow.state().reset();
-                       this.addFiles.apply( this );
-                       this.workflow.open();
-               }
-
-               return false;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         } )
+                       .done( _.bind( this.renderoEmbed, this ) )
+                       .fail( _.bind( this.renderFail, this ) );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * Add the files to the uploader.
-        */
-       addFiles: function() {
-               if ( this.files.length ) {
-                       this.workflow.uploader.uploader.uploader.addFile( _.toArray( this.files ) );
-                       this.files = [];
-               }
-               return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ renderFail: function () {
+               this.$( '.link-text' ).show();
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        containerDragover: function( event ) {
-               if ( this.localDrag || ! this.isDraggingFile( event ) ) {
-                       return;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ renderoEmbed: function( response ) {
+               var html = ( response && response.body ) || '';
+
+               if ( html ) {
+                       this.$('.embed-container').show().find('.embed-preview').html( html );
+               } else {
+                       this.renderFail();
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        }
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.overContainer = true;
-               this.refresh();
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = EmbedLink;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        containerDragleave: function() {
-               this.overContainer = false;
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Throttle dragleave because it's called when bouncing from some elements to others.
-               _.delay( _.bind( this.refresh, this ), 50 );
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 94 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        dropzoneDragover: function( event ) {
-               if ( this.localDrag || ! this.isDraggingFile( event ) ) {
-                       return;
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.overDropzone = true;
-               this.refresh( event );
-               return false;
-       },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/**
+ * wp.media.view.EmbedImage
+ *
+ * @class
+ * @augments wp.media.view.Settings.AttachmentDisplay
+ * @augments wp.media.view.Settings
+ * @augments wp.media.View
+ * @augments wp.Backbone.View
+ * @augments Backbone.View
+ */
+var AttachmentDisplay = wp.media.view.Settings.AttachmentDisplay,
+       EmbedImage;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        dropzoneDragleave: function( e ) {
-               this.overDropzone = false;
-               _.delay( _.bind( this.refresh, this, e ), 50 );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+EmbedImage = AttachmentDisplay.extend({
+       className: 'embed-media-settings',
+       template:  wp.template('embed-image-settings'),
+
+       initialize: function() {
+               /**
+                * Call `initialize` directly on parent class with passed arguments
+                */
+               AttachmentDisplay.prototype.initialize.apply( this, arguments );
+               this.listenTo( this.model, 'change:url', this.updateImage );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        click: function( e ) {
-               // In the rare case where the dropzone gets stuck, hide it on click.
-               this.containerDragleave( e );
-               this.dropzoneDragleave( e );
-               this.localDrag = false;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ updateImage: function() {
+               this.$('img').attr( 'src', this.model.get('url') );
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = EditorUploader;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = EmbedImage;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],67:[function(require,module,exports){
-/*globals wp, _ */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 95 */
+/***/ (function(module, exports) {
+
+/*globals wp, _, jQuery */
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.UploaderInline
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.ImageDetails
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * The inline uploader that shows up in the 'Upload Files' tab.
- *
</del><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.view.Settings.AttachmentDisplay
+ * @augments wp.media.view.Settings
</ins><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var View = wp.media.View,
-       UploaderInline;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var AttachmentDisplay = wp.media.view.Settings.AttachmentDisplay,
+       $ = jQuery,
+       ImageDetails;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-UploaderInline = View.extend({
-       tagName:   'div',
-       className: 'uploader-inline',
-       template:  wp.template('uploader-inline'),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ImageDetails = AttachmentDisplay.extend({
+       className: 'image-details',
+       template:  wp.template('image-details'),
+       events: _.defaults( AttachmentDisplay.prototype.events, {
+               'click .edit-attachment': 'editAttachment',
+               'click .replace-attachment': 'replaceAttachment',
+               'click .advanced-toggle': 'onToggleAdvanced',
+               'change [data-setting="customWidth"]': 'onCustomSize',
+               'change [data-setting="customHeight"]': 'onCustomSize',
+               'keyup [data-setting="customWidth"]': 'onCustomSize',
+               'keyup [data-setting="customHeight"]': 'onCustomSize'
+       } ),
+       initialize: function() {
+               // used in AttachmentDisplay.prototype.updateLinkTo
+               this.options.attachment = this.model.attachment;
+               this.listenTo( this.model, 'change:url', this.updateUrl );
+               this.listenTo( this.model, 'change:link', this.toggleLinkSettings );
+               this.listenTo( this.model, 'change:size', this.toggleCustomSize );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        events: {
-               'click .close': 'hide'
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         AttachmentDisplay.prototype.initialize.apply( this, arguments );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        initialize: function() {
-               _.defaults( this.options, {
-                       message: '',
-                       status:  true,
-                       canClose: false
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ prepare: function() {
+               var attachment = false;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( ! this.options.$browser && this.controller.uploader ) {
-                       this.options.$browser = this.controller.uploader.$browser;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( this.model.attachment ) {
+                       attachment = this.model.attachment.toJSON();
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                return _.defaults({
+                       model: this.model.toJSON(),
+                       attachment: attachment
+               }, this.options );
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( _.isUndefined( this.options.postId ) ) {
-                       this.options.postId = wp.media.view.settings.post.id;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ render: function() {
+               var args = arguments;
+
+               if ( this.model.attachment && 'pending' === this.model.dfd.state() ) {
+                       this.model.dfd
+                               .done( _.bind( function() {
+                                       AttachmentDisplay.prototype.render.apply( this, args );
+                                       this.postRender();
+                               }, this ) )
+                               .fail( _.bind( function() {
+                                       this.model.attachment = false;
+                                       AttachmentDisplay.prototype.render.apply( this, args );
+                                       this.postRender();
+                               }, this ) );
+               } else {
+                       AttachmentDisplay.prototype.render.apply( this, arguments );
+                       this.postRender();
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( this.options.status ) {
-                       this.views.set( '.upload-inline-status', new wp.media.view.UploaderStatus({
-                               controller: this.controller
-                       }) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         return this;
+       },
+
+       postRender: function() {
+               setTimeout( _.bind( this.resetFocus, this ), 10 );
+               this.toggleLinkSettings();
+               if ( window.getUserSetting( 'advImgDetails' ) === 'show' ) {
+                       this.toggleAdvanced( true );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                this.trigger( 'post-render' );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        prepare: function() {
-               var suggestedWidth = this.controller.state().get('suggestedWidth'),
-                       suggestedHeight = this.controller.state().get('suggestedHeight'),
-                       data = {};
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ resetFocus: function() {
+               this.$( '.link-to-custom' ).blur();
+               this.$( '.embed-media-settings' ).scrollTop( 0 );
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                data.message = this.options.message;
-               data.canClose = this.options.canClose;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ updateUrl: function() {
+               this.$( '.image img' ).attr( 'src', this.model.get( 'url' ) );
+               this.$( '.url' ).val( this.model.get( 'url' ) );
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( suggestedWidth && suggestedHeight ) {
-                       data.suggestedWidth = suggestedWidth;
-                       data.suggestedHeight = suggestedHeight;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ toggleLinkSettings: function() {
+               if ( this.model.get( 'link' ) === 'none' ) {
+                       this.$( '.link-settings' ).addClass('hidden');
+               } else {
+                       this.$( '.link-settings' ).removeClass('hidden');
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                return data;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ toggleCustomSize: function() {
+               if ( this.model.get( 'size' ) !== 'custom' ) {
+                       this.$( '.custom-size' ).addClass('hidden');
+               } else {
+                       this.$( '.custom-size' ).removeClass('hidden');
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * @returns {wp.media.view.UploaderInline} Returns itself to allow chaining
-        */
-       dispose: function() {
-               if ( this.disposing ) {
-                       /**
-                        * call 'dispose' directly on the parent class
-                        */
-                       return View.prototype.dispose.apply( this, arguments );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+       onCustomSize: function( event ) {
+               var dimension = $( event.target ).data('setting'),
+                       num = $( event.target ).val(),
+                       value;
+
+               // Ignore bogus input
+               if ( ! /^\d+/.test( num ) || parseInt( num, 10 ) < 1 ) {
+                       event.preventDefault();
+                       return;
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Run remove on `dispose`, so we can be sure to refresh the
-               // uploader with a view-less DOM. Track whether we're disposing
-               // so we don't trigger an infinite loop.
-               this.disposing = true;
-               return this.remove();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( dimension === 'customWidth' ) {
+                       value = Math.round( 1 / this.model.get( 'aspectRatio' ) * num );
+                       this.model.set( 'customHeight', value, { silent: true } );
+                       this.$( '[data-setting="customHeight"]' ).val( value );
+               } else {
+                       value = Math.round( this.model.get( 'aspectRatio' ) * num );
+                       this.model.set( 'customWidth', value, { silent: true  } );
+                       this.$( '[data-setting="customWidth"]' ).val( value );
+               }
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * @returns {wp.media.view.UploaderInline} Returns itself to allow chaining
-        */
-       remove: function() {
-               /**
-                * call 'remove' directly on the parent class
-                */
-               var result = View.prototype.remove.apply( this, arguments );
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                _.defer( _.bind( this.refresh, this ) );
-               return result;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ onToggleAdvanced: function( event ) {
+               event.preventDefault();
+               this.toggleAdvanced();
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        refresh: function() {
-               var uploader = this.controller.uploader;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ toggleAdvanced: function( show ) {
+               var $advanced = this.$el.find( '.advanced-section' ),
+                       mode;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( uploader ) {
-                       uploader.refresh();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( $advanced.hasClass('advanced-visible') || show === false ) {
+                       $advanced.removeClass('advanced-visible');
+                       $advanced.find('.advanced-settings').addClass('hidden');
+                       mode = 'hide';
+               } else {
+                       $advanced.addClass('advanced-visible');
+                       $advanced.find('.advanced-settings').removeClass('hidden');
+                       mode = 'show';
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+               window.setUserSetting( 'advImgDetails', mode );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * @returns {wp.media.view.UploaderInline}
-        */
-       ready: function() {
-               var $browser = this.options.$browser,
-                       $placeholder;
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( this.controller.uploader ) {
-                       $placeholder = this.$('.browser');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ editAttachment: function( event ) {
+               var editState = this.controller.states.get( 'edit-image' );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        // Check if we've already replaced the placeholder.
-                       if ( $placeholder[0] === $browser[0] ) {
-                               return;
-                       }
-
-                       $browser.detach().text( $placeholder.text() );
-                       $browser[0].className = $placeholder[0].className;
-                       $placeholder.replaceWith( $browser.show() );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( window.imageEdit && editState ) {
+                       event.preventDefault();
+                       editState.set( 'image', this.model.attachment );
+                       this.controller.setState( 'edit-image' );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.refresh();
-               return this;
-       },
-       show: function() {
-               this.$el.removeClass( 'hidden' );
-       },
-       hide: function() {
-               this.$el.addClass( 'hidden' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ replaceAttachment: function( event ) {
+               event.preventDefault();
+               this.controller.setState( 'replace-image' );
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
</del><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = UploaderInline;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = ImageDetails;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],68:[function(require,module,exports){
-/*globals wp */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-/**
- * wp.media.view.UploaderStatusError
- *
- * @class
- * @augments wp.media.View
- * @augments wp.Backbone.View
- * @augments Backbone.View
- */
-var UploaderStatusError = wp.media.View.extend({
-       className: 'upload-error',
-       template:  wp.template('uploader-status-error')
-});
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 96 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = UploaderStatusError;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp, _, jQuery */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],69:[function(require,module,exports){
-/*globals wp, _ */
-
</del><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.UploaderStatus
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.Cropper
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * An uploader status for on-going uploads.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Uses the imgAreaSelect plugin to allow a user to crop an image.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Takes imgAreaSelect options from
+ * wp.customize.HeaderControl.calculateImageSelectOptions via
+ * wp.customize.HeaderControl.openMM.
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -8111,311 +8614,162 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> var View = wp.media.View,
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        UploaderStatus;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ UploaderStatus = wp.media.view.UploaderStatus,
+       l10n = wp.media.view.l10n,
+       $ = jQuery,
+       Cropper;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-UploaderStatus = View.extend({
-       className: 'media-uploader-status',
-       template:  wp.template('uploader-status'),
-
-       events: {
-               'click .upload-dismiss-errors': 'dismiss'
-       },
-
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Cropper = View.extend({
+       className: 'crop-content',
+       template: wp.template('crop-content'),
</ins><span class="cx" style="display: block; padding: 0 10px">         initialize: function() {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.queue = wp.Uploader.queue;
-               this.queue.on( 'add remove reset', this.visibility, this );
-               this.queue.on( 'add remove reset change:percent', this.progress, this );
-               this.queue.on( 'add remove reset change:uploading', this.info, this );
-
-               this.errors = wp.Uploader.errors;
-               this.errors.reset();
-               this.errors.on( 'add remove reset', this.visibility, this );
-               this.errors.on( 'add', this.error, this );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         _.bindAll(this, 'onImageLoad');
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * @global wp.Uploader
-        * @returns {wp.media.view.UploaderStatus}
-        */
-       dispose: function() {
-               wp.Uploader.queue.off( null, null, this );
-               /**
-                * call 'dispose' directly on the parent class
-                */
-               View.prototype.dispose.apply( this, arguments );
-               return this;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ ready: function() {
+               this.controller.frame.on('content:error:crop', this.onError, this);
+               this.$image = this.$el.find('.crop-image');
+               this.$image.on('load', this.onImageLoad);
+               $(window).on('resize.cropper', _.debounce(this.onImageLoad, 250));
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
-       visibility: function() {
-               this.$el.toggleClass( 'uploading', !! this.queue.length );
-               this.$el.toggleClass( 'errors', !! this.errors.length );
-               this.$el.toggle( !! this.queue.length || !! this.errors.length );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ remove: function() {
+               $(window).off('resize.cropper');
+               this.$el.remove();
+               this.$el.off();
+               View.prototype.remove.apply(this, arguments);
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
-       ready: function() {
-               _.each({
-                       '$bar':      '.media-progress-bar div',
-                       '$index':    '.upload-index',
-                       '$total':    '.upload-total',
-                       '$filename': '.upload-filename'
-               }, function( selector, key ) {
-                       this[ key ] = this.$( selector );
-               }, this );
-
-               this.visibility();
-               this.progress();
-               this.info();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ prepare: function() {
+               return {
+                       title: l10n.cropYourImage,
+                       url: this.options.attachment.get('url')
+               };
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
-       progress: function() {
-               var queue = this.queue,
-                       $bar = this.$bar;
-
-               if ( ! $bar || ! queue.length ) {
-                       return;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ onImageLoad: function() {
+               var imgOptions = this.controller.get('imgSelectOptions');
+               if (typeof imgOptions === 'function') {
+                       imgOptions = imgOptions(this.options.attachment, this.controller);
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                $bar.width( ( queue.reduce( function( memo, attachment ) {
-                       if ( ! attachment.get('uploading') ) {
-                               return memo + 100;
-                       }
-
-                       var percent = attachment.get('percent');
-                       return memo + ( _.isNumber( percent ) ? percent : 100 );
-               }, 0 ) / queue.length ) + '%' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         imgOptions = _.extend(imgOptions, {parent: this.$el});
+               this.trigger('image-loaded');
+               this.controller.imgSelect = this.$image.imgAreaSelect(imgOptions);
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        onError: function() {
+               var filename = this.options.attachment.get('filename');
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        info: function() {
-               var queue = this.queue,
-                       index = 0, active;
-
-               if ( ! queue.length ) {
-                       return;
-               }
-
-               active = this.queue.find( function( attachment, i ) {
-                       index = i;
-                       return attachment.get('uploading');
-               });
-
-               this.$index.text( index + 1 );
-               this.$total.text( queue.length );
-               this.$filename.html( active ? this.filename( active.get('filename') ) : '' );
-       },
-       /**
-        * @param {string} filename
-        * @returns {string}
-        */
-       filename: function( filename ) {
-               return wp.media.truncate( _.escape( filename ), 24 );
-       },
-       /**
-        * @param {Backbone.Model} error
-        */
-       error: function( error ) {
</del><span class="cx" style="display: block; padding: 0 10px">                 this.views.add( '.upload-errors', new wp.media.view.UploaderStatusError({
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        filename: this.filename( error.get('file').name ),
-                       message:  error.get('message')
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 filename: UploaderStatus.prototype.filename(filename),
+                       message: window._wpMediaViewsL10n.cropError
</ins><span class="cx" style="display: block; padding: 0 10px">                 }), { at: 0 });
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        },
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ }
+});
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        /**
-        * @global wp.Uploader
-        *
-        * @param {Object} event
-        */
-       dismiss: function( event ) {
-               var errors = this.views.get('.upload-errors');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = Cropper;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                event.preventDefault();
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( errors ) {
-                       _.invoke( errors, 'remove' );
-               }
-               wp.Uploader.errors.reset();
-       }
-});
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 97 */,
+/* 98 */,
+/* 99 */
+/***/ (function(module, exports) {
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = UploaderStatus;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/*globals wp, _ */
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],70:[function(require,module,exports){
-/*globals wp, _, jQuery */
-
</del><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.view.UploaderWindow
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.EditImage
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * An uploader window that allows for dragging and dropping media.
- *
</del><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.media.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- *
- * @param {object} [options]                   Options hash passed to the view.
- * @param {object} [options.uploader]          Uploader properties.
- * @param {jQuery} [options.uploader.browser]
- * @param {jQuery} [options.uploader.dropzone] jQuery collection of the dropzone.
- * @param {object} [options.uploader.params]
</del><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var $ = jQuery,
-       UploaderWindow;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var View = wp.media.View,
+       EditImage;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-UploaderWindow = wp.media.View.extend({
-       tagName:   'div',
-       className: 'uploader-window',
-       template:  wp.template('uploader-window'),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+EditImage = View.extend({
+       className: 'image-editor',
+       template: wp.template('image-editor'),
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        initialize: function() {
-               var uploader;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ initialize: function( options ) {
+               this.editor = window.imageEdit;
+               this.controller = options.controller;
+               View.prototype.initialize.apply( this, arguments );
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                this.$browser = $('<a href="#" class="browser" />').hide().appendTo('body');
-
-               uploader = this.options.uploader = _.defaults( this.options.uploader || {}, {
-                       dropzone:  this.$el,
-                       browser:   this.$browser,
-                       params:    {}
-               });
-
-               // Ensure the dropzone is a jQuery collection.
-               if ( uploader.dropzone && ! (uploader.dropzone instanceof $) ) {
-                       uploader.dropzone = $( uploader.dropzone );
-               }
-
-               this.controller.on( 'activate', this.refresh, this );
-
-               this.controller.on( 'detach', function() {
-                       this.$browser.remove();
-               }, this );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ prepare: function() {
+               return this.model.toJSON();
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        refresh: function() {
-               if ( this.uploader ) {
-                       this.uploader.refresh();
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ loadEditor: function() {
+               var dfd = this.editor.open( this.model.get('id'), this.model.get('nonces').edit, this );
+               dfd.done( _.bind( this.focus, this ) );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        ready: function() {
-               var postId = wp.media.view.settings.post.id,
-                       dropzone;
-
-               // If the uploader already exists, bail.
-               if ( this.uploader ) {
-                       return;
-               }
-
-               if ( postId ) {
-                       this.options.uploader.params.post_id = postId;
-               }
-               this.uploader = new wp.Uploader( this.options.uploader );
-
-               dropzone = this.uploader.dropzone;
-               dropzone.on( 'dropzone:enter', _.bind( this.show, this ) );
-               dropzone.on( 'dropzone:leave', _.bind( this.hide, this ) );
-
-               $( this.uploader ).on( 'uploader:ready', _.bind( this._ready, this ) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ focus: function() {
+               this.$( '.imgedit-submit .button' ).eq( 0 ).focus();
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        _ready: function() {
-               this.controller.trigger( 'uploader:ready' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ back: function() {
+               var lastState = this.controller.lastState();
+               this.controller.setState( lastState );
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        show: function() {
-               var $el = this.$el.show();
-
-               // Ensure that the animation is triggered by waiting until
-               // the transparent element is painted into the DOM.
-               _.defer( function() {
-                       $el.css({ opacity: 1 });
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ refresh: function() {
+               this.model.fetch();
</ins><span class="cx" style="display: block; padding: 0 10px">         },
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        hide: function() {
-               var $el = this.$el.css({ opacity: 0 });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ save: function() {
+               var lastState = this.controller.lastState();
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                wp.media.transition( $el ).done( function() {
-                       // Transition end events are subject to race conditions.
-                       // Make sure that the value is set as intended.
-                       if ( '0' === $el.css('opacity') ) {
-                               $el.hide();
-                       }
-               });
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         this.model.fetch().done( _.bind( function() {
+                       this.controller.setState( lastState );
+               }, this ) );
+       }
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // https://core.trac.wordpress.org/ticket/27341
-               _.delay( function() {
-                       if ( '0' === $el.css('opacity') && $el.is(':visible') ) {
-                               $el.hide();
-                       }
-               }, 500 );
-       }
</del><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = UploaderWindow;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = EditImage;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}],71:[function(require,module,exports){
-/*globals wp */
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/***/ }),
+/* 100 */
+/***/ (function(module, exports) {
+
+/*globals _ */
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * wp.media.View
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * wp.media.view.Spinner
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * The base view class for media.
- *
- * Undelegating events, removing events from the model, and
- * removing events from the controller mirror the code for
- * `Backbone.View.dispose` in Backbone 0.9.8 development.
- *
- * This behavior has since been removed, and should not be used
- * outside of the media manager.
- *
</del><span class="cx" style="display: block; padding: 0 10px">  * @class
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @augments wp.media.View
</ins><span class="cx" style="display: block; padding: 0 10px">  * @augments wp.Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  * @augments Backbone.View
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-var View = wp.Backbone.View.extend({
-       constructor: function( options ) {
-               if ( options && options.controller ) {
-                       this.controller = options.controller;
-               }
-               wp.Backbone.View.apply( this, arguments );
-       },
-       /**
-        * @todo The internal comment mentions this might have been a stop-gap
-        *       before Backbone 0.9.8 came out. Figure out if Backbone core takes
-        *       care of this in Backbone.View now.
-        *
-        * @returns {wp.media.View} Returns itself to allow chaining
-        */
-       dispose: function() {
-               // Undelegating events, removing events from the model, and
-               // removing events from the controller mirror the code for
-               // `Backbone.View.dispose` in Backbone 0.9.8 development.
-               this.undelegateEvents();
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+var Spinner = wp.media.View.extend({
+       tagName:   'span',
+       className: 'spinner',
+       spinnerTimeout: false,
+       delay: 400,
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( this.model && this.model.off ) {
-                       this.model.off( null, null, this );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ show: function() {
+               if ( ! this.spinnerTimeout ) {
+                       this.spinnerTimeout = _.delay(function( $el ) {
+                               $el.addClass( 'is-active' );
+                       }, this.delay, this.$el );
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( this.collection && this.collection.off ) {
-                       this.collection.off( null, null, this );
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         return this;
+       },
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Unbind controller events.
-               if ( this.controller && this.controller.off ) {
-                       this.controller.off( null, null, this );
-               }
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ hide: function() {
+               this.$el.removeClass( 'is-active' );
+               this.spinnerTimeout = clearTimeout( this.spinnerTimeout );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                return this;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        },
-       /**
-        * @returns {wp.media.View} Returns itself to allow chaining
-        */
-       remove: function() {
-               this.dispose();
-               /**
-                * call 'remove' directly on the parent class
-                */
-               return wp.Backbone.View.prototype.remove.apply( this, arguments );
</del><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> });
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-module.exports = View;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+module.exports = Spinner;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-},{}]},{},[17]);
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+/***/ })
+/******/ ]));
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of file
</span></span></pre></div>
<a id="branches42srcwpincludespluggablephp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: branches/4.2/src/wp-includes/pluggable.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/4.2/src/wp-includes/pluggable.php        2019-10-14 19:11:50 UTC (rev 46499)
+++ branches/4.2/src/wp-includes/pluggable.php  2019-10-14 19:14:31 UTC (rev 46500)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1074,8 +1074,8 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *                   0-12 hours ago, 2 if the nonce is valid and generated between 12-24 hours ago.
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function check_admin_referer( $action = -1, $query_arg = '_wpnonce' ) {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        if ( -1 == $action )
-               _doing_it_wrong( __FUNCTION__, __( 'You should specify a nonce action to be verified by using the first parameter.' ), '3.2' );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ if ( -1 === $action )
+               _doing_it_wrong( __FUNCTION__, __( 'You should specify a nonce action to be verified by using the first parameter.' ), '3.2.0' );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        $adminurl = strtolower(admin_url());
</span><span class="cx" style="display: block; padding: 0 10px">        $referer = strtolower(wp_get_referer());
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1095,6 +1095,12 @@
</span><span class="cx" style="display: block; padding: 0 10px">         *                          0-12 hours ago, 2 if the nonce is valid and generated between 12-24 hours ago.
</span><span class="cx" style="display: block; padding: 0 10px">         */
</span><span class="cx" style="display: block; padding: 0 10px">        do_action( 'check_admin_referer', $action, $result );
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+       if ( ! $result && ! ( -1 === $action && strpos( $referer, $adminurl ) === 0 ) ) {
+               wp_nonce_ays( $action );
+               die();
+       }
+
</ins><span class="cx" style="display: block; padding: 0 10px">         return $result;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> endif;
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1115,6 +1121,9 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *                   0-12 hours ago, 2 if the nonce is valid and generated between 12-24 hours ago.
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function check_ajax_referer( $action = -1, $query_arg = false, $die = true ) {
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        if ( -1 === $action )
+               _doing_it_wrong( __FUNCTION__, __( 'You should specify a nonce action to be verified by using the first parameter.' ), '3.2.0' );
+
</ins><span class="cx" style="display: block; padding: 0 10px">         $nonce = '';
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        if ( $query_arg && isset( $_REQUEST[ $query_arg ] ) )
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2357,4 +2366,3 @@
</span><span class="cx" style="display: block; padding: 0 10px">        return $r;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> endif;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
</del></span></pre></div>
<a id="branches42srcwpincludesqueryphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: branches/4.2/src/wp-includes/query.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/4.2/src/wp-includes/query.php    2019-10-14 19:11:50 UTC (rev 46499)
+++ branches/4.2/src/wp-includes/query.php      2019-10-14 19:14:31 UTC (rev 46500)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1401,7 +1401,6 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        , 'attachment'
</span><span class="cx" style="display: block; padding: 0 10px">                        , 'attachment_id'
</span><span class="cx" style="display: block; padding: 0 10px">                        , 'name'
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        , 'static'
</del><span class="cx" style="display: block; padding: 0 10px">                         , 'pagename'
</span><span class="cx" style="display: block; padding: 0 10px">                        , 'page_id'
</span><span class="cx" style="display: block; padding: 0 10px">                        , 'second'
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1605,7 +1604,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        // If year, month, day, hour, minute, and second are set, a single
</span><span class="cx" style="display: block; padding: 0 10px">                        // post is being queried.
</span><span class="cx" style="display: block; padding: 0 10px">                        $this->is_single = true;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                } elseif ( '' != $qv['static'] || '' != $qv['pagename'] || !empty($qv['page_id']) ) {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         } elseif ( '' != $qv['pagename'] || !empty($qv['page_id']) ) {
</ins><span class="cx" style="display: block; padding: 0 10px">                         $this->is_page = true;
</span><span class="cx" style="display: block; padding: 0 10px">                        $this->is_single = false;
</span><span class="cx" style="display: block; padding: 0 10px">                } else {
</span></span></pre></div>
<a id="branches42testsphpunittestsauthphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: branches/4.2/tests/phpunit/tests/auth.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- branches/4.2/tests/phpunit/tests/auth.php 2019-10-14 19:11:50 UTC (rev 46499)
+++ branches/4.2/tests/phpunit/tests/auth.php   2019-10-14 19:14:31 UTC (rev 46500)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -108,6 +108,34 @@
</span><span class="cx" style="display: block; padding: 0 10px">                $this->assertFalse( wp_verify_nonce( 1 ) );
</span><span class="cx" style="display: block; padding: 0 10px">        }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        /**
+        * @ticket 36361
+        */
+       public function test_check_admin_referer_with_no_action_triggers_doing_it_wrong() {
+               $this->setExpectedIncorrectUsage( 'check_admin_referer' );
+
+               // A valid nonce needs to be set so the check doesn't die()
+               $_REQUEST['_wpnonce'] = wp_create_nonce( -1 );
+               $result = check_admin_referer();
+               $this->assertSame( 1, $result );
+
+               unset( $_REQUEST['_wpnonce'] );
+       }
+
+       /**
+        * @ticket 36361
+        */
+       public function test_check_ajax_referer_with_no_action_triggers_doing_it_wrong() {
+               $this->setExpectedIncorrectUsage( 'check_ajax_referer' );
+
+               // A valid nonce needs to be set so the check doesn't die()
+               $_REQUEST['_wpnonce'] = wp_create_nonce( -1 );
+               $result = check_ajax_referer();
+               $this->assertSame( 1, $result );
+
+               unset( $_REQUEST['_wpnonce'] );
+       }
+
</ins><span class="cx" style="display: block; padding: 0 10px">         function test_password_length_limit() {
</span><span class="cx" style="display: block; padding: 0 10px">                $passwords = array(
</span><span class="cx" style="display: block; padding: 0 10px">                        str_repeat( 'a', 4095 ), // short
</span></span></pre>
</div>
</div>

</body>
</html>