Chromium
Chromium is a free and open source codebase for a web browser, principally developed and maintained by Google. Google uses the code to make its Chrome web browser, which has additional features. The Chromium codebase is widely used. Microsoft Edge, Opera, and many other browsers are based on the code.
Here are 982 public repositories matching this topic...
-
Updated
May 21, 2022 - JavaScript
-
Updated
May 27, 2022 - Python
-
Updated
May 17, 2022 - Python
-
Updated
May 27, 2022 - Python
Description:
Provide option to keep some segment and provide a submit button below each segment as I don't want to upload the first segment. As I want the first segment but not sure about the consensus and correctness about the first segment.
-
Updated
May 14, 2022 - JavaScript
-
Updated
Oct 23, 2018 - Go
-
Updated
May 2, 2022 - Go
-
Updated
Sep 2, 2020 - Java
-
Updated
May 12, 2022 - JavaScript
-
Updated
May 12, 2022 - C#
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
May 19, 2022 - TypeScript
Cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications:
-
Updated
Oct 31, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
Most browsers prevent websites from autoplaying media and sound automatically, by default.
When I, for example, open multiple youtube-videos in different tabs, I think it is very disturbing to see this non-standard behavour.
Describe the solution you'd like
By default, all media is prevented from playing automatically.
V
Enable CA1062 rule
Change the action for CA1062 on the ruleset file to Error, and make the solution build
-
Updated
May 11, 2022 - C#
Hi,
The pyppeteer's docs say that pyppeteer-install chrome would install the latest Chromium release. In fact in Linux x64 environment the downloaded release was 588429, while the actual latest release is 839847.
A manual update (replacing files) is possible and all is working fine with the latest Chromium release, so is there a way to upgrade or reinstall Chromium to the actually latest
-
Updated
May 26, 2022 - JavaScript
-
Updated
May 14, 2022 - C++
-
Updated
Mar 23, 2018 - JavaScript
-
Updated
Apr 23, 2022 - JavaScript
Created by Google
Released September 2, 2008
- Repository
- chromium/chromium
- Website
- www.chromium.org/Home
- Wikipedia
- Wikipedia
When a
BrowserContextis not obtained from a Playwright Test fixture, but frombrowser.newContext()in a test or when using Playwright Library, it should be closed once no longer needed (according to @mxschmitt at https://stackoverflow.com/questions/72284057/do-playwright-browser-contexts-opened-manually-need-to-be-closed?noredirect=1#comment127709001_72284057). Similarly pages from `context/b