Closed Bug 700348 Opened 13 years ago Closed 13 years ago

fix showBookmarkDialog warnings

Categories

(Firefox :: Bookmarks & History, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 11

People

(Reporter: mak, Assigned: mak)

References

Details

Attachments

(1 file)

Looks like I forgot to pass into the window handle, that works regardless thanks to a compatibility shim, but complains loudly in the Error Console :(
Attached patch patch v1.0Splinter Review
this adds the missing argument
Attachment #572896 - Flags: review?(dietrich)
Comment on attachment 572896 [details] [diff] [review]
patch v1.0

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

r=me w/ question addressed

::: browser/components/sidebar/src/nsSidebar.js
@@ +115,5 @@
>                                                         , "loadInSidebar" ]
>                                           , uri: uri
>                                           , title: aTitle
>                                           , loadBookmarkInSidebar: true
> +                                         }, win);

why changing minimal ui param here?
Attachment #572896 - Flags: review?(dietrich) → review+
(In reply to Dietrich Ayala (:dietrich) from comment #2)
> why changing minimal ui param here?

it's a compatibility shim for addons, actually the method figures itself if it's minimalui bu checking if the folderPicker is in hiddenrows. We are not addons :)
https://hg.mozilla.org/mozilla-central/rev/9e2b0e520559
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: