Closed
Bug 1885625
Opened 11 months ago
Closed 7 months ago
[Menu Redesign] Implement Reader View states
Categories
(Fenix :: Toolbar, task, P1)
Tracking
(firefox130 fixed)
RESOLVED
FIXED
130 Branch
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: royang, Assigned: sanchaai)
References
Details
(Whiteboard: [fxdroid])
Attachments
(1 file, 3 obsolete files)
Implement reader view states
Reporter | ||
Updated•11 months ago
|
Component: Homepage → Toolbar
Reporter | ||
Updated•11 months ago
|
Summary: Implement Reader View states → [Menu Redesign] Implement Reader View states
Reporter | ||
Updated•11 months ago
|
Blocks: menu-redesign
Reporter | ||
Updated•11 months ago
|
Whiteboard: [fxdroid]
Updated•11 months ago
|
Reporter | ||
Updated•11 months ago
|
Severity: -- → S2
Reporter | ||
Updated•11 months ago
|
Severity: S2 → S3
Reporter | ||
Updated•11 months ago
|
Severity: S3 → N/A
Assignee | ||
Updated•9 months ago
|
Assignee: nobody → smathiyarasan
Status: NEW → ASSIGNED
Updated•9 months ago
|
Assignee | ||
Comment 1•9 months ago
|
||
Implement reader view states for menu redesign.
Updated•9 months ago
|
Attachment #9403326 -
Attachment is obsolete: true
Assignee | ||
Comment 2•9 months ago
|
||
Implement the functionality for turning Reader View on/off in the menu redesign.
Updated•9 months ago
|
Attachment #9403377 -
Attachment is obsolete: true
Assignee | ||
Comment 3•9 months ago
|
||
Implement the functionality for turning Reader View on/off in the menu redesign. Includes unit tests for turning Reader View on/off.
Updated•8 months ago
|
Priority: -- → P1
Assignee | ||
Comment 4•7 months ago
|
||
Implement the functionality for turning Reader View on/off in the menu redesign.
Updated•7 months ago
|
Attachment #9403644 -
Attachment is obsolete: true
Updated•7 months ago
|
Attachment #9411886 -
Attachment description: WIP: Bug 1885625 - Implement Reader View states. → Bug 1885625 - Implement Reader View states. r=gl
Pushed by gluong@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/26b5a5d36f80
Implement Reader View states. r=gl,android-reviewers
Comment 6•7 months ago
|
||
Backed out for causing linting failures related to MenuDialogMiddlewareTest.kt
[task 2024-07-12T02:40:08.991Z] > Configure project :lib-crash
[task 2024-07-12T02:40:08.991Z] Requires glean_parser 14.0
[task 2024-07-12T02:40:09.591Z]
[task 2024-07-12T02:40:09.591Z] > Task :publicsuffixlist:checkKotlinGradlePluginConfigurationErrors
[task 2024-07-12T02:40:11.891Z] > Task :publicsuffixlist:pluginDescriptors
[task 2024-07-12T02:40:11.891Z] > Task :publicsuffixlist:processResources
[task 2024-07-12T02:40:13.091Z] > Task :publicsuffixlist:compileKotlin
[task 2024-07-12T02:40:13.091Z] > Task :publicsuffixlist:compileJava NO-SOURCE
[task 2024-07-12T02:40:13.091Z] > Task :publicsuffixlist:classes
[task 2024-07-12T02:40:13.091Z] > Task :publicsuffixlist:jar
[task 2024-07-12T02:40:14.791Z]
[task 2024-07-12T02:40:14.791Z] > Configure project :service-nimbus
[task 2024-07-12T02:40:14.791Z] Requires glean_parser 14.0
[task 2024-07-12T02:40:20.291Z]
[task 2024-07-12T02:40:20.291Z] > Task :listRepositories
[task 2024-07-12T02:40:20.291Z] Repositories:
[task 2024-07-12T02:40:20.291Z] Name: maven; url: file:/builds/worker/fetches/geckoview
[task 2024-07-12T02:40:20.291Z] Name: maven2; url: file:/builds/worker/fetches/android-gradle-dependencies/mozilla/
[task 2024-07-12T02:40:20.291Z] Name: maven3; url: file:/builds/worker/fetches/android-gradle-dependencies/google/
[task 2024-07-12T02:40:20.291Z] Name: maven4; url: file:/builds/worker/fetches/android-gradle-dependencies/central/
[task 2024-07-12T02:40:20.291Z] Name: maven5; url: file:/builds/worker/fetches/android-gradle-dependencies/gradle-plugins/
[task 2024-07-12T02:40:20.291Z] Name: maven6; url: file:/builds/worker/fetches/android-gradle-dependencies/plugins.gradle.org/m2/
[task 2024-07-12T02:40:20.291Z] Name: maven7; url: file:/builds/worker/checkouts/gecko/obj-arm-unknown-linux-androideabi/gradle/maven
[task 2024-07-12T02:40:29.991Z]
[task 2024-07-12T02:40:29.991Z] > Task :ktlint
[task 2024-07-12T02:40:29.991Z] /builds/worker/checkouts/gecko/mobile/android/fenix/app/src/test/java/org/mozilla/fenix/components/menu/MenuDialogMiddlewareTest.kt:7:1: Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end (standard:import-ordering)
[task 2024-07-12T02:40:29.991Z] /builds/worker/checkouts/gecko/mobile/android/fenix/app/src/test/java/org/mozilla/fenix/components/menu/MenuDialogMiddlewareTest.kt:9:1: Duplicate 'import kotlinx.coroutines.runBlocking' found (standard:import-ordering)
[task 2024-07-12T02:40:29.991Z] /builds/worker/checkouts/gecko/mobile/android/fenix/app/src/test/java/org/mozilla/fenix/components/menu/MenuDialogMiddlewareTest.kt:9:1: Unused import (standard:no-unused-imports)
[task 2024-07-12T02:40:31.091Z]
[task 2024-07-12T02:40:31.091Z] Summary error count (descending) by rule:
[task 2024-07-12T02:40:31.091Z] standard:import-ordering: 2
[task 2024-07-12T02:40:31.091Z] standard:no-unused-imports: 1
[task 2024-07-12T02:40:31.091Z]
[task 2024-07-12T02:40:31.091Z] > Task :ktlint FAILED
[task 2024-07-12T02:40:31.191Z]
[task 2024-07-12T02:40:31.191Z] FAILURE: Build failed with an exception.
[task 2024-07-12T02:40:31.191Z]
[task 2024-07-12T02:40:31.191Z] * What went wrong:
[task 2024-07-12T02:40:31.191Z] Execution failed for task ':ktlint'.
[task 2024-07-12T02:40:31.191Z] > Process 'command '/builds/worker/fetches/jdk/jdk-17.0.11+9/bin/java'' finished with non-zero exit value 1
[task 2024-07-12T02:40:31.191Z]
[task 2024-07-12T02:40:31.191Z] * Try:
[task 2024-07-12T02:40:31.191Z] > Run with --stacktrace option to get the stack trace.
[task 2024-07-12T02:40:31.191Z] > Run with --info or --debug option to get more log output.
[task 2024-07-12T02:40:31.191Z] > Run with --scan to get full insights.
[task 2024-07-12T02:40:31.191Z] > Get more help at https://help.gradle.org.
[task 2024-07-12T02:40:31.191Z]
[task 2024-07-12T02:40:31.191Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
[task 2024-07-12T02:40:31.191Z]
[task 2024-07-12T02:40:31.191Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
[task 2024-07-12T02:40:31.191Z]
[task 2024-07-12T02:40:31.191Z] For more on this, please refer to https://docs.gradle.org/8.7/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
[task 2024-07-12T02:40:31.191Z]
[task 2024-07-12T02:40:31.191Z] BUILD FAILED in 1m 41s
[task 2024-07-12T02:40:31.191Z] 27 actionable tasks: 27 executed
[taskcluster 2024-07-12 02:40:32.062Z] === Task Finished ===
[taskcluster 2024-07-12 02:40:32.062Z] Unsuccessful task run with exit code: 1 completed in 251.534 seconds
Flags: needinfo?(smathiyarasan)
Pushed by gluong@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/018db37bd8a3
Implement Reader View states. r=gl,android-reviewers
Comment 8•7 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
Assignee | ||
Updated•7 months ago
|
Flags: needinfo?(smathiyarasan)
You need to log in
before you can comment on or make changes to this bug.
Description
•