parent
b17d0b8866
commit
c2423231dd
@ -0,0 +1,19 @@
|
|||||||
|
diff -up chromium-112.0.5615.49/components/feed/core/v2/protocol_translator.cc.me chromium-112.0.5615.49/components/feed/core/v2/protocol_translator.cc
|
||||||
|
--- chromium-112.0.5615.49/components/feed/core/v2/protocol_translator.cc.me 2023-03-31 20:33:32.129658455 +0200
|
||||||
|
+++ chromium-112.0.5615.49/components/feed/core/v2/protocol_translator.cc 2023-03-31 20:41:19.593822038 +0200
|
||||||
|
@@ -10,7 +10,6 @@
|
||||||
|
#include "base/logging.h"
|
||||||
|
#include "base/time/time.h"
|
||||||
|
#include "components/feed/core/proto/v2/packing.pb.h"
|
||||||
|
-#include "components/feed/core/proto/v2/wire/chrome_feed_response_metadata.pb.h"
|
||||||
|
#include "components/feed/core/proto/v2/wire/data_operation.pb.h"
|
||||||
|
#include "components/feed/core/proto/v2/wire/feature.pb.h"
|
||||||
|
#include "components/feed/core/proto/v2/wire/feed_response.pb.h"
|
||||||
|
@@ -19,7 +18,6 @@
|
||||||
|
#include "components/feed/core/proto/v2/wire/stream_structure.pb.h"
|
||||||
|
#include "components/feed/core/proto/v2/wire/token.pb.h"
|
||||||
|
#include "components/feed/core/v2/feedstore_util.h"
|
||||||
|
-#include "components/feed/core/v2/ios_shared_experiments_translator.h"
|
||||||
|
#include "components/feed/core/v2/metrics_reporter.h"
|
||||||
|
#include "components/feed/core/v2/proto_util.h"
|
||||||
|
#include "components/feed/feed_feature_list.h"
|
@ -1,5 +1,8 @@
|
|||||||
# system wide chromium flags
|
# system wide chromium flags
|
||||||
|
CHROMIUM_FLAGS=""
|
||||||
|
CHROMIUM_FLAGS+=" --disable-features=AudioServiceSandbox,UseChromeOSDirectVideoDecoder,AllowQt"
|
||||||
|
CHROMIUM_FLAGS+=" --enable-features=VaapiVideoDecoder,VaapiVideoEncoder"
|
||||||
|
|
||||||
if [ "$XDG_SESSION_TYPE" == "wayland" ] || [[ $WAYLAND_DISPLAY ]] ; then
|
if [ "$XDG_SESSION_TYPE" == "wayland" ] || [[ $WAYLAND_DISPLAY ]] ; then
|
||||||
CHROMIUM_FLAGS="--use-gl=egl"
|
CHROMIUM_FLAGS+=" --use-gl=egl"
|
||||||
fi
|
fi
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
SHA512 (node-v19.8.1-linux-arm64.tar.xz) = 86ff19085669e92ce7afe2fd7d4df0c5441df2d88c00f29d5463b805f3cf5625626db8aebf98349c9a495b772da1ce6d68263730018207ea98815058a1c81397
|
SHA512 (node-v19.8.1-linux-arm64.tar.xz) = 86ff19085669e92ce7afe2fd7d4df0c5441df2d88c00f29d5463b805f3cf5625626db8aebf98349c9a495b772da1ce6d68263730018207ea98815058a1c81397
|
||||||
SHA512 (node-v19.8.1-linux-x64.tar.xz) = 925c0037c6b7074d0b0245bced20d0a0d9b1300f53b808106f16b5018d763f5f5b00bc321b33fa1033d736b1e1076608da9b7fcae66aed53d27b100b1186e2c6
|
SHA512 (node-v19.8.1-linux-x64.tar.xz) = 925c0037c6b7074d0b0245bced20d0a0d9b1300f53b808106f16b5018d763f5f5b00bc321b33fa1033d736b1e1076608da9b7fcae66aed53d27b100b1186e2c6
|
||||||
SHA512 (chromium-111.0.5563.146-clean.tar.xz) = 3980af2936e81dda6723ec036acb0ee51e5248cba90973fbd202579b9d161956349851e29f5ba7dc0f82713385067ffee444c47531d235bf1420cd3f1ff914ff
|
SHA512 (chromium-112.0.5615.49-clean.tar.xz) = cda9247696503dc0be0d9519f85c0619736da66410751412819362beeb115a51da1f90b15c60bae0d517fea70dca5797ae5eccf728ee13fd1cf29d1fe216f943
|
||||||
|
Loading…
Reference in new issue