Tobias Schneider
9dd3cff0b6
Bug 1237198 - Block SWFs on the content blocking list hosted on the Shavar service. r=francois
2016-03-29 00:37:44 -07:00
Seth Fowler
5973113f1b
Bug 1157546 - Replace the image visibility API with a more general API that tracks visibility for any kind of frame. r=mstange
2016-03-25 14:49:43 -07:00
Ryan VanderMeulen
39b284d947
Merge fx-team to m-c. a=merge
2016-03-25 11:36:26 -04:00
Carsten "Tomcat" Book
de6c414085
Merge mozilla-central to fx-team
2016-03-24 16:20:13 +01:00
Sebastian Kaspari
22add1622c
Bug 1253684 - Introduce preference for forwarding OMA downloads to Android's download manager. r=margaret
...
MozReview-Commit-ID: u9j3CGex2q
--HG--
extra : rebase_source : 3a93fbaacdd1108dc816daecc12da75236f55bc7
extra : amend_source : 76f1598b45527c09f6690fa4987ed8026530cdd5
2016-03-10 10:51:25 +01:00
Mason Chang
3e60963c47
Bug 1207332. Enable skia content on OS X. r=lsalzman
2016-03-21 09:17:56 -07:00
Daniel Holbert
00d43c6f13
Bug 1257938 part 3: Remove support for the "layout.css.sticky.enabled" pref (so we'll unconditionally support "position: sticky"). r=corey
...
MozReview-Commit-ID: 9jYcXkUvi8S
2016-03-20 23:06:53 -07:00
Julian Seward
96a413ffed
Bug 1248915 - TSan: data race on global 'mozilla::net::CacheObserver::sDiskCacheCapacity'. r=honzab.moz, n.nethercote.
2016-03-20 10:08:57 +01:00
Daniel Stenberg
88a9b28195
Bug 1245059 - Disable NotifyIpInterfaceChange use for now. r=mcmanus
2016-03-18 16:26:00 -04:00
Ryan VanderMeulen
a3c1075fc6
Merge fx-team to m-c. a=merge
2016-03-19 11:23:43 -04:00
Bob Owen
ea83c5848d
Bug 1256307: Only print via the parent in Nightly. r=jimm
2016-03-19 10:56:40 +00:00
Seth Fowler
d8b3579dd9
Bug 1257315 (Part 1) - Add a visualization of visibility tracking to the APZ minimap. r=botond,mattwoodrow
2016-03-18 18:38:57 -07:00
Wes Kocher
8d3fbe0177
Backed out 3 changesets (bug 1209273) because something from this push appears to have broken Windows mochitests CLOSED TREE
...
Backed out changeset 9c6650c7e237 (bug 1209273)
Backed out changeset fb8b3ab41c82 (bug 1209273)
Backed out changeset 6e2e6b0c7d8e (bug 1209273)
MozReview-Commit-ID: J9WSL2CjoGJ
2016-03-18 15:48:00 -07:00
Wes Kocher
725097c3d7
Backed out changeset cbceb4f4ec73 (bug 1245059) because something from this push appears to have broken Windows mochitests CLOSED TREE
...
MozReview-Commit-ID: 5dPzH9ZhTrn
2016-03-18 15:47:28 -07:00
Daniel Stenberg
135aeef16b
Bug 1245059 - Disable NotifyIpInterfaceChange use for now. r=mcmanus
...
--HG--
extra : rebase_source : f5b64dfcd00ed69fe9fe0cbb90b962564727b659
2016-03-18 05:29:00 -04:00
Tobias Schneider
efc1d13a5a
Bug 1209273 - Part 1: Support for color-adjust CSS property. r=dbaron
...
--HG--
extra : rebase_source : f90e6beb86dd92456b569829078be734273e3beb
2016-03-10 10:51:00 -05:00
Masatoshi Kimura
8469845e9e
Bug 1255959
- Remove Arial from Tamil and Gurmukhi font prefs. r=jfkthame
2016-03-18 21:43:37 +09:00
Dragana Damjanovic dd.mozilla@gmail.com
3f2cc9eccb
Bug 1257203 - Fix toolkit.asyncshutdown.timeout.crash. r=Yoric
...
--HG--
extra : rebase_source : d8ed27e45bec209312e022ddeb9bd6543e345c7b
2016-03-16 08:14:00 -04:00
Randell Jesup
859ee0685f
Bug 1243857: enable full_duplex audio for webrtc via cubeb rs=jesup
2016-03-17 20:45:29 -04:00
Mike Hommey
1e802dcbc4
Bug 1256988 - Remove duplicate gfx.content.azure.backends settings in all.js. r=chmanchester
...
They are useless because they replicate what is already set in the #else
case above them.
2016-03-17 06:49:44 +09:00
Ting-Yu Lin
b7df7500e3
Bug 1241750 - Enable <details> and <summary> on Nightly and Aurora. r=bz
...
MozReview-Commit-ID: 4pG7nso6bEd
--HG--
extra : rebase_source : 7c6b21fc32f09a65ce3dc1b7bef0b876074e0e94
2016-03-16 15:56:05 +08:00
Nicholas Nethercote
a2f068b2ad
Bug 1253085 - Remove the |PLDHashTable*| argument from PLDHash{HashKey,MatchEntry}. r=froydnj.
...
This is easy because it's never needed.
--HG--
extra : rebase_source : 78830dab41c40a1544fa55fc69ca9c1c6709d767
2016-03-16 15:33:44 +11:00
Jonathan Kew
508c6a65fc
Bug 1255731 - Disable graphite2 by default on release-channel builds. r=jet
2016-03-11 08:47:05 +00:00
Mark Goodwin
985802557a
Bug 1224531 - Provide a mechanism for the updater to drive kinto collection sync r=rnewman,mossop
...
There are two parts to this change. The first is a module to drive kinto
collection sync. This gives server-provided last-update times to each module
managing collection information so that data is only fetched when updates are
necessary. This also keeps track of when pings last took place (for future use)
and any apparent difference between client and server clock (we need this later
for the content signing work).
Currently only one module (the kinto version of the OneCRL client) consumes this
information, though more will follow.
The second is a minor change to nsBlocklistService.js to ensure that this ping
takes place whenever the existing blocklist ping happens.
MozReview-Commit-ID: 7SN03AOJ4Wc
2016-03-15 08:55:23 +00:00
Wes Kocher
0dfe54cd29
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 8FyycfyonPJ
2016-03-14 17:40:22 -07:00
Tooru Fujisawa
b4d5be0e72
Backed out changeset 4c1a64f8996a (bug 933257) for huge regression on benchmarks
2016-03-15 08:16:06 +09:00
Tooru Fujisawa
54fdedb829
Backed out changeset dd5d65d5a57d (bug 933257)
2016-03-15 08:15:09 +09:00
Tooru Fujisawa
6d262bf4c9
Backed out changeset 98670690ac0c (bug 933257)
2016-03-15 08:15:09 +09:00
Tooru Fujisawa
6f0ad3cc16
Backed out changeset c91821911d55 (bug 933257)
2016-03-15 08:15:09 +09:00
Sebastian Kaspari
594bd365d3
Bug 1250121 - Add "Noto Serif" as fallback "serif" font. r=jfkthame
...
With downloadable fonts (Bug 1194338) our serif font "Charis SIL Compact"
might not be available until the download has been completed successfully.
Our other fallback fonts are not actually serif fonts (sans serif).
Android ships with a serif font called "Noto Serif". This patch adds this
font as fallback.
MozReview-Commit-ID: IHFM8GgeEpN
--HG--
extra : rebase_source : a77eb7ddc53861361ced9854058576140600fa30
2016-03-09 13:22:52 +01:00
Ehsan Akhgari
38d1ffea4e
Bug 1043562 - Hide the Contacts API from the contexts that lack sufficient privileges, such as Firefox desktop and Android; r=smaug
2016-03-13 15:17:54 -04:00
Benoit Girard
a08807e27f
Bug 1242609 - Use PeekMessages to get the most recent DisplayPort request. r=kats
...
MozReview-Commit-ID: K5PTxUqU9E6
--HG--
extra : rebase_source : 6d9e35b27e2fd37c1df513dd856b48c181f3150f
2016-03-14 11:50:55 -04:00
Lee Salzman
8ef69bea3e
Bug 1244754 - part 2 - enable Skia canvas on Linux and fix web-platform-tests/reftests. r=jrmuizel
2016-03-23 14:21:04 -04:00
Tooru Fujisawa
643618c77d
Bug 933257 - Part 3: Add build scripts for fdlibm. r=jwalden
2015-11-18 19:13:22 +09:00
Tooru Fujisawa
17a8f8e6da
Bug 933257 - Part 2.1: Import fdlibm from FreeBSD (revision bcea9d50b15e4f0027a5dd526e0e2a612238471e). r=jwalden
2016-03-13 02:16:15 +09:00
Tooru Fujisawa
fa373353b6
Bug 933257 - Part 2: Add patches for fdlibm. r=jwalden
2016-03-13 02:16:14 +09:00
Tooru Fujisawa
29db49ab36
Bug 933257 - Part 1: Add a script to import and update fdlibm from FreeBSD. r=jwalden
2016-01-07 12:30:26 +09:00
Tooru Fujisawa
45cd59b8ba
Backed out changeset ec80e2d4ccce (bug 933257) for mochitest-other failure and maybe some more. CLOSED TREE
2016-03-13 04:56:05 +09:00
Tooru Fujisawa
446ace4833
Backed out changeset 3025ae7a3445 (bug 933257)
2016-03-13 04:55:02 +09:00
Tooru Fujisawa
97223b0e78
Backed out changeset 2f7c7d7ddacc (bug 933257)
2016-03-13 04:55:00 +09:00
Tooru Fujisawa
f381128fb0
Backed out changeset e4a133efcb4d (bug 933257)
2016-03-13 04:54:57 +09:00
Tooru Fujisawa
54cb9952be
Bug 933257 - Part 3: Add build scripts for fdlibm. r=jwalden
2015-11-18 19:13:22 +09:00
Tooru Fujisawa
e2e0478907
Bug 933257 - Part 2.1: Import fdlibm from FreeBSD (revision bcea9d50b15e4f0027a5dd526e0e2a612238471e). r=jwalden
2016-03-13 02:16:15 +09:00
Tooru Fujisawa
fbb3f223c2
Bug 933257 - Part 2: Add patches for fdlibm. r=jwalden
2016-03-13 02:16:14 +09:00
Tooru Fujisawa
16519a2dc0
Bug 933257 - Part 1: Add a script to import and update fdlibm from FreeBSD. r=jwalden
2016-01-07 12:30:26 +09:00
Ehsan Akhgari
8da73c781f
Bug 1255934 - Start collecting telemetry data on the usage of remote JAR protocol in the wild; r=mcmanus
2016-03-24 13:46:02 -04:00
sajitk
823704b8d6
Bug 1219482: Replace PRLogModuleInfo with LazyLogModule in various files.r=benjamin
2016-01-28 10:35:00 -08:00
Mike Shal
70e702783f
Bug 1253775 - Remove libmar and libbz2 Makefile.ins; r=ted
...
MozReview-Commit-ID: aF8PmM0KvF
--HG--
extra : rebase_source : 865188be58878ce6e60ac3af9edd52e1b2bacf5b
2016-03-04 19:03:18 -05:00
Ehsan Akhgari
24fbc15619
Bug 1120715 - Part 6: Remove the dom.requestcache.enabled pref; r=bkelly
2016-03-11 14:40:53 -05:00
Ehsan Akhgari
b0223fc046
Bug 1255139 - Keep allowing remote JAR files for IBM iNotes for now on release builds; r=bzbarsky
2016-03-11 10:01:03 -05:00
Phil Ringnalda
3ceef3ef63
Back out 2 changesets (bug 1209273) for devtools failures in browser_css_autocompletion.js
...
Backed out changeset 85f7dbb76c15 (bug 1209273)
Backed out changeset 1901109091be (bug 1209273)
2016-03-10 21:32:50 -08:00
Tobias Schneider
9cfd13fa3d
Bug 1209273 - Part 1: Support for color-adjust CSS property. r=dbaron
...
--HG--
extra : rebase_source : 72919e863a59f76d24fbae31870463025aee7a40
2016-03-10 10:51:00 -05:00
Jeff Gilbert
3bdc12a666
Bug 1255224 - Add pref to force glFinish in DXGL path. (default:false) - r=dvander
2016-03-10 13:17:46 -08:00
Ryan VanderMeulen
e98112b9bd
Backed out 8 changesets (bug 1120715) for Android dom/u2f/tests/test_no_token.html permafail.
...
Backed out changeset 043770204431 (bug 1120715)
Backed out changeset e10c375353f4 (bug 1120715)
Backed out changeset c2871dbeb7cc (bug 1120715)
Backed out changeset 79158f028ad3 (bug 1120715)
Backed out changeset c74866f52320 (bug 1120715)
Backed out changeset c731944ecc64 (bug 1120715)
Backed out changeset 44f346712a3a (bug 1120715)
Backed out changeset 60d6045125e2 (bug 1120715)
CLOSED TREE
2016-03-10 20:20:05 -05:00
Ehsan Akhgari
8508bae9bf
Bug 1120715 - Part 6: Remove the dom.requestcache.enabled pref; r=bkelly
2016-03-10 17:29:11 -05:00
Ting-Yu Lin
5848925b9e
Bug 1255330 - Change the default value of "layout.accessiblecaret.bar.enabled" to false. r=jeremychen
...
MozReview-Commit-ID: 25pXiwtvlLH
--HG--
extra : rebase_source : 16a15e205a5e0c0df8870b601e3fe046d6923f63
2016-03-10 17:18:12 +08:00
Wes Kocher
53011a6a05
Backed out 6 changesets (bug 1120715) for wpt bustage in request-cache.html
...
Backed out changeset 2ee4b18f6b3a (bug 1120715)
Backed out changeset f87a25ade31e (bug 1120715)
Backed out changeset 9391f22c08c2 (bug 1120715)
Backed out changeset c5bf9f7bb86e (bug 1120715)
Backed out changeset 7e003fb64d41 (bug 1120715)
Backed out changeset ef66b64e9f8a (bug 1120715)
MozReview-Commit-ID: AI47IhtGWea
2016-03-09 15:57:43 -08:00
Ehsan Akhgari
017bf0f2b6
Bug 1120715 - Part 6: Remove the dom.requestcache.enabled pref; r=bkelly
2016-03-09 16:45:01 -05:00
Anthony Jones
d00c420b2c
Bug 1230265 - Benchmark VP9 decoder performance and enable VP9 on fast machines; r=jya
...
MozReview-Commit-ID: 4GhSLun9x6Z
2016-03-09 15:43:38 +11:00
Aaron Klotz
7c542da3b5
Bug 1211262: Unit test; r=mwu
...
MozReview-Commit-ID: EK95Ha2sSSJ
--HG--
extra : rebase_source : bc424521cfaefba6c1754d6f107d075f32d40b3a
2015-10-13 12:21:19 -06:00
Masatoshi Kimura
cc6a791266
Bug 1254493 - Remove Code2000 and Arial Unicode MS from prefs. r=jfkthame
2016-03-08 23:19:26 +09:00
Chris Peterson
b101dfdf88
Bug 1253901 - Update gcli script versions to jQuery 2.2.1, Lodash 4.6.1, and Underscore 1.8.3. r=gl
2016-03-05 00:17:05 -08:00
Kartikaya Gupta
b107477fd5
Bug 1254263 - Add a flag to allow disabling paint-skipping. r=mstange
...
MozReview-Commit-ID: 4bgvqEZcSWy
--HG--
extra : rebase_source : 3aafaffa34b9e7afba81bbec52793eedb8f425ac
2016-03-07 16:25:00 -05:00
Eitan Isaacson
fa80d0f9b8
Bug 1166365 - Introduce Narrate feature in reader mode. r=Gijs
...
MozReview-Commit-ID: 6tJIu7C4eAv
--HG--
extra : rebase_source : 0ebd212968dce90c6797b261344345d0b7b601ba
2016-02-01 11:09:14 -08:00
Luke Wagner
b5a255ff58
Bug 1252498 - Baldr: add Wasm object behind pref, default off (r=jorendorff)
...
MozReview-Commit-ID: BlhrURAX26H
--HG--
extra : rebase_source : e1b540f06c2f3976f91242ac7b0b8ede29fbc5f2
2016-03-03 10:20:21 -06:00
Ehsan Akhgari
bcd549b626
Bug 1249542 - Remove the prefs for History API push/pop/replaceState; r=bzbarsky
...
These prefs don't even work properly, and they can break Web content in
pretty bad ways for the users who have them set.
2016-03-02 18:14:15 -05:00
James Willcox
73d84cb178
Bug 518805 - Don't do meta refreshes when backgrounded r=bz
...
This is controlled by browser.meta_refresh_when_inactive.disabled, which
is false (allow refreshes) on desktop, and true (disable refreshes) on Fennec
2016-03-02 16:32:27 -06:00
J. Ryan Stinnett
1d243be303
Bug 1238160 - Enable mozbrowser frames on desktop. r=bz
...
MozReview-Commit-ID: cBYm7dgQt1
2016-03-02 10:35:56 -06:00
Jonathan Kew
e8a26c768f
Bug 1252407 - Update woff2 library to upstream commit 643c7b45891cbeb5dc1f7599a4c9b53fbe82a08f. r=fredw
2016-03-02 06:59:16 +00:00
Ehsan Akhgari
8b94dc47cb
Bug 1251875 - Part 2: Remove the dom.serviceWorkers.interception.opaque.enabled pref; r=bkelly
2016-03-01 09:17:59 -05:00
Ehsan Akhgari
8a0731fdde
Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly
2016-03-01 09:16:38 -05:00
Ting-Yu Lin
b063b0cec5
Bug 1097398 Part 2 - Add preferences to make carets always tilt. r=roc
...
This is to support Firefox Android L style carets assets that the two
carets always look like tilt.
This patch is derived from a WIP patch by Mark Capella
<markcapella@twcny.rr.com>
MozReview-Commit-ID: H3nKLz6HcpM
--HG--
extra : rebase_source : b3a77b0bb8aaea8f010002f54fde075c9d469711
2016-02-16 16:55:28 +08:00
Mike Taylor
2140370090
Bug 1249474
. Part 1 - Change default Accept header value for images to */*. r=mcmanus
...
This matches the behavior of Safari.
2016-02-29 14:52:06 -06:00
Kit Cambridge
6f8c9f7748
Bug 1250288 - Add a pref for showing favicons in web notifications. r=MattN
...
MozReview-Commit-ID: 9hxv7Ts8L8u
--HG--
extra : amend_source : 949e26111ede7e7cb033fc64bc2b82000a546199
extra : histedit_source : 34cf6b2b1f67672fd72a5efc12c560f6b1729ec3
2016-02-22 13:16:27 -08:00
James Willcox
9e56091f86
Bug 1251065 - Add prefs for logging the current and peak texture usage r=nical
2016-02-26 11:01:28 -06:00
Milan Sreckovic
4938f753d9
Bug 1251393: Remove a duplicated line. r=me
2016-02-25 13:08:00 +01:00
Maire Reavy
bb00bd1e3f
Bug 1251301 - Roll up of new entires to screen sharing whitelist r=jesup
...
MozReview-Commit-ID: IDCrLZd0RVd
2016-02-25 23:54:32 -05:00
Masayuki Nakano
6e150071f6
Bug 1250050 Add a pref to disable supporting mouse wheel of windowless plugins on Windows r=smaug
2016-02-26 09:41:59 +09:00
Frédéric Wang
6b2951791c
Bug 1247301 - Fix false positive warning in Brotli. r=mcmanus
2016-02-25 20:08:49 +01:00
James Willcox
dc94ee5dc7
Revert bug 1251065 due to stupidity
2016-02-25 10:51:34 -06:00
James Willcox
8ae46e3a8a
Bug 1251065 - Add prefs for logging the current and peak texture usage r=nical
2016-02-25 10:25:45 -06:00
Kartikaya Gupta
72a83dc373
Bug 1240133 - Reduce width of displayport on desktop. r=botond
...
MozReview-Commit-ID: 3t0he6jc8ep
2016-02-24 17:12:51 -05:00
James Willcox
baaa7135c7
Bug 1230645 - Enable MSE/WebM on Android r=ajones
2016-02-24 14:58:33 -06:00
Nathan Froyd
12d9670a60
Bug 1249389 - part 4 - make StartupCache::GetBuffer take a UniquePtr outparam; r=erahm
...
This change eliminates a number of nsAutoArrayPtr usages, as well as
making the pattern GetBuffer() -> NewObjectInputStreamFromBuffer more
pleasant.
2016-02-18 12:26:28 -05:00
Nathan Froyd
460db498a3
Bug 1249389 - part 3 - assert the size of nsZipItemPtr's storage type; r=erahm
...
The only uses of this class use a template argument with a size of
|char| (uint8_t and char), and the class isn't designed to accomodate
template arguments of larger size (e.g. the implementation of Forget()
neglects to divide by sizeof(T) for allocating a return buffer). Let's
enforce this with a static_assert. This change makes the class safer to
use and also makes future changes simpler to reason about.
2016-02-18 12:07:03 -05:00
L. David Baron
1182aed626
Bug 1250342 patch 3: Rename preference layout.css.text-align-true-value.enabled to layout.css.text-align-unsafe-value.enabled . r=mats
...
MozReview-Commit-ID: 6IKnuvxZQcI
2016-02-24 10:40:30 -08:00
Wes Kocher
42c013e034
Backed out 3 changesets (bug 1250342) for reftest failures in text-align-true.html CLOSED TREE
...
Backed out changeset 0eae0890ee11 (bug 1250342)
Backed out changeset e82e430d0eda (bug 1250342)
Backed out changeset 866f8a7337df (bug 1250342)
--HG--
extra : commitid : Gme2p6OagcA
2016-02-23 13:10:40 -08:00
L. David Baron
ec4c382804
Bug 1250342 patch 3: Rename preference layout.css.text-align-true-value.enabled to layout.css.text-align-unsafe-value.enabled . r=mats
...
MozReview-Commit-ID: 6IKnuvxZQcI
2016-02-23 09:41:48 -08:00
Milan Sreckovic
eefe011285
Bug 1249157 - prefapi enums into class enums, explicit conversion, cleanup. r=bsmedberg
2016-02-22 09:15:00 +01:00
Steve Singer
e51aa6ae9b
Bug 1247505 - Fix woff2 compile error on big endian. r=fredw
2016-02-13 13:19:30 -05:00
Kearwood (Kip) Gilbert
e3fd6329c9
Bug 1237691 - Implement Oculus Head Pose Prediction
...
MozReview-Commit-ID: 4hbKmZycEcn
2016-02-16 12:53:33 -08:00
Wes Kocher
952924118d
Backed out changeset dd911452e3f7 (bug 1249157) for build bustage CLOSED TREE
...
--HG--
extra : commitid : 9S2zNfX2mUX
2016-02-22 09:05:21 -08:00
Milan Sreckovic
3336950f44
Bug 1249157: prefapi enums into class enums, explicit conversion, cleanup. r=bsmedberg
...
MozReview-Commit-ID: nvvOD8ajV4
--HG--
extra : rebase_source : cbdaea69100559893e8386c3618a5594ff38433d
2016-02-18 13:27:06 -05:00
Shu-yu Guo
c80afef075
Bug 912337 - Make a pref to toggle whether DebuggeeWouldRun is a warning or an error. (r=jimb)
2016-02-19 13:46:07 -08:00
Matt Woodrow
00f5fe68bd
Bug 1248496 - Enable D3D11 DXVA. r=ajones
2016-02-18 14:32:59 +13:00
Nicholas Nethercote
b66ae9e8e5
Bug 1248521 - Pack PrefHashEntry better. r=froydnj.
...
This reduces sizeof(PrefHashEntry) from 40 bytes to 32 bytes on 64-bit
platforms, which reduces the entry storage of |gHashTable| from 160 KiB to 128
KiB in every process.
2016-02-16 15:36:55 +11:00
Kartikaya Gupta
9e6a5653e4
Back out cset 156e0990abc8 (bug 1246676
) since it's not needed any more. r=backout
2016-02-16 09:39:25 -05:00
Louis Christie
38e2de5ca1
Bug 1231793: Part 6 - Enabled the new Wave Data Decoder in DecoderTraits. r=jya
...
MozReview-Commit-ID: EdW4JJM3nO6
2016-02-17 00:28:50 +11:00
Louis Christie
1242af5735
Bug 1231793: Part 5 - Added Wave Data Demuxer and Decoder. r=jya
2016-02-17 00:28:49 +11:00
ISHIKAWA, Chiaki
be2b50a7f8
Bug 1248252 - Improper outdated octal constant syntax in M-C tree. Use '0o' prefix. r=dao
...
Be warned. Do not attemp to change the .js "test" source code in ./js
They are meant to check
- the outdated 0666 octal constant is still parsed correctly,
- the outdated 0666 octal constant raises syntax error flag
in strict mode, etc.
So leave them alone.
2016-02-15 08:57:00 +01:00