Closed Bug 634244 Opened 13 years ago Closed 13 years ago

Port |Bug 633638 - Need a way to cancel PlacesUtils::asyncGetBookmarkIds request| to SeaMonkey

Categories

(SeaMonkey :: Bookmarks & History, defect)

defect
Not set
normal

Tracking

(blocking-seamonkey2.1 needed)

RESOLVED FIXED
seamonkey2.1b3
Tracking Status
blocking-seamonkey2.1 --- needed

People

(Reporter: sgautherie, Assigned: sgautherie)

References

Details

Attachments

(1 file)

      No description provided.
Assignee: nobody → sgautherie.bz
Serge are you working on this, if so could you update the status or reset the assigned?
blocking-seamonkey2.1: ? → needed
Attachment #517729 - Flags: review?(iann_bugzilla)
Status: NEW → ASSIGNED
Whiteboard: [good first bug] [FF2SM]
Comment on attachment 517729 [details] [diff] [review]
(Av1) Just copy it
[Checked in: See comment 4]

>   onClick: function PSB_onClick(aEvent)
>   {
>-    if (aEvent.button == 0 && !this._ignoreClicks)
>+    // Ignore clicks on the star while we update its state.
>+    if (aEvent.button == 0 && !this._pendingStmt) {
>       PlacesCommandHook.bookmarkCurrentPage(this._itemIds.length > 0);
>   },

r=me with extra { sorted.
Attachment #517729 - Flags: review?(iann_bugzilla) → review+
Comment on attachment 517729 [details] [diff] [review]
(Av1) Just copy it
[Checked in: See comment 4]

http://hg.mozilla.org/comm-central/rev/7368388813b0
Av1, with comment 3 suggestion(s).
Attachment #517729 - Attachment description: (Av1) Just copy it → (Av1) Just copy it [Checked in: See comment 4]
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: