Markus Stange
5ecaa17d34
Bug 1382910 - Propagate the current profiler state to a newly-launched child process using environment variables. r=njn
...
This also fixes the bug where we would always profile child processes if the
parent process had been launched with MOZ_PROFILER_STARTUP=1, regardless of
whether the profiler was still running in the parent process.
MozReview-Commit-ID: LkIpYmKJOJ1
--HG--
extra : rebase_source : 49b38bc58ded91ecc2e2fce08bcb4f2d20a13b92
2017-07-24 18:16:33 -04:00
Markus Stange
128202ec7e
Bug 1382910 - Consistently treat empty env var values the same as the env var not being set. r=njn
...
This is what prenv.h suggests:
When manipulating the environment there is no way to un-set
an environment variable across all platforms. We suggest
you interpret the return of a pointer to null-string to
mean the same as a return of NULL from PR_GetEnv().
I interpret "null-string" to mean "empty string".
MozReview-Commit-ID: 2mfVD1zULXL
--HG--
extra : rebase_source : 07ec16c002f5c6d1ed0003fa05985f4155f85dfc
2017-07-20 20:52:20 -04:00
Markus Stange
d81d287c35
Bug 1382910 - Add a MOZ_PROFILER_STARTUP_FEATURES_BITFIELD environment variable that lets you set the features as a number. r=njn
...
If set, MOZ_PROFILER_STARTUP_FEATURES_BITFIELD overrides the value set by
MOZ_PROFILER_STARTUP_FEATURES.
This means that we won't need to go through an intermediate string
representation when propagating profiler settings to a child process through
environment variables.
MozReview-Commit-ID: 49eTVMI21GJ
--HG--
extra : rebase_source : 084040e7816929a8b63b7b087d7202180be4d4d5
2017-07-24 15:52:04 -04:00
Markus Stange
48b6127613
Bug 960153 - Add env var MOZ_PROFILER_STARTUP_FEATURES that lets you select which features should be active for startup profiling. r=njn
...
MozReview-Commit-ID: 9RzHNgIVcSb
--HG--
extra : rebase_source : 73f4c5c5ae7700b9f8794d0cb0b03527721e829d
2017-07-20 20:43:19 -04:00
Markus Stange
22afd028e6
Bug 960153 - Factor out ParseFeaturesFromStringArray. r=njn
...
MozReview-Commit-ID: JrRecdiMPB0
--HG--
extra : rebase_source : 72d32cf396fc8a3e6e0363487bff9e66355af281
2017-07-20 14:49:35 -04:00
Markus Stange
76c3d32a44
Bug 960153 - Add env var MOZ_PROFILER_STARTUP_FILTERS that lets you select which threads should be profiled during startup profiling. r=njn
...
MozReview-Commit-ID: 3vZy4bn1mRN
--HG--
extra : rebase_source : 44160deb8d91b1865756c0dddabdd0358d1de30f
2017-07-24 15:40:42 -04:00
Markus Stange
95eccb68b1
Bug 1382908 - Make TaskTracer build and run again. r=billm
...
MozReview-Commit-ID: 8SqBWgOXc6H
--HG--
extra : rebase_source : 4b5cbb34740ebd439431188dd8c6df02eeee3969
2017-07-24 18:35:07 -04:00
Blake Winton
f5c1d1fe64
Bug 1354097 - Style and add a customize button to the overflow panel. r=Gijs, ui-r=shorlander.
...
MozReview-Commit-ID: 7bNQcVgb7wf
--HG--
extra : rebase_source : 55a6ca4f6d741dc0d398ef4a9a83ef63c1fe5345
2017-07-17 10:18:40 -04:00
Julian Descottes
b9ecd6f0f8
Bug 1378833 - use Environment service instead of sdk/system/environment in WebIDE;r=ochameau
...
MozReview-Commit-ID: 9Uc9HYImK6G
--HG--
extra : rebase_source : 5f4096492595f682dacad69d7c4da3368ebd878c
2017-07-24 23:11:17 +02:00
Julian Descottes
c5763272c7
Bug 1378835 - use Services.appinfo instead of sdk/system/runtime in WebIDE;r=ochameau
...
MozReview-Commit-ID: 6Z55YIPOcyN
--HG--
extra : rebase_source : c6f31e85af7e61ef2817b4acf01769c4fdf28674
2017-07-24 23:02:00 +02:00
Carsten "Tomcat" Book
34dc6e1a1d
Merge mozilla-central to autoland
2017-07-25 17:46:57 +02:00
Andrew McCreight
35f516cba7
Bug 1383303 - Support void returns from VM functions. r=jandem
...
MozReview-Commit-ID: JBPQ9aTqHAH
--HG--
extra : rebase_source : 985a61492b29cd2701bbeff9a081c2034cd66dd7
2017-07-21 13:20:44 -07:00
Mike de Boer
9c16099969
Bug 1354533 - Update the History panelview when it's shown inside the new Library panel. r=mak
...
This patch changes the history-panelmenu widget with the following:
- Move the Recently Closed Tabs and Recently Closed Windows lists into their own
respective (nested) subview,
- Add a Recent History header to list of history items,
- Extend the list of Recent History items to be max 42 items long,
- Share more code with Bookmarks panel,
- Generalizes panelview event dispatching to always support customizable widgets.
MozReview-Commit-ID: 4sBR6llIvxG
--HG--
extra : rebase_source : 2758dd643cd504448ee1f19296670a588bf56069
2017-07-21 15:07:23 +02:00
Dustin J. Mitchell
8a61c71153
Bug 1382707: fix typo 'tsak_id'; r=bstack a=tomcat
...
MozReview-Commit-ID: 2PhnJojQK8I
--HG--
extra : source : 0044966de3760dd143f89117c4907662a937b579
2017-07-20 19:47:32 +00:00
Carsten Book
115784405b
Backed out changeset 0a60cc198321 for browser_devices_get_user_media_screen.js | application crashed [@ mozalloc_abort(char const*)]
2017-07-25 17:40:59 +02:00
Carsten "Tomcat" Book
679210723b
merge mozilla-inbound to mozilla-central a=merge
2017-07-25 14:27:17 +02:00
Carsten "Tomcat" Book
38dac4a83e
merge autoland to mozilla-central a=merge
...
--HG--
rename : dom/tests/mochitest/chrome/test_window_getAppLocales.html => dom/tests/mochitest/chrome/test_window_getRegionalPrefsLocales.html
rename : mobile/android/app/src/main/res/drawable/as_contextmenu_divider.xml => mobile/android/app/src/main/res/drawable/as_contextmenu_divider_helper.xml
rename : testing/tools/autotry/autotry.py => tools/tryselect/selectors/syntax.py
extra : rebase_source : d3b22773aa7d48ac6cc60d0afd41e5d74e1ac697
2017-07-25 14:18:40 +02:00
Sebastian Hengst
7888b852aa
Backed out changeset a7da25c837d8 (bug 1372689) for failing browser-chrome's browser_startup_images.js about toolbarbutton-dropdown-arrow.png. r=backout
...
--HG--
rename : browser/themes/shared/tabbrowser/newtab.svg => browser/themes/linux/tabbrowser/newtab.svg
2017-07-25 11:04:57 +02:00
Carsten "Tomcat" Book
965777ef3a
Backed out changeset 3923ce220df3 (bug 1380286) for hazard failures
2017-07-25 08:44:13 +02:00
Kris Maglione
8408f943c1
Bug 1383215: Follow-up: Fix straggler xpcshell test.
...
MozReview-Commit-ID: IhD2Kqtxtwu
2017-07-24 22:10:18 -07:00
Manish Goregaokar
9078a3ce49
servo: Merge #17846 - Allow nonstandard font-weight values for system fonts (from Manishearth:font-weight); r=upsuper a=tomcat
...
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1379895
Source-Repo: https://github.com/servo/servo
Source-Revision: b8ac4a7a2efabe11af1366207f9649982250c0e2
--HG--
extra : source : b2739564fde59c05be530407f37a1185f43ee8c2
2017-07-24 17:26:31 -07:00
Carsten "Tomcat" Book
aed9eeee06
Backed out changeset 42667c5ba946 (bug 1367983) for causing bug 1383673
2017-07-25 10:33:44 +02:00
Wes Kocher
2673406be5
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 1oTeP8uycV2
2017-07-24 18:06:39 -07:00
Wes Kocher
252080fa1f
Merge autoland to central, a=merge
...
MozReview-Commit-ID: AWf410QGui6
2017-07-24 17:57:54 -07:00
Doug Thayer
1b05f8ad37
Bug 1383904 - Show old elevation dialog on elevation fail r=rstrong a=kwierso
...
The patch which originally disabled this seems to have been in error, thinking it was the cause of failing tests on try. Can't provide much more context than that.
MozReview-Commit-ID: 9h1pXVJeDCG
--HG--
extra : amend_source : 0b5bc70daa03efbee141b31e14c6b23ac35df553
2017-07-24 16:08:53 -07:00
Wes Kocher
fcc677950d
Backed out 2 changesets (bug 1371166) for Windows 8 permafails in test_mediarecorder_principals.html a=backout
...
Backed out changeset 955998eefbe8 (bug 1371166)
Backed out changeset 736042ec645d (bug 1371166)
MozReview-Commit-ID: 11duLALJ9PW
2017-07-24 14:50:47 -07:00
ffxbld
ef646e1a27
No bug, Automated HPKP preload list update from host bld-linux64-spot-307 - a=hpkp-update
2017-07-24 09:28:36 -07:00
ffxbld
fedef7afe3
No bug, Automated HSTS preload list update from host bld-linux64-spot-307 - a=hsts-update
2017-07-24 09:28:32 -07:00
Dragana Damjanovic dd.mozilla@gmail.com
bfaf919c95
Bug 1382555 - Add more diagnostic asserts to nsHtttpConnectionMgr. r=mcmanus
2017-07-24 16:24:33 +02:00
Carsten "Tomcat" Book
0c215343b0
merge mozilla-inbound to mozilla-central a=merge
2017-07-24 13:01:44 +02:00
Carsten "Tomcat" Book
025e8b8084
merge autoland to mozilla-central a=merge
2017-07-24 12:58:19 +02:00
Hiroyuki Ikezoe
5f3681aa92
Bug 1380258 - A reftest for stopping CSS animations on discarded pseudo elements. r=birtles
...
This reftest fails without the first patch on stylo.
MozReview-Commit-ID: E5pBzBw9x8B
--HG--
extra : rebase_source : 4fe2a99bfed76d1b5fb320ef6a4f2b39ee5f5f2c
2017-07-24 09:20:22 +09:00
ffxbld
8040d0c385
No bug, Automated HPKP preload list update from host bld-linux64-spot-302 - a=hpkp-update
2017-07-23 09:19:42 -07:00
ffxbld
2374a8dca9
No bug, Automated HSTS preload list update from host bld-linux64-spot-302 - a=hsts-update
2017-07-23 09:19:39 -07:00
L10n Bumper Bot
39972af5ba
no bug - Bumping Fennec l10n changesets r=release a=l10n-bump
...
be -> ['android', 'android-api-15', 'android-multilocale']
zam -> ['android', 'android-api-15', 'android-multilocale']
2017-07-23 03:00:39 -07:00
Sebastian Hengst
78b9ef353f
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: Lanp1XedkmZ
2017-07-23 11:27:03 +02:00
Sebastian Hengst
3262b7106a
merge autoland to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: BYhFNs9N4qX
2017-07-23 11:25:57 +02:00
Emilio Cobos Álvarez
ed9d1ad184
Bug 1382017: followup: fix alignment of macro definitions. r=whitespace-only
...
MozReview-Commit-ID: KdgQaPukU5z
2017-07-23 04:39:00 +02:00
Emilio Cobos Álvarez
0025a7dbd3
servo: Merge #17824 - layout: Make -Z show-parallel-layout show something useful again (from emilio:debug-par-layout); r=stshine
...
I broke this when we switched to rayon, but now rayon added support for getting the worker index there's no reason for not bringing it back to life.
Source-Repo: https://github.com/servo/servo
Source-Revision: d0561e76df3f14f415ccb952e02369d4159952fc
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 221962b9d23496cedc8c08388d927d8e95914459
2017-07-22 17:50:21 -07:00
Florian Quèze
e6f71ebfa1
Bug 1380996 - avoid intermittent 'TabListener.jsm is not allowed before handling user events' failure by blacklisting only before first paint, r=me.
2017-07-23 00:18:00 +02:00
Florian Quèze
dd190f9360
Bug 1381853 - Make browser mochitests ignore global properties added by XPCOMUtils.defineLazyScriptGetter, r=Mossop.
2017-07-23 00:18:00 +02:00
Florian Quèze
ce79aaeea4
Bug 1381853 - lazy load editBookmarkOverlay.js into the browser window, r=mconley.
2017-07-23 00:18:00 +02:00
Florian Quèze
b5647ed1c0
Bug 1381853 - lazy load downloads scripts into the browser window, r=mconley.
2017-07-23 00:18:00 +02:00
Florian Quèze
520a79823f
Bug 1381853 - lazy load nsContextMenu.js into the browser window, r=mconley.
2017-07-23 00:17:59 +02:00
Florian Quèze
2e4c2cc726
Bug 1381853 - lazy load browser-thumbnails.js into the browser window, r=mconley.
2017-07-23 00:17:59 +02:00
Florian Quèze
d05f708f77
Bug 1381853 - lazy load browser-sync.js into the browser window, r=mconley.
2017-07-23 00:17:59 +02:00
Florian Quèze
d65f4676a6
Bug 1381853 - lazy load browser-social.js into the browser window, r=mconley.
2017-07-23 00:17:59 +02:00
Florian Quèze
22b404db62
Bug 1381853 - lazy load browser-safebrowsing.js into the browser window, r=mconley.
2017-07-23 00:17:58 +02:00
Florian Quèze
cfb8e478a5
Bug 1381853 - Remove browser-refreshblocker.js and move its code to tabbrowser.xml, avoiding the RefreshBlocked event completely, r=mconley.
2017-07-23 00:17:58 +02:00
Florian Quèze
7dddee4b69
Bug 1381853 - lazy load browser-gestureSupport.js into the browser window, r=mconley.
2017-07-23 00:17:58 +02:00