Commit Graph

546839 Commits

Author SHA1 Message Date
Kanika Saini
8cd149eb53 Bug 1465953 - Create the basic structure for an about:policies page. r=felipe 2018-06-26 18:13:37 +05:30
Cosmin Sabou
f8b2920d3c Backed out 2 changesets (bug 1471573) for mochitest failures on testAudioFocus.
Backed out changeset cdfcca543396 (bug 1471573)
Backed out changeset e7272b60f48f (bug 1471573)
2018-07-06 04:19:54 +03:00
Cosmin Sabou
c54489d2de Backed out changeset cff5a58124f6 (bug 1473443) for crashtest failures on several tests. CLOSED TREE 2018-07-06 04:04:34 +03:00
Neil Deakin
964557e842 Bug 1435451, use first non-native anonymous target when setting DataTransfer's parent object, r=nika 2018-07-05 20:14:50 -04:00
Neil Deakin
0156d01446 Bug 1437638, move frame loader property from XULElement to XULFrameElement, removing many checks that only apply to child frames instead of every XUL element. Since it is assumed that most frames/browsers will have frame loaders created for them, and that there aren't many of them, we can use a member field instead of slots, so remove the slot property, r=bz 2018-07-05 20:14:29 -04:00
Neil Deakin
d23aebf191 Bug 1437638, move frame, browser and editor to be based on XULFrameElement, a new subclass of XULElement, r=paolo,bz 2018-07-05 20:14:18 -04:00
Eitan Isaacson
6ec021b443 Bug 1472274 - Alter selection direction according to the last change. r=surkov
nsIAccessibleText.setSelectionBounds should accept a start offset that is larger than an end offset. This is an indica tion that it is a reverse selection, and the caret should be at the start of the selection.

This should also be consistent with how multiple range selections work interactively - the caret should re
main at the last offset reached.
2018-07-05 15:19:00 +03:00
Eitan Isaacson
5ea298ea5d Bug 1472623 - Don't use tts.getAvailableLanguages on Androids older than M. r=snorp 2018-07-05 15:42:00 +03:00
Marco Castelluccio
4875e6b8a2 Bug 1473443 - Make test_process_error.xul not delete the dumps, as the mochitest harness is doing it automatically. r=gsvelto 2018-07-05 01:59:35 +01:00
Marco Castelluccio
a716311e69 Bug 1471573 - Support resetting/dumping coverage counters for mochitest. r=jmaher 2018-06-27 17:56:09 +01:00
Marco Castelluccio
4d0fc7fe3c Bug 1471573 - Make SpecialPowers RequestDumpCoverageCounters and RequestResetCoverageCounters async messages that wait on the dumping/resetting to actually happen. r=jmaher 2018-06-28 09:40:32 +01:00
Jeff Walden
ce38944be6 Bug 1472066 - Instantiate TokenStreamCharsBase for UTF-8 source text. r=arai 2018-06-28 20:19:24 -07:00
Jeff Walden
0472de9548 Bug 1472066 - Define UTF-8-specific versions of certain tokenizing helper functions, complementing the existing UTF-16 versions. r=arai 2018-06-28 20:18:51 -07:00
Jeff Walden
af686c6818 Bug 1426909 - Introduce a new mfbt/Utf8.h header for UTF-8-related functionality, including a UTF-8 code unit type that is compatible with, but doesn't directly interconvert with, |char|. r=froydnj 2018-01-11 11:29:53 -07:00
Noemi Erli
efeef26ece Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-07-06 00:53:19 +03:00
Noemi Erli
1b2d7a2659 Merge inbound to mozilla-central. a=merge 2018-07-06 00:46:24 +03:00
Geoff Brown
492e87ca2a Bug 1471717 - Disable mozharness log format changes for android and linux; r=me,a=test-only
This effectively backs out the previous log format changes to avoid the
difficulties of bug 1473565. Hopefully this can be re-enabled once treeherder
is updated.
2018-07-05 15:25:52 -06:00
Ben Kelly
80b1443c29 Bug 1472005 Don't resolve ready promise until the registration has reached the right state version. r=mrbkap 2018-07-05 13:13:48 -04:00
Ben Kelly
eaad94a43e Bug 1471929 P3 Remove the old updatefound infrastructure in favor of always updating the registration state and auto-dispatch. r=mrbkap 2018-07-05 13:13:48 -04:00
Ben Kelly
d8bd013954 Bug 1471929 P2 Delay dispatching updatefound events until any pending update() promises resolve. r=mrbkap 2018-07-05 13:13:47 -04:00
Ben Kelly
0ffcae301b Bug 1471929 P1 Automatically fire updatefound events when the ServiceWorkerRegistration gets a new installing worker. r=mrbkap 2018-07-05 13:13:47 -04:00
Ben Kelly
b08089a60d Bug 1471912 Set ServiceWorker objects to redundant state when RegistrationRemoved() is called. r=mrbkap 2018-07-05 13:13:47 -04:00
Paolo Amadini
f5c61ba208 Bug 1470870 - Load "menu.css" as a document stylesheet. r=bgrins
The specificity of some Windows rules is reduced to match other platforms.

MozReview-Commit-ID: 28oUf7b6vCW
2018-07-05 15:08:06 +01:00
Andreea Pavel
903008e848 Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-07-05 19:29:15 +03:00
Andreea Pavel
97e7fbb91f Merge mozilla-inbound to mozilla-central. a=merge 2018-07-05 19:26:15 +03:00
Andreea Pavel
f22d240d4e Backed out changeset 5c9b8478d69d (bug 1473379) for bustages at builds/worker/workspace/build/src/obj-firefox/dist/include/nsTArray.h:693 on a CLOSED TREE 2018-07-05 16:45:05 +03:00
Paolo Amadini
b5fdf5b856 Bug 1471544 - Load "menulist.css" as a document stylesheet. r=dao
MozReview-Commit-ID: JOJOWH4XuDU
2018-07-05 10:54:21 +01:00
Daniel Stenberg
0e01b892ce bug 1470813 - Telemetry::DNS_TRR_RACE2 adds two new categories r=francois
... compared to DNS_TRR_RACE, to also count when either of the resolves
were more than 100 milliseconds faster.

MozReview-Commit-ID: FNZa7ZVuJPv
2018-07-04 23:26:00 +03:00
Ciure Andrei
93576315dd Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-07-05 12:54:37 +03:00
Ciure Andrei
a55b661b04 Merge inbound to mozilla-central. a=merge 2018-07-05 12:51:41 +03:00
Andreea Pavel
428a0800b5 Backed out 2 changesets (bug 1471838) for failing css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/shape-outside-border-box-border-radius-005.html
Backed out changeset b21c5080232a (bug 1471838)
Backed out changeset 5e99a3c65b2f (bug 1471838)
2018-07-05 10:44:45 +03:00
Jan de Mooij
53405b1f5d Bug 1473255 - Restore caller realm in the interpreter after calling a JITted function. r=evilpie 2018-07-05 09:28:13 +02:00
Makoto Kato
2b7e78213e Bug 1394709 - Add Microsoft JhengHei to font.name-list.sans-serif.zh-TW. r=jfkthame 2018-07-05 15:41:12 +09:00
Andrea Marchesini
dfc5cfb571 Bug 1473024 - CSP should throw EvalError when blocking eval(), r=ckerschb 2018-07-05 08:21:04 +02:00
Andrea Marchesini
e4ccc82e67 Bug 1418246 - Return valid columnNumber value in CSP violation events, r=ckerschb 2018-07-05 08:21:04 +02:00
Kris Maglione
8766ceb571 Bug 1472523: Part 4 - Avoid unnecessary domain string duplication in preference observers. r=njn
MozReview-Commit-ID: EMCgMRTDqDn
2018-07-04 14:52:48 -07:00
Rob Wood
a129a17d90 Bug 1467824 - Port raptor-speedometer google chrome to linux64; r=jmaher
MozReview-Commit-ID: Ak2dq9zI9Nw
2018-07-04 16:20:37 -04:00
Andreea Pavel
b924289a2e Merge mozilla-central to autoland a=merge on a CLOSED TREE 2018-07-05 19:28:04 +03:00
Michael Kelly
589aa429cd Bug 1471204: Disable browser error telemetry tests when scalars expire. r=Gijs,chutten
Differential Revision: https://phabricator.services.mozilla.com/D1891
2018-07-05 16:12:13 +00:00
Jamie Nicol
6faad794b1 Bug 1473379 - Change PaintedLayerData::mAssignedDisplayItems to a std::vector. r=mattwoodrow
This allows us to call emplace_back, saving us a move.

MozReview-Commit-ID: 4wRiAxl7LSN
2018-07-03 22:39:04 -04:00
Eitan Isaacson
89126eb19e Bug 1473192 - Recycle virtual content node when reassigning. r=jchen 2018-07-03 18:02:00 +03:00
André Bargull
ac722f27a7 Bug 1473003 - Part 2: Avoid upcasting parameter types and duplicate code in typed array code. r=jandem 2018-07-04 10:15:02 -07:00
André Bargull
64c618e3ae Bug 1473003 - Part 1: Remove const_casts by moving the constness requirement to the callee. r=jandem 2018-07-04 10:13:54 -07:00
Benjamin Bouvier
27b867e934 Bug 1472633: Check that ref types exist when used as inline block types; r=jseward 2018-07-05 13:23:18 +02:00
Benjamin Bouvier
434ae683fc Bug 1472634: Check that types attached to new nullref actually exist; r=jseward 2018-07-05 12:23:51 +02:00
Benjamin Bouvier
cd2ee31663 Bug 1472634: Move wasm binary testing code around; r=jseward 2018-07-05 12:39:20 +02:00
Tiberius Oros
6e127e0c6e Backed out 2 changesets (bug 1333800) for spidermonkey build bustages on a CLOSED TREE
Backed out changeset 87b1eaea27ed (bug 1333800)
Backed out changeset 27d38e893ea9 (bug 1333800)
2018-07-05 16:26:03 +03:00
Ms2ger
4b0ecb01d1 Bug 1333800 - Followup: fix a couple of flake8 failures on a CLOSED TREE. 2018-07-05 15:04:27 +02:00
Ms2ger
369a2d8e32 Bug 1333800 - Support running specific WPT tests in the JS shell; r=luke,bbouvier,jgraham 2018-07-05 14:44:41 +02:00
Ms2ger
74b15ebc94 Bug 1460546 - Add a mach jstests command; r=dminor 2018-07-05 14:42:52 +02:00