Ben Kelly
dcad56bf27
Bug 1447871 P2 Add a mochitest to test leaks due to service worker binding object usage. r=asuth
2018-03-30 11:25:48 -07:00
Ben Kelly
5937e67051
Bug 1447871 P1 Call DisconnectFromOwner() on service worker binding objects in FreeInnerObjects(). r=asuth
2018-03-30 11:25:47 -07:00
J.C. Jones
c66f288715
Bug 1445731 - land NSS 6ae3ab8a1e7b UPGRADE_NSS_RELEASE, r=me
...
--HG--
extra : rebase_source : bffce425114dbe0f2cf6095dea5adc40aa09ea9e
2018-03-30 08:52:56 -07:00
Chris Manchester
30f9e95441
Bug 1447116 - Update rust builders to 1.25 r=nalexander
...
MozReview-Commit-ID: jY8gAcA3vJ
2018-03-30 10:12:58 -07:00
Julian Seward
4f24ba0ebe
Bug 1447137 - Valgrind errors building with rust 1.25: Conditional jump or move depends on uninitialised value in various parsing functions. r=njn
...
This patch adds suppressions as needed on automation, for Servo-in-Gecko as
compiled by rustc 1.25. It appears there are only three false error sites
fun:*style*values*specified*color*Color*style*parser*Parse*parse*
fun:*selectors*parser*SelectorList*Impl*parse*
fun:*style*properties*shorthands*
but there are a number of different paths leading to them, especially the
first, hence the use of 17 suppressions in total, so as to remain specific.
Following some investigation of the machine code involved, I think these are
all Valgrind/Memcheck false positives, unfortunately, and probably to do
with (legitimate) operand swapping in && or || expressions by rustc+LLVM.
MozReview-Commit-ID: EpDmb4PEyoy
2018-03-26 11:00:59 +02:00
Shane Caraveo
cfe18d0c3e
Bug 1446913 - document and fix event object usage, r=felipe
2018-03-30 12:04:40 -05:00
Shane Caraveo
6785fbc950
Bug 1446913 - test TabOpen/TabMove event sequence during content click, r=kmag
2018-03-26 12:11:10 -05:00
James Willcox
7fd45c210e
Bug 1437701 - Add GeckoSession.ContentDelegate.onExternalResponse() r=esawin,droeh
...
This can be used to allow the app to handle downloads.
MozReview-Commit-ID: DlCNcP3quoO
2018-03-30 11:31:04 -05:00
James Willcox
f3b7a7781f
Bug 1437701 - Add GeckoBundle.getLong() r=esawin
...
MozReview-Commit-ID: K8qWKsP9HE9
2018-03-30 11:30:57 -05:00
James Willcox
e659648f12
Bug 1437701 - Add ContentDelegate test r=esawin
...
MozReview-Commit-ID: 7iMbtMlApaC
2018-03-30 11:30:49 -05:00
Luke Wagner
e26e162acf
Bug 1449189 - Baldr: remove ExclusiveData indirection (r=bbouvier)
...
--HG--
extra : rebase_source : bd835c07bcc577fcd6118ae27345db1acf69874d
2018-03-30 11:16:52 -05:00
Luke Wagner
6874e6698e
Bug 1449189 - Don't lock in ~ExclusiveData (r=fitzgen)
...
--HG--
extra : rebase_source : 32530438cb669c134be6e2b8ebf44787fb04debf
2018-03-30 11:16:24 -05:00
Jan de Mooij
5ccd9308c1
Bug 1448589 part 2 - Add memory sanitizer instrumentation to GC and JIT allocators. r=jonco
2018-03-30 16:58:04 +02:00
Florian Quèze
5b59435848
Bug 1450267 - tresize should not expect a domwindowopened notification, r=jmaher.
2018-03-30 16:52:25 +02:00
Tom Schuster
72acf485fb
Bug 1255800 - Make computeThis return a boolean for easier error handling. r=jorendorff
...
--HG--
extra : rebase_source : 1b4d227aba2fd0e1a458849addb634df9d72111c
extra : histedit_source : 29e8c520ae4d3644131b05794a447a0e7a32796f
2018-03-23 13:09:04 +01:00
Florian Quèze
bfdfc2cd32
Bug 1448135 - re-use the blank window whenever possible in nsBrowserContentHandler.js, r=mconley.
2018-03-30 14:03:46 +02:00
Joel Maher
0f9753c1a8
Bug 1280365 - Intermittent tp6 IndexError: list index out of range for Collecting cffi==1.10.0 in mitmproxy_requirements.txt - reorder installation of dependencies. r=rwood
2018-03-30 06:06:43 -04:00
Joel Maher
23456f1a83
Bug 1449587 - change the chunks that reftests run in to complete in more realistic runtimes and balance overhead + test time. r=ahal
2018-03-30 06:06:42 -04:00
Joel Maher
1314ee22b6
Bug 1436818 - enable motionmark on windows for try/mozilla-central. r=rwood
2018-03-30 06:06:42 -04:00
Joel Maher
65f61d075f
Bug 1435844 - reftests on windows10 and the new moonshot hardware. r=rwood
2018-03-30 06:06:41 -04:00
Joel Maher
3fe49f6275
Bug 1431161 - run windows 32 and 64 bit builds on windows10-64 hardware for talos performance tests. r=rwood
2018-03-30 06:06:41 -04:00
shindli
3bfd0c07fd
Merge inbound to mozilla-central. a=merge
2018-03-30 12:56:21 +03:00
sotaro
cb19fd85f8
Bug 1449934 - Remove unnecessary assert in WinCompositorWidget::UpdateCompositorWndSizeIfNecessary() r=jrmuizel
2018-03-29 18:42:09 -07:00
Jeff Gilbert
2cfd3869cf
Bug 1446412 - Forbid implicit construction of WebGLFBAttachPoint. - r=kvark
...
MozReview-Commit-ID: AM7xfXwJxkV
2018-03-29 18:11:08 -07:00
Jeff Gilbert
b21ff75bef
Bug 1446412 - Don't query GL for RED_BITS and friends queries. - r=kvark
...
There's no reason to ask GL since we should know the answers.
Also GL is tricky on how it handles these semi-deprecated queries.
Official GL stance is "don't ask questions you know the answer to".
MozReview-Commit-ID: F7p73eSTrYw
2018-03-29 18:11:05 -07:00
Jeff Walden
ca78e29895
Bug 1449051 - Move JS::Value::layout's members into JS::Value, make JS::Value a union, and apply correct code style to the union fields. r=sfink
...
--HG--
extra : rebase_source : 6a13e636b90c06419b89942b2848be92b21c4020
2018-03-27 20:20:43 -07:00
Jeff Walden
e5512cfdf4
Bug 1449051 - Further minifications to JS::Value's internal structure. r=jandem
...
--HG--
extra : rebase_source : c6bdffdf5ac4dabd19d44092fdc40887495aa0ba
2018-03-27 17:13:08 -07:00
Nicolas Chevobbe
ffe252e467
Bug 1449170 - Remove old-event-emitter usage from responsive.html; r=jryans.
...
MozReview-Commit-ID: KREEQYpIVh6
--HG--
extra : rebase_source : 88e5a77db7e8aba6a9f237657c989e9747c4ae41
2018-03-27 15:46:41 +02:00
Botond Ballo
f733b4a04e
Bug 1449759 - Add an APZ mochitest for bug 1443518. r=kats
...
MozReview-Commit-ID: 1t6wpYo9n3P
--HG--
rename : gfx/layers/apz/test/mochitest/helper_hittest_subframe_float.html => gfx/layers/apz/test/mochitest/helper_hittest_float_bug1434846.html
extra : rebase_source : 11d9a120f1b1fdd841a7e7cb59b92975e08205df
2018-03-28 18:04:32 -04:00
Alex Gaynor
4259227b9c
Bug 1450047 - part 2 - updated in-tree copy of libFuzzer; r=decoder
...
MozReview-Commit-ID: I1LZ8N82kr7
--HG--
extra : rebase_source : fefb34f48a7eed9428bc055224bb5868dcc37430
2018-03-29 14:18:36 -04:00
Alex Gaynor
94ed3ca79d
Bug 1450047 - Part 1 - switch libFuzzer update script to new git repo; r=decoder
...
MozReview-Commit-ID: Fg6b2UyvoyS
--HG--
extra : rebase_source : 05845c5c50bb2ae8dd444f021aeb3fef2717cc58
2018-03-29 14:17:44 -04:00
Tom Ritter
9e3a59a98a
Bug 1337157 Disable WEBGL_debug_renderer_info when Resist Fingerprinting is active r=jgilbert
...
MozReview-Commit-ID: F7LCweFIPtM
--HG--
extra : rebase_source : 35d2e1560ae131f66867a816196c4e96f4b7fe41
2018-03-26 23:48:35 -05:00
Andreea Pavel
f08ea922ba
Backed out 4 changesets (bug 1429169) for failing browser chrome at browser/components/enterprisepolicies/tests/browser/browser_policy_cookie_settings.js on a CLOSED TREE
...
Backed out changeset a49df97d2ad9 (bug 1429169)
Backed out changeset 437f677d3808 (bug 1429169)
Backed out changeset 2f744fd3d77c (bug 1429169)
Backed out changeset dd305f45f746 (bug 1429169)
2018-03-30 03:35:01 +03:00
Matt Woodrow
0ab5810be5
Bug 1443027 - Fix the merging algorithm to pass the new tests correctly. r=mstange
...
MozReview-Commit-ID: JnglCbdhZzE
* * *
[mq]: update-test
MozReview-Commit-ID: JMIzrnVeSTo
--HG--
extra : rebase_source : 0ea5ff0e79d1eb1a8f13ea4a17e37fe2601d44e7
2018-03-23 16:47:37 +13:00
Matt Woodrow
97e5feb9b8
Bug 1443027 - Add two new tests for merging behaviour. r=mstange
...
MozReview-Commit-ID: G5vgtSCdRZP
--HG--
extra : rebase_source : df104a7df2c199d9e95025c533f62428dc1a1efc
2018-03-23 12:20:40 +13:00
Jeff Walden
31d839ee30
Bug 1437533 - Properly declare JSTracer respecting JS_PUBLIC_API to avoid compile errors about visibility mismatch in non-unified builds. r=jorendorff
...
--HG--
extra : rebase_source : 3279dcead6c1c254661939c4fee9f1c8532333ad
2018-03-12 12:56:39 -07:00
Olli Pettay
1325716efc
Bug 1443958 - Synthesizing a click() on input type=date should not show the date picker UI , r=mconley
2018-03-30 02:51:17 +03:00
Jason Laster
ac9f72a31a
Bug 1450112 - Update Debugger Frontend v31. r=jdescottes
2018-03-29 18:44:22 -04:00
Ciure Andrei
c38c8d3b28
Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE
2018-03-30 01:11:06 +03:00
Ciure Andrei
5d841a3421
Merge inbound to mozilla-central. a=merge
2018-03-30 01:06:18 +03:00
Ciure Andrei
28ab6a52d6
Merge autoland to mozilla-central. a=merge
2018-03-30 01:04:20 +03:00
Jonathan Kew
c2f3f60125
Bug 1430820 - Cache any required feature-modified Core Text font instances in gfxCoreTextShaper, rather than re-creating them for each shaping call. r=jrmuizel
2018-03-29 21:53:55 +01:00
ffxbld
a9fc548e72
No bug, Automated HPKP preload list update from host bld-linux64-spot-303 - a=hpkp-update
2018-03-29 13:39:43 -07:00
ffxbld
768c746599
No bug, Automated HSTS preload list update from host bld-linux64-spot-303 - a=hsts-update
2018-03-29 13:39:39 -07:00
vinoth
c6574d2c99
Bug 1400487 - Move img src declaration after onload and onerror declaration in file_meta_element.html. r=ckerschb
2018-03-29 15:22:53 -04:00
Michael Kelly
8f726c448f
Bug 1449312: Include isExtensionError in all reports. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D820
MozReview-Commit-ID: 8b8JFWaCMHp
--HG--
extra : rebase_source : 49c817d3342c65e079a3361c2ea54c5e1f98ecbb
extra : amend_source : 5af7a91bdc642b8d0518801cca74e5c88ec94fb7
2018-03-29 11:11:23 -07:00
Andrew Swan
b94286383e
Bug 1449012 Fix mis-named css vars in extensions.css r=mstriemer
...
MozReview-Commit-ID: GrmfE9YlDvz
--HG--
extra : rebase_source : 74b8b2f58d01db6c3c7a03dbbc58049c296a343c
2018-03-29 11:02:48 -07:00
Olli Pettay
323c797db0
Bug 1447993, when handling pointerup while there is pointercapture, do a hit test in order to find the click target, tests, r=masayuki
...
--HG--
extra : rebase_source : 65908d3d88ec906c648da2a609d21589b6cb143b
2018-03-29 19:51:25 +03:00
Olli Pettay
57fd877895
Bug 1447993, when handling pointerup while there is pointercapture, do a hit test in order to find the click target, r=masayuki
...
--HG--
extra : rebase_source : 160ef0aae3922cb32b11476650c15a3f55334691
2018-03-29 19:22:59 +03:00
Randall Barker
fc6227cd10
Bug 1449829 - Prevent calling getPid() on null IChildProcess r=jchen
...
MozReview-Commit-ID: 32LuYFqL47n
2018-03-29 09:39:07 -07:00