Граф коммитов

620832 Коммитов

Автор SHA1 Сообщение Дата
Andrea Marchesini a1f26d6d31 Bug 1502802 - Implement PostMessageOptions for Worker, r=smaug 2018-10-29 16:26:30 +01:00
Andrea Marchesini 70526c2e29 Bug 1502802 - Implement PostMessageOptions for Window, r=smaug 2018-10-29 16:26:30 +01:00
Andrea Marchesini 4817d8d6c8 Bug 1502802 - Implement PostMessageOptions for MessagePort, r=smaug 2018-10-29 16:26:30 +01:00
Andrea Marchesini 588efafd5e Bug 1502801 - window.postMessage must throw a trusted MessageEvent, r=asuth 2018-10-29 16:26:30 +01:00
Brindusan Cristian dbbf3006a2 Backed out changeset 5428178c96e2 (bug 1502363) mochitest failures on mozsystemmonitor.resourcemonitor. CLOSED TREE 2018-10-29 17:07:21 +02:00
Brindusan Cristian 7b38b18446 Backed out changeset 89349ce25fe3 (bug 1490821) for jittest failures on pc-count-profiler.js. CLOSED TREE 2018-10-29 16:06:22 +02:00
Bob Clary afe97d982b Bug 1499246 - specify tooltool_cache for android-hw, r=jmaher. 2018-10-29 06:55:09 -07:00
Bob Clary 82442f6281 Bug 1502363 - [mozharness] require mozsystemmonitor version 0.4, r=Callek 2018-10-29 06:55:09 -07:00
André Bargull f18864dbc8 Bug 1502811 - Templatize IsWrappedInstanceOfBuiltin and IsPossiblyWrappedInstanceOfBuiltin intrinsics. r=Waldo 2018-10-29 05:42:43 -07:00
André Bargull 373c737533 Bug 1490821 - Change PCCount profiler to use JSONPrinter and add testing functions for it. r=tcampbell 2018-10-29 05:41:41 -07:00
Ryan VanderMeulen 058339ae96 Bug 1502855 - Update pdf.js to version 2.1.15. r=bdahl 2018-10-29 08:48:59 -04:00
Tom Tung 8f12f74cfd Bug 1425146 - P2 - Add a test reproducing the reported issue to verify that a Cache directory without a padding file and with an old version of the database doesn't break the storage initialization; r=janv
An issue for missing the "response_padding_size" column in cache.sqlite was
reported in bug 1425146 comment 39. This test reproduces it and is mainly to
ensure that a Cache directory which lacks a directory padding file and contains
an old version of cache.sqlite can still be initialized successfully.

--HG--
extra : rebase_source : 54cca037d815fe9d9af9b34f024aea836be65830
2018-10-25 16:34:56 +02:00
Tom Tung 248a49b850 Bug 1425146 - P1 - Ensure the schema for the cache.sqlite is up to date beforing accessing it; r=janv
Bug 1290481 introduces the padding mechanism, but there was a corner case which
weren't handled correctly. It created a chance to access cache database before
acutally checking the database version and schema upgrade. If the schema of
cache.sqlite is too old and the padding file disappear, it breaks origins
initialization. This patch ensure the schema is updated to the newest before
accessing it.

--HG--
extra : rebase_source : c2286a2def0c2bdaa6466f562636cf0c8bf4fced
2018-09-07 10:28:30 +02:00
Jan Odvarko f5f5b731b5 Bug 1499042 - Fix learn more links in the Network panel. r=Honza 2018-10-25 16:30:05 +02:00
Margareta Eliza Balazs 4835a0f4bb Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-10-29 11:29:58 +02:00
Margareta Eliza Balazs 8848b9741f Merge autoland to mozilla-central. a=merge 2018-10-29 11:25:37 +02:00
Margareta Eliza Balazs 6f90611dce Backed out 4 changesets (bug 1499196) for regression author didn't respond on time, depends on 1501178, requested by igoldan. a=backout
Backed out changeset c43c91d2b97b (bug 1499196)
Backed out changeset caaad097961a (bug 1499196)
Backed out changeset 98fad0b05551 (bug 1499196)
Backed out changeset 470e06d78a7b (bug 1499196)
2018-10-29 10:30:22 +02:00
James Teh 39e736f7dd Bug 1052866 part 2: Handle QI to IAccessibleText for tables. r=MarcoZ
The first patch inherits from the right classes, but because tables have additional interfaces, QueryInterface is overridden.
It had to be updated to also include HyperTextAccessibleWrap.
Rows worked correctly because they don't have any specific interfaces and thus don't override QI.
They just inherit their QI implementation from their base class.

Differential Revision: https://phabricator.services.mozilla.com/D10022

--HG--
extra : moz-landing-system : lando
2018-10-29 06:36:51 +00:00
Cosmin Sabou 2c1c58c1e5 Merge mozilla-central to inbound 2018-10-29 06:22:13 +02:00
Cosmin Sabou b722307359 Merge inbound to mozilla-central. a=merge 2018-10-29 06:17:11 +02:00
Masayuki Nakano 9507d36bda Bug 1501259 - HTMLEditor::InsertAsPlaintextQuotation() shouldn't refer |newNode| after calling its |forget()| r=m_kato
Regression of bug 1476897, HTMLEditor::InsertAsPlaintextQuotation() refers
|newNode| which is new created <span> element by the method at collapsing
Selection.  However, it's already been moved to its out param.  Therefore,
after the fix of bug 1476897, it won't collapse Selection.  This patch
moves the code moving |newNode| to the out param after collapsing Selection.

Additionally, this makes HTMLEditor::InsertAsCitedQuotationInternal() use
same style code around collapsing Selection since it's also tested by the
new test of nsIEditorMailSupport.insertAsCitedQuotation().

Differential Revision: https://phabricator.services.mozilla.com/D10002

--HG--
extra : moz-landing-system : lando
2018-10-29 04:13:50 +00:00
Chris Pearce e8a9d4d9df Bug 1502779 - Backed out changeset 1c74b82884a8 (bug 1499552). r=backout
The telemetry added in bug 1499552 is no longer needed, so should be backed out.
2018-10-29 16:24:36 +13:00
Chris Pearce f6fa3435f2 Bug 1502779 - Backed out changeset 38c1fc84fcaf (bug 1500251). r=backout
The telemetry added in bug 1500251 is no longer needed, so should be backed out.
2018-10-29 16:23:33 +13:00
Makoto Kato 90f9f1ea2a Bug 1500876 - Remove PContent::GetSystemColors sync IPC. r=snorp,mccr8
Content process of Android uses sync IPC when initializing LookAndFeel. But
current e10s has LookAndFeel cache for start up of content process.
So we should use it, then remove sync IPC for start up performance

Differential Revision: https://phabricator.services.mozilla.com/D9750

--HG--
extra : moz-landing-system : lando
2018-10-29 01:35:47 +00:00
WR Updater Bot 59673d02d1 Bug 1502765 - Update webrender to commit 855eac28847f289575210357418a3d0f9881e285 (WR PR 3235). r=kats
Differential Revision: https://phabricator.services.mozilla.com/D10023

--HG--
extra : moz-landing-system : lando
2018-10-29 00:35:29 +00:00
WR Updater Bot 395e09ce85 Bug 1502342 - Update webrender to commit 6ee00f541157850466e951ace4985ab347ddbca8(WR PR 3234). r=kats
Differential Revision: https://phabricator.services.mozilla.com/D10021

--HG--
extra : moz-landing-system : lando
2018-10-29 00:29:46 +00:00
Emilio Cobos Álvarez d6266e508a Bug 1502754 - Synchronize style system unit tests.
These are not part of the Gecko build, just prevent that they end up out of
sync.
2018-10-29 00:11:39 +01:00
Emilio Cobos Álvarez 585bf5454b Bug 1502754 - Fix Servo build and tidy lints. 2018-10-29 00:11:37 +01:00
Brian Hackett c54d535b22 Bug 1502207 Part 4 - Relax ordering requirements for atomic accesses to be specific to the atomic value itself, r=froydnj.
--HG--
extra : rebase_source : d21dfcebd9870b205276f3f4eaa86ae44d23baf9
2018-10-25 11:46:07 -10:00
Brian Hackett b951ae43fd Bug 1502207 Part 3 - Use new atomic access API in internal record/replay logic, r=froydnj.
--HG--
extra : rebase_source : f70e5def2b2cb96faf8d18d32cb86b898e894550
2018-10-25 11:42:38 -10:00
Brian Hackett bae5179cfb Bug 1502207 Part 2 - Fix useUse new atomic access API in Gecko, r=froydnj.
--HG--
extra : rebase_source : 2b9b5bb77fb53cd9f028912b4ba54136c9066447
2018-10-25 11:42:18 -10:00
Brian Hackett 55571f2bbf Bug 1502207 Part 1 - Specify the address of atomic values when recording ordered atomic accesses, r=froydnj.
--HG--
extra : rebase_source : 3260b427eeac3cc44d6e74df1a6da366da85aeda
2018-10-25 11:41:04 -10:00
Mats Palmgren 5f7f645601 Bug 1501908 - Force line-height:normal for themed comboboxes for compat with other UAs. r=emilio 2018-10-28 23:00:13 +01:00
Ciure Andrei 5b3b6b8fd9 Merge inbound to mozilla-central. a=merge 2018-10-28 11:52:04 +02:00
Mike Conley 3269c2c585 Bug 1501789 - Use the JSM global to create permanentKeys to avoid leaking windows after tab tear out / adoption. r=Felipe
Differential Revision: https://phabricator.services.mozilla.com/D9975

--HG--
extra : moz-landing-system : lando
2018-10-28 01:53:14 +00:00
Arshad Kazmi 7e335e61a5 Bug 1494255 - Date input: disabled CSS: Shows correct style for whole text r=Gijs,emilio
Differential Revision: https://phabricator.services.mozilla.com/D9557

--HG--
extra : moz-landing-system : lando
2018-10-27 21:53:50 +00:00
Dorel Luca b3c42e156a Merge mozilla-inbound to mozilla-central. a=merge 2018-10-28 00:52:51 +03:00
Emilio Cobos Álvarez 0aa7e19522 Bug 1416282 - Assert earlier to try to get a more helpful stack. 2018-10-27 13:18:18 +02:00
Emilio Cobos Álvarez 802b24d578 Bug 1416282 - Back out diagnostics for not being helpful enough at diagnosing.
The selectors that crash seem just corrupted data structures, none of the
selectors from crash dumps make sense, and the ones for which I could trace the
source found no issue.
2018-10-27 13:17:32 +02:00
Emilio Cobos Álvarez 72d4f76bae Bug 1496619 - Update min cbindgen version in osx.py.
I mentioned it on the review but it slipped through it seems.
2018-10-27 13:17:26 +02:00
Emilio Cobos Álvarez f00ba0c6e2 Bug 1496619 - Update min cbindgen version in osx.py. a=emilio
I mentioned it on the review but it slipped through it seems.

--HG--
extra : source : cd47bdbd4efa6bda0dc86c3eec25d1ea92e2518a
2018-10-27 13:07:10 +02:00
Csoregi Natalia 2ef395bc07 Merge mozilla-central to mozilla-inbound. CLOSED TREE 2018-10-27 12:58:54 +03:00
Csoregi Natalia a21ac3d8e5 Merge inbound to mozilla-central. a=merge 2018-10-27 12:48:40 +03:00
Andrea Marchesini 6b4e7b3d41 Bug 1502408 - Remove unused WPT ini files for FileReader, r=smaug 2018-10-27 10:26:31 +02:00
Andrea Marchesini a0fc57507e Bug 1502375 - FilePropertyBag should inherit BlobPropertyBag, r=smaug 2018-10-27 10:26:31 +02:00
Andrea Marchesini e78ef32074 Bug 1482055 - Cleanup cookie at shutdown must support domain cookies, r=johannh 2018-10-27 10:26:31 +02:00
Andrea Marchesini 2680372dcf Bug 1501354 - Fetch() should not block the loadgroup from completing, r=bz 2018-10-27 08:55:20 +02:00
Andrea Marchesini d6bfe6910f Bug 1502238 - When clearing site data, clear storage permissions assigned to a tracker, r=ehsan 2018-10-27 08:55:07 +02:00
Ed Lee d302d682b3 Bug 1502461 - Fix recommendation counts, recommendation alignment and bug fixes to Activity Stream r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D9949

--HG--
extra : moz-landing-system : lando
2018-10-27 01:31:08 +00:00
Matthew Noorenberghe 4cbaea08fb Bug 1501911 - Support 'address-level3' in @autocomplete for form fields. r=smaug
Form Autofill added support in bug 1481972. This change allows authors to feature detect our support.
2018-10-27 03:14:05 +03:00