~santoshbit2007/oxide:cmd_line_extra

Last commit made on 2016-09-05
Get this branch:
git clone -b cmd_line_extra https://git.launchpad.net/~santoshbit2007/oxide
Only Santosh can upload to this branch. If you are Santosh please log in for upload directions.

Branch merges

Branch information

Name:
cmd_line_extra
Repository:
lp:~santoshbit2007/oxide

Recent commits

4a2feef... by Santosh

Removed logging to file. Now it logs only on console

f736c6b... by Santosh

patchset 2: applied review comments

bfcf72d... by Santosh Mahto <email address hidden>

Allow to use chromium command line arguments.
its also enables verbose logging.
Usage :
export OXIDE_VERBOSE_LOGGING_LEVEL=2
export OXIDE_EXTRA_CMD_ARGS="--show-fps-counter ...."

49d1970... by Chris Coulson

Stop using device form factor for setting various WebPreferences (bug 1547149)

WebPreferences::allow_custom_scrollbar_in_main_frame is now always false. Other preferences are configured from a display-specific form factor, which is determined via qtubuntu.

b95fa33... by Chris Coulson

Deprecate OxideQWebPreferences::shrinksStandaloneImagesToFit (bug 1547149)

The option has been removed from Blink (it's tied to WebSettings::viewportEnabled now), and the way we exposed it meant it never worked anyway (the option was always overridden depending on the form factor).

8e12773... by Chris Coulson

Use base::Environment instead of directly calling getenv

f4dfb43... by Chris Coulson

Don't pass --form-factor to child processes

8d600a0... by Chris Coulson

Delete gyp support (bug 1589902)

269a354... by Chris Coulson

Use WebPreferences::main_frame_resizes_are_orientation_changes rather than the corresponding command line option (bug 1547160)

1640cbb... by Chris Coulson

Pinch-zoom is always on, so always send pinch gestures to content (bug 1547138)