Skip to content

Commit

Permalink
Drop CEF support
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Jan 31, 2018
1 parent e94a259 commit 2282292
Show file tree
Hide file tree
Showing 106 changed files with 151 additions and 38,350 deletions.
74 changes: 20 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Expand Up @@ -5,8 +5,6 @@ members = [

"ports/geckolib",
"ports/geckolib/tests",

"ports/cef",
]
default-members = [
"ports/servo",
Expand Down
2 changes: 0 additions & 2 deletions docs/ORGANIZATION.md
Expand Up @@ -59,8 +59,6 @@
* mach
* A command-line tool to help with developer tasks.
* ports
* cef
* Embedding implementation for the Chrome Embedding Framework (CEF) API.
* geckolib
* A static library to be linked into Gecko for the Stylo project.
* glutin
Expand Down
2 changes: 0 additions & 2 deletions etc/ci/buildbot_steps.yml
Expand Up @@ -46,7 +46,6 @@ mac-dev-unit:
- env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach build --dev
- env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach test-unit
- ./mach package --dev
- env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach build-cef
- ./mach build-geckolib
- bash ./etc/ci/lockfile_changed.sh
- bash ./etc/ci/manifest_changed.sh
Expand Down Expand Up @@ -108,7 +107,6 @@ linux-dev:
- ./mach build --dev
- ./mach test-unit
- ./mach package --dev
- ./mach build-cef
- ./mach build --dev --no-default-features --features default-except-unstable
- ./mach build-geckolib
- ./mach test-stylo
Expand Down
4 changes: 2 additions & 2 deletions etc/ci/check_no_panic.sh
Expand Up @@ -17,8 +17,8 @@ cd "$(git rev-parse --show-toplevel)"
PATHS=(
"components/compositing/compositor.rs"
"components/constellation/"
"ports/glutin/lib.rs"
"ports/glutin/window.rs"
"ports/servo/glutin_app/mod.rs"
"ports/servo/glutin_app/window.rs"
)

# Make sure the paths exist
Expand Down
1 change: 0 additions & 1 deletion etc/ci/taskcluster-test.sh
Expand Up @@ -14,7 +14,6 @@ set -o pipefail
env CC=gcc-5 CXX=g++-5 ./mach build --dev
env ./mach test-unit
env ./mach package --dev
env ./mach build-cef
env ./mach build --dev --no-default-features --features default-except-unstable
./mach build-geckolib
./mach test-stylo
Expand Down
46 changes: 0 additions & 46 deletions ports/cef/Cargo.toml

This file was deleted.

11 changes: 0 additions & 11 deletions ports/cef/README.md

This file was deleted.

1 comment on commit 2282292

@alihoumani
Copy link

@alihoumani alihoumani commented on 2282292 Feb 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why CEF support for servo has been removed and is there any other alternative in the pipeline? #19900 @paulrouget

Please sign in to comment.