Tom Ritter
53a2f1007f
Bug 1430173 - Add Timer Rounding tests backported from -central to -esr. r=baku, a=RyanVM
...
MozReview-Commit-ID: Jl4WZAamgrI
--HG--
extra : transplant_source : E%DC%91lU%1C%A4l%2C%C8%23PCz%EB%F2%81%25%1F%90
2019-02-15 23:37:21 +08:00
Tom Ritter
c66f2e1613
Bug 1430173 - Reduce the precision of all explicit clocks to 2ms. r=baku, a=RyanVM
...
Backport to ESR where we don't have the ResistFingerprinting component.
MozReview-Commit-ID: 9bjycHjR3SF
--HG--
extra : transplant_source : %EA%03%21%0A%E9%3F%8E%CD%7C%D79f%96%85%96%00%5D%7F%95X
2019-02-15 23:37:19 +08:00
Henri Sivonen
128b5dfa13
Bug 1440926 - Use overflow-checking math when computing Big5 max length. r=emk, a=RyanVM
...
MozReview-Commit-ID: 1Gney5cYyhu
2019-02-15 23:37:18 +08:00
wolfbeast
9593a8c761
Blocklist update
2019-02-15 23:37:16 +08:00
Brian Hackett
95d507d246
Bug 1437507 - Fix JSObject::setFlags to call ensureShape before checking for dictionary mode. r=jandem, a=RyanVM
...
--HG--
extra : source : ca6b74831ec3db204e024b07f200b0d1ce93557e
extra : intermediate-source : 9d7c295d9570e294851908465f56ec0779547d2a
2019-02-15 23:37:14 +08:00
Makoto Kato
da6d38c5ee
Bug 1437087 - Call Disconnect on Unlink of cycle collector. r=masayuki, a=RyanVM
2019-02-15 23:37:12 +08:00
Andrew Osmond
e871098ac3
Bug 1388020. r=nical, a=RyanVM
2019-02-15 23:37:11 +08:00
Ryan VanderMeulen
23c2b750e3
Bug 1398021 - Update lz4 to version 1.8.0. r=froydnj, a=RyanVM
...
--HG--
extra : source : 9a4077eda5d80e2f7c7fe271035bee2e2d034cec
extra : histedit_source : 64eb1f6e9b2b08981644d7edccd22997d6463b4b%2C5619daf512a89b3a6bf84eca781190b56e8dea31
2019-02-15 23:37:09 +08:00
Valentin Gosu
2022008a84
Bug 1334465 - Set mIPCClosed to true before calling SendDeleteSelf in order to avoid race. r=bagder, a=ritu
...
In the previous code, a race condition could cause us to call SendSetPriority() after calling SendDeleteSelf.
For example:
T1: SendDeleteSelf()
T2: if (!mIPCClosed) SendSetPriority()
T1: mIPCClosed = true
MozReview-Commit-ID: 3XOwCaphb2o
--HG--
extra : rebase_source : d6e6886402d1e0b0afed23c25a9fb18d8ca29ad6
extra : intermediate-source : cfc9afe916091e6449f7d748991e2a19187dc817
extra : source : 4ebdab0e332892378558817e30d0138c95199ce5
2019-02-15 23:37:08 +08:00
Valentin Gosu
c82a62a1ac
Bug 1334465 - Make HttpChannelParent::mIPCClosed atomic. r=bagder, a=ritu
...
MozReview-Commit-ID: 6irCJMAjzjW
--HG--
extra : rebase_source : 2357ab0b9d1d693dac9e5f4f16f34f370c6591b5
extra : intermediate-source : 48b9f6671588c3c2b8d3b4ea6ba1267f5e297f83
extra : source : bd315ae86709c3459a3dbf0778022ff3b1908723
2019-02-15 23:37:06 +08:00
Dan Glastonbury
848c5e6071
Bug 1428947 - Check plane width & stride constraints. r=mattwoodrow, a=ritu
...
MozReview-Commit-ID: 328ETwMdVnq
--HG--
extra : rebase_source : e16b28d137de080f9d8495c6937e24ac16b16ab1
2019-02-15 23:37:05 +08:00
Daniel Holbert
8d0ffc3c31
Bug 1324042 - Fix trimmedOffsets arithmetic in GetRenderedText(). r=mats, a=RyanVM
...
MozReview-Commit-ID: H4ngU8Juyln
--HG--
extra : rebase_source : f4d6ab58ae70e485dfe72d5290cf6fae2c8397dd
extra : intermediate-source : bec50ba1fb12aebde4e4065b2799bc730bc30010
extra : source : fbf54020043bd09c162530907b2a1091a10f4f92
2019-02-15 23:37:03 +08:00
Nicholas Hurley
b49b2afc58
Bug 1416529. r=mcmanus, a=ritu
...
MozReview-Commit-ID: CD1l5vLB4yy
--HG--
extra : rebase_source : d74f8ca96dab4e0d25d79948fcddbf8dab98bb36
2019-02-15 23:37:02 +08:00
Jonathan Watt
459fe394c4
Bug 1430557. r=longsonr, a=lizzard
...
--HG--
extra : rebase_source : 5109c816d9ad1ce1881e3670b8d74ae0dc475223
2019-02-15 23:37:00 +08:00
Samael Wang
02cf5ea228
Bug 1416307 - Set triggeringPrincipal to current document's principal, if aPrincipal is not given. r=bz, a=ritu
...
MozReview-Commit-ID: 8lxKFeUlyzq
--HG--
extra : rebase_source : 5f364f5cf84c12717bee021d752aa0f9ba4619dd
extra : intermediate-source : 9df27a7142ffb065fb56c3fc873298988deacb98
extra : source : 9fcf48189000ab8ee16f236be57c9659c7243b42
2019-02-15 23:36:59 +08:00
Mike Hommey
6837efcaef
Bug 1424709 - Force disable the OSX system "nano allocator". r=spohl, a=RyanVM
...
We're not actually using it, and it messes up with the zone allocator in
mozjemalloc after fork(). See the lengthy analysis in
https://bugzilla.mozilla.org/show_bug.cgi?id=1424709#c34 and following.
--HG--
extra : rebase_source : b191048290a907cc7668ad7ab6369ef8661f31dc
extra : intermediate-source : 45c5d467a46077dcc3ccd59feafd0c2784432fef
extra : source : bf1efa161edb20a83fe8db2f96c51f4e66880153
2019-02-15 23:36:57 +08:00
André Bargull
1367ec69cb
Bug 1430761 - Update tzdata in ICU data files to 2018c. r=Waldo, a=lizzard
...
--HG--
extra : rebase_source : cb9ac8a678b6f565091f6d7733b6cd86afde0da7
2019-02-15 23:36:56 +08:00
Bob Owen
81337d2cfd
Bug 1426087 - Decrement nsDocumentViewer::mDestroyRefCount in a separate function. r=jwatt, a=RyanVM
...
--HG--
extra : source : 86d41b5efe074f6988085082df9ef537eee0813a
extra : intermediate-source : ea406489f93a0a8fa05ff568acdff07ce6b118c4
2019-02-15 23:36:54 +08:00
Olli Pettay
13e195c594
Bug 1434580 - Ensure proper mouseover handling. r=masayuki, a=RyanVM
...
--HG--
extra : source : bfd4bdfd40b43d0491c66af5b599659427e4e795
extra : intermediate-source : 8660689b18cd25f0110276bfc5bb8e8dd9c325f9
2019-02-15 23:36:52 +08:00
Dan Minor
62821e5092
Bug 1433005 - Simplify codec pruning in NegotiateCodecs. r=bwc, a=lizzard
...
--HG--
extra : source : 90ae99509f1e9cb5bdf19350a5fbb1a02d34ff0a
2019-02-15 23:36:51 +08:00
Nils Ohlmeier [:drno]
98beed2404
Bug 1426988 - Properly exit encoder init in error cases. r=rillian, a=RyanVM
2019-02-15 23:36:49 +08:00
wolfbeast
5ebd3745e0
Remove .cargo directory
...
Tag #58
2019-02-15 23:36:48 +08:00
wolfbeast
d789488825
Hard-disable the use of sponsored tiles.
2019-02-15 23:36:45 +08:00
wolfbeast
85d1f82c59
Bump max icon size for search engine icons to 32 KB to cater to more common use of HiDPI icons.
2019-02-15 23:36:44 +08:00
wolfbeast
963560a1d2
Remove Rust from the tree.
...
Part 4 for #58
2019-02-15 23:36:42 +08:00
wolfbeast
5983fef8c5
Remove cargo nsstring component
...
Part 3 for #58
2019-02-15 23:36:41 +08:00
wolfbeast
0429ca95e0
Remove Rust URL parser CAPI
...
Part 2 for #58
2019-02-15 23:36:39 +08:00
wolfbeast
1ef84eb532
Remove Rust MP4 parser
...
Part 1 for #58
2019-02-15 23:36:38 +08:00
NTD
3adb72e0f0
Fix for loops in selectAddons.js (SyntaxError: missing ] after element list)
2019-02-15 23:36:36 +08:00
NTD
66e00ae185
Remove the hard blocker on unmodified jetpack extensions from TychoAM
...
Be sure to remove the now unused string from Pale Moon
2019-02-15 23:36:35 +08:00
NTD
801b7a4d47
Adjust error number for WebExtensions on TychoAM and add the string to Basilisk
...
Pale Moon l10n will need an adjustment as well from -5 to -9
2019-02-15 23:36:33 +08:00
NTD
e088654914
Fix for loops in update.js (SyntaxError: missing ] after element list)
2019-02-15 23:36:32 +08:00
janekptacijarabaci
54566f2d9f
JS - RegExp - match updated spec for /\b/iu and /\B/iu
2019-02-15 23:36:30 +08:00
wolfbeast
d76fed679b
Generate irregexp character tables with make_unicode.py.
2019-02-15 23:36:29 +08:00
wolfbeast
b598dce28b
Revert "JS - RegExp - match updated spec for /\b/iu and /\B/iu"
...
This reverts commit 93f8e06bb8d8656e868679d584c7c8771ff8e42f.
2019-02-15 23:36:27 +08:00
wolfbeast
5b4703015a
Bustage fix: remove duplicate function def
2019-02-15 23:36:26 +08:00
janekptacijarabaci
5149d56104
JS - Object - "TypeError: setting a property that has only a getter" without mentioning file and property name
2019-02-15 23:36:24 +08:00
janekptacijarabaci
b9e802f497
HTML - implement the labels attribute (follow up)
2019-02-15 23:36:21 +08:00
janekptacijarabaci
5b24f05ce7
HTML - implement the labels attribute
2019-02-15 23:36:20 +08:00
janekptacijarabaci
91e5a3a71e
JS - RegExp - match updated spec for /\b/iu and /\B/iu
2019-02-15 23:36:18 +08:00
wolfbeast
ea58ee34a6
Bump Goanna version for CSS improvements.
2019-02-15 23:36:17 +08:00
janekptacijarabaci
67a10f51a0
CSS: inline-block with a display:block <input> child element has a wrong baseline (HTML forms)
2019-02-15 23:36:15 +08:00
janekptacijarabaci
8d256442ca
CSS - Grid - transferred min-size contribution of percentage size grid item with an intrinsic ratio
2019-02-15 23:36:14 +08:00
janekptacijarabaci
b9bbb5d201
CSS - Grid - intristic content with overflow:auto overlaps in grid
2019-02-15 23:36:12 +08:00
janekptacijarabaci
66276efa0a
[draft] CSS - linear-gradient - zero (0) angle value without degree unit is not correctly interpreted
2019-02-15 23:36:11 +08:00
janekptacijarabaci
622832ae39
CSS - Grid - fit-content unexpectedly reserves space for full clamp size in repeat()
2019-02-15 23:36:09 +08:00
janekptacijarabaci
4ba6ca9106
SVG - support radialGradient fr attribute
2019-02-15 23:36:08 +08:00
janekptacijarabaci
3a4e49d048
Implement DOM page onvisibilitychange.
2019-02-15 23:36:06 +08:00
janekptacijarabaci
fc9d873b31
[minor fix] Places - deleting folder of livemarks - nsLivemarkService.js - 0x80070057 (NS_ERROR_ILLEGAL_VALUE)
2019-02-15 23:36:05 +08:00
janekptacijarabaci
6b5f1cedc6
[minor fix] Places - bookmarks - treeView.js - 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsINavHistoryContainerResultNode.getChildIndex]
2019-02-15 23:36:03 +08:00