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

Penguin release #3027

Merged
merged 41 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
7744172
Proposed solution
Oct 27, 2023
6e2d141
Merge pull request #2990 from v-hclaveria/AZD178187_text_overflow_run…
claud-io Oct 30, 2023
5353b75
Character fixing
Oct 30, 2023
cd6502f
Change on styling, adding missing tag. Applying same change to passwo…
Oct 30, 2023
5d4de98
Merge pull request #2992 from v-hclaveria/AZD178187_text_overflow_run…
claud-io Oct 30, 2023
b2e8a9c
Adjustment on styling
Oct 31, 2023
5c8e30b
Message added
Nov 7, 2023
e225e09
Merge pull request #2994 from v-hclaveria/overlapping_text
claud-io Nov 8, 2023
dc6e2d8
Updated iPhone/iPad mobile devices
lbartoli79 Nov 9, 2023
3729f98
Updated docker related mobile devices settings
lbartoli79 Nov 9, 2023
c462f86
Reverted android device settings
lbartoli79 Nov 9, 2023
8396ad9
Merge pull request #3000 from v-hclaveria/add_message_for_lighthouse
claud-io Nov 10, 2023
79fcee2
Remove special logic used when there is only a single browser defined…
lbartoli79 Nov 10, 2023
e88652a
Bugfix: disabled autocomplete for country and state select on signup …
Nov 10, 2023
9523c3e
Bugfix: disabled autofill on country and state fields for the bill ad…
Nov 10, 2023
89ec3ef
replacing what's new with carousel
claud-io Nov 24, 2023
05d1bae
added quote
claud-io Nov 24, 2023
4963995
moved after test configuration
claud-io Nov 27, 2023
1cc2505
fixed typo
claud-io Nov 28, 2023
45f8ee0
Merge pull request #3009 from alectejada/signup_autofill_country
claud-io Nov 29, 2023
d560479
Restored old configuration for iphone 6/7/8, 6+/7+/8+
lbartoli79 Dec 5, 2023
a5b342a
Sync docker mobile_devices.ini
lbartoli79 Dec 5, 2023
6b2dd47
Added newer pixel devices
lbartoli79 Dec 6, 2023
4ed932f
Removed newline
lbartoli79 Dec 6, 2023
5a7724e
Updated slow devices throttle_cpu
lbartoli79 Dec 6, 2023
daec848
Merge pull request #2991 from catchpoint/text_overflow_running_page
claud-io Dec 11, 2023
4ff40ae
Merge pull request #3001 from catchpoint/overlapping_text
claud-io Dec 11, 2023
39005bd
Merge pull request #3004 from catchpoint/mobile_devices_update
claud-io Dec 11, 2023
771bbbc
Merge pull request #3008 from catchpoint/fix_location
claud-io Dec 11, 2023
ec2c123
Merge pull request #3014 from catchpoint/logo_carousel
claud-io Dec 11, 2023
2da5d49
Merge pull request #3017 from catchpoint/signup_autofill_country
claud-io Dec 11, 2023
3d1be7d
Merge pull request #3006 from catchpoint/add_message_for_lighthouse
claud-io Dec 12, 2023
6b2468f
Merge pull request #3021 from catchpoint/pixel_device_update
claud-io Dec 12, 2023
bf70d32
Added Galaxy S32 and Galaxy S23 Ultra
lbartoli79 Dec 12, 2023
560af95
Added throttle_cpu
lbartoli79 Dec 12, 2023
44ca170
Merge pull request #3024 from catchpoint/samsung_devices_update
claud-io Dec 12, 2023
c6200f6
Revert "Overlapping text"
claud-io Dec 12, 2023
0fc3777
Merge pull request #3025 from catchpoint/revert-3001-overlapping_text
claud-io Dec 12, 2023
b379bd8
Merge branch 'master' of github.com:WPO-Foundation/webpagetest into d…
lbartoli79 Dec 13, 2023
eb39a61
Updated docker mobile_devices.init with latest changes from server co…
lbartoli79 Dec 13, 2023
a7c585a
Merge pull request #3019 from catchpoint/docker_mobile_devices
claud-io Dec 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
432 changes: 378 additions & 54 deletions docker/local/server/config/mobile_devices.ini

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions www/assets/css/pagestyle2.css
Original file line number Diff line number Diff line change
Expand Up @@ -6174,6 +6174,23 @@ th.header {
color: #111;
}

#runningHeader .urlLinkWrap {
display: block;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}

.scriptedTestContent {
overflow: hidden;
}

#runningHeader ul:first-of-type {
padding: 1em;
line-height: 1.4;
Expand Down
69 changes: 69 additions & 0 deletions www/assets/images/carousel/GAP.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions www/assets/images/carousel/belkin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/assets/images/carousel/bottom-wave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions www/assets/images/carousel/canva.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions www/assets/images/carousel/chanel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions www/assets/images/carousel/dynatrace.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading