Overview
Comment: | [core] [js] avoid avoid functions overriding in common objects prototypes |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | core |
Files: | files | file ages | folders |
SHA3-256: |
51af80e9429d234c73a79e11c9b9c076 |
User & Date: | olr on 2017-04-28 15:00:22 |
Original Comment: | [js] avoid avoid functions overriding in common objects prototypes |
Other Links: | manifest | tags |
Context
2017-04-30
| ||
12:23 | [fr] confusion son / sont check-in: c6acd80ef5 user: olr tags: trunk, fr | |
2017-04-28
| ||
15:00 | [core] [js] avoid avoid functions overriding in common objects prototypes check-in: 51af80e942 user: olr tags: trunk, core | |
2017-04-27
| ||
11:24 | [fr] faux positif: si nécessaire check-in: b32cdfdbe2 user: olr tags: trunk, fr | |
Changes
Modified gc_core/js/jsex_map.js from [975706110f] to [181b814a6e].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - + + + + + - - - - - - + + + + + + + + + | // Map if (Map.prototype.__grammalecte__ === undefined) { |
Modified gc_core/js/jsex_regex.js from [35ff67872c] to [de380ed036].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | // regex if (RegExp.prototype.__grammalecte__ === undefined) { |
Modified gc_core/js/jsex_string.js from [c771aa921e] to [adf06fbda5].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | // String if (String.prototype.__grammalecte__ === undefined) { |