After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 722210 - Remove our custom hashmap implementation
Remove our custom hashmap implementation
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-01-14 22:54 UTC by Giovanni Campagna
Modified: 2014-01-14 23:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove our custom hashmap implementation (13.43 KB, patch)
2014-01-14 22:54 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2014-01-14 22:54:19 UTC
gjs uses Spidermonkey 24, which implements Map from the ES6
specification, so we can use that instead.
Comment 1 Giovanni Campagna 2014-01-14 22:54:22 UTC
Created attachment 266304 [details] [review]
Remove our custom hashmap implementation
Comment 2 Jasper St. Pierre (not reading bugmail) 2014-01-14 23:02:54 UTC
Review of attachment 266304 [details] [review]:

OK.
Comment 3 Giovanni Campagna 2014-01-14 23:55:25 UTC
Attachment 266304 [details] pushed as bfb0235 - Remove our custom hashmap implementation