Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 17417 by adcharlton: Bookmarks API returns strings instead of  
ints for extension IDs
http://code.google.com/p/chromium/issues/detail?id=17417

Chrome Version       : 3.0.196.0 (Developer Build 21247)

The following code run in an extension will give strings for bookmark ids -
as per issue 17305, trying to pass these ids back into other bookmark APIs
will either crash the extension, or cause an error message.

chrome.bookmarks.getTree(function(result) {
    console.log(result);
});

Attached are screenshots from the developer console of the results of that
call in the current Dev release (3.0.193.1) and a recent Chromium build
(3.0.196.0 (Developer Build 21247)) - note in the newer version Ids are now
strings.





Attachments:
        bookmarks-chrome3.0.193.1.png  14.3 KB
        bookmarks-chromium3.0.196.0 (21247).png  14.5 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to