Closed Bug 512564 Opened 16 years ago Closed 16 years ago

Support for the WinCE environment implementation

Categories

(Toolkit :: Application Update, defect, P2)

1.9.2 Branch
ARM
Windows CE
defect

Tracking

()

RESOLVED FIXED
mozilla1.9.2b1
Tracking Status
status1.9.2 --- beta1-fixed

People

(Reporter: robert.strong.bugs, Assigned: robert.strong.bugs)

Details

(Whiteboard: [nv])

Attachments

(1 file, 2 obsolete files)

App update needs a little more work to properly support the WinCE environment implementation... patch coming up
Attached patch patch rev1 (obsolete) — Splinter Review
Assignee: nobody → robert.bugzilla
Status: NEW → ASSIGNED
Attachment #396570 - Flags: review?(vladimir)
Attached patch patch rev2 (obsolete) — Splinter Review
only change from the first patch is the use of argOffset for checking if the updater should launch the callback app
Attachment #396570 - Attachment is obsolete: true
Attachment #396572 - Flags: review?(vladimir)
Attachment #396570 - Flags: review?(vladimir)
Whiteboard: [nv]
Comment on attachment 396572 [details] [diff] [review] patch rev2 >diff --git a/toolkit/mozapps/update/src/updater/updater.cpp b/toolkit/mozapps/update/src/updater/updater.cpp >--- a/toolkit/mozapps/update/src/updater/updater.cpp >+++ b/toolkit/mozapps/update/src/updater/updater.cpp >... >- if (argc > 4) >- LaunchCallbackApp(argv[3], argc - 4, argv + 4); >+ const int argOffset = 4; >+ if (argc > argOffset) { >+ // Argument that contains the callback executable. All arguments before this >+ // argument are skipped. I've moved this comment locally to before >+ const int argOffset = 4;
Attachment #396572 - Attachment is obsolete: true
Attachment #396621 - Flags: review?(benjamin)
Attachment #396572 - Flags: review?(vladimir)
This affects our WinCE update so requesting blocking 1.9.2
Flags: blocking1.9.2?
Attachment #396621 - Flags: review?(benjamin) → review+
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Priority: -- → P2
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3
Flags: blocking1.9.2? → blocking1.9.2+
Keywords: fixed1.9.2
Target Milestone: mozilla1.9.3 → mozilla1.9.2b1
If this were to be put in the test suite the pre-existing Windows CE environment implementation that this leverages should first be in the test suite.
Flags: in-testsuite-
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: