Blisk (browser)

Blisk is a freemium[4] Chromium-based web browser that aims to improve productivity and code quality by providing a wide array of tools for Web development and testing for different type of devices: desktop, tablet and mobile.[5]

Blisk
Blisk browser (version 14)
Initial releaseMay 9, 2016 (2016-05-09)
Stable release(s)
14.0.68.304 (January 15, 2021 (2021-01-15)[1]) [±]
Written inC++.[2]
EnginesBlink, V8
Operating system

Windows 7 and later

PlatformIA-32, x64, ARMv7
TypeWeb browser
LicenseFreeware under Blisk Terms of Service[3][note 1]
Websiteblisk.io

History

The latest generation of Blisk applications started with the release of version 14 which was announced by the Blisk team on January 15, 2021.[6] With version 14, Blisk started using the new reworked application core, enabling to use simultaneously multiple devices in a synchronized mode (devices follow each other by URL and Scroll position), full support of single-page applications, the possibilities to simulate different mobile networks, and control the device caching.


Features

Blisk is the same as Chromium and Google Chrome in that it features a minimalistic user interface. For example, the merging of the address bar and search bar into the omnibox.[7] Blisk features the side-by-side view of a selected device and desktop content. The workspace can split in two with the device occupying the left-hand side, while the desktop content occupies the right one.

User interface

By default, the main user interface consists of tabs, address bar (Omnibox), toolbar, toolbox, device content, splitter, and desktop content.[8]

Tabs are the main component of Blisk's user interface and located at the top of the window rather than below the controls. Presence and appearance of device and desktop contents are managed by the user and may vary depending on the tab.

The Omnibox is a URL box that combines the functions of both the address bar and search box. If a user enters the URL of a site previously searched from, Blisk allows pressing Tab to search the site again directly from the Omnibox. When a user starts typing in the Omnibox, Blisk provides suggestions for previously visited sites (based on the URL or in-page text), popular websites (not necessarily visited before), and popular searches. Suggestions based on previously visited sites cannot be turned off. Blisk will also autocomplete the URLs of sites visited often. If a user types keywords into the Omnibox that don't match any previously visited websites and presses enter, Blisk will conduct the search using the default search engine.

Blisk's toolbar includes Toggle Developer Mode button to the left, and Back, Forward, Refresh/Cancel buttons to the right. A Home button is not shown by default, but can be added through the Settings page to take the user to the new tab page or a custom home page.

Browsing Mode (top image) and Development Mode (bottom image) in Blisk version 14.0.69.187


Workflow

Blisk is the software aimed to increase the performance of IT specialists while browsing the web or building and testing web applications. The users are able to work in either Browsing Mode or Developer Mode on each tab. Both modes may be used simultaneously across different tabs.


Browsing and Developer Modes

Browsing Mode is used to look for something across the web and view web content and media. This mode displays same layout and behaves same as other popular web browsers like Google Chrome, Internet Explorer, Microsoft Edge, Safari or Firefox. Developer Mode uses custom layout with menu and displays devices. This mode is used for web development and testing of web applications.


Developer Mode

Developer mode is an extended mode and includes the features for web development and testing. With enabled Developer mode, Blisk displays devices and additional interface elements and controls: menus, notifications, device panes, devices, dialog overlays, etc.

To enable Developer mode, the user should click the Developer Mode button to the left of Omnibox. This opens the last used device set or launches Device Manager, where user can select devices to use in a Device Set. Devices are hidden by default unless the user selects a device from the Device Manager at the top right corner. In addition to Devices, Blisk offers Chrome-like desktop view that is a regular browser web view same as in Google Chrome, Internet Explorer, Microsoft Edge, Safari or Firefox.

The button "Development Domain" in Blisk

Development Domain

For web development and testing purposes, the users may need to use Development Domain option in launched Developer Mode. After navigating Blisk to a specific domain (e.g. localhost), this option becomes available. Click the Development Domain button to add the current domain to the list of Development Domains. The next time the user navigates to a given development domain, Blisk automatically launches Developer Mode for it.[9]


Device simulation

Blisk comes with a pre-installed set of phones, tablets, laptops, and desktops that can be simulated, making it easy for developers to test how their code renders across multiple devices and browsers. The feature can be used to compare how the design responds to different screen resolutions and pixel ratios.[10] Device simulation enables developers to test the page behavior in various environments without having to rely on actual devices. Blisk's devices natively support original screen resolution, portrait or landscape orientation, device pixel ratio, user agent, and touch events.[11] As of May 2019, Blisk supports more than 50 devices for web development and testing needs.[11]

Phones

OSs: Android and iOS.

Vendors: Apple Inc., Google, LG, Samsung, OnePlus.

iOS devices:

Android devices:

Tablets

OSs: Android and iOS.

Vendors: Apple Inc., Google.

Device Manager in Blisk version 14.0.69.187

iOS devices:

Android devices:

Laptops

OSs: macOS and Windows.

Vendors: Apple Inc., Dell.

macOS devices:

Windows devices:

  • Laptop 1366×768
  • Laptop 1280×800

Desktops

OSs: macOS and Windows.

Desktops:

With version 14,[6] Blisk introduced the view called "Chrome-like desktop view" which replaced the previous Desktop view. The Chrome-like desktop view is a regular web view same as appears in other popular web browsers.


Error Monitoring

With enabled Developer Mode, Blisk starts monitoring for page errors in JavaScript and resources that failed to load across each launched devices. Whenever an error or a warning appears, Blisk displays a notification at the bottom left corner of each device panel. By clicking error notification, the user opens a window with the list of errors and warnings, that are grouped by text and may be sorted by type.


Capture

With enabled Developer Mode, the users may use different capturing options: take different types of screenshots or record a video of their screen.

The user may take screenshots of the whole Device Set (all launched devices will appear on a screenshot) or take screenshot of a single device. Depending on the setting "Auto-upload to cloud storage" in Menu > Settings > Captures, the user is able to:

  • Upload the screenshot to the cloud storage.
  • Edit the screenshot in a dedicated tool called Image Editor.
  • Download the screenshot and save on the file system.

The user is able to record a video of his screen with a limited duration. As of January 2021, the duration of a video recording is limited to 2 minutes. The video may be recorded in both Browsing and Developer Modes.The user may also switch between modes while recording a video of his screen.


Scroll synchronization

When looking at two different devices, developers can easily see how elements of their projects translate across devices with simultaneous scrolling, meaning if the user scrolls on his/her screen, Blisk also scrolls the same amount on the emulated device he/she chooses.[10] The developer can focus on web development without needing to update the page manually every once in a while.


Page Auto-refresh

Blisk can automatically track changes to local code, and accordingly refresh the page, making development easier.[5] Since version 3.1.62.192, Blisk can also automatically update website styling based on file system changes to referenced CSS files.[12] Page Auto-refresh uses low-level native system API to watch for changes in files and folders specified by the user. When a watched file or a folder gets modified, Blisk automatically refreshes web pages that are displayed on devices, making it easier for the developer to notice, how the new piece of code affects the visual appearance and functionalities of a web page.


Incognito

Blisk features Incognito mode, which prevents the browser from permanently storing any history information or cookies from the websites visited. Incognito mode is similar to the private browsing feature in other web browsers. It doesn't prevent saving in all windows: "You can switch between an incognito window and any regular windows you have open. You'll only be in incognito mode when you're using the incognito window".


Speed

The JavaScript virtual machine used by Blisk inherited from Chromium, the V8 JavaScript engine, has features such as dynamic code generation, hidden class transitions, and precise garbage collection.

See also

Notes

  1. Blink layout engines and its V8 JavaScript engine are each free and open-source software, while its other components are each either open-source or proprietary. However, section 9 of Blisk's Terms of Service designates the whole package as proprietary freeware.

References

  1. "Blisk release 14.0.68.304". Blisk. January 15, 2021. Retrieved January 26, 2021.
  2. Lextrait, Vincent (January 2010). "The Programming Languages Beacon, v10.0". Archived from the original on May 30, 2012. Retrieved March 14, 2010.
  3. "Blisk Terms of Service".
  4. "Blisk Pricing". Retrieved April 10, 2017.
  5. "The Blisk browser is a web developer's dream come true". Mashable. Retrieved May 13, 2016.
  6. Team, Blisk. "Blisk release 14.0.68.304". Blisk. Retrieved 2021-02-02.
  7. Rafe Needleman (May 14, 2008). "The future of the Firefox address bar". CNET News. Retrieved May 13, 2010.
  8. Blisk team (May 22, 2019). "Blisk's User interface". Blisk team. Retrieved May 22, 2019.
  9. Team, Blisk. "Getting started with Blisk browser". Blisk. Retrieved 2021-02-01.
  10. "Blisk is the browser every developer has been longing for". The Next Web. Retrieved May 13, 2016.
  11. "Blisk's supported devices". Blisk team. Retrieved May 23, 2019.
  12. Blisk release notes - version 3.1.62.192
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.