Ticket #34204: 34204.7.diff
File 34204.7.diff, 12.6 KB (added by , 9 years ago) |
---|
-
Gruntfile.js
233 233 234 234 // Exceptions 235 235 '!wp-includes/css/dashicons.css', 236 '!wp-includes/css/wp-embed-template.css' 236 '!wp-includes/css/wp-embed-template.css', 237 '!wp-includes/css/wp-embed-template-ie.css' 237 238 ] 238 239 }, 239 240 colors: { -
src/wp-includes/css/wp-embed-template-ie.css
1 /* Dashicons */ 2 .dashicons { 3 *display: inline; 4 *zoom: 1; 5 } 6 7 .dashicons-no { 8 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAAAcElEQVR4AdXRVxmEMBAGwJMQCUhAIhKQECmRsFJwMFfp7HfP/E8pk0173CuKpt/0R+WaBaaZqogLagBMuh+DdoKbyRCwqZ/SnM0R5oQuZ2UHS8Z6k23qPxZCTrV5UlHMi8bsfHVXP7K/GXZHaTO7S54CWLdHlN2YIwAAAABJRU5ErkJggg==); 9 *background-image: url(../images/embed/close.png); 10 } 11 12 .dashicons-admin-comments { 13 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAATUlEQVR4AWMYWqCpvUcAiA8A8X9iMFStAD4DG0AKScQNVDZw1MBRAwvIMLCA5jmFlCD4AMQGlOTtBgoNwzQQ3TCKDaTcMMxYN2AYVgAAYPKsEBxN0PIAAAAASUVORK5CYII=); 14 *background-image: url(../images/embed/comment.png); 15 *background-position: 0 0; 16 } 17 18 .wp-embed-comments a:hover .dashicons-admin-comments { 19 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAATElEQVR4AWMYYqB4lQAQHwDi/8RgqFoBfAY2gBSSiBuobOCogaMGFpBhYAEdcwrhIPgAxAaU5O0GCg3DNBDdMIoNpNwwzFg3YBhWAABG71qAFYcFqgAAAABJRU5ErkJggg==); 20 *background-image: url(../images/embed/comment.png); 21 *background-position: 0 -40px; 22 } 23 24 .dashicons-share { 25 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAc0lEQVR4AWMYfqCpvccAiBcA8X8gfgDEBZQaeAFkGBoOoMR1/7HgDeQa2ECZgQiDHID4AMwAor0MCmBoQP+HBnwAskFQdgBRkQJViGk7wiAHUr21AYdhDTA1dDOQHl6mPFLokmwoT9j0z3qUFw70L77oDwAiuzCIub1XpQAAAABJRU5ErkJggg==); 26 *background-image: url(../images/embed/share.png); 27 *background-position: 0 0; 28 } 29 30 .wp-embed-share-dialog-open:hover .dashicons-share { 31 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAc0lEQVR4AWMYhqB4lQEQLwDi/0D8AIgLKDXwAsgwNBxAiev+Y8EbyDWwgTIDEQY5APEBmAFEexkUwNCA/g8N+ABkg6DsAKIiBaoQ03aEQQ6kemsDDsMaYEroZiA9vEx5pNAl2VCesOmf9SgvHOhffNEfAAAMqPR5IEZH5wAAAABJRU5ErkJggg==); 32 *background-image: url(../images/embed/share.png); 33 *background-position: 0 -40px; 34 } 35 36 .wp-embed-share-dialog { 37 *background-color: #222; 38 } -
src/wp-includes/css/wp-embed-template.css
Property changes on: src/wp-includes/css/wp-embed-template-ie.css ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property
19 19 /* Dashicons */ 20 20 .dashicons { 21 21 display: inline-block; 22 *display: inline; 23 *zoom: 1; 22 24 width: 20px; 23 25 height: 20px; 24 26 background-color: transparent; … … 46 48 47 49 .dashicons-share { 48 50 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.5%2012q1.24%200%202.12.88T17.5%2015t-.88%202.12-2.12.88-2.12-.88T11.5%2015q0-.34.09-.69l-4.38-2.3Q6.32%2013%205%2013q-1.24%200-2.12-.88T2%2010t.88-2.12T5%207q1.3%200%202.21.99l4.38-2.3q-.09-.35-.09-.69%200-1.24.88-2.12T14.5%202t2.12.88T17.5%205t-.88%202.12T14.5%208q-1.3%200-2.21-.99l-4.38%202.3Q8%209.66%208%2010t-.09.69l4.38%202.3q.89-.99%202.21-.99z%27%20fill%3D%27%2382878c%27%2F%3E%3C%2Fsvg%3E"); 51 display: none; 49 52 } 50 53 54 .js .dashicons-share { 55 display: block; 56 } 57 51 58 .wp-embed-share-dialog-open:hover .dashicons-share { 52 59 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.5%2012q1.24%200%202.12.88T17.5%2015t-.88%202.12-2.12.88-2.12-.88T11.5%2015q0-.34.09-.69l-4.38-2.3Q6.32%2013%205%2013q-1.24%200-2.12-.88T2%2010t.88-2.12T5%207q1.3%200%202.21.99l4.38-2.3q-.09-.35-.09-.69%200-1.24.88-2.12T14.5%202t2.12.88T17.5%205t-.88%202.12T14.5%208q-1.3%200-2.21-.99l-4.38%202.3Q8%209.66%208%2010t-.09.69l4.38%202.3q.89-.99%202.21-.99z%27%20fill%3D%27%230073aa%27%2F%3E%3C%2Fsvg%3E"); 53 60 } … … 139 146 .wp-embed-site-title a { 140 147 position: relative; 141 148 display: inline-block; 149 *display: inline; 150 *zoom: 1; 142 151 padding-left: 35px; 143 152 } 144 153 … … 145 154 .wp-embed-site-title, 146 155 .wp-embed-meta { 147 156 display: table-cell; 157 *display: inline; 158 *zoom: 1; 148 159 } 149 160 150 161 .wp-embed-meta { … … 156 167 .wp-embed-comments, 157 168 .wp-embed-share { 158 169 display: inline; 170 *zoom: 1; 159 171 } 160 172 161 173 .wp-embed-meta a:hover { … … 166 178 .wp-embed-comments a { 167 179 line-height: 25px; 168 180 display: inline-block; 181 *display: inline; 182 *zoom: 1; 169 183 } 170 184 171 185 .wp-embed-comments + .wp-embed-share { … … 178 192 left: 0; 179 193 right: 0; 180 194 bottom: 0; 195 background-color: #222; 181 196 background-color: rgba(10, 10, 10, 0.9); 182 197 color: #fff; 183 198 opacity: 1; … … 254 269 } 255 270 256 271 .wp-embed-share-tab-button { 257 display: inline; 272 display: inline-block; 273 *display: inline; 274 *zoom: 1; 258 275 } 259 276 260 277 .wp-embed-share-tab-button button { -
src/wp-includes/default-filters.php
446 446 add_action( 'wp_head', 'wp_oembed_add_discovery_links' ); 447 447 add_action( 'wp_head', 'wp_oembed_add_host_js' ); 448 448 449 add_action( 'embed_head', 'enqueue_embed_scripts', 1 ); 449 450 add_action( 'embed_head', 'print_emoji_detection_script' ); 450 add_action( 'embed_head', 'print_emoji_styles' );451 451 add_action( 'embed_head', 'print_embed_styles' ); 452 452 add_action( 'embed_head', 'wp_print_head_scripts', 20 ); 453 453 add_action( 'embed_head', 'wp_print_styles', 20 ); -
src/wp-includes/embed-functions.php
372 372 wp_enqueue_script( 'wp-embed' ); 373 373 } 374 374 375 376 375 /** 377 376 * Retrieves the URL to embed a specific post in an iframe. 378 377 * … … 864 863 } 865 864 866 865 /** 866 * Enqueue embed iframe default CSS and JS & fire do_action('enqueue_embed_scripts') 867 * 868 * Enqueue PNG fallback CSS for embed iframe for legacy versions of IE. 869 * 870 * Allows plugins to queue scripts for the embed iframe end using wp_enqueue_script(). 871 * Runs first in oembed_head(). 872 * 873 * @since 4.4.0 874 */ 875 function enqueue_embed_scripts() { 876 wp_enqueue_style( 'open-sans' ); 877 wp_enqueue_style( 'wp-embed-template-ie' ); 878 879 /** 880 * Fires when scripts and styles are enqueued for the embed iframe. 881 * 882 * @since 4.4.0 883 */ 884 do_action( 'enqueue_embed_scripts' ); 885 } 886 887 /** 867 888 * Prints the CSS in the embed iframe header. 868 889 * 869 890 * @since 4.4.0 -
src/wp-includes/embed-template.php
14 14 header( 'X-WP-embed: true' ); 15 15 } 16 16 17 wp_enqueue_style( 'open-sans' );18 19 17 ?> 20 18 <!DOCTYPE html> 21 <html <?php language_attributes(); ?> >19 <html <?php language_attributes(); ?> class="no-js"> 22 20 <head> 23 21 <title><?php echo wp_get_document_title(); ?></title> 24 22 <meta http-equiv="X-UA-Compatible" content="IE=edge"> -
src/wp-includes/js/wp-embed-template.js
2 2 'use strict'; 3 3 4 4 var secret = window.location.hash.replace( /.*secret=([\d\w]{10}).*/, '$1' ), 5 supportedBrowser = ( document.querySelector && window.addEventListener ), 6 loaded = false, 5 7 resizing; 6 8 7 9 function sendEmbedMessage( message, value ) { … … 13 15 } 14 16 15 17 function onLoad() { 18 if ( loaded ) { 19 return; 20 } 21 loaded = true; 22 16 23 var share_dialog = document.querySelector( '.wp-embed-share-dialog' ), 17 24 share_dialog_open = document.querySelector( '.wp-embed-share-dialog-open' ), 18 25 share_dialog_close = document.querySelector( '.wp-embed-share-dialog-close' ), … … 141 148 } 142 149 } 143 150 144 document.addEventListener( 'DOMContentLoaded', onLoad, false );145 146 151 /** 147 152 * Iframe resize handler. 148 153 */ … … 158 163 }, 100 ); 159 164 } 160 165 161 window.addEventListener( 'resize', onResize, false ); 166 if ( supportedBrowser ) { 167 document.documentElement.className = document.documentElement.className.replace( /\bno-js\b/, '' ) + ' js'; 168 document.addEventListener( 'DOMContentLoaded', onLoad, false ); 169 window.addEventListener( 'load', onLoad, false ); 170 window.addEventListener( 'resize', onResize, false ); 171 } 162 172 })( window, document ); -
src/wp-includes/js/wp-embed.js
1 1 (function ( window, document ) { 2 2 'use strict'; 3 3 4 var supportedBrowser = ( document.querySelector && window.addEventListener ), 5 loaded = false; 6 4 7 window.wp = window.wp || {}; 5 8 6 9 if ( !! window.wp.receiveEmbedMessage ) { … … 54 57 } 55 58 }; 56 59 57 window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); 60 function onLoad() { 61 if ( loaded ) { 62 return; 63 } 64 loaded = true; 58 65 59 function onLoad() {60 66 var isIE10 = -1 !== navigator.appVersion.indexOf( 'MSIE 10' ), 61 67 isIE11 = !!navigator.userAgent.match( /Trident.*rv\:11\./ ), 62 68 iframes, iframeClone, i; … … 68 74 for ( i = 0; i < iframes.length; i++ ) { 69 75 iframeClone = iframes[ i ].cloneNode( true ); 70 76 iframeClone.removeAttribute( 'security' ); 71 iframes[ i ].parentNode.insertBefore( iframeClone, iframes[ i ].nextSibling ); 72 iframes[ i ].parentNode.removeChild( iframes[ i ] ); 77 iframes[ i ].parentNode.replaceChild( iframeClone, iframes[ i ] ); 73 78 } 74 79 } 75 80 } 76 81 77 document.addEventListener( 'DOMContentLoaded', onLoad, false ); 82 if ( supportedBrowser ) { 83 window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); 84 document.addEventListener( 'DOMContentLoaded', onLoad, false ); 85 window.addEventListener( 'load', onLoad, false ); 86 } 78 87 })( window, document ); -
src/wp-includes/script-loader.php
727 727 $styles->add( 'open-sans', $open_sans_font_url ); 728 728 729 729 // Includes CSS 730 $styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array( 'open-sans', 'dashicons' ) ); 731 $styles->add( 'wp-auth-check', "/wp-includes/css/wp-auth-check$suffix.css", array( 'dashicons' ) ); 732 $styles->add( 'editor-buttons', "/wp-includes/css/editor$suffix.css", array( 'dashicons' ) ); 733 $styles->add( 'media-views', "/wp-includes/css/media-views$suffix.css", array( 'buttons', 'dashicons', 'wp-mediaelement' ) ); 734 $styles->add( 'wp-pointer', "/wp-includes/css/wp-pointer$suffix.css", array( 'dashicons' ) ); 735 $styles->add( 'customize-preview', "/wp-includes/css/customize-preview$suffix.css" ); 730 $styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array( 'open-sans', 'dashicons' ) ); 731 $styles->add( 'wp-auth-check', "/wp-includes/css/wp-auth-check$suffix.css", array( 'dashicons' ) ); 732 $styles->add( 'editor-buttons', "/wp-includes/css/editor$suffix.css", array( 'dashicons' ) ); 733 $styles->add( 'media-views', "/wp-includes/css/media-views$suffix.css", array( 'buttons', 'dashicons', 'wp-mediaelement' ) ); 734 $styles->add( 'wp-pointer', "/wp-includes/css/wp-pointer$suffix.css", array( 'dashicons' ) ); 735 $styles->add( 'customize-preview', "/wp-includes/css/customize-preview$suffix.css" ); 736 $styles->add( 'wp-embed-template-ie', "/wp-includes/css/wp-embed-template-ie$suffix.css" ); 737 $styles->add_data( 'wp-embed-template-ie', 'conditional', 'lte IE 8' ); 736 738 737 739 // External libraries and friends 738 740 $styles->add( 'imgareaselect', '/wp-includes/js/imgareaselect/imgareaselect.css', array(), '0.9.8' );