This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: UTF-8 -*- | |
""" | |
Prints out the deps and hooks exclusive to Chromium for Android | |
Usage: get_android_deps.py path/to/DEPS | |
""" | |
import ast |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From: <Saved by Blink> | |
Snapshot-Content-Location: https://github.com/Eloston/ungoogled-chromium/issues/215 | |
Subject: =?utf-8?Q?Update Windows support =C2=B7 Issue #215 =C2=B7 Eloston/ungoogled-chromium = | |
=C2=B7 GitHub?= | |
Date: Sun, 3 Mar 2018 07:47:50 -0000 | |
MIME-Version: 1.0 | |
Content-Type: multipart/related; | |
type="text/html"; | |
boundary="----MultipartBoundary--AosCGXj5QuQoq2zh9c6JIB03tM1NNV1AKmJJCP9ndf----" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Useful documentation: | |
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/observe | |
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/preventExtensions | |
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/seal | |
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze | |
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign | |
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyDescriptor | |
Stuff for weak references: | |
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet |