Commit Graph

486847 Commits

Author SHA1 Message Date
Ms2ger
a7c2d8106c Bug 1293981 - Move --enable-gc-trace to moz.configure. r=chmanchester 2016-08-10 13:06:40 +02:00
Stone Shih
0d27a92ceb Bug 1285082 - Check map coordinates with small tolerance to prevent tolerance caused by scaling on Android. r=smaug 2016-08-08 16:43:33 +08:00
Honza Bambas
938cfdf0c1 Bug 1293327 - Take file protocol handler service directly in indexedDB. r=janv
--HG--
extra : amend_source : f705a56379b9d1f27bad063949deacb3f7b2c01b
2016-08-11 22:13:17 -04:00
Jinank Jain
e968660309 Bug 637400 - Check that the output of all JITFLAGS tests is the same. r=terrence 2016-08-11 14:59:06 -04:00
Glenn Randers-Pehrson
f072d9f55e Bug 1276127 - Add SSE support to in-tree libpng. r=jrmuizel 2016-08-11 09:50:00 -04:00
Kris Maglione
73fba51beb Bug 1280128: Follow-up: Remove unnecessary negative margin. r=me
MozReview-Commit-ID: JFrzo6EWbx

--HG--
extra : rebase_source : 1c9309c04e76a6e8e6e685a134ec17868cbc0475
2016-08-11 18:30:10 -07:00
Dragana Damjanovic
63d2bc4e3b Bug 1292181 - Let each dispatch event sends data to the socket. r=mcmanus yolo CLOSED TREE 2016-08-11 16:30:23 -07:00
Michael Layzell
05d228443c Bug 1294553 - Don't pretend that nsCocoaWindow is an interface in nsPIWidgetCocoa.idl, r=mstange
MozReview-Commit-ID: 4a6UTI4TxV9
2016-08-11 17:56:10 -04:00
Dão Gottwald
7cff244225 Bug 1022601 followup, fixing broken syntax 2016-08-11 23:04:00 +02:00
Boris Zbarsky
fe8d1921e1 Bug 921834. Add support for .dataset on SVGElement. r=bkelly 2016-08-11 16:56:34 -04:00
Sumit Tiwari sumi29@gmail.com
d3b6824d49 Bug 1290566 - RadixSort must not access buffer directly through properties; r=mrrrgn
--HG--
extra : rebase_source : 61a605a3a3002c6a4c8bb814aefbbab3860408df
extra : amend_source : 77f1eefdaa03439894fef15320bef119a73149b7
2016-08-10 22:38:50 -07:00
Geoff Brown
f37628877e Bug 1285020 - Request longer timeout for xpcshell test_URIs/test_URIs2; r=michal 2016-08-11 14:14:19 -06:00
Michael Layzell
b0e960faba Bug 1293001 - Part 4: Add test for xpidl parser modifications, r=froydnj
MozReview-Commit-ID: JTtcwlVH3HN
2016-08-11 15:49:42 -04:00
Michael Layzell
ee7579d8b5 Bug 1293001 - Part 3: Prevent virtual method overloading in xpidl with the parser, r=froydnj
MozReview-Commit-ID: 7nFq3wJtUoi
2016-08-11 15:49:41 -04:00
Michael Layzell
8e946df619 Bug 1293001 - Part 2: Change the BinaryName of nsIContentSecurityPolicy::getPolicy from GetPolicy (which overloaded another virtual method), to GetPolicyString, r=froydnj
MozReview-Commit-ID: 4XWRar3Uuw
2016-08-11 15:49:40 -04:00
Michael Layzell
aa89e8fd55 Bug 1293001 - Part 1: Change the BinaryName of nsIFrameLoaderOwner::frameLoader (which overloaded another virtual method) to FrameLoaderXPCOM, r=froydnj
MozReview-Commit-ID: Db3z2DP5qba
2016-08-11 15:49:39 -04:00
Bas Schouten
d6b8fc4152 Bug 943626 - Part 3: Implement GetGlyphMetrics API for ScaledFontBase with Cairo r=jrmuizel 2016-08-11 15:47:32 -04:00
Bas Schouten
e0031c0160 Bug 943626 - Part 2: Implement GetGlyphMetrics API for DirectWrite r=jrmuizel 2016-08-11 15:47:32 -04:00
Bas Schouten
3547be617f Bug 943626 - Part 1: Add GetGlyphDesign/RasterizationMetric API to Moz2D r=jrmuizel 2016-08-11 15:47:32 -04:00
Jim Chen
1241198df6 Bug 1263808 - Guard against premature LayerView destruction; r=rbarker
It's possible for LayerView to be destroyed before it's finished
initializing on the Gecko thread. In that case, we should not continue
with normal destruction of NPZC. Checking isGeckoReady() in
GeckoLayerClient accomplishes that. Also, guard against a case where
LayerView.onSizeChanged is called after LayerView destruction and
results in a NPE from mCompositor being null.
2016-08-11 15:16:22 -04:00
Jonathan Kew
c3be9496a6 Bug 1294448 followup - Cosmetic fixes to code style, no functional change. r=jrmuizel 2016-08-11 20:08:42 +01:00
Jonathan Kew
55b297ca39 Bug 1294448 - Fix handling of platform ID in gfxFontUtils::ReadNames, so that fallback to Windows-platform names on Mac works as intended. r=jrmuizel 2016-08-11 20:08:42 +01:00
Alexandre Lissy
54158acc9a Bug 1294463 - Followup 1292892, remove nsContentUtils::RootingCx() r=jandem
MozReview-Commit-ID: 8p8rDw8tG3l
2016-08-11 20:42:53 +02:00
Dão Gottwald
2dba4a33c9 Bug 1022573 - Make icons in the app menu work better with high-contrast settings. r=mconley 2016-08-11 20:22:08 +02:00
Dão Gottwald
992aafd140 Bug 1022601 - Fix up identity block styling for high contrast mode. r=felipe
--HG--
extra : rebase_source : d43ff15d005a7cbe4b79761decbab8567e30f054
2016-08-11 19:50:54 +02:00
Eitan Isaacson
a02f19f1b7 Bug 1255261 - Followup - fix eslint error. CLOSED TREE
MozReview-Commit-ID: 7h3yiKPW65R
2016-08-11 10:51:20 -07:00
Lee Salzman
6869b3965f Bug 1259384 - request longer timeout in browser_privacypane_4.js mochitest. r=ehsan
MozReview-Commit-ID: 7RBqq0XUbaR
2016-08-11 13:07:17 -04:00
cku
4162f0f8ff Bug 1293929 - Fix wrong link rel="match" in mask reftests. r=me
MozReview-Commit-ID: 6m9DPDZzvz7

--HG--
extra : source : d428f05ef1588effb8d9f9122e42dc7fc8e8f503
2016-08-12 00:49:30 +08:00
Byron Campen [:bwc]
fe142cf303 Bug 1280443: Copy this the hard way. r=drno
--HG--
extra : rebase_source : d3ad50a2fb57bdaab31e53188d918ed8d6d1daa7
2016-08-10 11:51:28 -05:00
Eitan Isaacson
5123fa44ad Bug 1255261 - Read current paragraph after pressing stop. r=jaws
We always had to make sure we were one paragraph back from where we wanted
to start. That seems broken. I made it so that we start from the current
paragraph.

MozReview-Commit-ID: 4HMTdXcF644
2016-08-11 09:46:55 -07:00
Geoff Brown
757d82e0ba Bug 1293952 - Update Android host utilities (Linux hosts); r=me 2016-08-11 10:17:20 -06:00
Wes Kocher
4dbee5a214 Backed out changeset 83860b1448ec (bug 637400) for frequent rootanalysis failures a=backout 2016-08-11 09:16:44 -07:00
Jon Coppeard
17304689a2 Bug 1291292 - Use dynamic chunk allocation for the nursery r=terrence 2016-08-11 17:14:56 +01:00
Jon Coppeard
7acfb399ba Bug 1291292 - Split out separate methods for allocating / recycling chunks r=terrence 2016-08-11 17:14:56 +01:00
Jon Coppeard
9e69a74446 Bug 1291292 - Refactoring to move ChunkTrailer out of ChunkInfo r=terrence 2016-08-11 17:14:56 +01:00
Jon Coppeard
31b63af33d Bug 1291292 - Use chunk location word for nursery test in JIT code r=jandem 2016-08-11 17:14:56 +01:00
Jon Coppeard
4d37e5f20d Bug 1291292 - Use an enum class for the chunk location values r=terrence 2016-08-11 17:14:56 +01:00
Dão Gottwald
7708926ca5 Bug 1294136 - Don't use !important for -moz-appearance on toolbarseparator and menuseparator. r=paolo 2016-08-11 17:53:33 +02:00
Dão Gottwald
46dfd3443b Bug 1293967 - Use --panel-separator-color instead of hsla(210,4%,10%,...) more consistently. r=jaws 2016-08-11 17:48:28 +02:00
Lee Salzman
1d7feaf99c Bug 1294455 - disable slow debug validation in Skia. r=mchang
MozReview-Commit-ID: 2vbnbuJARh3
2016-08-11 11:34:44 -04:00
Mason Chang
1dba66163c Bug 1293759. Memset RGBX surfaces with basic layers and a skia backend. r=lsalzman 2016-08-11 07:53:07 -07:00
Neil Deakin
5cb9bd82d8 Bug 52106, open menulist popup with selection over cursor, r=mstange 2016-08-11 10:37:25 -04:00
Neil Deakin
5a19f58959 Bug 1249177, close select popup when fullscreen is entered or exited, r=mconley 2016-08-11 10:37:00 -04:00
Neil Deakin
92a3bbb5e7 Bug 1246089, don't rollup a menulist popup when alt is pressed, r=tn 2016-08-11 10:36:20 -04:00
Jan de Mooij
b066365085 Bug 1292892 part 7 - Remove unnecessary JSContext arguments from IPC classes. r=bz 2016-08-11 14:39:23 +02:00
Jan de Mooij
5149714d22 Bug 1292892 part 6 - Remove nsContentUtils::RootingCx. r=bz 2016-08-11 14:39:23 +02:00
Jan de Mooij
c33bac8363 Bug 1292892 part 5 - Replace most nsContentUtils::RootingCx calls with dom::RootingCx. r=bz,terrence 2016-08-11 14:39:23 +02:00
Jan de Mooij
4ec9b6fc7e Bug 1292892 part 4 - Pass RootingContext to ModuleEntry. r=bz 2016-08-11 14:39:22 +02:00
Jan de Mooij
da9820d563 Bug 1292892 part 3 - Pass RootingContext to ScriptErrorEvent, DispatchScriptErrorEvent. r=bz 2016-08-11 14:39:22 +02:00
Jan de Mooij
5a6befce76 Bug 1292892 part 2 - Some RootingContext cleanup. r=bz,terrence 2016-08-11 14:39:22 +02:00