Cameron McCormack
ef76cd4cfc
Bug 1295852 - Part 2: Check for generated content containers correctly in Element.getAnimations(). r=boris
...
MozReview-Commit-ID: E6HkQED2ND8
--HG--
extra : rebase_source : 780677c7fddc2c69b89e3bfbbb99d88c57fe1a3e
2016-08-19 11:16:52 +08:00
Cameron McCormack
039ea8d7a5
Bug 1295852 - Part 1: Add nsINode methods for testing whether a node is a ::before/::after generated content container. r=bholley
...
MozReview-Commit-ID: 662ltv2rv0V
--HG--
extra : rebase_source : 842872351965d66a31cc3827317887e4542c21d7
2016-08-19 11:16:45 +08:00
cku
177446e0ae
Bug 1294171
- Part 2. Create a reftest for data url mask. r=mstange
...
MozReview-Commit-ID: IcXmbVd9nUA
--HG--
extra : rebase_source : 9c5b71b3bc7d6a3548083747fb2d94da00604dd5
2016-08-18 12:14:19 +08:00
cku
3cd159aa2b
Bug 1294171
- Part 1. Treat unresolvable mask as no mask before support image mask. r=mstange
...
MozReview-Commit-ID: 9f2k7NtpYuR
--HG--
extra : rebase_source : b39ef5f82382fd9d7f237d1dabd6d834b8bbefa0
2016-08-18 11:24:28 +08:00
Masayuki Nakano
6ae29c9c6d
Bug 1273510 part.3 We should not return TS_E_NOLAYOUT when ATOK decides its suggest window r=m_kato
...
Returing TS_E_NOLAYOUT while ATOK shows suggest window causes moving suggest window to odd position. This causes flicking the window. Therefore, we shouldn't return TS_E_NOLAYOUT in this case. In this case, ATOK queries whole rect of composition string. So, we can return TS_E_NOLAYOUT for other cases.
MozReview-Commit-ID: LBZQPFjqQgx
--HG--
extra : rebase_source : 27fda6739562dfaf89efd1d2cd9cac03610846ba
2016-08-17 14:07:54 +09:00
Masayuki Nakano
19cd3248f2
Bug 1273510 part.2 Modify comment in IMMHandler::SetCandidateWindow() r=m_kato
...
MozReview-Commit-ID: KX1frgDFsPi
--HG--
extra : rebase_source : e8478a5d61b68e01b2b7bce34705273d8a891e11
2016-08-09 17:46:44 +09:00
Masayuki Nakano
1f206a7c93
Bug 1273510 part.1 TSFTextStore should use native caret hack only when ATOK 2011 - 2016 is active r=m_kato
...
ATOK 2011 - 2016 check focused window class name if it's a Mozilla's window. Then, they refer native caret position for deciding its popup window. However, future ATOK release will stop referring native caret position on Mozilla's windows. Therefore, we can stop creating native caret for new ATOK.
MozReview-Commit-ID: HPh3DVqTkvc
--HG--
extra : rebase_source : 00b75b75df2ba1bace328cfb75172c78c6bea29d
2016-08-09 16:53:00 +09:00
Rob Wu
2cc8f66f57
Bug 1295082 - Minor fixups for experimental WebExtensions APIs r=kmag
...
- Remove unused registerAPI and registerPrivilegedAPI
- Generate the APIs just once.
- Fix typo in addon ID.
MozReview-Commit-ID: rdiiIxHMsm
--HG--
extra : rebase_source : aede9c63e0f19d5b4c97022c0254b07603277aef
2016-08-18 13:58:30 -07:00
Rob Wu
3451c2f756
Bug 1295082 - BaseContext.extensionId -> BaseContext.extension.id r=kmag
...
MozReview-Commit-ID: 2tFVUwjyJQu
--HG--
extra : rebase_source : 07ea6252ab49d992ff17db77dea5840732f478c4
2016-08-16 14:29:52 -07:00
Rob Wu
bacc209644
Bug 1295082 - Put Extension in BaseContext r=kmag
...
ExtensionContext in Extension.jsm has |extension| as an instance member,
so use it instead of passing |extension| to registerSchemaAPI's
callback.
And to make sure that this pattern also works in content processes, move
the |extension| member to BaseContext.
MozReview-Commit-ID: BgsGGCPQxJR
--HG--
extra : rebase_source : 7aa9fb7a53e057e8d3d8c477bd6821f8344c571a
2016-08-15 01:04:58 -07:00
Andrew Comminos
35c04e9513
Bug 1287326 - Construct XLIBS incrementally to avoid incorrect dependency failures. r=glandium
...
MozReview-Commit-ID: DSU1doyqLuL
--HG--
extra : rebase_source : ae3b02193048a7cb7f5e106cae8c83ae44e3843d
2016-08-18 13:25:43 -04:00
Mike Hommey
c6f04b053b
Bug 1291768 - Avoid SIGSEGV trying to read ELF headers of libraries with a non-null base virtual address. r=froydnj
...
--HG--
extra : rebase_source : ff8b269f2e0a69253ff5277f71a5b3f48cc7d55e
2016-08-18 07:16:40 +09:00
Wes Kocher
f67077df98
Merge m-c to autoland, a=merge
2016-08-18 16:33:37 -07:00
Wes Kocher
f433f0dd71
Merge fx-team to central, a=merge
2016-08-18 16:16:47 -07:00
Gregory Szorc
fb9d600ab0
Backed out changeset e6e5569551be (bug 1263815) for valgrind failures because Docker image generation isn't deterministic
2016-08-18 15:50:28 -07:00
Andrew Comminos
efa1f0565f
Bug 1296086 - Add a firefox functional tests flag to allow GL composition on a software GL implementation. r=jmaher
...
MozReview-Commit-ID: 9b5lQhyIabi
--HG--
extra : rebase_source : 2b1c179657037a72e5cd13bfa2d4b76a3ce326e1
2016-08-18 16:13:54 -04:00
Andrew Comminos
ad9b41b664
Bug 1296086 - Add a firefox media tests flag to allow GL composition on a software GL implementation. r=jmaher
...
MozReview-Commit-ID: KDBHqsJojdw
--HG--
extra : rebase_source : b6b9738f1e357109c3b6a04388ead2b42ebd712a
2016-08-18 16:06:24 -04:00
Andrew Comminos
8453740917
Bug 1296086 - Add a web-platform-tests flag to allow GL composition on a software GL implementation. r=jmaher
...
MozReview-Commit-ID: KqunJUb2Fl8
--HG--
extra : rebase_source : b78f0336b48f510da81a29b159ed950818803854
2016-08-18 15:47:50 -04:00
Andrew Comminos
802137faf2
Bug 1296086 - Add a marionette flag to allow GL composition on a software GL implementation. r=jmaher
...
MozReview-Commit-ID: CnhlSlezqcT
--HG--
extra : rebase_source : 90c238dffada71a4ea6434230251b0f84ed67293
2016-08-18 15:43:21 -04:00
Jean-Yves Avenard
8ac9ba75d3
Bug 1296152: [ffmpeg] Don't use all CPUs available when decoding. r=mattwoodrow
...
MozReview-Commit-ID: C4CTiC9H79A
--HG--
extra : rebase_source : 05c37856dc72c0b08e23c523cfa41e011b3802ea
2016-08-18 15:34:19 +10:00
Andrew Comminos
6c78c89f37
Bug 1281241 followup - Use legacy taskcluster instances for XPCShell and ASAN devtools. r=philor
2016-08-18 01:09:47 -04:00
Andrew Comminos
cab27309c0
Bug 1296086 - Add a mozharness flag to allow GL composition on a software GL implementation. r=jmaher
...
MozReview-Commit-ID: COa65SWXxOc
--HG--
extra : rebase_source : cdefad715632cf0fa06283a85514c56acdc67586
2016-08-17 15:59:22 -04:00
Andrew Comminos
fea29878bb
Bug 1296086 - Add property to TaskCluster to allow software GL layers. r=jmaher
...
MozReview-Commit-ID: 7FFN6UbOFZY
--HG--
extra : rebase_source : 7a45c0b890e982f33a7deac69611eb4438ea18d4
2016-08-17 17:24:56 -04:00
Wes Kocher
d6405029ef
Backed out 2 changesets (bug 1295380) because it needs treeherder changes deployed before it can land a=backouty
...
Backed out changeset 905fb4a53386 (bug 1295380)
Backed out changeset 213a4986ccfd (bug 1295380)
2016-08-18 15:03:55 -07:00
Gerald Squelart
eaa8256995
Bug 1295831 - Report VIDEO_INTER_KEYFRAME_MAX_MS=0 when only 1 keyframe - r=kaku
...
We will now record '0' in VIDEO_INTER_KEYFRAME_MAX_MS when only one keyframe is
found when playing a video (played for at least enough time to be eligible for
video-decode-suspend feature.)
MozReview-Commit-ID: ALDmSYxs2f1
--HG--
extra : rebase_source : 70b19e9c5c976f764a744dc4bf7a0760e80dd834
2016-08-18 11:54:00 +10:00
Gerald Squelart
7c74aff4c6
Bug 1295831 - VIDEO_INTER_KEYFRAME_MAX_MS==0 means only 1 keyframe - r=francois
...
Telemetry peer review through mozreview.
This patch is modifying this probe description sligthly, to add the collection
of a special value: '0' means that only one keyframe was found when playing a
video (played for at least enough time to be eligible for video-decode-suspend
feature.)
Please note that this will not modify existing data or their meaning: It will
just add this zero value (which is not otherwise possible or meaningful when
dealing with *inter-keyframe* timings), which will help gauge the relative
presence of these difficult-to-recover-from videos, compared to more "normal"
videos.
MozReview-Commit-ID: ANFtybW9BKu
--HG--
extra : rebase_source : 2fd4c7b7b545ad7b9e7ff25708cfc4c8b5a0907c
2016-08-18 11:58:44 +10:00
Johann Hofmann
7d5df7f192
Bug 1295488 - Don't use a directory for mozscreenshots localFile tests. r=MattN
...
MozReview-Commit-ID: 3QJZsB7BHqg
--HG--
extra : rebase_source : 7c5194a98d20511d822e036a2427ab1e4a1fbcc1
extra : histedit_source : 11b60a4251922d6313c808da4b0c7e998579c779
2016-08-17 08:54:33 +02:00
Tim Nguyen
06e9a1a661
Bug 1293930 - Update storage inspector tree icons to new thin icon style. r=helenvholmes
...
MozReview-Commit-ID: 9fZTRaMSTDm
2016-08-17 14:06:51 -07:00
Wes Kocher
75891668b5
Merge m-c to fx-team, a=merge
2016-08-17 17:26:23 -07:00
Wes Kocher
ae78ab94fa
Merge fx-team to central, a=merge
2016-08-17 16:53:20 -07:00
Wes Kocher
07f8858bf6
Merge inbound to central, a=merge
2016-08-17 16:38:41 -07:00
Randell Jesup
bb59c9e52f
Backed out changeset 3fb31d11633e (bug 1295296)
2016-08-17 16:22:41 -04:00
Wes Kocher
37a02d441d
Backed out 6 changesets (bug 1264642) for marionette failures a=backout CLOSED TREE
...
Backed out changeset f0067001c059 (bug 1264642)
Backed out changeset 078e5c447f21 (bug 1264642)
Backed out changeset 7c60fc4144fb (bug 1264642)
Backed out changeset 9f434697ef2e (bug 1264642)
Backed out changeset 06fc278fcedf (bug 1264642)
Backed out changeset 162098402acc (bug 1264642)
2016-08-17 10:49:25 -07:00
Wes Kocher
b7ea1393f2
Backed out 3 changesets (bug 1286476) for frequent windows wpt failures in phases-and-states.html CLOSED TREE
...
Backed out changeset 53bbfa02d45d (bug 1286476)
Backed out changeset 3947ab570883 (bug 1286476)
Backed out changeset ffd8c37eb695 (bug 1286476)
2016-08-17 10:41:46 -07:00
Wes Kocher
6b3d348f17
Backed out 2 changesets (bug 1294358) for xp mda failures a=backout CLOSED TREE
...
Backed out changeset 886441076b5f (bug 1294358)
Backed out changeset 848141457f25 (bug 1294358)
--HG--
extra : amend_source : 393a51d18d37246cec3617fb3162478cd98b3bb2
2016-08-17 10:06:40 -07:00
Wes Kocher
6f430a404b
Backed out changeset 942b01866756 (bug 1295844) for xp mda failures a=backout
2016-08-17 10:06:27 -07:00
Wes Kocher
8738cfff5d
Backed out 7 changesets (bug 1289549) for functional UI failures a=backout
...
Backed out changeset 32ff5490a900 (bug 1289549)
Backed out changeset 0a62241f9774 (bug 1289549)
Backed out changeset b6e3d77671f7 (bug 1289549)
Backed out changeset 506846cb7c35 (bug 1289549)
Backed out changeset efdb25f69c2c (bug 1289549)
Backed out changeset 6f8b50b7a92a (bug 1289549)
Backed out changeset 1c61346368e5 (bug 1289549)
--HG--
rename : browser/modules/SocialService.jsm => toolkit/components/social/SocialService.jsm
rename : browser/modules/test/unit/social/test_SocialService.js => toolkit/components/social/test/xpcshell/test_SocialService.js
rename : browser/modules/test/unit/social/test_SocialServiceMigration21.js => toolkit/components/social/test/xpcshell/test_SocialServiceMigration21.js
rename : browser/modules/test/unit/social/test_SocialServiceMigration22.js => toolkit/components/social/test/xpcshell/test_SocialServiceMigration22.js
rename : browser/modules/test/unit/social/test_SocialServiceMigration29.js => toolkit/components/social/test/xpcshell/test_SocialServiceMigration29.js
2016-08-17 09:18:14 -07:00
Iris Hsiao
f9b93d730f
Bug 1294013 - [jsdbg2] Disentangle parsing and checking of resumption values Part 2. r=jimb
...
CLOSED TREE
2016-08-17 21:07:28 +08:00
Andreas Pehrson
0083eb9342
Bug 1295296 - Ignore video tracks in MediaStreamAudioSourceNode. r=jesup
...
MozReview-Commit-ID: 1NeFS5wIpxC
--HG--
extra : transplant_source : %CB%0A%A7c%5C%EF%9A%EA%E6D%AE%9C%8F%CC%16%3E%9E%9E2a
2016-08-17 14:26:47 +02:00
Andreas Pehrson
0dd38ea89e
Bug 1295296 - Assert that we don't see video tracks in ExternalAudioInputStream. r=jesup
...
MozReview-Commit-ID: Cw7KMFhY5Ai
--HG--
extra : transplant_source : w_U%C6%0DVL%3F%22%03D%0F%8E%05%86%8A%97%D6%7C%8D
2016-08-17 14:26:15 +02:00
Andreas Pehrson
97c077fd3e
Bug 1295296 - Add a mochitest. r=jesup
...
MozReview-Commit-ID: OolLgdIQy9
--HG--
extra : transplant_source : %87%0E%B2K%BFr%D4%2B%F4%B99r%F7%F3%92%BA%D3%90%A7%FD
2016-08-17 14:25:33 +02:00
Eddy Bruel
6d0ac1efa2
Bug 1294013 - Replace parseResumptionValueHelper with processResumptionValue in handleUncaughtException. r=jimb
2016-08-17 20:18:57 +08:00
Eddy Bruel
aa37c5c999
Bug 1294013 - Factor out processResumptionValue. r=jimb
2016-08-17 20:18:54 +08:00
Eddy Bruel
19be1a2432
Bug 1294013 - Factor out CheckResumptionValue. r=jimb
2016-08-17 20:18:52 +08:00
Jan Odvarko
e19ed1dbbc
Bug 1291972 - Decrease inspector sidebar min-width to 300px. r=jdescottes
...
--HG--
extra : rebase_source : bab598242b930dfe2edaba25bac6771d16725b3f
2016-08-17 12:02:19 +02:00
JW Wang
ecaa7b7a0d
Bug 1295901 - Change the semantics/naming of MediaDecoderReader::ReleaseMediaResources(). r=jya
...
MozReview-Commit-ID: DyOwNcC2JK5
--HG--
extra : rebase_source : 5b14dfe1df7ed9eab1783fba64ff4a481e520339
2016-08-17 15:03:30 +08:00
Wes Kocher
f90f3d11fd
Merge m-c to fx-team, a=merge
...
a=release for the webidl hook due to comment-only changes
--HG--
extra : amend_source : d988a8a774085539988d1d964c4beb2d07eecb50
2016-08-16 22:09:34 -07:00
Jaideep Bhoosreddy
8bcb67462f
Bug 1291877 - Source map optimization in console due to Unique Locations. r=jsantell
...
--HG--
extra : rebase_source : 890ed6da1a3ea2406334ed7565e9b1a79a14ebee
2016-08-16 23:21:00 -04:00
Jonathan Chan
b35975ec17
Bug 1293739 - Part 2: Rename nsCSSPropertySet to nsCSSPropertyIDSet. r=dholbert
...
The previous patch in this series renamed nsCSSProperty to nsCSSPropertyID.
This patch renames nsCSSPropertySet to nsCSSPropertyIDSet accordingly.
This patch is generated by the following commands (note: if you're running
using OS X's sed, which accepts slightly different flags, you'll have to
specify an actual backup suffix in -i, or use gsed from Homebrew):
hg stat -c \
| cut -c 3- \
| tr '\n' '\0' \
| xargs -0 -P 8 gsed --follow-symlinks 's/\bnsCSSPropertySet\b/nsCSSPropertyIDSet/g' -i''
Then:
hg mv layout/style/nsCSSPropertySet.h layout/style/nsCSSPropertyIDSet.h
... and finally, manually renaming nsCSSPropertySet in the include guard in
nsCSSPropertyIDSet.h.
(NOTE: Re-landing this patch on a CLOSED TREE to correctly-address the merge bustage that closed the tree.)
MozReview-Commit-ID: ASUNs7FWbKP
--HG--
rename : layout/style/nsCSSPropertySet.h => layout/style/nsCSSPropertyIDSet.h
2016-08-16 18:46:58 -07:00
Jonathan Chan
4b87f11bd9
Bug 1293739 - Part 1: Rename nsCSSProperty to nsCSSPropertyID. r=dholbert
...
This patch is generated by the following commands (note: if you're running
using OS X's sed, which accepts slightly different flags, you'll have to
specify an actual backup suffix in -i, or use gsed from Homebrew):
hg stat -c \
| cut -c 3- \
| tr '\n' '\0' \
| xargs -0 -P 8 gsed --follow-symlinks 's/\bnsCSSProperty\b/nsCSSPropertyID/g' -i''
Then:
hg mv layout/style/nsCSSProperty.h layout/style/nsCSSPropertyID.h
... and finally, manually renaming nsCSSProperty in the include guard in
nsCSSProperty.h.
MozReview-Commit-ID: ZV6jyvmLfA
--HG--
rename : layout/style/nsCSSProperty.h => layout/style/nsCSSPropertyID.h
2016-08-16 18:37:48 -07:00