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 upBump default resolution to 1024x768 #11953
Conversation
|
There are lots of other places where the 800x600 appears (comments in that file, another place where it's initialized, etc.). I'd want to get all of them (or unify its appearance) if we make this change. Also, I'm a little worried that this will take a few trial runs through the infra if we're not forcing to 800x600 on the tests, as our xvfb usage on Linux and our macOS login sessions are at resolutions that work for the current numbers of simultaneous tests and window sizes and have had issues with different resolutions in the past. |
1531740
to
ba73a0a
|
@bors-servo try |
Bump default resolution to 1024x768 Still doesn't make github show the sign in button (for that aspect ratio matters, not resolution), but it otherwise is a bit nicer with more space <!-- 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/11953) <!-- Reviewable:end -->
|
|
|
One intermittent, but two viewport-related failures that are likely related to this change:
|
|
The aspect ratio changed, fixed the test. r? |
|
@bors-servo r=till |
|
|
Bump default resolution to 1024x768 Still doesn't make github show the sign in button (for that aspect ratio matters, not resolution), but it otherwise is a bit nicer with more space <!-- 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/11953) <!-- Reviewable:end -->
|
|
highfive
commented
Jun 30, 2016
|
|
Would it be possible to keep the tests at 800x600 and have non-test runs use 1024x768? |
|
Yes. |
|
I changed this to pin the tests to the old resolution (there's a WPT option). Tests pass now. I tried to figure out the exact pixel value it needed, but even inputting the clientWidth numbers didn't work. It seems like in the existing test the values don't exactly match either (232 instead of 240?), so I'm not sure what's happening. |
Bump default resolution to 1024x768 Still doesn't make github show the sign in button (for that aspect ratio matters, not resolution), but it otherwise is a bit nicer with more space <!-- 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/11953) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
1 similar comment
|
@bors-servo retry |
|
@bors-servo p=10 |
Bump default resolution to 1024x768 Still doesn't make github show the sign in button (for that aspect ratio matters, not resolution), but it otherwise is a bit nicer with more space <!-- 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/11953) <!-- Reviewable:end -->
|
|
highfive
commented
Jul 1, 2016
|
|
@bors-servo retry p=10 |
Bump default resolution to 1024x768 Still doesn't make github show the sign in button (for that aspect ratio matters, not resolution), but it otherwise is a bit nicer with more space <!-- 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/11953) <!-- Reviewable:end -->
Upgrade wptrunner This should allow us to start running and writing new webdriver tests. Note, this currently undoes the viewport-related change from #11953. @Manishearth what do you want to do here? --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because our test instrastructure will test it <!-- 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/12223) <!-- Reviewable:end -->
Upgrade wptrunner This should allow us to start running and writing new webdriver tests. Note, this currently undoes the viewport-related change from #11953. @Manishearth what do you want to do here? --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because our test instrastructure will test it <!-- 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/12223) <!-- Reviewable:end -->
Upgrade wptrunner This should allow us to start running and writing new webdriver tests. Note, this currently undoes the viewport-related change from #11953. @Manishearth what do you want to do here? --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because our test instrastructure will test it <!-- 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/12223) <!-- Reviewable:end -->
Upgrade wptrunner This should allow us to start running and writing new webdriver tests. Note, this currently undoes the viewport-related change from #11953. @Manishearth what do you want to do here? --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because our test instrastructure will test it <!-- 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/12223) <!-- Reviewable:end -->
Upgrade wptrunner This should allow us to start running and writing new webdriver tests. Note, this currently undoes the viewport-related change from #11953. @Manishearth what do you want to do here? --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because our test instrastructure will test it <!-- 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/12223) <!-- Reviewable:end -->
Manishearth commentedJun 30, 2016
•
edited by larsbergstrom
Still doesn't make github show the sign in button (for that aspect ratio matters, not resolution), but it otherwise is a bit nicer with more space
This change is