Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP initial reshuffling of opts parsing API for #23009 #23061

Closed
wants to merge 12 commits into from

Commits on Mar 19, 2019

  1. initial reshuffling of opts generation for #23009

    ejmg committed Mar 19, 2019

Commits on Mar 21, 2019

  1. moved multiprocess flag out of opts.rs back into gluten embedder, cha…

    …nged return type of from_cmdline_args to getopts::Result
    ejmg committed Mar 21, 2019
  2. remove multiprocessor configuration from global Opt struct entirely

    ejmg committed Mar 21, 2019

Commits on Jun 30, 2019

  1. moved multiprocess flag out of opts.rs back into gluten embedder, cha…

    …nged return type of from_cmdline_args to getopts::Result
    ejmg committed Jun 30, 2019
  2. Merge branch 'global_opt_parsing_#23009' of github.com:ejmg/servo int…

    …o global_opt_parsing_#23009
    ejmg committed Jun 30, 2019
  3. enable glutin to handle its own CLI Opt logic, starting with multipro…

    …cess. servo/lib.rs now uses opt::multiprocess() in Servo::new()
    ejmg committed Jun 30, 2019
  4. removed disable-vsync option from default Opt, split logic between st…

    …atic value and gluten/main2.rs
    ejmg committed Jun 30, 2019

Commits on Jul 6, 2019

  1. re-added content-process, accidentally removed

    ejmg committed Jul 6, 2019
  2. removed vsync from global opts

    ejmg committed Jul 6, 2019
  3. handled angle flag, removed from global

    ejmg committed Jul 6, 2019
You can’t perform that action at this time.