User Details
- User Since
- Dec 13 2017, 11:41 PM (421 w, 4 d)
- Availability
- Available
- Review Queue
- 3
Yesterday
Fri, Jan 9
Thu, Jan 8
Although I check Cargo.lock in root, we disable a feature that bincode is used then no dependency for icu_provider. Is bincode detection incorrect when using workspace (See https://github.com/unicode-org/icu4x/issues/7196#issuecomment-3462449250)? Or do all new fix by updating any crates causes bincode warning?
Wed, Jan 7
Please submit the fix that is buildable. Also, you should fit with https://firefox-source-docs.mozilla.org/mobile/android/geckoview/contributor/geckoview-quick-start.html at first if an API is changed/deprecated. Also, some linters won't pass this fix.
r+ for GeckoView part.
This revision requires a Testing Policy Project Tag to be set before landing. Please apply one of testing-approved, testing-exception-unchanged, testing-exception-ui, testing-exception-elsewhere, testing-exception-other. Tip: this Firefox add-on makes it easy!
Tue, Jan 6
Mon, Jan 5
r+ for GeckoView change
This revision requires a Testing Policy Project Tag to be set before landing. Please apply one of testing-approved, testing-exception-unchanged, testing-exception-ui, testing-exception-elsewhere, testing-exception-other. Tip: this Firefox add-on makes it easy!
Wed, Dec 31
MOZ_GECKOVIEW is defined by set_define, so it might be unnecessary to DEFIENS["MOZ_GECKOVIEW"] in moz.build. I will file new issue as follow up.
Tue, Dec 30
Although I am suggesting to use if CONFIG["MOZ_GECKOVEW"]: at first, why don't you use it?
MOZ_PLACE means that places history database that backend is sqlite. MOZ_GECKOVIEW_HISTORY is defined for transition from Fennec (old Firefox Android until version 68) to GeckoView. And GeckoView delegates history functions to browser application via GeckoView API, not using places database. So you should replace MOZ_GECKOVIEW_HISTORY with MOZ_GECKOVIEW simply.
Mon, Dec 29
MOZ_GECKOVIEW doesn't have any string. This is defined or not.
Sun, Dec 28
You should add the annotation to skip test_UpdateUtils_updatechannel.js for Android. (See my last comment)
https://searchfox.org/firefox-main/rev/b3c5c336322fca6129b9bae999ebaac61deb5eca/toolkit/modules/tests/xpcshell/xpcshell.toml#118 should have skip-if like the following at least.
And adding @masayuki.
@botond, I am not sure whether eMouseHitTest (MozMouseHittest) is necessary. According to the comment of DispatchHitTest, it isn't safe to remove it for touch and mouse interoperability. Do you know whether this removal is safe?
Could you use MOZ_GECKOVIEW instead of ANDROID.
Fri, Dec 26
Thanks, GMP is disabled on all Android (https://searchfox.org/firefox-main/rev/3d9230cb3475081d20465e3f84b733c572a94513/toolkit/modules/moz.build#252-259).
Thanks, this was for fakespot support.
Thu, Dec 25
Wed, Dec 24
Tue, Dec 23
Mon, Dec 22
Fri, Dec 19
Thu, Dec 18
: disabled as temporary
Could you file a new issue to turn on this tests on Android 14? Or do you keep it as leave-open?