Closed Bug 1040060 Opened 10 years ago Closed 6 years ago

Move GMPInstallManager front end code from delayed-startup+delay to final-ui-startup+delay

Categories

(Firefox :: General, enhancement)

enhancement
Not set
normal
Points:
2

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: bbondy, Unassigned)

References

(Blocks 4 open bugs)

Details

Attachments

(1 file, 2 obsolete files)

Yoric suggested that a better place for this to live is final-ui-startup+delay
This is only for the 4 lines of code in browser.js currently.
Flags: firefox-backlog+
Flags: needinfo?(dteller)
Attached patch bug1046644.diff (obsolete) (deleted) — Splinter Review
Clearing needinfo, I had emailed dteller and he tipped me off on Timer.jsm which was the module I needed for the early startup timer.
Attachment #8468495 - Flags: review?(georg.fritzsche)
Flags: needinfo?(dteller)
Attached patch Patch v1 (obsolete) (deleted) — Splinter Review
Correct patch
Attachment #8468495 - Attachment is obsolete: true
Attachment #8468495 - Flags: review?(georg.fritzsche)
Attachment #8468497 - Flags: review?(georg.fritzsche)
Attached patch Patch v1. (deleted) — Splinter Review
Attachment #8468497 - Attachment is obsolete: true
Attachment #8468497 - Flags: review?(georg.fritzsche)
Attachment #8468500 - Flags: review?(georg.fritzsche)
Comment on attachment 8468500 [details] [diff] [review]
Patch v1.

Review of attachment 8468500 [details] [diff] [review]:
-----------------------------------------------------------------

::: browser/components/nsBrowserGlue.js
@@ +521,5 @@
>  
> +    // Delay this a minute because there's no rush
> +    setTimeout(() => {
> +        this.gmpInstallManager = new GMPInstallManager();
> +        // We don't really care about the results, if somenoe is interested they

Let's fix the typo while we're at it.
Attachment #8468500 - Flags: review?(georg.fritzsche) → review+
Assignee: netzen → nobody

Bug 1388145 moved this initialization to the right place.

Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: