Andrew Halberstadt
2255a9eed7
Bug 1395126 - Support cascading configuration for flake8, r=bc
...
This allows .flake8 files to override one another, and fixes a pretty bad known
bug with our flake8 implementation. For example, say we have a .flake8 file at:
/foo/.flake8
Before this patch, if we ran |mach lint foo/bar|, the configuration defined in
that .flake8 file wouldn't get picked up. It would only work if running the
specific directory that contains it, e.g |mach lint foo|.
This change additionally allows multiple .flake8 files to be used. So if
there's one defined at both:
/.flake8
/foo/.flake8
Then running |mach lint foo/bar| will first apply the root .flake8, then the
one under /foo (overriding earlier configuration).
This bug still doesn't make flake8 configuration perfect though. Any directory
containing a .flake8 file still needs to be explicitly listed in the "include"
section of /tools/lint/flake8.yml. Otherwise in the example above, if running
|mach lint /|, it wouldn't be able to find /foo/.flake8. This is a hard problem
and is likely best solved by fixing flake8's upstream configuration handling.
Unfortunately this means we still can't switch from a whitelist to a blacklist.
MozReview-Commit-ID: 3DZAi1QHYYo
--HG--
extra : rebase_source : 51298c5847f6c2792581d9b312c87b70fa716ee1
2017-08-29 17:32:31 -04:00
Julian Descottes
ffc364ee02
Bug 1391562 - use obj.on/off/emit rather than static methods from devtools event-emitter;r=zer0
...
MozReview-Commit-ID: I50W8zGB9d0
--HG--
extra : rebase_source : 31b687343461a65fc6a40eece461bc2367d596d7
2017-08-18 17:05:04 +02:00
Julian Descottes
5d5ccaad39
Bug 1392998 - remove irrelevant documentation files for react/redux tips;r=sole
...
MozReview-Commit-ID: 9rOoEuHoTqM
--HG--
extra : rebase_source : 24fd7b99c2999ef830b231f5d15a140a738d7b06
2017-08-23 13:27:31 +02:00
Julian Descottes
aa1e9fe0ac
Bug 1392998 - remove devtools hotreload feature;r=bgrins
...
MozReview-Commit-ID: 2XC5V0nxaKX
--HG--
extra : rebase_source : b7499e33959f238b62ddaaa270eb8b3d42be4bdd
2017-08-23 13:26:58 +02:00
Kartikaya Gupta
dbf8c06775
Bug 1394394 - Update webrender to commit 5edd3da7ee11e1d0caaf0b53cb7f04cfab20e585. r=jrmuizel
...
MozReview-Commit-ID: 9WovSdHT2I4
--HG--
extra : rebase_source : 8611a2994c5d0085682d2fa5c2fdafe499cdb79a
2017-08-30 13:10:20 -04:00
Gian-Carlo Pascutto
180dfb1325
Bug 1391494 - Enforce use of our own copy of strlcpy. r=jld
...
MozReview-Commit-ID: GQgGJBj1Hjc
--HG--
extra : rebase_source : ac110f76f199e8739b6eebaf123c7e6b58f77135
2017-08-24 19:12:14 +02:00
Tom Ritter
d97705b95f
Bug 1393607 Do not package tests if they are not enabled r=mshal
...
MozReview-Commit-ID: 1wQV41Nf8V5
--HG--
extra : rebase_source : e02b2b11935a177143328960af1505ba8b767252
2017-08-29 12:34:40 -05:00
Tom Ritter
c9aa053d8a
Bug 1394874 Fix function order and add include to fix MinGW build r=aklotz
...
nsPrintfCString.h was not included, so it caused an error
GetStringValue was called before it was defined
MozReview-Commit-ID: HYoyWyaxqaZ
--HG--
extra : rebase_source : bf2c253cdba0c2fcf079a5b9bb275d39c6074f44
2017-08-30 00:36:14 -05:00
JW Wang
07c73f15a7
Bug 1394724. P4 - merge MediaCacheStream::Close() and CloseInternal(). r=cpearce
...
MozReview-Commit-ID: Fo43lKYPA0m
--HG--
extra : rebase_source : b9f82c410c842c9ad6ad6d0eb04d22fdd0dcaed9
extra : source : b28530622cf885d5e6f987300333a9bf62edf615
2017-08-29 16:46:42 +08:00
JW Wang
14d7dd5668
Bug 1394724. P3 - fix data race in reading mClosed in MediaCacheStream::NotifyDataReceived(). r=cpearce
...
1. mCacheStream.Close() should happen after CloseChannel() to avoid data race
in reading mClosed in MediaCacheStream::NotifyDataReceived().
2. MediaCache::Update() and CloseStreamsForPrivateBrowsing() should call
ChannelMediaResource::Close() to ensure mCacheStream.Close() happens
after CloseChannel().
MozReview-Commit-ID: 1o3yPbm3Gy6
--HG--
extra : rebase_source : 0a39af9ae228bdf4098ad16793bb6eccd15c3ec7
extra : source : f4b6deb231be5915dc42318ec22d850d20562b0e
2017-08-29 16:41:17 +08:00
JW Wang
b336472dda
Bug 1394724. P2 - mListener->Revoke() should happen after mChannel->Cancel() to avoid data race. r=cpearce
...
http://searchfox.org/mozilla-central/rev/cd82cacec2cf734768827ff85ba2dba90a534c5e/netwerk/base/nsIRequest.idl#56
All OnDataAvailable() calls should happen before Cancel().
It is safe to modify mResource after a call to Cancel().
MozReview-Commit-ID: KoeLth1zlZM
--HG--
extra : rebase_source : 49ff3e08ba74d6d200673fea04cb22ad85e77a59
extra : source : 1c327787519a463ea6599dfb69eea5a6f348b774
2017-08-29 15:55:20 +08:00
JW Wang
696ee533d1
Bug 1394724. P1 - assert the channel is already closed in ~ChannelMediaResource(). r=cpearce
...
MozReview-Commit-ID: 4lJNEEBsv4r
--HG--
extra : rebase_source : 0d6aad3544a2d3f9e74ee366099e193060f5e836
extra : source : e6f540139314ef9841ed85578c08f15e4a084a3d
2017-08-29 15:41:40 +08:00
Wes Kocher
940bdbc699
Merge autoland to central, a=merge
...
MozReview-Commit-ID: Jz9iBkuBrpV
2017-08-30 19:52:39 -07:00
Wes Kocher
a216658ae3
Backed out 2 changesets (bug 1382377) under suspicion of causing asan devtools failures a=backout CLOSED TREE
...
Backed out changeset c23f8bd95172 (bug 1382377)
Backed out changeset e9156a9ede8e (bug 1382377)
MozReview-Commit-ID: GnLs0Kzd5em
2017-08-30 16:44:20 -07:00
Wes Kocher
8315f8dcc5
Backed out changeset ce0752c07ff6 (bug 1393046
) under suspicion of causing asan failures in devtools tests a=backout CLOSED TREE
...
MozReview-Commit-ID: CKtxKuqiqVb
2017-08-30 16:42:47 -07:00
Wes Kocher
b822d164b0
Backed out changeset f3a4f4402577 (bug 1385249) for reftest failures in 966992-1.html a=backout CLOSED TREE
...
MozReview-Commit-ID: 7fX0Xd9C1VJ
2017-08-30 15:48:29 -07:00
Wes Kocher
39de5c98b3
Backed out 5 changesets (bug 1362036) for being the likely cause of asan leaks a=backout CLOSED TREE
...
Backed out changeset d00a28769dbe (bug 1362036)
Backed out changeset efab54a746d2 (bug 1362036)
Backed out changeset f0c72c9d2ae1 (bug 1362036)
Backed out changeset 16c55731558c (bug 1362036)
Backed out changeset c0be2eaa3a35 (bug 1362036)
MozReview-Commit-ID: 9mE0tvkzR39
--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_network_messages_openinnet.js => devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_network_messages_click.js
2017-08-30 15:38:15 -07:00
Wes Kocher
b52f1f918e
Backed out changeset 1575ef52aa22 (bug 1394053
) for failures in browser_security-1.js,browser_security-2.js,browser_security.js a=bustage CLOSED TREE
...
MozReview-Commit-ID: G8PrqcM5UYf
2017-08-30 14:27:11 -07:00
Wes Kocher
ed7c10b582
Backed out changeset be5d0598f77d (bug 1335029) for crashtest failures in 1185192.html a=backout CLOSED TREE
...
MozReview-Commit-ID: 9wzZ9KwfoDB
2017-08-30 12:13:01 -07:00
Drew Willcoxon
08fc26a48c
Bug 1389554 - Remove the dropdown icon (triangle) from the URL bar when something is being typed. r=mak
...
MozReview-Commit-ID: LjPrgr8FwkA
--HG--
extra : rebase_source : 928e0d7b660446ed029a3d64d350bf25c0f6e1d8
2017-08-30 10:02:25 -07:00
Mark Banner
0fb1ade5d2
Bug 1393771 - Fix issues in tests that cause failures when they are re-ordered. r=mak
...
MozReview-Commit-ID: 8PUTruIRPK8
2017-08-30 17:57:19 +01:00
Mark Banner
9d43fdf934
Bug 1393771 - Rename some tests in browser/components/places/tests/browser/ to avoid bug numbers in filenames. r=mak
...
MozReview-Commit-ID: JSZiOJ3vDo3
--HG--
rename : browser/components/places/tests/browser/browser_423515.js => browser/components/places/tests/browser/browser_bookmark_folder_moveability.js
rename : browser/components/places/tests/browser/browser_555547.js => browser/components/places/tests/browser/browser_check_correct_controllers.js
rename : browser/components/places/tests/browser/browser_425884.js => browser/components/places/tests/browser/browser_copy_folder_tree.js
rename : browser/components/places/tests/browser/browser_435851_copy_query.js => browser/components/places/tests/browser/browser_copy_query_without_tree.js
rename : browser/components/places/tests/browser/browser_416459_cut.js => browser/components/places/tests/browser/browser_cutting_bookmarks.js
rename : browser/components/places/tests/browser/browser_410196_paste_into_tags.js => browser/components/places/tests/browser/browser_paste_into_tags.js
rename : browser/components/places/tests/browser/browser_475045.js => browser/components/places/tests/browser/browser_toolbar_drop_text.js
2017-08-30 17:57:14 +01:00
Sylvestre Ledru
0e47d2469e
No bug - Add comments to explain why they are ignored by clang-format r=me DONTBUILD
...
MozReview-Commit-ID: B8fsjYiWzkm
--HG--
extra : amend_source : c39c3ac8d446f29b0cc9c9d62be48328e3f29eda
2017-08-30 18:53:35 +02:00
Andrea Marchesini
1df07a3979
Bug 1395141 - RequestInit dictionary must have AbortSignal as optional, r=bkelly
2017-08-30 18:47:23 +02:00
Tobias Schneider
4c5ae9e764
Bug 1299848 - Move all reftest-paged tests to layout/reftests/pagination. r=dholbert
...
--HG--
rename : layout/reftests/printing/1108104-ref.html => layout/reftests/pagination/1108104-ref.html
rename : layout/reftests/printing/1108104.html => layout/reftests/pagination/1108104.html
rename : layout/reftests/printing/115199-1-ref.html => layout/reftests/pagination/115199-1-ref.html
rename : layout/reftests/printing/115199-1.html => layout/reftests/pagination/115199-1.html
rename : layout/reftests/printing/115199-2-ref.html => layout/reftests/pagination/115199-2-ref.html
rename : layout/reftests/printing/115199-2a.html => layout/reftests/pagination/115199-2a.html
rename : layout/reftests/printing/115199-2b.html => layout/reftests/pagination/115199-2b.html
rename : layout/reftests/printing/1166147-ref.html => layout/reftests/pagination/1166147-ref.html
rename : layout/reftests/printing/1166147.html => layout/reftests/pagination/1166147.html
rename : layout/reftests/printing/129941-1-ref.html => layout/reftests/pagination/129941-1-ref.html
rename : layout/reftests/printing/129941-1a.html => layout/reftests/pagination/129941-1a.html
rename : layout/reftests/printing/129941-1b.html => layout/reftests/pagination/129941-1b.html
rename : layout/reftests/printing/129941-1c.html => layout/reftests/pagination/129941-1c.html
rename : layout/reftests/printing/129941-1d.html => layout/reftests/pagination/129941-1d.html
rename : layout/reftests/printing/129941-1e.html => layout/reftests/pagination/129941-1e.html
rename : layout/reftests/printing/1321803-1-ref.html => layout/reftests/pagination/1321803-1-ref.html
rename : layout/reftests/printing/1321803-1a.html => layout/reftests/pagination/1321803-1a.html
rename : layout/reftests/printing/272830-1-ref.html => layout/reftests/pagination/272830-1-ref.html
rename : layout/reftests/printing/272830-1.html => layout/reftests/pagination/272830-1.html
rename : layout/reftests/printing/318022-1-ref.html => layout/reftests/pagination/318022-1-ref.html
rename : layout/reftests/printing/318022-1.html => layout/reftests/pagination/318022-1.html
rename : layout/reftests/printing/381497-f.html => layout/reftests/pagination/381497-f.html
rename : layout/reftests/printing/381497-n.html => layout/reftests/pagination/381497-n.html
rename : layout/reftests/printing/403669-1-ref.html => layout/reftests/pagination/403669-1-ref.html
rename : layout/reftests/printing/403669-1.html => layout/reftests/pagination/403669-1.html
rename : layout/reftests/printing/577450-1-ref.html => layout/reftests/pagination/577450-1-ref.html
rename : layout/reftests/printing/577450-1.html => layout/reftests/pagination/577450-1.html
rename : layout/reftests/printing/609227-1-ref.html => layout/reftests/pagination/609227-1-ref.html
rename : layout/reftests/printing/609227-1.html => layout/reftests/pagination/609227-1.html
rename : layout/reftests/printing/609227-2-ref.html => layout/reftests/pagination/609227-2-ref.html
rename : layout/reftests/printing/609227-2a.html => layout/reftests/pagination/609227-2a.html
rename : layout/reftests/printing/609227-2b.html => layout/reftests/pagination/609227-2b.html
rename : layout/reftests/printing/626395-1-ref.html => layout/reftests/pagination/626395-1-ref.html
rename : layout/reftests/printing/626395-1a.html => layout/reftests/pagination/626395-1a.html
rename : layout/reftests/printing/626395-1b.html => layout/reftests/pagination/626395-1b.html
rename : layout/reftests/printing/626395-2-ref.html => layout/reftests/pagination/626395-2-ref.html
rename : layout/reftests/printing/626395-2a.html => layout/reftests/pagination/626395-2a.html
rename : layout/reftests/printing/626395-2b.html => layout/reftests/pagination/626395-2b.html
rename : layout/reftests/printing/626395-2c.html => layout/reftests/pagination/626395-2c.html
rename : layout/reftests/printing/626395-2d.html => layout/reftests/pagination/626395-2d.html
rename : layout/reftests/printing/652178-1-ref.html => layout/reftests/pagination/652178-1-ref.html
rename : layout/reftests/printing/652178-1-ref2.html => layout/reftests/pagination/652178-1-ref2.html
rename : layout/reftests/printing/652178-1.html => layout/reftests/pagination/652178-1.html
rename : layout/reftests/printing/745025-1-ref.html => layout/reftests/pagination/745025-1-ref.html
rename : layout/reftests/printing/745025-1.html => layout/reftests/pagination/745025-1.html
rename : layout/reftests/printing/820496-1-ref.html => layout/reftests/pagination/820496-1-ref.html
rename : layout/reftests/printing/820496-1.html => layout/reftests/pagination/820496-1.html
rename : layout/reftests/printing/960822-ref.html => layout/reftests/pagination/960822-ref.html
rename : layout/reftests/printing/960822.html => layout/reftests/pagination/960822.html
rename : layout/reftests/printing/966419-1-ref.html => layout/reftests/pagination/966419-1-ref.html
rename : layout/reftests/printing/966419-1.html => layout/reftests/pagination/966419-1.html
rename : layout/reftests/printing/966419-2-ref.html => layout/reftests/pagination/966419-2-ref.html
rename : layout/reftests/printing/966419-2.html => layout/reftests/pagination/966419-2.html
rename : layout/reftests/printing/test-async-paged.html => layout/reftests/pagination/test-async-paged.html
2017-08-30 09:23:16 -07:00
Geoff Brown
6d680d9a44
Bug 1394957 - Fix logging of number of tests when running chunked reftests; r=ahal
2017-08-30 10:11:28 -06:00
Geoff Brown
01a902a282
Bug 1390059 - Disable all robocop PixelTests, for intermittent failures; r=me,test-only
2017-08-30 10:11:26 -06:00
Michael Layzell
c77fa9af3c
Bug 1385316 - Include remoteType in BHR ping, r=froydnj
2017-08-30 12:04:16 -04:00
Michael Layzell
aa4bf37c97
Bug 1385366 - Include timeSinceLastPing in BHR ping payload, data-r=rweiss, r=froydnj
2017-08-30 12:04:11 -04:00
Emilio Cobos Álvarez
988faf2428
servo: Merge #18311 - Revert "Rewrite CounterStyleOrNone::from_gecko_value to use fewer bin… (from emilio:backout-counter-style); r=emilio
...
…ding functions"
This reverts commit 65c2047df21d0a4a6bf70096a51d701bf0dd7eb0.
Closes #18306
Source-Repo: https://github.com/servo/servo
Source-Revision: 19cbea23a869cfb6d62d95f36c343e7c287129b9
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 2098ddcd09a90138496e0d980e81eb9fdc9bb658
2017-08-30 07:24:19 -05:00
Boris Chiou
20b3ff88fa
servo: Merge #18234 - stylo: Bug 1390039 - Implement compute_distance for mismatched transform lists (from BorisChiou:stylo/transform/distance_mismatch); r=birtles,nox
...
Implement ComputeSquaredDistance for mismatched transform lists.
In order to do this, we have to convert a transform list into a 3d matrix,
so I move the code from layout module into style module for reusing it.
---
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix [Bug 1390039](https://bugzilla.mozilla.org/show_bug.cgi?id=1390039 ).
- [X] These changes do not require tests because this is a Gecko feature and I add many tests in Gecko already.
Source-Repo: https://github.com/servo/servo
Source-Revision: 3fa5d83ab798a9f1f88a73bf8618e6d7ccbb4b64
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : dd0b5e85f3be270d00657881351cd86286d436ff
2017-08-30 06:03:32 -05:00
Emilio Cobos Álvarez
22b2d26b42
servo: Merge #18300 - style: Remove HasViewportPercentage (from emilio:die-hvp-die); r=nox
...
It's not needed since #18268 , let's kill it.
Source-Repo: https://github.com/servo/servo
Source-Revision: 5dee83d54d3f05cc631ee89de612c14e21dd92ec
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : e6f1d82f2005c8203891fedd5bd564411817e858
2017-08-30 04:31:11 -05:00
Paul Adenot
c159686ac3
Bug 1335029 - Take into account SystemClockDrivers in fallback mode when dealing with AudioContext promises. r=jesup
...
MozReview-Commit-ID: HBS6XGXDGf1
--HG--
extra : rebase_source : a57a55552011406310cc10a1a1fb305f8c356488
2017-08-30 15:18:10 +02:00
Kris Maglione
fdbe5511ae
Bug 1394556: Part 2 - Compile all JSM/module scripts in strict mode. r=Mossop
...
MozReview-Commit-ID: 5BLvaHEFCqv
--HG--
extra : rebase_source : f28cdc2acf5f0c26885feeb48105513f2bf6f5ef
extra : histedit_source : 1ead5f8843a091aa0beba4ccb26681ac2078e934
2017-08-28 11:39:06 -07:00
Kris Maglione
8b415f700f
Bug 1394556: Part 1 - Fix strict mode errors in JSM scripts. r=Mossop
...
MozReview-Commit-ID: 4LmJQql7Y2c
--HG--
extra : rebase_source : f18b5547a5a57db4e8b990bfc34f06690ac9da7a
extra : histedit_source : 7281bafbde4bf231752d9d868ec8ca1d2f55a2f9
2017-08-30 01:50:27 -07:00
Tim Taubert
ef4e38b6ea
Bug 1386867 - Fix quantum_pageload_google talos regression r=mystor
2017-08-30 14:57:00 +02:00
Michal Novotny
c53ca61bdf
Bug 1395121 - NS_NOTREACHED("mListener is null") in nsHttpChannel::OnStartRequest, r=valentin
2017-08-30 16:38:31 +02:00
Kershaw Chang
567b0d202a
Bug 1377208 - Move background h2 stream into background group. r=hurley
2017-08-30 02:19:00 -04:00
Ryan VanderMeulen
af8a2b8fbb
Bug 1390001 - Disable various webconsole tests on Win64 that permafail after the uplift to Beta. f=pbro, r=me
...
--HG--
extra : histedit_source : 101e619fb39111d269499617601e500e110e8411
2017-08-30 10:24:03 -04:00
Alexandre Poirot
d9b0804cc0
Bug 1382377 - Test console against devtools.enabled pref. r=baku
...
MozReview-Commit-ID: GEayP1MP8PV
--HG--
extra : rebase_source : 754ff2f10d96939f1c0f578d74a3016db26504f4
2017-08-28 19:22:58 +02:00
Alexandre Poirot
50231c9ddf
Bug 1382377 - Make Console API be a no-op until DevTools are opened at least once. r=baku,jdescottes
...
MozReview-Commit-ID: 4xuzRQKH3Vg
--HG--
extra : rebase_source : f388a7222df314c988c3af20afb59684cc1045e5
2017-08-08 16:29:34 +02:00
Boris Chiou
f2076b6d4a
Bug 1390039 - Add tests for mismatched transform lists and some other corner cases. r=birtles
...
MozReview-Commit-ID: ESchrGe6h9N
--HG--
extra : rebase_source : 099f3b882e7851519a998c51dde4ef9fdd44a998
2017-08-21 16:36:17 +08:00
Mike Taylor
92fccd5787
Bug 1390834. Add ellipsis to Report Site Issue page action button. r=flod
...
MozReview-Commit-ID: KdLtn4WWGLR
--HG--
extra : rebase_source : fb263f01f2ae911890b9d36014788fde9b71bc15
2017-08-16 14:38:04 -04:00
J. Ryan Stinnett
4953987a06
Bug 1394473 - Fix up target=_blank links in RDM. r=ochameau
...
Sometime during Firefox 56, the `dataTransfer` property was removed, so this
started to fail. It was a bit strange anyway, since we have a principal on the
outer browser.
Adds a test to cover this use case.
MozReview-Commit-ID: 9UOCc77ZRxk
--HG--
extra : rebase_source : f743c7704ff8fc0e52b7facb11e0e9b6aca9670e
2017-08-28 18:25:16 -05:00
Dão Gottwald
b1bff59856
Bug 1393802
- Make about:home's identity block consistent with about:newtab's. r=florian
...
MozReview-Commit-ID: BwE7tRSPNRk
--HG--
extra : rebase_source : 5a8bee0f43cc3782c6774128c2fb22a3c03aa953
2017-08-30 17:23:26 +02:00
Thomas Nguyen
7eb1b05bd7
Bug 1394335 - Add correct unwanted list when users enable uncommon and unwanted software from preference page r=francois
...
MozReview-Commit-ID: 8S1ivgOWMSO
--HG--
extra : rebase_source : 9d8db10a84ae6d537d3df00a7a261ff0b1d77c84
2017-08-29 12:10:32 +08:00
Samael Wang
92d4c13cad
Bug 1394132 - Ensure we only handle focus event once. r=masayuki
...
MozReview-Commit-ID: 6VoRMXpNco4
--HG--
extra : rebase_source : e66951431a24c7abba939124988f98f084e1e0bd
2017-08-29 15:52:14 +08:00
Thomas Nguyen
3937011672
Bug 1394053
- Disable download protection on non-official builds r=francois
...
MozReview-Commit-ID: 4FOKhYSRNQO
--HG--
extra : rebase_source : c91b47197b3fcaf7033a8b352edad2d7194be25f
2017-08-30 09:23:52 +08:00
Tom Ritter
da549982c3
Bug 1394007 Fix a signedness comparison warning in WindowsDllBlocklist.cpp r=dmajor
...
MozReview-Commit-ID: 3qH0PU2gBur
--HG--
extra : rebase_source : 6f2b51367462604cf3b6c53ce8a82722d926970d
2017-08-30 00:43:46 -05:00
Tom Ritter
92ff663a31
Bug 1393498 Mark the stub_BaseThreadInitThunk as MOZ_NORETURN to silence a warning about a noreturn function not returning r=dmajor,froydnj
...
/home/worker/workspace/build/src/mozglue/build/WindowsDllBlocklist.cpp:816:1: error: 'noreturn' function does return [-Werror]
MozReview-Commit-ID: SYgPDW0sMV
--HG--
extra : rebase_source : 27b1dda404b3fc5fab95dd524677387bad921751
2017-08-24 22:49:09 -05:00