Skip to content

Commit

Permalink
Remove the context menu feature
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
domenic committed Jun 8, 2017
1 parent 942a9d5 commit e7e8c88
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 847 deletions.
4 changes: 4 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ Redirect 301 /multipage/tabular-data.html /multipage/tables.html
# Intentionally deleted previously-generated filenames for /multipage/:
Redirect 410 /multipage/section-sql.html

# Images for now-deleted features
Redirect 410 /images/contextmenu-collapsed.png
Redirect 410 /images/contextmenu-expanded.png

# Images converted to svg:
Redirect 301 /images/content-venn.png /images/content-venn.svg
Redirect 301 /images/parsing-model-overview.png /images/parsing-model-overview.svg
Expand Down
Binary file removed images/contextmenu-collapsed.png
Binary file not shown.
Binary file removed images/contextmenu-expanded.png
Binary file not shown.
Loading

0 comments on commit e7e8c88

Please sign in to comment.