Closed Bug 415138 Opened 17 years ago Closed 12 years ago

give names to PlacesUtils getters so they're detectable by dTrace

Categories

(Firefox :: Bookmarks & History, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: dietrich, Unassigned)

References

()

Details

(Whiteboard: [good first bug])

see http://wiki.mozilla.org/Performance/Optimizing_JavaScript_with_DTrace

eg:

var MyObject = {
  get bar MyObject_get_bar() {...}
}
you do realize there's no way to call a PlacesUtils's getter more than once? :) 
I'd like that single call to show up in dTrace output.
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".

In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body   contains   places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.

Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.

Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
Whiteboard: [good first bug]
   I'm reviewing the [Good first bugs] and wonder if this old item is resolvable since all the get(ters) now seem to be named?
Probably yes, if you checked that all the getters are named, you may close this.
   IRQ discussion with :callek who checked for me ...

   I can't close anything yet ... I'm still a "new" developer. I just thought I could push this to resolution while I was there ... maybe you can do the honors?
Sure, thank you!
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.