Jonathan Kew
17a2101b23
Bug 1228799 - Part 1 - Move GetTableFromFontData to gfxFontUtils as a static function, and expose FindTableDirEntry helper method. r=emk
2016-08-19 13:57:05 +01:00
Dão Gottwald
86b32617f9
Bug 1295947
- Use filter and fill properties instead of duplicating lots of SVG and CSS for the tab audio icon. r=gijs
2016-08-19 14:29:20 +02:00
Dão Gottwald
9629d2b65c
Bug 528005 - Let accel-click and middle-click on the new tab button open a new tab next to the current one. r=gijs
2016-08-19 14:28:04 +02:00
Mats Palmgren
ddef8b6119
Bug 1280887
- patch 4 - Remove (unused) class gfxTextRun::ClusterIterator. r=jfkthame
2016-08-19 13:14:45 +01:00
Jonathan Kew
0cb66c8d3a
Bug 1280887
- patch 3 - Get rid of the mTextRunsToDelete array now that the frame's textruns are refcounted and will know when to die by themselves. r=mats
2016-08-19 13:14:37 +01:00
Jonathan Kew
95a82f84cc
Bug 1280887
- patch 2 - Make gfxTextRun refcounted, replace usage of UniquePtr<> with RefPtr<> for textruns, and make nsTextFrame hold a strong reference to its run(s). r=mats
2016-08-19 13:14:22 +01:00
Jonathan Kew
76f40e7bdc
Bug 1280887
- patch 1 - Declare a bunch of gfxTextRun* variables as const pointers, for clarity. r=mats
2016-07-07 13:51:24 +01:00
Andreas Pehrson
dc0f8c6c81
Bug 1295296 - Add a mochitest. r=jesup
...
MozReview-Commit-ID: OolLgdIQy9
--HG--
extra : rebase_source : ed1ba6c14885f17e1d11fb4cb76fe5184f9a0e2a
extra : source : 4c3c88e0fdc55930c9bc2c43667513932417d6c4
2016-08-18 18:39:19 +02:00
Christoph Kerschbaumer
70b6df38d3
Bug 1296287 - Add alert_emails & bug_numbers for new HTTP_RESPONSE_STATUS_CODE probe. r=gfritzsche
2016-08-19 12:40:47 +02:00
Kartikaya Gupta
14a899b828
Bug 1217715 - Don't limit the system scroll override to the root content. r=botond,masayuki
...
MozReview-Commit-ID: EH94OR5rEsX
2016-08-19 06:52:25 -04:00
Sebastian Hengst
1dd98c7608
Merge mozilla-central to mozilla-inbound. r=merge a=merge
2016-08-19 12:39:57 +02:00
Sebastian Hengst
fdc5082122
Backed out changeset d1d614497fbf (bug 1046166) on request of developer for crashes. r=backout a=backout
...
MozReview-Commit-ID: IHG3TraKy6n
2016-08-19 12:35:34 +02:00
Nicolas Silva
0923b0fd39
Bug 1294351 - Avoid removing and re-applying the drawing states with PersistentBufferProviderBasic. r=Bas
2016-08-19 12:00:26 +02:00
Jon Coppeard
35539866a9
Bug 1293239 - Revert nursery resizing heuristics r=terrence
2016-08-19 10:44:01 +01:00
Jon Coppeard
d170af87c1
Bug 1293209 - Don't assert tables are empty if the embedding leaked JS GC things r=terrence
2016-08-19 10:44:01 +01:00
Iris Hsiao
67de9ad6e4
Backed out changeset 3172e3fa6e24 (bug 1294606)
2016-08-19 17:42:14 +08:00
Iris Hsiao
e3f411bb25
Backed out changeset defd76119eda (bug 1294606)
2016-08-19 17:41:57 +08:00
Iris Hsiao
0cadff9393
Backed out changeset 4d05a40172ca (bug 1294606) for Spider Monkey ARM64 bustage
2016-08-19 17:41:45 +08:00
Franziskus Kiefer
d75c53e790
Bug 1296266 - Land NSS_3_27_BETA1, r=kaie
...
--HG--
extra : amend_source : 1408228c898d6683a384508ca2154fc9d8895e81
2016-08-19 11:20:21 +02:00
Heiher
d8e57bddcc
Bug 1294606 - Part 3: Add tests for SignExtend. r=nbp
...
---
.../jit-test/tests/ion/dce-with-rinstructions.js | 40 ++++++++++++++++++++++
1 file changed, 40 insertions(+)
2016-08-19 17:07:52 +08:00
Heiher
c8cef5ba11
Bug 1294606 - Part 2: Folds Lsh/Rsh same bits to SignExntend. r=nbp
...
---
js/src/jit/CodeGenerator.cpp | 16 +++++++++
js/src/jit/CodeGenerator.h | 1 +
js/src/jit/Lowering.cpp | 13 ++++++++
js/src/jit/Lowering.h | 1 +
js/src/jit/MIR.cpp | 27 +++++++++++++++
js/src/jit/MIR.h | 39 ++++++++++++++++++++++
js/src/jit/MOpcodes.h | 1 +
js/src/jit/MacroAssembler.h | 3 ++
js/src/jit/Recover.cpp | 37 ++++++++++++++++++++
js/src/jit/Recover.h | 12 +++++++
js/src/jit/arm/MacroAssembler-arm-inl.h | 12 +++++++
js/src/jit/arm64/MacroAssembler-arm64-inl.h | 12 +++++++
.../mips-shared/MacroAssembler-mips-shared-inl.h | 12 +++++++
js/src/jit/shared/LIR-shared.h | 16 +++++++++
js/src/jit/shared/LOpcodes-shared.h | 1 +
.../jit/x86-shared/MacroAssembler-x86-shared-inl.h | 12 +++++++
js/src/vm/Interpreter-inl.h | 11 ++++++
17 files changed, 226 insertions(+)
2016-08-19 17:07:47 +08:00
Heiher
f5130bf88d
Bug 1294606 - Part 1: Implement LIRGenerator::useByteOpRegisterAtStart. r=nbp
...
---
js/src/jit/arm/Lowering-arm.cpp | 6 ++++++
js/src/jit/arm/Lowering-arm.h | 1 +
js/src/jit/arm64/Lowering-arm64.cpp | 6 ++++++
js/src/jit/arm64/Lowering-arm64.h | 1 +
js/src/jit/mips-shared/Lowering-mips-shared.cpp | 6 ++++++
js/src/jit/mips-shared/Lowering-mips-shared.h | 1 +
js/src/jit/none/Lowering-none.h | 1 +
js/src/jit/x64/Lowering-x64.cpp | 6 ++++++
js/src/jit/x64/Lowering-x64.h | 1 +
js/src/jit/x86/Lowering-x86.cpp | 6 ++++++
js/src/jit/x86/Lowering-x86.h | 1 +
11 files changed, 36 insertions(+)
2016-08-19 17:07:39 +08:00
Wes Kocher
f433f0dd71
Merge fx-team to central, a=merge
2016-08-18 16:16:47 -07: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
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
Gregory Szorc
1794619188
Backed out changesets dcdb85fc5517, 702bca0deee2, 9cKX8gC1ATA (bug 1293739) for build bustage; a=bustage
...
The merge from inbound to central conflicted with the merge from
autoland to central, it appears. Per tree rules, the commit from the
autoland repo wins and the inbound commit gets backed out.
CLOSED TREE
--HG--
extra : amend_source : 927e1cdfa8e55ccbd873d404d905caf6871c8c4f
extra : histedit_source : 07095868c3f767258e1d7d2645193bf4811b13bb%2Ca49ae5a28bf6e67298b6208ee9254c25a2539712
2016-08-16 17:50:40 -07:00