Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ab78d16 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge branch '1321-master-upstream2' into 'master'

Browser: Bump to version 117.0.5938.153

See merge request !60
parents fa44af7f 0c277571
Loading
Loading
Loading
Loading
Loading

.config_gclient

deleted100644 → 0
+0 −75
Original line number Diff line number Diff line
solutions = [{
    "url": "https://chromium.googlesource.com/chromium/src.git",
    "managed": False,
    "name": "src",
    "custom_deps": {
        "src/native_client": None,
        "src/third_party/gvr-android-sdk/src": None,
        "src/third_party/arcore-android-sdk/src": None
    },
    "custom_hooks": [{
        "name": "gvr_static_shim_android_arm",
        "condition": False
    }, {
        "name": "gvr_static_shim_android_arm_1",
        "condition": False
    }, {
        "name": "gvr_static_shim_android_arm_ndk1",
        "condition": False
    }, {
        "name": "gvr_static_shim_android_arm_Cr",
        "condition": False
    }, {
        "name": "gvr_static_shim_android_arm64",
        "condition": False
    }, {
        "name": "gvr_static_shim_android_arm64_1",
        "condition": False
    }, {
        "name": "gvr_static_shim_android_arm64_ndk1",
        "condition": False
    }, {
        "name": "gvr_static_shim_android_arm64_Cr",
        "condition": False
    }, {
        "name": "gvr_static_shim_custom_libcxx_android_arm",
        "condition": False
    }, {
        "name": "gvr_static_shim_custom_libcxx_android_arm64",
        "condition": False
    }, {
        "name": "sdkextras",
        "condition": False
    }, {
        "name": "sysroot_x86",
        "condition": False
    }, {
        "name": "sysroot_x64",
        "condition": False
    }, {
        "name": "vr_controller_test_api",
        "condition": False
    }, {
        "name": "vr_test_apks",
        "condition": False
    }, {
        "name": "ar_test_apks",
        "condition": False
    }, {
        "name": "test_fonts",
        "condition": False
    }, {
        "name": "zucchini_testdata",
        "condition": False
    }, {
        "name": "Fetch Android RenderTest goldens",
        "condition": False
    }],
    "custom_vars": {
        "checkout_instrumented_libraries": False,
        "checkout_nacl": False,
        "checkout_traffic_annotation_tools": False,
    }
}]

target_os = ["android"]

.github/FUNDING.yml

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
# These are supported funding model platforms

liberapay: csagan5
custom: https://www.bromite.org/#donate
+0 −89
Original line number Diff line number Diff line
---
name: Bug report
about: Create a Bromite bug report

---

<!-- Welcome! Thanks for taking time to submit a bug report.
Have you read the README? https://github.com/bromite/bromite/blob/master/README.md
Have you searched the issue tracker? https://github.com/bromite/bromite/issues
Are you sure this is not a Chromium bug? You have to test with Chromium before submitting a bug.
Are you using the latest version of Bromite?

If instead of a bug report you want to ask a question then please use the GitHub Discussions: https://github.com/bromite/bromite/discussions
-->

### Bromite version

Version: `89.0...`
Arch: `arm` or `arm64` or `x86`
Android version: (example: `9.0`)
Device model: (example: `SM-G960UZKABST`)

### Flags

These are the flags changed under `chrome://flags`:

<!-- Report all the blue-highlighted flags here, those are the flags with non-default configuration -->

### Is this bug about the SystemWebView?

<!-- No support for SystemWebView installations is provided. -->

Yes/No

### Is the bug reproducible with latest version?

<!-- Do not report bugs which are not reproducible with latest version. -->

Yes/No

### Can the bug be reproduced with corresponding Chromium version?

<!--
Please pick the same version of Chromium as Bromite from here: https://github.com/bromite/chromium/releases
If the bug is reproducible then it might be a configuration issue or an upstream bug. Upstream bugs can be reported on the [Chromium issue tracker](https://bugs.chromium.org/p/chromium/issues/list) and do not forget to read [Chromium project bug reporting guidelines](https://www.chromium.org/for-testers/bug-reporting-guidelines) first.

If the bug is related to functionality that does not exist in Chromium then answer "No".
-->

Yes/No

### Is this bug happening in an incognito tab?
Yes/No

### Allow ads for the site; is the bug caused by the adblocker?
Yes/No

### Is the bug a crash?

No

-- or --

Yes, this is the crash dump:
```
<paste here logcat dump individuated with 'adb logcat | grep chromium'>
```

### Describe the bug

<!-- Write here a clear and concise description of the bug. -->

### Steps to reproduce the bug

Steps to reproduce the bug:
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error

Do not write "any website", specify which URLs can be used to reproduce the issue.

### Expected behavior

<!-- A clear and concise description of what you expected to happen. -->

### Screenshots

<!-- If applicable, add screenshots to help explain your problem. Otherwise remove this section. -->
+0 −35
Original line number Diff line number Diff line
---
name: Feature request
about: Suggest a privacy-related idea for this project

---

<!-- Welcome! Thanks for taking time to submit a feature request.
Have you searched the issue tracker? https://github.com/bromite/bromite/issues
Have you read the F.A.Q.s? https://github.com/bromite/bromite/blob/master/FAQ.md
Have you read the README? https://github.com/bromite/bromite/blob/master/README.md
Have you read the Wiki? https://github.com/bromite/bromite/wiki

If instead of a feature request you want to ask a question then please use the GitHub Discussions: https://github.com/bromite/bromite/discussions

-->

<!-- Do not submit feature requests for extensions support or adding a search engine. -->

### Is your feature request related to privacy?

<!-- Features that are not related to privacy are not considered. -->

### Is there a patch available for this feature somewhere?

<!-- If yes then provide URL and license information. -->

### Describe the solution you would like

<!-- A clear and concise description of what you want to happen.

Do not ask "I would like feature X which is available in browser Y"; such issues are closed immediately. -->

### Describe alternatives you have considered

<!-- A clear and concise description of any alternative solutions or features you have considered. -->

.gitmodules

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
[submodule "bromite"]
	path = bromite
	url = https://github.com/bromite/bromite/
Loading