Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
00cf836
Bug 2014577 - update owners/peers for updater and installer r=bytesiz…
cpdupuis Feb 5, 2026
107dd48
Bug 2013405 - Part 3: Remove Pocket Spocs Integration from Fenix r=an…
gabrielluong Feb 5, 2026
f1dfef0
Bug 2013405 - Part 4: Remove Pocket Spocs orchestration from android-…
gabrielluong Feb 5, 2026
58941d6
Bug 2013405 - Part 5: Remove unused Pocket consumer key from BuildCon…
gabrielluong Feb 5, 2026
61934eb
Bug 2008379 - Adds a suspend wrapper for getAttachedClient r=gmalekpo…
jonalmeida Feb 5, 2026
1b0f466
Bug 2008647 - Only check account if existing Relay services exist r=g…
jonalmeida Feb 5, 2026
3aa380c
Bug 1983157 - Remove JobQueue subclassing support for job storage r=a…
mgaudet Feb 5, 2026
3a83c24
Bug 1983157 - Cleanup leftover adapter functions r=arai
mgaudet Feb 5, 2026
e7a0e28
Bug 1983157 - Remove dead ReactionJobSlots and ThenableJobSlots enums…
mgaudet Feb 5, 2026
2e7ed90
Bug 1983157 - Simplify InternalJobQueue by removing queue member r=arai
mgaudet Feb 5, 2026
a550d32
Bug 2010984 - Add textarea tile to aboutwelcome component. r=omc-revi…
aminomancer Feb 5, 2026
71561cb
Bug 2012216 - update welcome screen styles in darkmode and three mode…
chloezhouny Feb 5, 2026
c5e25f5
Bug 2014630 - Update application-services to 149.20260204050206 r=markh
moztcampbell Feb 5, 2026
cd4ad2f
Bug 2008671 - Remove duplicate path finding in TestResolver.r=releng-…
abhishekmadan30 Feb 5, 2026
41b6174
Bug 2011018: Do not wait excessively if we're going to time out r=tsc…
tomrittervg Feb 5, 2026
c8ee496
Bug 2010671: Collect the CSS Colors as seen from the web r=timhuang
tomrittervg Feb 5, 2026
286e75a
Bug 2002490 - make tests/wasm/excessive-inlining.js be free of critic…
julian-seward1 Feb 5, 2026
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
4 changes: 2 additions & 2 deletions .cargo/config.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ git = "https://github.com/jfkthame/mapped_hyph.git"
rev = "eff105f6ad7ec9b79816cfc1985a28e5340ad14b"
replace-with = "vendored-sources"

[source."git+https://github.com/mozilla/application-services?rev=900d0b03aeb82245c28a11a9adc1cbbead31ce56"]
[source."git+https://github.com/mozilla/application-services?rev=42c175c2ecb5aa39346dcd9c7b45ff02325562d8"]
git = "https://github.com/mozilla/application-services"
rev = "900d0b03aeb82245c28a11a9adc1cbbead31ce56"
rev = "42c175c2ecb5aa39346dcd9c7b45ff02325562d8"
replace-with = "vendored-sources"

[source."git+https://github.com/mozilla/audioipc?rev=c8d3f03cb5f889e4cab18cc1360ad0daa074f17a"]
Expand Down
53 changes: 26 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -270,21 +270,21 @@ objc = { git = "https://github.com/glandium/rust-objc", rev = "4de89f5aa9851ceca
allocator-api2 = { git = "https://github.com/glandium/allocator-api2", rev = "ad5f3d56a5a4519eff52af4ff85293431466ef5c" }

# application-services overrides to make updating them all simpler.
context_id = { git = "https://github.com/mozilla/application-services", rev = "900d0b03aeb82245c28a11a9adc1cbbead31ce56" }
error-support = { git = "https://github.com/mozilla/application-services", rev = "900d0b03aeb82245c28a11a9adc1cbbead31ce56" }
filter_adult = { git = "https://github.com/mozilla/application-services", rev = "900d0b03aeb82245c28a11a9adc1cbbead31ce56" }
interrupt-support = { git = "https://github.com/mozilla/application-services", rev = "900d0b03aeb82245c28a11a9adc1cbbead31ce56" }
relevancy = { git = "https://github.com/mozilla/application-services", rev = "900d0b03aeb82245c28a11a9adc1cbbead31ce56" }
search = { git = "https://github.com/mozilla/application-services", rev = "900d0b03aeb82245c28a11a9adc1cbbead31ce56" }
sql-support = { git = "https://github.com/mozilla/application-services", rev = "900d0b03aeb82245c28a11a9adc1cbbead31ce56" }
suggest = { git = "https://github.com/mozilla/application-services", rev = "900d0b03aeb82245c28a11a9adc1cbbead31ce56" }
sync15 = { git = "https://github.com/mozilla/application-services", rev = "900d0b03aeb82245c28a11a9adc1cbbead31ce56" }
tabs = { git = "https://github.com/mozilla/application-services", rev = "900d0b03aeb82245c28a11a9adc1cbbead31ce56" }
tracing-support = { git = "https://github.com/mozilla/application-services", rev = "900d0b03aeb82245c28a11a9adc1cbbead31ce56" }
viaduct = { git = "https://github.com/mozilla/application-services", rev = "900d0b03aeb82245c28a11a9adc1cbbead31ce56" }
webext-storage = { git = "https://github.com/mozilla/application-services", rev = "900d0b03aeb82245c28a11a9adc1cbbead31ce56" }
logins = { git = "https://github.com/mozilla/application-services", rev = "900d0b03aeb82245c28a11a9adc1cbbead31ce56" }
init_rust_components = { git = "https://github.com/mozilla/application-services", rev = "900d0b03aeb82245c28a11a9adc1cbbead31ce56" }
context_id = { git = "https://github.com/mozilla/application-services", rev = "42c175c2ecb5aa39346dcd9c7b45ff02325562d8" }
error-support = { git = "https://github.com/mozilla/application-services", rev = "42c175c2ecb5aa39346dcd9c7b45ff02325562d8" }
filter_adult = { git = "https://github.com/mozilla/application-services", rev = "42c175c2ecb5aa39346dcd9c7b45ff02325562d8" }
interrupt-support = { git = "https://github.com/mozilla/application-services", rev = "42c175c2ecb5aa39346dcd9c7b45ff02325562d8" }
relevancy = { git = "https://github.com/mozilla/application-services", rev = "42c175c2ecb5aa39346dcd9c7b45ff02325562d8" }
search = { git = "https://github.com/mozilla/application-services", rev = "42c175c2ecb5aa39346dcd9c7b45ff02325562d8" }
sql-support = { git = "https://github.com/mozilla/application-services", rev = "42c175c2ecb5aa39346dcd9c7b45ff02325562d8" }
suggest = { git = "https://github.com/mozilla/application-services", rev = "42c175c2ecb5aa39346dcd9c7b45ff02325562d8" }
sync15 = { git = "https://github.com/mozilla/application-services", rev = "42c175c2ecb5aa39346dcd9c7b45ff02325562d8" }
tabs = { git = "https://github.com/mozilla/application-services", rev = "42c175c2ecb5aa39346dcd9c7b45ff02325562d8" }
tracing-support = { git = "https://github.com/mozilla/application-services", rev = "42c175c2ecb5aa39346dcd9c7b45ff02325562d8" }
viaduct = { git = "https://github.com/mozilla/application-services", rev = "42c175c2ecb5aa39346dcd9c7b45ff02325562d8" }
webext-storage = { git = "https://github.com/mozilla/application-services", rev = "42c175c2ecb5aa39346dcd9c7b45ff02325562d8" }
logins = { git = "https://github.com/mozilla/application-services", rev = "42c175c2ecb5aa39346dcd9c7b45ff02325562d8" }
init_rust_components = { git = "https://github.com/mozilla/application-services", rev = "42c175c2ecb5aa39346dcd9c7b45ff02325562d8" }
# Patched version of zip 2.4.2 to allow for reading omnijars.
zip = { path = "third_party/rust/zip" }

Expand Down
2 changes: 1 addition & 1 deletion browser/components/aboutwelcome/.eslintrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default [
"guard-for-in": "error",
"max-nested-callbacks": ["error", 4],
"max-params": ["error", 6],
"max-statements": ["error", 50],
"max-statements": "off",
"new-cap": ["error", { newIsCap: true, capIsNew: false }],
"no-alert": "error",
"no-div-regex": "error",
Expand Down
2 changes: 2 additions & 0 deletions browser/components/aboutwelcome/content-src/aboutwelcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class AboutWelcome extends React.PureComponent {
mountStart: performance.getEntriesByName("mount").pop().startTime,
domState,
source: this.props.UTMTerm,
writeInMicrosurvey: this.props.write_in_microsurvey,
});
};
if (document.readyState === "complete") {
Expand Down Expand Up @@ -65,6 +66,7 @@ class AboutWelcome extends React.PureComponent {
addonIconURL={props.iconURL}
themeScreenshots={props.screenshots}
message_id={props.messageId}
writeInMicrosurvey={props.write_in_microsurvey}
defaultScreens={props.screens}
updateHistory={!props.disableHistoryUpdates}
metricsFlowUri={this.state.metricsFlowUri}
Expand Down
25 changes: 25 additions & 0 deletions browser/components/aboutwelcome/content-src/aboutwelcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2142,6 +2142,31 @@ html {
}
}

.textarea-container {
display: flex;
flex-flow: column nowrap;

.textarea-char-counter {
font-size: 13px;
color: var(--text-color-deemphasized);
text-align: end;
margin-block: -10px 4px;

&.invalid {
color: var(--text-color-error)
}
}

.textarea-input {
resize: none;

&.invalid {
border-color: var(--outline-color-error);
outline-color: var(--outline-color-error);
}
}
}

.confirmation-checklist-section {
display: flex;
flex-direction: column;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@ export const ActionChecklistProgressBar = ({ progress }) => {
);
};

export const ActionChecklist = ({ content, message_id }) => {
export const ActionChecklist = ({
content,
message_id,
writeInMicrosurvey,
}) => {
const tiles = content.tiles.data;
const [progressValue, setProgressValue] = useState(0);
const [numberOfCompletedActions, setNumberOfCompletedActions] = useState(0);
Expand Down Expand Up @@ -119,7 +123,12 @@ export const ActionChecklist = ({ content, message_id }) => {
setNumberOfCompletedActions(numberOfCompletedActions + 1);

AboutWelcomeUtils.handleUserAction({ type, data });
AboutWelcomeUtils.sendActionTelemetry(message_id, source_id);
AboutWelcomeUtils.sendActionTelemetry(
message_id,
source_id,
"CLICK_BUTTON",
{ writeInMicrosurvey }
);
}

return (
Expand Down
Loading
Loading