Gutenberg ref update.

Only includes the following commit: e7b8c0c8a3.

"Media: Use Document-Isolation-Policy for cross-origin isolation on Chromium 137+" (https://github.com/WordPress/gutenberg/pull/75991)

See #64595.
See #64766.

Built from https://develop.svn.wordpress.org/trunk@61846


git-svn-id: http://core.svn.wordpress.org/trunk@61133 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ellatrix
2026-03-05 12:38:26 +00:00
parent 683c1d2d87
commit eff8e6b7ad
11 changed files with 678 additions and 751 deletions

View File

@@ -100,7 +100,7 @@
'wp-url',
'wp-warning'
),
'version' => '5140a363580d1c7cd43c'
'version' => '7d8ba03c46a31976363c'
),
'block-library.min.js' => array(
'dependencies' => array(
@@ -860,7 +860,7 @@
'import' => 'dynamic'
)
),
'version' => '7e012a6701be0a6ad8f3'
'version' => '2dac6787d62a1c93f85e'
),
'url.min.js' => array(
'dependencies' => array(

View File

@@ -100,7 +100,7 @@
'wp-url',
'wp-warning'
),
'version' => '5140a363580d1c7cd43c'
'version' => '7d8ba03c46a31976363c'
),
'block-library.js' => array(
'dependencies' => array(
@@ -860,7 +860,7 @@
'import' => 'dynamic'
)
),
'version' => '7e012a6701be0a6ad8f3'
'version' => '2dac6787d62a1c93f85e'
),
'url.js' => array(
'dependencies' => array(

View File

@@ -22,29 +22,29 @@ return array(
'path' => 'preferences/style',
'dependencies' => array('wp-components'),
),
array(
'handle' => 'wp-commands',
'path' => 'commands/style',
'dependencies' => array('wp-components'),
),
array(
'handle' => 'wp-reusable-blocks',
'path' => 'reusable-blocks/style',
'dependencies' => array('wp-block-editor', 'wp-components'),
),
array(
'handle' => 'wp-patterns',
'path' => 'patterns/style',
'handle' => 'wp-widgets',
'path' => 'widgets/style',
'dependencies' => array('wp-block-editor', 'wp-components'),
),
array(
'handle' => 'wp-commands',
'path' => 'commands/style',
'dependencies' => array('wp-components'),
),
array(
'handle' => 'wp-components',
'path' => 'components/style',
'dependencies' => array(),
),
array(
'handle' => 'wp-widgets',
'path' => 'widgets/style',
'handle' => 'wp-patterns',
'path' => 'patterns/style',
'dependencies' => array('wp-block-editor', 'wp-components'),
),
array(
@@ -57,20 +57,15 @@ return array(
'path' => 'block-directory/style',
'dependencies' => array('wp-block-editor', 'wp-components', 'wp-editor'),
),
array(
'handle' => 'wp-media-utils',
'path' => 'media-utils/style',
'dependencies' => array('wp-components', 'wp-theme'),
),
array(
'handle' => 'wp-customize-widgets',
'path' => 'customize-widgets/style',
'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-components', 'wp-media-utils', 'wp-preferences', 'wp-widgets'),
),
array(
'handle' => 'wp-edit-post',
'path' => 'edit-post/style',
'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-commands', 'wp-components', 'wp-editor', 'wp-preferences', 'wp-widgets'),
'handle' => 'wp-media-utils',
'path' => 'media-utils/style',
'dependencies' => array('wp-components', 'wp-theme'),
),
array(
'handle' => 'wp-edit-widgets',
@@ -78,15 +73,20 @@ return array(
'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-components', 'wp-media-utils', 'wp-patterns', 'wp-preferences', 'wp-widgets'),
),
array(
'handle' => 'wp-block-editor',
'path' => 'block-editor/style',
'dependencies' => array('wp-commands', 'wp-components', 'wp-preferences', 'wp-theme'),
'handle' => 'wp-edit-post',
'path' => 'edit-post/style',
'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-commands', 'wp-components', 'wp-editor', 'wp-preferences', 'wp-widgets'),
),
array(
'handle' => 'wp-block-library',
'path' => 'block-library/style',
'dependencies' => array('wp-block-editor', 'wp-components', 'wp-patterns'),
),
array(
'handle' => 'wp-block-editor',
'path' => 'block-editor/style',
'dependencies' => array('wp-commands', 'wp-components', 'wp-preferences', 'wp-theme'),
),
array(
'handle' => 'wp-edit-site',
'path' => 'edit-site/style',

File diff suppressed because it is too large Load Diff

View File

@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-notices', 'wp-preferences', 'wp-primitives', 'wp-priority-queue', 'wp-private-apis', 'wp-rich-text', 'wp-style-engine', 'wp-theme', 'wp-token-list', 'wp-upload-media', 'wp-url', 'wp-warning'), 'version' => '5140a363580d1c7cd43c');
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-notices', 'wp-preferences', 'wp-primitives', 'wp-priority-queue', 'wp-private-apis', 'wp-rich-text', 'wp-style-engine', 'wp-theme', 'wp-token-list', 'wp-upload-media', 'wp-url', 'wp-warning'), 'version' => '7d8ba03c46a31976363c');

File diff suppressed because one or more lines are too long

View File

@@ -7,25 +7,15 @@
*/
return array(
array(
'id' => '@wordpress/a11y',
'path' => 'a11y/index',
'asset' => 'a11y/index.min.asset.php',
),
array(
'id' => '@wordpress/interactivity',
'path' => 'interactivity/index',
'asset' => 'interactivity/index.min.asset.php',
),
array(
'id' => '@wordpress/interactivity-router',
'path' => 'interactivity-router/index',
'asset' => 'interactivity-router/index.min.asset.php',
),
array(
'id' => '@wordpress/interactivity-router/full-page',
'path' => 'interactivity-router/full-page',
'asset' => 'interactivity-router/full-page.min.asset.php',
'id' => '@wordpress/abilities',
'path' => 'abilities/index',
'asset' => 'abilities/index.min.asset.php',
),
array(
'id' => '@wordpress/latex-to-mathml',
@@ -37,46 +27,46 @@ return array(
'path' => 'latex-to-mathml/loader',
'asset' => 'latex-to-mathml/loader.min.asset.php',
),
array(
'id' => '@wordpress/interactivity-router',
'path' => 'interactivity-router/index',
'asset' => 'interactivity-router/index.min.asset.php',
),
array(
'id' => '@wordpress/interactivity-router/full-page',
'path' => 'interactivity-router/full-page',
'asset' => 'interactivity-router/full-page.min.asset.php',
),
array(
'id' => '@wordpress/a11y',
'path' => 'a11y/index',
'asset' => 'a11y/index.min.asset.php',
),
array(
'id' => '@wordpress/core-abilities',
'path' => 'core-abilities/index',
'asset' => 'core-abilities/index.min.asset.php',
),
array(
'id' => '@wordpress/abilities',
'path' => 'abilities/index',
'asset' => 'abilities/index.min.asset.php',
),
array(
'id' => '@wordpress/route',
'path' => 'route/index',
'asset' => 'route/index.min.asset.php',
),
array(
'id' => '@wordpress/connectors',
'path' => 'connectors/index',
'asset' => 'connectors/index.min.asset.php',
),
array(
'id' => '@wordpress/edit-site-init',
'path' => 'edit-site-init/index',
'asset' => 'edit-site-init/index.min.asset.php',
),
array(
'id' => '@wordpress/connectors',
'path' => 'connectors/index',
'asset' => 'connectors/index.min.asset.php',
),
array(
'id' => '@wordpress/lazy-editor',
'path' => 'lazy-editor/index',
'asset' => 'lazy-editor/index.min.asset.php',
),
array(
'id' => '@wordpress/vips/worker',
'path' => 'vips/worker',
'asset' => 'vips/worker.min.asset.php',
),
array(
'id' => '@wordpress/vips/loader',
'path' => 'vips/loader',
'asset' => 'vips/loader.min.asset.php',
),
array(
'id' => '@wordpress/workflow',
'path' => 'workflow/index',
@@ -88,9 +78,14 @@ return array(
'asset' => 'boot/index.min.asset.php',
),
array(
'id' => '@wordpress/block-editor/utils/fit-text-frontend',
'path' => 'block-editor/utils/fit-text-frontend',
'asset' => 'block-editor/utils/fit-text-frontend.min.asset.php',
'id' => '@wordpress/vips/worker',
'path' => 'vips/worker',
'asset' => 'vips/worker.min.asset.php',
),
array(
'id' => '@wordpress/vips/loader',
'path' => 'vips/loader',
'asset' => 'vips/loader.min.asset.php',
),
array(
'id' => '@wordpress/block-library/accordion/view',
@@ -137,6 +132,11 @@ return array(
'path' => 'block-library/tabs/view',
'asset' => 'block-library/tabs/view.min.asset.php',
),
array(
'id' => '@wordpress/block-editor/utils/fit-text-frontend',
'path' => 'block-editor/utils/fit-text-frontend',
'asset' => 'block-editor/utils/fit-text-frontend.min.asset.php',
),
array(
'id' => '@wordpress/boot',
'path' => 'boot/index',

View File

@@ -1732,13 +1732,6 @@ var wp;
};
return cachedResult;
}
if (typeof window !== "undefined" && window.HTMLIFrameElement && !("credentialless" in window.HTMLIFrameElement.prototype)) {
cachedResult = {
supported: false,
reason: "Browser does not support credentialless iframes. Cross-origin isolation would break third-party embeds"
};
return cachedResult;
}
if (typeof navigator !== "undefined" && "deviceMemory" in navigator && navigator.deviceMemory <= 2) {
cachedResult = {
supported: false,

View File

@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-blob', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-private-apis', 'wp-url'), 'module_dependencies' => array(array('id' => '@wordpress/vips/worker', 'import' => 'dynamic')), 'version' => '7e012a6701be0a6ad8f3');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-blob', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-private-apis', 'wp-url'), 'module_dependencies' => array(array('id' => '@wordpress/vips/worker', 'import' => 'dynamic')), 'version' => '2dac6787d62a1c93f85e');

File diff suppressed because one or more lines are too long

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '7.0-beta2-61845';
$wp_version = '7.0-beta2-61846';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.