Skip to content

Commit e7e8c88

Browse files
authored
Remove the context menu feature
This feature sadly never garnered enough implementation interest, being only implemented in Gecko. For some time it looked as though Blink was also interested in implementing, but they recently made the decision to cease implementation and remove all of their code for it, per https://bugs.chromium.org/p/chromium/issues/detail?id=87553&desc=2#c64. Closes #2730.
1 parent 942a9d5 commit e7e8c88

File tree

4 files changed

+94
-847
lines changed

4 files changed

+94
-847
lines changed

.htaccess

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Redirect 301 /multipage/tabular-data.html /multipage/tables.html
4545
# Intentionally deleted previously-generated filenames for /multipage/:
4646
Redirect 410 /multipage/section-sql.html
4747

48+
# Images for now-deleted features
49+
Redirect 410 /images/contextmenu-collapsed.png
50+
Redirect 410 /images/contextmenu-expanded.png
51+
4852
# Images converted to svg:
4953
Redirect 301 /images/content-venn.png /images/content-venn.svg
5054
Redirect 301 /images/parsing-model-overview.png /images/parsing-model-overview.svg

images/contextmenu-collapsed.png

-60.6 KB
Binary file not shown.

images/contextmenu-expanded.png

-74.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)