Closed Bug 421589 Opened 17 years ago Closed 16 years ago

Need to grep for occurrences of "Application.bookmarks" in add-on JS

Categories

(addons.mozilla.org Graveyard :: Administration, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mfinkle, Assigned: clouserw)

Details

We are making a small but breaking change to the FUEL API. I was hoping we could grep for a string in the JS files of add-ons to see if we can find any add-on that will be broken by this change. The string to grep for is: "Application.bookmarks"
Best I can do is an rsync of the add-ons from the end of January. I filed bug 423803 to put the rsync on a cron job for the future. Will attach grep output shortly.
Assignee: nobody → clouserw
grep -r "Application.bookmarks" * returned nothing when grepping a best-guess of the latest version of the add-ons.
Mark, should this bug be closed now? Just FYI - I ran this on my local repository of add-ons and found the following add-on ID's that use this: 2625/chrome/content/opml-support.js: createIn = Application.bookmarks; 2625/chrome/content/opml-support.js: var bmRoot = Application.bookmarks; 2888/chrome/content/bookmarkBatch.js: var roots = Application.bookmarks; 4702/chrome/content/bookmarkBatch.js: root=root?root:Application.bookmarks; 6271/chrome/content/previewService.js: var roots = Application.bookmarks;
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Component: Add-ons → Administration
QA Contact: add-ons → administration
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.