Questions tagged [chromium-portable]

Chromium Portable is a portable version of the Chromium web browser, packaged in the PortableApps.com format. It can be used to build standalone applications for iOS, Android and Windows and is platform independent.

Chromium Portable is a portable version of the Chromium web browser, packaged in the PortableApps.com format. It can be used to build standalone applications for iOS, Android and Windows and is platform independent.

The bookmarks, extensions, themes and plugins will all be preserved, and Chromium Portable will leave no personal information behind on the machine it is being run on.

Chromium Portable is based on Google Chrome's Dev release channel, and is updated at least twice per month. More about it can be found on the Google Chrome release channels at the Chromium development website.

Features

  1. Compliant with the PortableApps.com Format specification.
  2. Able to recover data after crashes (on the same computer)
10 questions
2
votes
1 answer

How to remove warning popups in Chromium Portable?

I have added a few flags in the Chromium Portable startup ini file such as these -allow-file-access-from-files -disable-web-security -user-data-dir -ignore-certificate-errors How do I remove the warning popups on startup?
user5848303
2
votes
1 answer

Is there a way to detect a preflight request in REST API Jersey?

Is there a way to know the preflight request headers in Java Jersey or is there a way to send different response to a preflight request? Suppose I have the following…
Pritam Banerjee
  • 17,953
  • 10
  • 93
  • 108
1
vote
2 answers

CefSharp Wpf , Session Cookie for multiple instances

I am very curious if there is a possibility in CEF Sharp , somehow to isolate each instance of browser from other instances. I am creating 4 instances of browser. Logging in on of the instances , immediately 3 other instances become logged in as…
alonso miuyh
  • 13
  • 1
  • 4
1
vote
2 answers

How to get the Ajax header fields in javascript?

I am using the following to do a http GET: $.ajax({ type: 'GET', url: server + '/hello', dataType: 'json', async: false, xhrFields: { withCredentials: true }, success: function(data){ if(data.connected){ …
Pritam Banerjee
  • 17,953
  • 10
  • 93
  • 108
1
vote
1 answer

How to use Jquery UI Slider on Windows Surface?

I am working on an application for Windows surface and I am trying to use the Jquery UI slider. It works for mouse events, but does not work for touch. I looked at this question here and tried its solutions, but it does not work. (Used both…
Pritam Banerjee
  • 17,953
  • 10
  • 93
  • 108
0
votes
1 answer

Package latest chrome-engine with your UWP build to avoid legacy Internet explorer issues in Web-View for PWA

Package latest chrome-engine with your UWP (Universal Windows Platform) build to avoid legacy Internet explorer issues in Web-View. Let me explain the situation first: I have a legacy UWP written in C# which opens a web application in web-view. This…
WitVault
  • 23,445
  • 19
  • 103
  • 133
0
votes
0 answers

Change Logo, Icon of Chromium browser for windows

I want to change the GUI of chromium browser and rename it to make it my personal browser. Any idea what should I do to change the images like it's logo, back and forward buttons, and other many icons. and I want to stop its google synchronization…
0
votes
0 answers

Provide bluez API to APP development in chromiumOS

I have written a custom API to perform a specific task on top of bluez, now I want to provide the new API to UI app developer, I wandered to do so and failed to understand the flow of code from APP to bluez. Please anybody guide that how will be the…
0
votes
1 answer

How to fix Cross Origin Request Sharing issue in Chromium Portable?

I am trying to fix CORS issue in Chromium Portable. Added --allow-file-access-from-files --disable-web-security Works for the older versions but not for the latest one. Will not be able to modify anything on the server side and also cannot use…
Pritam Banerjee
  • 17,953
  • 10
  • 93
  • 108
0
votes
1 answer

How to get touch events working in chromium portable running in windows surface?

This is what I am using to trigger the touch events : var eventMap = {}; (function(){ var eventReplacement = { "mousedown": ["touchstart mousedown", "mousedown" , "pointerdown"], "mouseup": ["touchend mouseup", "mouseup", "pointerup"], …
Pritam Banerjee
  • 17,953
  • 10
  • 93
  • 108