- 10 Jun, 2020 1 commit
-
-
Emilio Cobos Álvarez authored
Bug 1644264 - Mark frame with text-overflow ellipsis as modified when overflow changes. r=mattwoodrow, a=jcristau This prevents us not descending to rebuild the display list if the overflow changes during an intermediate layout like a flex layout. To capture Matrix discussion: This is a bit unfortunate, but the idea is that text-overflow is usually pretty small (at most one line of content) so we can probably live with this. An alternative would be to do something like nsDisplayListBuilder::MarkFrameForDisplayIfVisible, which could work as well. Note that this is a bit of a speculative fix because neither me or Cameron have been able to reproduce the issue in local builds (I tried all the combinations of gfx-things that I could think about). :-( If this doesn't fix it on next nightly, we should back out and try to repro some other way, I guess. But the hypothesis of why it happens makes sense to me, and if it's correct it should fix the issue. Differential Revision: https://phabricator.services.mozilla.com/D79009
-
- 09 Jun, 2020 1 commit
-
-
Molly Howell authored
Differential Revision: https://phabricator.services.mozilla.com/D77902
-
- 12 Jun, 2020 1 commit
-
-
Harry Twyford authored
Differential Revision: https://phabricator.services.mozilla.com/D79174
-
- 09 Jun, 2020 1 commit
-
-
valenting authored
Bug 1640724 - [beta] head_trr.js: Emit DoH response when we got all the bytes instead of "end" event. r=dragana, a=test-only This patch is a workaround for an issue that causes an intermittent failure in test_trr_case_sensitivity.js. I was able to reproduce the bug locally with some logging, but not with nsHttp:5 or under rr, which made it difficult to diagnose the root cause. What I was able to determine using logging and timestamps in the nodejs code is that we would not get the "end" event for a request, to which we were reacting to send back the DoH response. The request has a timer, and eventually that timer would fire and cancel the request. At that point we would see the "end" event in nodejs but it's too late to actually process the response. It's not clear if this was a bug in Firefox's HTTP2 implementation (maybe the end isn't signaled properly) or in nodejs. This fix makes it so we send back the response when the number of bytes specified in contentLength reaches the server. We should investigate in a follow-up bug if there's another Necko bug involved here. Differential Revision: https://phabricator.services.mozilla.com/D79542
-
- 15 Jun, 2020 9 commits
-
-
Mozilla Releng Treescript authored
ro -> e1e59fe80f32
-
Mozilla Releng Treescript authored
de -> 810dd89c5d88 he -> fea737656ad4 hsb -> 8b18f6c86066 nb-NO -> 10098e1f5a03 nl -> 8ba739e3c487 zh-CN -> c6e72380ee0f
-
Mozilla Releng Treescript authored
rm -> 4043cb856076 sv-SE -> c053a492db0c th -> d2f74eee4564 zh-CN -> 57f4490b490b zh-TW -> b9c65136f447
-
Mozilla Releng Treescript authored
ach -> 20f224814acb af -> db6a5355b7c2 an -> ab5bb3073cc9 ar -> eb12979e1517 ast -> 0c96e6b99fa4 az -> 54d818bb6fba be -> df3e0ea89671 bg -> 3d55f1939c58 bn -> 00ea5d9ce35a br -> aced59979b77 bs -> 7416cbf688e4 ca -> 1eed92c82017 ca-valencia -> e9626bedcee7 cak -> 6fab3adb1976 cs -> 120425299e1a cy -> baded8f3b8a9 da -> b6acf82aaecc de -> 024775c44f8d dsb -> e8424cbfae49 el -> a8f060d5a9ee en-CA -> 62a2350af1b2 en-GB -> 6fb47001276d eo -> 4aef1a8e5428 es-AR -> 0c754c5967f3 es-CL -> 36f49ef408dc es-ES -> 68372fac125c es-MX -> 223972d3b197 et -> 95e3c1df1037 eu -> 35e5d25ba513 fa -> 05005542ef77 ff -> 4ebb10d58b3a fi -> fd5d4220d0b3 fr -> 602e9f273d7c fy-NL -> 03c530d7c538 ga-IE -> c8693394d522 gd -> fb728da2d817 gl -> 3d157d1b53d4 gn -> ab193797cace gu-IN -> 7d1df5d63527 he -> 23448e26f791 hi-IN -> 4001b81e3066 hr -> 8a17dbeae07e hsb -> 16ea96c30b46 hu -> 60f3baec8a0b hy-AM -> b1064566b6c9 ia -> 94f815340108 id -> b4482977b576 is -> 4fea8c9e5631 ja -> f6d9d850be48 ja-JP-mac -> fbd9a9115a7d ka -> df9c23915929 kab -> dbb6540c4767 kk -> 7c9fdd702895 km -> e5a15cff8eb1 kn -> 1facbc51a366 ko -> 74f3687abdbc lij -> 40bdd03e3edb lt -> c4a1547d7375 lv -> 9e2d31ba630c mk -> 4e075a630036 mr -> 9c8ef4c53e7a ms -> c26225f6daa9 my -> d074059194c1 nb-NO -> d5f12fcd1504 ne-NP -> 43bc62b948c8 nl -> dd13b5daf62c nn-NO -> 106050e7a1ed oc -> 6f294eb0adc1 pa-IN -> 8f22303ab24f pl -> b41b972bd1ac pt-BR -> 9e402e836ce9 pt-PT -> ac27d113ab14 rm -> 88a1786c11b3 ro -> 859bec8af057 ru -> a247bfe885a5 si -> 2906ea7cdf0e sk -> a8fec73d5ae9 sl -> 7c2f659c0dbf son -> 1aad868441c1 sq -> d84615dd4421 sr -> 92d3c45db132 sv-SE -> 1dbe1c0fb076 ta -> 92d9624741d3 te -> 1e6b6e46c290 th -> 4f3c89a7ad4e tl -> 02fd4ff71c63 tr -> 48f7bbdc203b trs -> c75a372222c9 uk -> 3e18422ac7cc ur -> d741ac0d9a0a uz -> 5b9050072554 vi -> f4f1fda0422c xh -> df163a8b8442 zh-CN -> 956564c4ca63 zh-TW -> 49cb689c6db8
-
Mozilla Releng Treescript authored
No bug - Tagging 941e6cb8893a4becb02792db5930a1fc7798ca3c with DEVEDITION_78_0b7_RELEASE a=release CLOSED TREE DONTBUILD
-
Mozilla Releng Treescript authored
-
Mozilla Releng Treescript authored
No bug - Tagging 941e6cb8893a4becb02792db5930a1fc7798ca3c with FIREFOX_78_0b7_RELEASE a=release CLOSED TREE DONTBUILD
-
Mozilla Releng Treescript authored
No bug - Tagging 941e6cb8893a4becb02792db5930a1fc7798ca3c with DEVEDITION_78_0b7_BUILD1 a=release CLOSED TREE DONTBUILD
-
Mozilla Releng Treescript authored
No bug - Tagging 941e6cb8893a4becb02792db5930a1fc7798ca3c with FIREFOX_78_0b7_BUILD1 a=release CLOSED TREE DONTBUILD
-
- 13 Jun, 2020 1 commit
-
-
Mozilla Releng Treescript authored
da -> fe34708da1f6 el -> 547623e506fc en-GB -> 2872f66387a4 es-CL -> 61fa6faa9f3c fi -> 32a8f322c911 hr -> 1974e95a89c3 ia -> 4fe9f8c2ed69 it -> fa6ada06c5ca ja -> 9780baceeb10 ja-JP-mac -> 102131a8cd84 kab -> c20dc19f1e3e ko -> 990a116858a6 nb-NO -> 960f600627bd nn-NO -> 82647fce2a00 pt-BR -> 986d40be20dd pt-PT -> ccf1b9f4f152 rm -> 0f4d77f43b1d sq -> 22786cc6eb3f
-
- 12 Jun, 2020 1 commit
-
-
Mozilla Releng Treescript authored
be -> e2665198c9c3 ca -> 2c0274f57711 da -> 98ebce9f28e9 el -> b87b209a6780 es-AR -> 6e73529cca68 fi -> 15bf51260278 fr -> c4122b9ef40e gn -> bab5df2602cf hsb -> bb813d7774a3 it -> ed49aa63b129 kab -> 366265803f7a km -> be16a68f0511 nb-NO -> 45ac1da33d77 nn-NO -> b87b2baa1ea0 oc -> 240d3b54943b pl -> c165d6c8d537 pt-BR -> c927852d340a rm -> e30250d2c493 sl -> de18a4c1e178 sq -> 76866b7fcb4e tr -> 9ccf3a7328ef ur -> f0243cbf47c3 zh-CN -> 00640e50217f
-
- 08 Jun, 2020 1 commit
-
-
Bert Peers authored
Limit the maximum size of surface requests sent to the compositor. Differential Revision: https://phabricator.services.mozilla.com/D78582
-
- 05 Jun, 2020 1 commit
-
-
Toshihito Kikuchi authored
`BLOCK_WIN8_ONLY` was introduced by bug 1268470 to block klsihk64.dll only on Win8. However, a new blocklist (bug 1445025) does wrong comparison on the OS version, thus `BLOCK_WIN8_ONLY` has blocked modules on all platforms older than Win10 including Win7 and Win8.1. This patch corrects OS comparison and changes the flag to `BLOCK_WIN8_AND_OLDER` to make it more handy. We also remove `BLOCK_WIN8PLUS_ONLY` which is never used. Differential Revision: https://phabricator.services.mozilla.com/D78411
-
- 11 Jun, 2020 1 commit
-
-
Marco Bonardo authored
Bug 1642943 - Introduce a pref to control post-search DNS resolution of single word hosts. r=Gijs,mkaply, a=jcristau Differential Revision: https://phabricator.services.mozilla.com/D78403
-
- 10 Jun, 2020 1 commit
-
-
Harry Twyford authored
Differential Revision: https://phabricator.services.mozilla.com/D78936
-
- 09 Jun, 2020 1 commit
-
-
Nihanth Subramanya authored
Bug 1640741 - Run safe search heuristics before provider steering. r=valentin,johannh,NhiNguyen, a=jcristau Differential Revision: https://phabricator.services.mozilla.com/D78636
-
- 05 Jun, 2020 5 commits
-
-
Nihanth Subramanya authored
Bug 1640709 - Also clear doh-rollout.uri if doh-rollout.trr-selection.commit-result is falsey. r=valentin,johannh, a=jcristau Depends on D76619 Differential Revision: https://phabricator.services.mozilla.com/D76728
-
Nihanth Subramanya authored
Depends on D76618 Differential Revision: https://phabricator.services.mozilla.com/D76619
-
Nihanth Subramanya authored
This ensures we can check gDNSService.currentTrrURI Depends on D76617 Differential Revision: https://phabricator.services.mozilla.com/D76618
-
Nihanth Subramanya authored
Depends on D76414 Differential Revision: https://phabricator.services.mozilla.com/D76617
-
Nihanth Subramanya authored
Bug 1631609 - Steer to network-indicated DoH endpoint if detected. r=valentin,dragana,NhiNguyen,johannh, a=jcristau Differential Revision: https://phabricator.services.mozilla.com/D76414
-
- 09 Jun, 2020 1 commit
-
-
Glenn Watson authored
The `reset_state` method being called after locking external textures was resetting the cached state, but not actually forcing the GL state to match. This could result in cached state getting out of sync with GL. In this case, we'd end up trying to composite to the external texture FBO rather than the main framebuffer. Differential Revision: https://phabricator.services.mozilla.com/D78851
-
- 10 Jun, 2020 1 commit
-
-
Daosheng Mu authored
Differential Revision: https://phabricator.services.mozilla.com/D78437
-
- 09 Jun, 2020 1 commit
-
-
Dimi Lee authored
Differential Revision: https://phabricator.services.mozilla.com/D78872
-
- 12 Jun, 2020 6 commits
-
-
Julien Cristau authored
-
Mozilla Releng Treescript authored
No bug - Tagging 99d567559f934fe02e31bec9f470146dc80908c3 with DEVEDITION_78_0b6_RELEASE a=release CLOSED TREE DONTBUILD
-
Mozilla Releng Treescript authored
-
Mozilla Releng Treescript authored
No bug - Tagging 99d567559f934fe02e31bec9f470146dc80908c3 with FIREFOX_78_0b6_RELEASE a=release CLOSED TREE DONTBUILD
-
Mozilla Releng Treescript authored
No bug - Tagging 99d567559f934fe02e31bec9f470146dc80908c3 with DEVEDITION_78_0b6_BUILD1 a=release CLOSED TREE DONTBUILD
-
Mozilla Releng Treescript authored
No bug - Tagging 99d567559f934fe02e31bec9f470146dc80908c3 with FIREFOX_78_0b6_BUILD1 a=release CLOSED TREE DONTBUILD
-
- 08 Jun, 2020 1 commit
-
-
Andreea Pavel authored
Bug 1589297 - disable test_search_counts_across_sessions.py on debug, 64bits platforms r=jmaher a=test-only Differential Revision: https://phabricator.services.mozilla.com/D78581
-
- 11 Jun, 2020 3 commits
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D79299
-
Julien Cristau authored
-
Nan Jiang authored
Differential Revision: https://phabricator.services.mozilla.com/D79221
-
- 01 Jun, 2020 1 commit
-
-
Joel Maher authored
mark offscreen canvas tests as backlog (tier-2). Differential Revision: https://phabricator.services.mozilla.com/D76521
-
- 08 Jun, 2020 1 commit
-
-
Olli Pettay authored
Differential Revision: https://phabricator.services.mozilla.com/D78481
-