Skip to content

Commit

Permalink
Bug 1941134 - Wallpaper: Add designmode.css again to the bundle. r=je…
Browse files Browse the repository at this point in the history
…sup a=pascalc

Differential Revision: https://phabricator.services.mozilla.com/D233987
  • Loading branch information
emilio committed Jan 13, 2025
1 parent 95becaf commit cf865a7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ var allowlist = [
// security/manager/pki/resources/content/device_manager.js
{ file: "chrome://pippki/content/load_device.xhtml" },

// Intentionally unreferenced, see bug 1941134
{ file: "resource://gre/res/designmode.css" },

// The l10n build system can't package string files only for some platforms.
// See bug 1339424 for why this is hard to fix.
{
Expand Down
1 change: 1 addition & 0 deletions browser/installer/package-manifest.in
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@
; Style Sheets, Graphics and other Resources used by the layout engine.
@RESPATH@/res/EditorOverride.css
@RESPATH@/res/contenteditable.css
@RESPATH@/res/designmode.css
@RESPATH@/res/table-add-column-after-active.gif
@RESPATH@/res/table-add-column-after-hover.gif
@RESPATH@/res/table-add-column-after.gif
Expand Down
5 changes: 5 additions & 0 deletions layout/style/designmode.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/* Empty, see bug 1941134 */
1 change: 1 addition & 0 deletions layout/style/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ JAR_MANIFESTS += ["jar.mn"]

RESOURCE_FILES += [
"contenteditable.css",
"designmode.css",
]

CONTENT_ACCESSIBLE_FILES += [
Expand Down

0 comments on commit cf865a7

Please sign in to comment.