Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

127.0.6533.89: new chromium version #1318

Closed
github-actions bot opened this issue Jul 31, 2024 · 8 comments
Closed

127.0.6533.89: new chromium version #1318

github-actions bot opened this issue Jul 31, 2024 · 8 comments
Labels
release They mark releases (if I remember to put it on :)

Comments

@github-actions
Copy link

Using Windows Release

{
  "channel": "Stable",
  "chromium_main_branch_position": 1313161,
  "hashes": {
    "angle": "c9c37a5df19efb540537d813395580c2611967e2",
    "chromium": "3625eb10aeea40ce8f6048f71dcb5d994b87981d",
    "dawn": "c18555c6b616b07fde3e679e6955a4a72870ae1c",
    "devtools": "c563ccab2ed28501c07ef473ab9fc7a68d08f754",
    "pdfium": "6265082af5b2e931c01781befbd93abf39c3d4be",
    "skia": "1c8089adffdabe3790cc4ca4fb36e24c2f6ab792",
    "v8": "5c5f3d841901cb78a4e130d38d081d03f82f1e36",
    "webrtc": "e0b28a6a81a989c1f5c89e30fcd247870047390d"
  },
  "milestone": 127,
  "platform": "Windows",
  "previous_version": "127.0.6533.88",
  "time": 1722369660264,
  "version": "127.0.6533.89"
}
@uazo
Copy link
Owner

uazo commented Jul 31, 2024

commit: 2295ca7
builder: https://github.com/uazo/cromite/actions/runs/10179976834
release:

changes:

  • bump to 127.0.6533.89
  • Bubble Locking on UI DevTools: 689e7dd
    Allows the use of ctrl+shift+click on the refresh button to activate the Bubble Locking mode for the native dev-ui. The current ctrl+shift+R is really inconvenient and often does not work.
  • Move navigation bar to bottom: fac8596
    fix empty tablist in foldable device (Unresponsive UI after all tabs are closed when in Unfolded mode #1316)
  • Override Navigator Language: b2c2979
    fixing an upstream bug (Can't change Cromite's language #1257)
  • Show full urls for bookmark: patch removed 8b4d15c
    merged with "Disabling some omissions of complete urls"
  • Restore BookmarkToolbar#setCurrentFolder: fix dcheck f6a5060
  • DoH improvements: 8e8845c
    shows all available configurations in chromium despite the country. the privacy policy must be present (Enable NextDNS DoH in drop-down list. #1280)
  • Disabling some omissions of complete urls: bb34519
    the old patch was modified (Scrolling down when opening Site Information Menu near address bar #1255)
  • Cromite Branding: b4d9e73
    modified chrome://version
  • Add browser policy: ee07885
    Add browser policy: added new policy in windows
    • disable dynamic code
    • extension v2 availability
  • enable enable_log_error_not_reached gn flag by default 8f33567
  • Try to fix DIPS service: 887ca9a
    attempt to temporarily fix Android Cromite v127.0.6533.73 keeps crashing randomly but frequently #1308
  • Validate opaque origins checking their precursor: a3379e5
    anticipate v128 changes regarding additional controls on navigation from data: urls
  • Disable support for pointer device id: e336cf9
    disable pointerEvent.deviceId for Windows devices that are able to provide a GUID or serial number and id making them identical to the mouse pointer-id.
    see https://groups.google.com/a/chromium.org/g/blink-dev/c/3eU-AHH8x4k
  • Disable CSS blink-feature support: ed56703
    disables the possibility of using the internal css function blink-feature()
    the function is not currently exposed to websites but is only allowed for testing.
    disabled as it is an advanced fingerprinting mechanism.
    also fixed the possibility of using internal selectors (-internal-*) for speculation rules.
  • Restore chrome password store: da60013
    fix local password management system in windows ([Win] Unable to save passwords #1305)
  • Partitioning all cookies by top frame domain: ce657e1
    disable TpcdMetadataGrants
    disable the use of metadata retrieved from google's servers that enable a priori activation of third-party cookies for sites chosen by chromium team
  • kill Location, fall back to system: cbaed03
    keep disabled LocationProviderManager
    disable the possibility of using external services via networks for geolocation
  • Disable GetInstalledRelatedApps API: cdcf970
    removes the possibility of fetching installed PWAs and UWPs applications in android and windows
  • Disable feeds support by default: ab909cc
    use the new flag v127 kWebFeedKillSwitch
  • Disable all predictors code: d6fed8f
    keep disabled kNetworkContextPrefetch
    the feature disables the Prefetch() method on the NetworkContext, and the PrefetchMatchingURLLoaderFactory, an implementation of URLLoaderFactory that attempts to match against a cache of available prefetches
  • AudioBuffer, AnalyserNode: fp mitigations: ceea5ff
    keep disabled AudioContext.playoutStats
    not allow applications to measure the quality and latency of audio playback using WebAudio.
    see https://chromestatus.com/feature/5172818344148992

@uazo uazo added the release They mark releases (if I remember to put it on :) label Jul 31, 2024
@alk3pInjection
Copy link

An error occurred when building 426f48f.

[40847/60504] CXX obj/chrome/browser/ui/ui/proxy_config_ui.o
FAILED: obj/chrome/browser/ui/ui/proxy_config_ui.o
../../chrome/browser/ui/webui/proxy_config_ui.cc:283:5: error: no template named 'optional' in namespace 'absl'; did you mean 'std::optional'?
  283 |     absl::optional<bool> pacMandatory = config.FindBool("pac_mandatory");
      |     ^~~~~~~~~~~~~~
      |     std::optional
../../third_party/libc++/src/include/optional:575:36: note: 'std::optional' declared here
  575 | class _LIBCPP_DECLSPEC_EMPTY_BASES optional
      |                                    ^
../../chrome/browser/ui/webui/proxy_config_ui.cc:343:5: error: no template named 'optional' in namespace 'absl'; did you mean 'std::optional'?
  343 |     absl::optional<bool> reverse_bypass = rules->FindBool("reverse_bypass");
      |     ^~~~~~~~~~~~~~
      |     std::optional
../../third_party/libc++/src/include/optional:575:36: note: 'std::optional' declared here
  575 | class _LIBCPP_DECLSPEC_EMPTY_BASES optional
      |                                    ^
2 errors generated.
[40868/60504] CXX obj/chrome/browser/ui/ui/tab_helpers.o
ninja: build stopped: subcommand failed.

imho it seems like absl::optional needs to be replaced with the std variant?
See also: d9d21aa

@uazo
Copy link
Owner

uazo commented Aug 1, 2024

imho it seems like absl::optional needs to be replaced with the std variant?

yes, I would say so. I will try to do a global replacement.
thanks for the tip.

@uazo
Copy link
Owner

uazo commented Aug 1, 2024

next version #1327

@uazo uazo closed this as completed Aug 1, 2024
@uazo uazo unpinned this issue Aug 1, 2024
@luxysiv
Copy link

luxysiv commented Aug 1, 2024

Excuse me, can I request a feature here? Can you add GMScore support like YouTube Revanced? I think this will sync history, passwords and bookmarks via Google account. I'm sorry I don't know how to open a feature request issue. @uazo

@uazo
Copy link
Owner

uazo commented Aug 2, 2024

Can you add GMScore support

write it down here --> https://www.github.com/uazo/cromite/issues/408

@mathfelin
Copy link

I wanted to suggest this for you to look at and analyze what can be enabled or not, it needs to be reviewed, but here are the best possible flags for Cromite.
https://github.com/melo936/ChromiumHardening/blob/main/flags/flags.md

@uazo
Copy link
Owner

uazo commented Aug 2, 2024

@mathfelin thanks but please open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release They mark releases (if I remember to put it on :)
Projects
None yet
Development

No branches or pull requests

4 participants