Chromium (web browser)

Print Print
Reading time 18:42

Chromium
Chomium Material Icon.svg
Chromium 78 running on GNOME Shell and Ubuntu Linux.png
Chromium 78 on Linux
Original author(s)Google[1]
Developer(s)Google mainly[2][3]
Initial release2 September 2008; 12 years ago (2008-09-02)[1]
Repository Edit this at Wikidata
Written inC++ primarily[4]HTML, CSS, JavaScript for UI[5] and others[4][5]
EnginesBlink, V8
Operating systemWindows, Linux, Android, iOS, macOS, BSDs
PlatformIA-32, x86-64, ARM
LicenseBSD[6] and others[7]
Websitewww.chromium.org/Home

Chromium is an open-source codebase for a web browser, principally developed and maintained by Google.[3] Google uses the code to make its Chrome browser, which has additional features.

The Chromium codebase is widely used. Microsoft Edge, Opera, and many other browsers are based on the code. Other parties compile it and release browsers with the Chromium name and logo. Moreover, significant portions of the code are used by several app frameworks.

Chromium's user interface is minimalist, as one of Google's initial goals was to make the browser "feel lightweight (cognitively and physically) and fast".[8]

Licensing

Chromium is an entirely free and open-source software project. The Google-authored portion is shared under the 3-clause BSD license.[6] Other parts are subject to a variety of licenses, including MIT, LGPL, Ms-PL, and an MPL/GPL/LGPL tri-license.[7]

This licensing permits any party to build the codebase and share the resulting browser executable with the Chromium name and logo. Thus many Linux distributions do this, as well as FreeBSD and OpenBSD.[9]

Differences from Google Chrome

Chromium provides the vast majority of source code for Google Chrome, so the name "Chromium" was chosen by Google because chromium metal is used in chrome plating.[1][10]

There is no Chromium build from Google. All browsers released with the Chromium name and logo are built by other parties.

Features

Chromium lacks the following Chrome features:[9]

  • Automatic browser updates
  • API keys for some Google services, including browser sync[11]
  • The Widevine DRM module
  • Licensed codecs for the popular H.264 video and AAC audio formats
  • Tracking mechanisms for usage and crash reports

Branding and licensing

While Chrome has the same user interface functionality as Chromium, it changes the color scheme to the Google-branded one. Unlike Chromium, Chrome is not open-source, so its binaries are licensed as freeware under the Google Chrome Terms of Service.[12]

Development

The Chromium browser codebase contains about 35 million source lines of code.[4]

Contributors

Chromium has been a Google project since its inception,[1][3] and Google employees have done the bulk of the development work.[2]

Google refers to this project and the offshoot Chromium OS as "The Chromium Projects",[13] and its employees use @chromium.org email addresses for this development work. However, in terms of governance, "Chromium Projects" are not independent entities; Google retains firm control of them.[3]

The Chromium browser codebase is widely used, so others have made important contributions, most notably Microsoft, Igalia, Yandex, Intel, Samsung, LG, Opera, and Brave.[2][3] Some employees of these companies also have @chromium.org email addresses.

Programming languages

C++ is the primary language, comprising about half of the codebase.[4] This includes the Blink and V8 engines, the implementation of HTTP and other protocols, the internal caching system, and other essential browser components.

Some of the user interface is implemented in HTML, CSS, and JavaScript.[5][4] An extensive collection of web platform tests are also written in these languages.[14]

About 10% of the codebase is written in C.[4] This is mostly from third-party libraries that provide essential functionality, such as SQLite and numerous codecs.[15]

Support for mobile operating systems requires special languages: Java for Android, and for iOS both Swift and Objective-C.[5][4] (A copy of Apple's WebKit engine is also in the codebase, since it is required for iOS browsers.[16])

Logistics

The bug tracking system is a publicly accessible website.[17] Participants are identified by their email addresses.

The Chromium continuous integration system automatically builds and tests the codebase several times a day.[18]

Builds are identified by a four-part version number that is major.minor.build.patch.[19] This versioning scheme and the branch points that occur every six to seven weeks are from Google Chrome and its development cycle.[20]

History

2008 to 2010

Google Chrome debuted in September 2008, and along with its release, the Chromium source code was also made available, allowing builds to be constructed from it.[1][21][22]

Upon release, Chrome was criticized for storing a user's passwords without the protection of a master password. Google has insisted that a master password provides no real security against knowledgeable hackers, but users argued that it would protect against co-workers or family members borrowing a computer and being able to view stored passwords as plaintext.[23] In December 2009, Chromium developer P. Kasting stated: "A master password was issue 1397. That issue is closed. We will not implement a master password. Not now, not ever. Arguing for it won't make it happen. 'A bunch of people would like it' won't make it happen. Our design decisions are not democratic. You cannot always have what you want."[24]

An alpha build of Chromium 3 for Linux

Version 3 was the first alpha available for Linux. Chromium soon incorporated native theming for Linux, using the GTK+ toolkit to allow it fit into the GNOME desktop environment.[25][26][27][28] Version 3 also introduced JavaScript engine optimizations and user-selectable themes.[29]

Version 6 introduced features for user interface minimalism, including a unified single page and tools menu, no home button by default (although user configurable), a combined reload/stop button, bookmark bar deactivated by default. It also introduced an integrated PDF reader, WebM and VP8 support for use with HTML5 video, and a smarter URL bar.[30][31]

Version 7 boosted HTML5 performance to twice that of prior versions via hardware acceleration.[32][33][34]

Version 8 focused on improved integration into Chrome OS and improved cloud features. These include background web applications, host remoting (allowing users centrally to control features and settings on other computers) and cloud printing.[34]

Version 9 introduced a URL bar feature for exposing phishing attacks, plus sandboxing for the Adobe Flash plug-in. Other additions were the WebGL library and access for the new Chrome Web Store.[35][36][37]

2011

Chromium logo introduced in 2011[38]

In February, Google announced that it was considering large-scale user interface (UI) changes, including at least partial elimination of the URL bar, which had been a mainstay of browsers since the early years of the Web. The proposed UI was to be a consolidation of the row of tabs and the row of navigation buttons, the menu, and URL bar into a single row. The justification was freeing up more screen space for web page content. Google acknowledged that this would result in URLs not always being visible to the user, that navigation controls and menus may lose their context, and that the resulting single line could be quite crowded.[39] However, by August, Google decided that these changes were too risky and shelved the idea.[40]

In March, Google announced other directions for the project. Development priorities focused on reducing the size of the executable, integrating web applications and plug-ins, cloud computing, and touch interface support.[41][42] Thus a multi-profile button was introduced to the UI, allowing users to log into multiple Google and other accounts in the same browser instance. Other additions were malware detection and support for hardware-accelerated CSS transforms.[43][44]

By May, the results of Google's attempts to reduce the file size of Chromium were already being noted. Much of the early work in this area concentrated on shrinking the size of WebKit, the image resizer, and the Android build system.[45] Subsequent work introduced a more compact mobile version that reduced the vertical space of the UI.[46][47]

Other changes in 2011 were GPU acceleration on all pages, adding support for the new Web Audio API, and the Google Native Client (NaCl) which permits native code supplied by third parties as platform-neutral binaries to be securely executed within the browser itself.[48][49] Google's Skia graphics library was also made available for all Chromium versions.[50][51]

Since 2012

The sync service added for Google Chrome in 2012 could also be used by Chromium builds.[52][53] The same year, a new API for high-quality video and audio communication was added, enabling web applications to access the user's webcam and microphone after asking permission to do so.[54][55] Then GPU accelerated video decoding for Windows and support for the QUIC protocol were added.[56][57]

In 2013, Chromium's modified WebKit rendering engine was officially forked as the Blink engine.[58][59]

Other changes in 2013 were the ability to reset user profiles and new browser extension APIs.[60] Tab indicators for audio and webcam usage were also added, as was automatic blocking of files detected as malware.[61]

Version 69 introduced a new browser theme, as part of the 10th anniversary of Google Chrome.[62] The same year, new measures were added to curtail abusive advertising.[63]

Starting in March 2021, the Google Chrome sync service can no longer be used by Chromium builds.[64][11]

Browsers based on Chromium

In addition to Google Chrome, many other notable web browsers have been based on the Chromium code.

Active

  • Amazon Silk
  • Avast Secure Browser developed by Avast
  • Beaker, a peer-to-peer web browser
  • Blisk is a browser available for Windows 7 and later, OS X 10.9 and later that aims to provide an array of useful tools for Web development.
  • Brave is an open-source web browser that aims to block website trackers and remove intrusive internet advertisements.
  • CodeWeavers CrossOver Chromium is an unofficial bundle of a Wine derivative and Chromium Developer Build 21 for Linux and macOS, first released on 15 September 2008 by CodeWeavers as part of their CrossOver project.[65][66]
  • Comodo Dragon is a rebranded version of Chromium for 32-bit Windows 8.1, 8, Windows 7 and Vista[67] produced by the Comodo Group. According to the developer, it provides improved security and privacy features.[68]
  • Cốc Cốc is a freeware web browser focused on the Vietnamese market, developed by Vietnamese company Cốc Cốc, based on Chromium open-source code for Windows.[69] According to data published by StatCounter in July 2013, Cốc Cốc has passed Opera to become one of the top 5 most popular browsers in Vietnam[70] within 2 months after its official release.[71]
  • Epic Browser is a privacy-centric web browser developed by Hidden Reflex of India and based on Chromium source code.[72]
  • Falkon a Qt-based GUI, using the Chromium-based QtWebEngine.[73]
  • qutebrowser a Qt-based GUI with Vim-like keybindings, using the Chromium-based QtWebEngine.[74]
  • Microsoft Edge is Chromium-based as of 15 January 2020.[75][76]
  • Naver Whale is a South Korean freeware web browser developed by Naver Corporation, which is also available in English. It became available on Android on 13 April 2018.
  • Opera began to base its web browser on Chromium with version 15.[77]
  • Qihoo 360 Secure Browser is a Chromium-based Chinese web browser developed by Qihoo.[78]
  • SalamWeb is a web browser based on Chromium for Muslims, which only allows Halal websites/information.
  • Samsung Internet shipped its first Chromium-based browser in a Galaxy S4 model released in 2013.[79]
  • Sleipnir is a Chromium derivative browser for Windows and macOS. One of its main features is linking to Web apps (Facebook, Twitter, Dropbox, etc.) and smartphone apps (Google Map, etc.). It also boasts what it calls "beautiful text," and has unique graphical tabs, among other features.[80]
  • Slimjet: A Chromium-based web browser released by FlashPeak that features built-in webpage translation, PDF viewing capability and a PPAPI flash plugin, features usually missing from Chromium-based browsers currently not supported.
  • SRWare Iron is a freeware release of Chromium for Windows, macOS and Linux, offering both installable and portable versions. Iron disables certain configurable Chromium features that could share information with third parties and additional tracking features that Google adds to its Chrome browser.[81]
  • Torch is a browser based on Chromium for Windows. It specializes in media downloading and has built-in media features, including a torrent engine, video grabber and sharing button.[82]
  • Vivaldi is a browser for Windows, macOS and Linux developed by Vivaldi Technologies.[83][84] Chromium-based Vivaldi aims to revive the rich features of the Presto-era Opera with its own proprietary modifications.
  • Yandex Browser is a browser created by the Russian software company Yandex for macOS, Windows, Linux, Android and iOS.[85] The browser integrates Yandex services, which include a search engine, a machine translation service and cloud storage. On Android it provides ability to install chrome extensions on a mobile browser[86].

Discontinued

  • Flock – a browser that specialized in providing social networking and had Web 2.0 facilities built into its user interface. It was based on Chromium starting with version 3.0. Flock was discontinued in April 2011.[87][88]
  • Redcore – a browser developed by Chinese company Redcore Times (Beijing) Technology Ltd. and marketed as a domestic product that was developed in-house, but was revealed to be based on Chromium[89]
  • Rockmelt – a Chromium-based browser for Windows, macOS, Android and iOS under a commercial proprietary licence. It integrated features from Facebook and Twitter, but was discontinued in April 2013 and fully retired at 10am PT on 31 July 2013.[90][91] On 2 August 2013, Rockmelt was acquired by Yahoo! Rockmelt's extensions and its website was shut down after 31 August 2013. Yahoo! plans to integrate Rockmelt's technology into other products.[92]

Use in app frameworks

Significant portions of the Chromium code are used by some application frameworks. Notable examples are Electron, the Chromium Embedded Framework, and the Qt WebEngine.[73] These frameworks have been used to create many apps.

References

  1. ^ a b c d e Google (2 September 2008). "Welcome to Chromium". Retrieved 28 April 2021.
  2. ^ a b c "Intent to Explain: Demystifying the Blink Shipping Process". Chromium Blog. 12 November 2019. Retrieved 27 April 2021.
  3. ^ a b c d e Shankland, Stephen (30 November 2020). "Google gets web allies by letting outsiders help build Chrome's foundation". CNET. Retrieved 27 April 2021.
  4. ^ a b c d e f g "Chromium - Language Breakdown". Open Hub. Retrieved 26 April 2021.
  5. ^ a b c d "Chromium coding style". Google Open Source. Google Source. Retrieved 22 April 2021.
  6. ^ a b "BSD license". Chromium repository. Google. Retrieved 27 April 2021.
  7. ^ a b "Chromium Terms and Conditions". Google Code. 2 September 2008. Archived from the original on 22 October 2008. Retrieved 27 April 2021.
  8. ^ "User Experience". Chromium Developer Documentation. dev.chromium.org. 2009. Retrieved 5 July 2009.
  9. ^ a b "Notes on Chromium". Woolyss. Retrieved 3 April 2021.
  10. ^ Murphy, Glen (18 December 2012). "Why is Google Chrome browser named as Chrome?". Retrieved 6 July 2020.
  11. ^ a b "Chromium sync Google API removed". Retrieved 20 March 2021.
  12. ^ "Google Chrome Terms of Service". www.google.com. Retrieved 26 September 2017.
  13. ^ "The Chromium Projects". Google. Retrieved 28 April 2021.
  14. ^ "Web Platform Tests". Chromium repository. Retrieved 27 April 2021.
  15. ^ "third_party - chromium/src.git - Git at Google". Chromium repository. Retrieved 27 April 2021.
  16. ^ "Open-sourcing Chrome on iOS!". 2017. Retrieved 26 April 2021.
  17. ^ "Chromium bug tracking system". Retrieved 28 April 2021.
  18. ^ "Tour of the Chromium Continuous Integration Console". Retrieved 26 April 2021.
  19. ^ Frysinger, Mike (14 March 2014). "Version Numbers". The Chromium Projects. Retrieved 1 May 2015.
  20. ^ LaForge, Anthony (16 December 2010). "Chrome Release Cycle -12/16/2010". Google Slides. Retrieved 1 May 2015.
  21. ^ Paul, Ryan (September 2008). "Google unveils Chrome source code and Linux port". Retrieved 19 June 2010.
  22. ^ Paul, Ryan (December 2008). "Google releases Chrome 1.0". Retrieved 19 June 2010.
  23. ^ "1397 - Master password is missing". bugs.chromium.org. March 2011. Retrieved 29 March 2011.
  24. ^ "812 - Profile/login support". bugs.chromium.org. March 2011. Retrieved 29 March 2011.
  25. ^ Paul, Ryan (May 2009). "Hands on: Google Chromium browser alpha for Linux". Retrieved 20 June 2010.
  26. ^ Paul, Ryan (June 2009). "Google releases Chrome preview for Mac OS X and Linux". Retrieved 20 June 2010.
  27. ^ Paul, Ryan (July 2009). "Google Chromium gains native theming support on Linux". Retrieved 20 June 2010.
  28. ^ Smith, Mike and Karen Grunberg (June 2009). "Danger: Mac and Linux builds available". Retrieved 22 June 2010.
  29. ^ Paul, Ryan (September 2009). "Chrome 3 out, JavaScript performance increased 150% since v1". Retrieved 20 June 2010.
  30. ^ Sneddon, Joey-Elijah (July 2010). "Chromium's Unified Menu Comes to Daily Builds". Archived from the original on 15 August 2010. Retrieved 15 July 2010.
  31. ^ Gruener, Wolfgang (July 2010). "Overview: Chrome 6, The Naked Browser". Archived from the original on 6 April 2012. Retrieved 14 July 2010.
  32. ^ Nakano, Chelsi (August 2010). "Chromium 7 Has Arrived and It's Not that Awesome". Retrieved 20 August 2010.
  33. ^ Gruener, Wolfgang (August 2010). "First Look: Google Increases Graphics Performance With Chrome 7". Archived from the original on 24 July 2012. Retrieved 20 August 2010.
  34. ^ a b Gruener, Wolfgang (October 2010). "A Preview of Chrome 8: Clouds Ahead". Conceivably Tech. Archived from the original on 24 July 2012. Retrieved 14 October 2010.
  35. ^ Bakke, Kurt (November 2010). "Google's Next Big Browser Play: Prerendering and False Start?". Conceivably Tech. Archived from the original on 24 July 2012. Retrieved 23 October 2010.
  36. ^ Schuh, Justin and Carlos Pizano (December 2010). "Rolling out a sandbox for Adobe Flash Player". Chromium Blog. Retrieved 1 December 2010.
  37. ^ Gruener, Wolfgang (February 2011). "Chrome 9 and 11: Instant Search, More Speed". Conceivably Tech. Archived from the original on 18 October 2012. Retrieved 6 February 2011.
  38. ^ Protalinski, Emil (16 March 2011). "Google Chrome and Chromium to get new logos". Conceivably Tech. Retrieved 10 December 2017.
  39. ^ Gruener, Wolfgang (February 2011). "Google May Kill Chrome URL Bar". Conceivably Tech. Archived from the original on 26 March 2013. Retrieved 6 February 2011.
  40. ^ Gruener, Wolfgang (August 2011). "Google Shelves Hidden Location Bar". Conceivably Tech. Archived from the original on 6 April 2012. Retrieved 9 August 2011.
  41. ^ Gruener, Wolfgang (March 2011). "Google Chrome in 2011: The Biggest Loser?". Archived from the original on 18 August 2012. Retrieved 27 March 2011.
  42. ^ Shankland, Stephen (March 2011). "Google working to reverse Chrome bloat". Retrieved 27 March 2011.
  43. ^ Gruener, Wolfgang (April 2011). "Google Preps Huge UI Update For Chrome". Conceivably Tech. Archived from the original on 6 April 2012. Retrieved 20 April 2011.
  44. ^ Paul, Ryan (June 2011). "Chrome 12 arrives with security, rendering improvements". Ars Technica. Retrieved 12 June 2011.
  45. ^ Bailey, Dan (May 2011). "Google Trims Fat From Chrome". Conceivably Tech. Archived from the original on 6 April 2012. Retrieved 5 May 2011.
  46. ^ Paul, Ryan (May 2011). "Chrome 13 introduces experimental hidden nav bar option". Ars Technica. Retrieved 19 May 2011.
  47. ^ Gruener, Wolfgang (May 2011). "Google Is Serious: You Can Kill Chrome's URL Bar". Conceivably Tech. Archived from the original on 19 April 2012. Retrieved 19 May 2011.
  48. ^ Bailey, Dan (June 2011). "No More Updates For Firefox 4, Chromium 14 Released". Conceivably Tech. Archived from the original on 6 April 2012. Retrieved 3 June 2011.
  49. ^ Paul, Ryan (September 2011). "Chrome 14 arrives with improved Lion support and NaCl". Ars Technica. Retrieved 20 September 2011.
  50. ^ Bailey, Dan (September 2011). "3D Web Browsing Sneaks into Google Chrome". Conceivably Tech. Archived from the original on 18 August 2012. Retrieved 19 September 2011.
  51. ^ Bailey, Dan (September 2011). "Google To Switch Chromium For Mac Graphics to Skia". Conceivably Tech. Archived from the original on 16 June 2012. Retrieved 19 September 2011.
  52. ^ Mathias, Raz (15 May 2012). "Keeping tabs on your tabs". Retrieved 15 May 2012.
  53. ^ Paul, Ryan (16 May 2012). "Hands-on with the new tab synchronization feature in Chrome 19". Ars Technica. Retrieved 19 May 2012.
  54. ^ Grunberg, Karen (31 July 2012). "Stable Channel Release". Retrieved 31 July 2012.
  55. ^ Paul, Ryan (31 July 2012). "Chrome 21 launches with webcam API and retina Mac support". Ars Technica. Retrieved 15 August 2012.
  56. ^ Google (6 November 2012). "Stable Channel Release and Beta Channel Update". Retrieved 6 November 2012.
  57. ^ "Issue 11125002: Add QuicFramer and friends. - Code Review". chromiumcodereview.appspot.com. Retrieved 25 December 2020.
  58. ^ Barth, Adam (April 3, 2013). "Chromium Blog: Blink: A rendering engine for the Chromium project". Blog.chromium.org. Archived from the original on April 4, 2013. Retrieved June 14, 2013.
  59. ^ Bright, Peter (3 April 2013). "Google going its own way, forking WebKit rendering engine". Ars Technica. Conde Nast. Retrieved 9 March 2017.
  60. ^ Cho, Eddie (20 August 2013). "Chrome 29 adds a reset button". CNET. Retrieved 8 April 2014.
  61. ^ Grunberg, Karen and Daniel Xie (14 January 2014). "Stable Channel Update". Google Chrome Release Notes. Retrieved 14 January 2014.
  62. ^ "Google Chrome Browser – New Material Design – 10 Years Anniversary". TehnoBlog.org.
  63. ^ Bradbury, Danny (6 December 2018). "Chrome 71 stomps on abusive advertising". Naked Security. Retrieved 7 December 2018.
  64. ^ "Limiting private API availability in Chromium". Retrieved 20 March 2021.
  65. ^ "Fire Drills and Proving a Point". CodeWeavers. 15 September 2008. Retrieved 2 May 2009.
  66. ^ "CrossOver Chromium". Archived from the original on 18 September 2008. Retrieved 18 September 2008.
  67. ^ "Comodo Dragon 46 is now available for download. - News/ Announcements/ Feedback - CD". comodo.com. Retrieved 31 March 2017.
  68. ^ Comodo Group (2010). "Comodo Dragon Internet Browser". Retrieved 28 June 2010.
  69. ^ "Tech in Asia - Connecting Asia's startup ecosystem". www.techinasia.com.
  70. ^ "StatCounter Global Stats - Browser, OS, Search Engine including Mobile Usage Share". StatCounter Global Stats.
  71. ^ "Cốc Cốc | Cốc Cốc ra mắt trình duyệt Internet riêng cho thị trường Việt Nam". Cốc Cốc Search Engine.
  72. ^ "FAQS". epic the privacy browser. Retrieved 31 December 2013.
  73. ^ a b "Qt WebEngine Overview - Qt WebEngine 5.11". doc.qt.io. Retrieved 21 October 2018.
  74. ^ "Frequently asked questions". qutebrowser.org.
  75. ^ Belfiore, Joe (15 January 2019), New year, new browser – The new Microsoft Edge is out of preview and now available for download, Microsoft
  76. ^ "Microsoft Edge and Chromium Open Source: Our Intent". Microsoft Edge Team. 6 December 2018. Retrieved 8 December 2018.
  77. ^ Lawson, Bruce (28 May 2013). "A first peek at Opera 15 for Computers". Opera Developer News. Archived from the original on 7 June 2013. Retrieved 24 November 2016.
  78. ^ processZ (产品经理) (15 July 2016). "360安全浏览器帮助中心". 360社区 (in Chinese). Retrieved 21 June 2017. 升级内核至Chromium 45 内核
  79. ^ Koch, Peter-Paul. "What's The Deal with the Samsung Internet Browser?". Smashing Magazine.
  80. ^ The Fenrir website. "The Sleipnir product web page". The luxury advanced web browser, with beautiful text ... Fenrir Inc. Retrieved 12 March 2014.
  81. ^ "Chrome vs Iron". The SR Ware website. SR Ware; Stefan Ries. Retrieved 12 March 2014.
  82. ^ Serea, Razvan Mihai Asmanow (2012). "Torch Browser: Fast web browser, BitTorrent client and video downloader".
  83. ^ "Home - Vivaldi Forum". vivaldi.net. Archived from the original on 11 January 2016. Retrieved 31 March 2017.
  84. ^ Williams, Owen (27 January 2015). "Meet Vivaldi, A New Browser From the Former CEO of Opera". thenextweb.com. Retrieved 31 March 2017.
  85. ^ "Yandex Browser — neat, convenient and smart". browser.yandex.com.
  86. ^ "How to install extensions to the mobile "Yandex.Browser" for Android". edwardsrailcar.com.
  87. ^ Iedtke, Michael (16 June 2010). "Flock Browser Gets Faster, Friendlier With Upgrade". ABC. Retrieved 17 June 2010.
  88. ^ Sneddon, Joey (April 2011). "End of the line for Flock social browser". OMG Ubuntu. Retrieved 15 April 2011.
  89. ^ Dai, Sarah (17 August 2018). "Redcore CEO admits '100pc China-developed browser' is built on Google's Chrome, says writing code from scratch would 'take many years'". South China Morning Post. Archived from the original on 17 August 2018. Retrieved 17 August 2018.
  90. ^ Duncan, Geoff (2010). "RockMelt browser builds in social tools". Retrieved 27 November 2010.
  91. ^ "Rockmelt Blog". Archived from the original on 31 August 2013. Retrieved 16 July 2013.
  92. ^ Dredge, Stuart (5 August 2013). "Yahoo buys social web-browser startup Rockmelt but shuts down its apps | Technology". theguardian. Retrieved 3 November 2013.

External links

By: Wikipedia.org
Edited: 2021-06-18 12:38:21
Source: Wikipedia.org