Commit Graph

500770 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
e599757126 Backed out changeset 5c047b770037 (bug 1302663) for eslint failures
--HG--
extra : rebase_source : 2cd803ba85c6e0a17f0f9b7135e0b01f652557bc
2016-11-18 14:29:03 +01:00
Carsten "Tomcat" Book
fa25c7a85c Backed out changeset 64b95c8f9f12 (bug 1302663)
--HG--
extra : rebase_source : 042b24c918ce8bc04974b838cf1c4612739ef49b
2016-11-18 14:27:50 +01:00
Carsten "Tomcat" Book
c855df4890 Backed out changeset ae8ae9a484d3 (bug 1302663)
--HG--
extra : rebase_source : 19cf217801ce5a69479d5e5153bc689e689a8913
2016-11-18 14:27:49 +01:00
Carsten "Tomcat" Book
4b1ce477ad Backed out changeset 0bd621a27696 (bug 1302663)
--HG--
extra : rebase_source : bc5a64ec3f7b80cc573cae1897927d8c27639941
2016-11-18 14:27:47 +01:00
Jon Coppeard
72039bc43f Bug 1318384 - Don't trigger pre barrier in WrapperAnswer::RecvDropObject r=billm 2016-11-18 13:18:09 +00:00
Jon Coppeard
3dd2a5d1fe Bug 1318384 - Don't trigger pre barrier in WatchpointMap::markAll r=jandem 2016-11-18 13:18:09 +00:00
Olli Pettay
b205f5cdb9 Bug 1317805, ensure to update MediaRecorder when document's activity state changes, r=bechen
--HG--
extra : rebase_source : f9a6dca24ec7e29e73b67002a2cf9470f4768743
2016-11-18 13:29:13 +02:00
Ted Mielczarek
a449823a50 bug 1295937 - build NSS using gyp files. r=glandium
MozReview-Commit-ID: Gm1PLWSJwbD

--HG--
rename : config/external/nss/moz.build => security/moz.build
rename : config/external/nss/nss.symbols => security/nss.symbols
extra : rebase_source : bedd3b2f315f8504e1d0cb1ee94720e380466e5b
2016-11-09 12:37:09 -05:00
Ted Mielczarek
26ebd20ebf bug 1295937 - Improvements to gyp_reader to handle NSS gyp files. r=glandium
This patch contains a number of changes to the gyp_reader code:
* Add three new flags to GYP_DIRS:
** no_chromium, to skip forcing the includes/etc needed for chromium gyp files
** no_unified, to force building all sources without unification
** action_overrides, to pass scripts used when mapping gyp actions to moz.build GENERATED_FILES
* Handle the flags mentioned above in read_from_gyp
* Handle actions in gyp targets by mapping them to GENERATED_FILES, using scripts specified in the action_overrides flag. We don't try to handle the generic action case, we require special-casing for each action.
* Handle a subset of copies in gyp targets by mapping them to EXPORTS, just enough to handle the use of them for NSS exports.
* Handle shared_library and executable gyp targets
* Handle gyp target dependencies/libraries as USE_LIBS/OS_LIBS
* Handle generated source files
* Handle .def files in sources by mapping them to SYMBOLS_FILE
* Special-case some include_dirs:
** Map `<(PRODUCT_DIR)/dist/` to $DIST/include (to handle include paths for NSS exports)
** Map include_dirs starting with topobjdir to objdir-relative paths, to handle passing the NSPR include path to NSS
* split /build/gyp.mozbuild into two parts, with gyp_base.mozbuild containing generic bits, and gyp.mozbuild containing chromium-specific bits


MozReview-Commit-ID: FbDmlqDjRp4

--HG--
extra : rebase_source : d3fb470c589f92d8c956b9ecd550fb8df79ff5bc
2016-11-15 12:37:09 -05:00
Carsten "Tomcat" Book
1926c317eb Backed out changeset 4e8c181309b1 (bug 1318017) for j1 test failures
--HG--
extra : rebase_source : d5decfefa03d25fa3d66c3fe4d243c3e1524880a
2016-11-18 13:16:26 +01:00
Georg Fritzsche
03b34b93b0 Bug 1302663 - Part 4 - Add event rendering to about:telemetry. r=dexter 2016-11-18 13:03:59 +01:00
Georg Fritzsche
f4dccb2c7f Bug 1302663 - Part 3 - Add events to the main ping. r=dexter 2016-11-18 13:03:59 +01:00
Georg Fritzsche
95eef89069 Bug 1302663 - Part 2 - Implement Event Telemetry recording. r=froydnj,dexter
This implements the API, storage and serialization for Telemetry event recording.
2016-11-18 13:03:58 +01:00
Georg Fritzsche
5827b3c84a Bug 1302663 - Part 1 - Add script to generate headers with event data from Events.yaml. r=dexter 2016-11-18 13:03:58 +01:00
Masatoshi Kimura
6e84800733 Bug 1248198 - Remove the "security.ssl.enable_npn" pref. r=keeler,mcmanus
MozReview-Commit-ID: J6nYmNAipyL

--HG--
extra : rebase_source : 26b65f99f446f4198ca1b3fd74765f96fd37d85d
2016-11-17 20:45:18 +09:00
Sotaro Ikeda
133e28473a Bug 1317893 - Split CompositorVsyncScheduler to own file r=kats
--HG--
rename : gfx/layers/ipc/CompositorBridgeParent.cpp => gfx/layers/ipc/CompositorVsyncScheduler.cpp
rename : gfx/layers/ipc/CompositorBridgeParent.h => gfx/layers/ipc/CompositorVsyncScheduler.h
2016-11-18 02:37:04 -08:00
Alex Chronopoulos
8ca2f49e54 Bug 1318619 - Update cubeb upstream to 7f74039f92. r=kinetik
MozReview-Commit-ID: HDOkLLKKsm7
2016-11-18 12:30:23 +02:00
Gabriel Luong
dd933addc1 Bug 950088 - Fix localization note for rule.selectedElement. r=jdescottes 2016-11-18 18:54:06 +09:00
Cameron McCormack
4406edcd3a Bug 1318238 - Clear all ServoNodeData during style set shutdown. r=bholley
MozReview-Commit-ID: 9MvBTAWeawC
2016-11-18 16:54:10 +08:00
Thomas Nguyen
5879ed1f80 Bug 1318376 - Set value of REFERRER_POLICY* more reasonable to avoid error conversion from unsigned to signed. r=mcmanus
MozReview-Commit-ID: J4er0G5dwim
2016-11-18 14:34:01 +08:00
André Bargull
fbed2f7f0d Bug 1318017: Call GetPrototypeFromConstructor for generator, async function, and Intl constructors. r=arai 2016-11-17 11:20:55 -08:00
André Bargull
bc0ae795cd Bug 1317389: Change property attributes for generator and async functions to match ES2015/2017. r=Waldo 2016-11-17 10:09:02 -08:00
Chih-Yi Leu
3988aaaef5 Bug 1316544 - Fix conformance test fail in texture-image-webgl-specific r=jgilbert 2016-11-17 21:22:00 +01:00
Jessica Jong
5509eabfe1 Bug 1314544 - Allow keyboard shortcut when focus is on date/time input box. r=mconley 2016-11-16 23:16:00 +01:00
Dave Huseby
4e53da9544 Bug 1309067 - adding asserts to ensure boolean and OA private browsing values match. r=ehsan 2016-11-17 12:14:00 +01:00
Andrea Marchesini
42cdd9436b Bug 1318273 - Improve the use of SpecialPowers.pushPrefEnv() - part 2, r=qdot 2016-11-18 09:33:50 +01:00
Andrea Marchesini
2f974ccbce Bug 1318273 - Improve the use of SpecialPowers.pushPrefEnv() - part 1, r=qdot 2016-11-18 09:33:33 +01:00
Phil Ringnalda
fb56c153d3 Bug 1067360 - also disable test-image-layers-multiple-displayitem.html, for starting to fail as soon as the prior test, test-image-layers.html, was disabled 2016-11-17 23:06:37 -08:00
Phil Ringnalda
cba055b5fe Merge m-c to m-i
MozReview-Commit-ID: ICJOT8GTPT3
2016-11-17 22:57:10 -08:00
Phil Ringnalda
dcbcef52c1 Bug 1040769 - disable test_bug570341.html on Android debug for constant failures 2016-11-17 21:57:10 -08:00
Phil Ringnalda
935627b015 Bug 1304272 - disable browser_syncui.js on Linux for constant failures, a=nnoyance 2016-11-17 21:44:40 -08:00
Phil Ringnalda
2a47afda66 Bug 1273871 - disable browser_capture_doorhanger.js for constant failures, a=nnoyance 2016-11-17 21:39:45 -08:00
Phil Ringnalda
4a8366dabc Bug 1304934 - disable test_presentation_mixed_security_contexts.html on Android for constant failures, a=nnoyance 2016-11-17 21:34:35 -08:00
Phil Ringnalda
533b788fd9 Bug 1317284 - disable test_password_field_autocomplete.html on Linux for constant failures, a=nnoyance 2016-11-17 21:31:58 -08:00
Phil Ringnalda
8c9133d4c6 Bug 1067360 - disable layout/reftests/invalidation/test-image-layers.html for constant failures, a=nnoyance 2016-11-17 21:24:58 -08:00
Franziskus Kiefer
01e8131c3c Bug 1317947 - land NSS 0x8219c4fd5c47, r=me 2016-11-18 06:01:13 +01:00
Phil Ringnalda
899b0c96bb Backed out changeset 3891a7e1ba76 (bug 1261197) for 100% red Win8 debug xpcshell runs
MozReview-Commit-ID: 5cNYd2jjwup
2016-11-17 20:48:59 -08:00
Phil Ringnalda
e3b53628aa Merge m-c to m-i
MozReview-Commit-ID: GwBaSZdoAZK
2016-11-17 20:33:59 -08:00
Phil Ringnalda
61baa2aa9a Merge m-i to m-c, a=merge
MozReview-Commit-ID: A3wgReQAalj
2016-11-17 19:21:20 -08:00
Phil Ringnalda
da94b3af3f Merge autoland to m-c, a=merge
MozReview-Commit-ID: 6ChkHqkFGsA
2016-11-17 19:14:15 -08:00
Sebastian Hengst
d35d1a1445 Backed out changeset 50f830bdb2c8 (bug 1315121) for failing reftest-sanity/page-width-4.1in.html on OS X 10.10 debug. r=backout on a CLOSED TREE 2016-11-17 21:53:26 +01:00
Sebastian Hengst
20a51e488b Backed out changeset 4984c5478d52 (bug 1151899) for build bustage. r=backout on a CLOSED TREE 2016-11-17 20:23:01 +01:00
Sebastian Hengst
72c68b6881 Backed out changeset f87f327d7ef2 (bug 1151899) 2016-11-17 20:22:34 +01:00
Sebastian Hengst
2540bf5b65 Backed out changeset 2b97d2ef1895 (bug 1151899) 2016-11-17 20:22:30 +01:00
Sebastian Hengst
16a9c895ed Backed out changeset c778f23ccaf9 (bug 1151899) 2016-11-17 20:22:26 +01:00
Sebastian Hengst
31c02995a4 Backed out changeset 910b4b74261d (bug 1151899) 2016-11-17 20:21:55 +01:00
Ehsan Akhgari
d07f79a266 Bug 1318210 - Remove nsIAppsService; r=baku 2016-11-17 10:41:36 -05:00
ffxbld
dfd651d0d8 No bug, Automated blocklist update from host bld-linux64-spot-421 - a=blocklist-update 2016-11-17 06:05:03 -08:00
ffxbld
3a09585aba No bug, Automated HPKP preload list update from host bld-linux64-spot-421 - a=hpkp-update 2016-11-17 06:05:00 -08:00
ffxbld
5179f8fc27 No bug, Automated HSTS preload list update from host bld-linux64-spot-421 - a=hsts-update 2016-11-17 06:04:58 -08:00