Bug 1868737 - Allow minimal gfx features by default for uncertain...
Bug 1868737 - Allow minimal gfx features by default for uncertain configurations. r=jrmuizel,perftest-reviewers,kshampur a=RyanVM Some features such as the GPU process (except on Android), backdrop filter (because it always works with Software WebRender), ANGLE (because it is generally good) and out of process WebGL (we generally want to remote WebGL for sandboxing purposes) are special, and should not be disabled simply because we are uncertain about our configuration. In these situations, disable most features, but keep these enabled by default.
Showing
- taskcluster/ci/test/talos.yml 10 additions, 1 deletiontaskcluster/ci/test/talos.yml
- widget/GfxInfoBase.cpp 27 additions, 2 deletionswidget/GfxInfoBase.cpp
- widget/GfxInfoBase.h 2 additions, 0 deletionswidget/GfxInfoBase.h
- widget/android/GfxInfo.cpp 6 additions, 1 deletionwidget/android/GfxInfo.cpp
- widget/gtk/GfxInfo.cpp 13 additions, 10 deletionswidget/gtk/GfxInfo.cpp
- widget/windows/GfxInfo.cpp 19 additions, 26 deletionswidget/windows/GfxInfo.cpp
Loading
Please register or sign in to comment