Closed
Bug 793425
Opened 12 years ago
Closed 12 years ago
Bookmarks Manager Tools-> Import HTML Wizard not working due to sytax error in migration.js
Categories
(SeaMonkey :: Bookmarks & History, defect)
SeaMonkey
Bookmarks & History
Tracking
(seamonkey2.13 fixed, seamonkey2.14 fixed, seamonkey2.15 fixed)
RESOLVED
FIXED
seamonkey2.15
People
(Reporter: philip.chee, Assigned: philip.chee)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.40 KB,
patch
|
neil
:
review+
neil
:
approval-comm-aurora+
Callek
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
Sun Sep 23 2012 01:31:10
Error: SyntaxError: missing ; before statement
Source file: chrome://communicator/content/migration/migration.js
Line: 44, Column: 45
Source code:
this._migrator = window.arguments[1] instance of nsISuiteProfileMigrator ?
Regression from Bug 779716
![]() |
Assignee | |
Comment 1•12 years ago
|
||
![]() |
Assignee | |
Updated•12 years ago
|
Attachment #663723 -
Attachment is patch: true
Comment 2•12 years ago
|
||
Comment on attachment 663723 [details] [diff] [review]
Patch v1.0 fixit.
[Triage Comment]
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined:
Testing completed (on m-c, etc.):
Risk to taking this patch (and alternatives if risky):
String changes made by this patch:
Attachment #663723 -
Flags: review?(neil)
Attachment #663723 -
Flags: review+
Attachment #663723 -
Flags: approval-comm-aurora+
![]() |
Assignee | |
Comment 3•12 years ago
|
||
Regression caused by (bug #): Bug 779716
User impact if declined: Bookmarks Import Wizard fails to work properly.
Testing completed (on m-c, etc.): yes
Risk to taking this patch (and alternatives if risky): one line typo fix. No risk.
String changes made by this patch: None.
![]() |
Assignee | |
Comment 4•12 years ago
|
||
Pushed to comm-central:
http://hg.mozilla.org/comm-central/rev/1c7bf0fd95c7
and comm-aurora:
http://hg.mozilla.org/releases/comm-aurora/rev/c6c65a22ceef
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Updated•12 years ago
|
![]() |
Assignee | |
Updated•12 years ago
|
status-seamonkey2.13:
--- → unaffected
status-seamonkey2.14:
--- → fixed
status-seamonkey2.15:
--- → fixed
Target Milestone: --- → seamonkey2.15
Comment 6•12 years ago
|
||
Comment on attachment 663723 [details] [diff] [review]
Patch v1.0 fixit.
Review of attachment 663723 [details] [diff] [review]:
-----------------------------------------------------------------
http://hg.mozilla.org/releases/comm-beta/rev/82714f12926b
Attachment #663723 -
Flags: approval-comm-beta+
Updated•12 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•