Commit b698ffa
Re-enable client-side media processing (#75848)
* Re-enable client-side media processing in the Gutenberg plugin
Remove the disabling shim that was added in #75756, re-enable the
cross-origin isolation e2e tests skipped in #75764, and add thorough
e2e tests for client-side media filename handling, scaled image
metadata, and thumbnail generation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Remove e2e test changes from this PR
The improved e2e tests for file naming belong in #75817 instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Clean up dead bootstrap filter refs in tests
The bootstrap override for client-side media processing was
removed, but tests still referenced it with remove_filter /
add_filter calls. Also replaces redundant "can be enabled"
test with a "can be disabled via filter" test.
---------
Co-authored-by: adamsilverstein <adamsilverstein@git.wordpress.org>
Co-authored-by: ockham <bernhard-reiter@git.wordpress.org>1 parent b5bec2e commit b698ffa
File tree
5 files changed
+115
-267
lines changed- lib
- compat/plugin
- phpunit
- media
- test/e2e/specs/editor/various
5 files changed
+115
-267
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 113 | | |
117 | 114 | | |
118 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | 99 | | |
105 | 100 | | |
106 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
| 205 | + | |
210 | 206 | | |
211 | 207 | | |
212 | 208 | | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
| 209 | + | |
| 210 | + | |
221 | 211 | | |
222 | 212 | | |
223 | 213 | | |
224 | | - | |
| 214 | + | |
225 | 215 | | |
226 | 216 | | |
227 | 217 | | |
228 | | - | |
229 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
230 | 222 | | |
231 | 223 | | |
232 | 224 | | |
| |||
235 | 227 | | |
236 | 228 | | |
237 | 229 | | |
238 | | - | |
239 | | - | |
240 | 230 | | |
241 | 231 | | |
242 | 232 | | |
243 | 233 | | |
244 | 234 | | |
245 | | - | |
246 | 235 | | |
247 | 236 | | |
248 | 237 | | |
| |||
256 | 245 | | |
257 | 246 | | |
258 | 247 | | |
259 | | - | |
| 248 | + | |
260 | 249 | | |
261 | 250 | | |
262 | 251 | | |
| |||
0 commit comments