Skip to content

Commit

Permalink
better folder structure for win-bin/extras
Browse files Browse the repository at this point in the history
  • Loading branch information
pwlin committed Mar 1, 2015
1 parent 2430e8d commit 91c2820
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
Binary file added win-bin/extras/audio-video/ffmpegsumo.dll
Binary file not shown.
Binary file not shown.
8 changes: 8 additions & 0 deletions win-bin/extras/example-portable/index-portable.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
</head>
<body>
<script>
document.write(navigator.userAgent);
</script>
</body>
18 changes: 18 additions & 0 deletions win-bin/extras/example-portable/start-chromium-portable.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@echo off

SET CRFOLDER=%~dp0
IF "%1" == "" (
SET INDEX=%CRFOLDER%\index-portable.html
) ELSE (
SET INDEX=%1
)

START %CRFOLDER%\App\Chrome-bin\chrome.exe --user-data-dir="%CRFOLDER%\Data\profile" "%INDEX%"
:: Extra switches bases on http://peter.sh/experiments/chromium-command-line-switches/
:: --disk-cache-dir="%TEMP%\ChromiumNightlyPortable"
:: --host-rules="MAP * baz, EXCLUDE www.google.com"
:: --ignore-certificate-errors
:: --ignore-gpu-blacklist
:: --incognito
:: --kiosk
:: --disable-backing-store-limit --disable-async-dns --disable-account-consistency --disable-affiliation-based-matching --disable-answers-in-suggest --disable-domain-reliability --disable-breakpad --disable-preconnect --disable-suggestions-service --disable-cloud-import --disable-logging --disable-default-apps --disable-component-cloud-policy --disable-sync --disable-translate --no-default-browser-check --ignore-autocomplete-off-autofill --disable-client-side-phishing-detection --safebrowsing-disable-auto-update

0 comments on commit 91c2820

Please sign in to comment.