Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upChange OSX 'activiation policy' when running headless mode. #10935
Conversation
8e08c63
to
6b77751
|
This might also fix #9513? |
|
@bors-servo r+ |
|
|
|
This is missing an update for ports/cef/Cargo.lock. |
|
@bors-servo r=larsbergstrom |
|
|
| fn builder_with_platform_options(mut builder: glutin::WindowBuilder)-> glutin::WindowBuilder { | ||
| if opts::get().headless || opts::get().output_file.is_some() { | ||
| // Prevent the window from showing in Dock.app, stealing focus, | ||
| // or appaearing at all when running in headless mode or generating an |
This comment has been minimized.
This comment has been minimized.
|
Fixed the typo @bors-servo r=larsbergstrom |
|
|
|
@bors-servo: r=larsbergstrom p=10 This makes bots run tests faster so a higher priority will help the queue clear out |
|
|
|
Change OSX 'activiation policy' when running headless mode. ...or also when outputting a file. Fixes #10836. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10935) <!-- Reviewable:end -->
|
|
|
Updated lockfiles. Didn't know that cef required servo-glutin @bors-servo: r=larsbergstrom p=10 |
|
|
|
I did point it out 6 hours ago :) |
I thought ports/glutin was the only "port" that required glutin, so I didn't bother trying to update it (I did update cocoa-rs). Though I should probably stop assuming these things :P |
|
Tidy fail @bors-servo: r=larsbergstrom p=10 |
|
|
Change OSX 'activiation policy' when running headless mode. ...or also when outputting a file. Fixes #10836. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10935) <!-- Reviewable:end -->
|
|
frewsxcv commentedApr 29, 2016
•
edited
...or also when outputting a file.
Fixes #10836.
This change is