Closed
Bug 1215829
Opened 10 years ago
Closed 10 years ago
(package-manifest.in) Packaging update for SeaMonkey; Sync with Firefox; 2013 Part 2
Categories
(SeaMonkey :: Installer, defect)
SeaMonkey
Installer
Tracking
(seamonkey2.41 fixed)
RESOLVED
FIXED
seamonkey2.41
| Tracking | Status | |
|---|---|---|
| seamonkey2.41 | --- | fixed |
People
(Reporter: philip.chee, Assigned: philip.chee)
References
Details
Attachments
(1 file)
|
7.14 KB,
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
Ports the following Firefox patches:
--------------------------------------------------------------------------
Bug 952166 - Package content_webrtc.xpt on Firefox Desktop so that add-on authors can experiment with tab sharing
+#ifdef MOZ_WEBRTC
+@BINPATH@/components/content_webrtc.xpt
+#endif
--------------------------------------------------------------------------
Bug 888373: Simple API for detecting startup/shutdown crashes
+@BINPATH@/components/crashmonitor.manifest
+@BINPATH@/components/nsCrashMonitor.js
--------------------------------------------------------------------------
Bug 937635 - Install libdmd
+#ifdef MOZ_DMD
+@BINPATH@/@DLL_PREFIX@dmd@DLL_SUFFIX@
+#endif
--------------------------------------------------------------------------
Bug 929540 Include the browser console command line handler in the browser packaging
+@BINPATH@/browser/components/devtools-clhandler.manifest
+@BINPATH@/browser/components/devtools-clhandler.js
--------------------------------------------------------------------------
Bug 898499 - Support mozPay API on desktop webapprt
+@BINPATH@/components/dom_payment.xpt
+@BINPATH@/components/Payment.js
+@BINPATH@/components/PaymentFlowInfo.js
+@BINPATH@/components/PaymentRequestInfo.js
+@BINPATH@/components/Payment.manifest
--------------------------------------------------------------------------
Bug 917242 - Symbolize ASan traces in automation
Bug 1013341 - Fix 'make package' for GCC ASan builds
#if defined(CLANG_CXX)
#if defined(MOZ_ASAN) || defined(MOZ_TSAN)
@BINPATH@/llvm-symbolizer
#endif
#endif
#if defined(MOZ_ASAN) && defined(CLANG_CL)
@BINPATH@/clang_rt.asan_dynamic-i386.dll
#endif
--------------------------------------------------------------------------
Bug 895091 - Add WebVTT parser and wrapper IDLs
+@BINPATH@/components/webvtt.xpt
+@BINPATH@/components/WebVTT.manifest
+@BINPATH@/components/WebVTTParserWrapper.js
--------------------------------------------------------------------------
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8678578 -
Flags: review?(iann_bugzilla)
Comment on attachment 8678578 [details] [diff] [review]
Patch v1 fixit
r=me assuming we do not need to port any pref settings.
Attachment #8678578 -
Flags: review?(iann_bugzilla) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox44:
affected → ---
status-seamonkey2.41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.41
| Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Ian Neal from comment #2)
> r=me assuming we do not need to port any pref settings.
No pref settings unless we turn MOZ_PAY on:
> +// WebPayment
> +pref("dom.mozPay.enabled", true);
...
> +MOZ_PAY=1
You need to log in
before you can comment on or make changes to this bug.
Description
•