Commit Graph

211827 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
e9928211b7 Backed out changeset 2cfce41bed5c (bug 1085727) 2014-10-24 12:32:00 +02:00
Carsten "Tomcat" Book
c2383c7619 Backed out changeset 1bb832d0c539 (bug 1085727) 2014-10-24 12:31:51 +02:00
Peter Van der Beken
597796297b Bug 1018658 - Convert XPathNSResolver to WebIDL bindings, remove nsIDOMXPathNSResolver. r=bz.
--HG--
extra : rebase_source : ea2b29ebafb830717bedee2ce80f46c92b270804
2014-10-14 16:27:25 +02:00
Peter Van der Beken
1bf8bd1dbc Bug 1018658 - Convert XPathNSResolver to WebIDL bindings, remove nsIDOMXPathEvaluator::createNSResolver. r=bz.
--HG--
extra : rebase_source : efc7c5a5cc527b789e6c7d4460bbd388d9da77fe
2014-10-14 16:27:24 +02:00
Peter Van der Beken
256e41cce5 Bug 1018658 - Convert XPathNSResolver to WebIDL bindings, switch XPathNSResolver to WebIDL. r=bz.
--HG--
extra : rebase_source : 5edb613061b8d0dcb533ae6e1c3a5244e43dd545
2014-10-14 16:27:24 +02:00
Peter Van der Beken
fe568cf0a5 Bug 1018658 - Convert XPathNSResolver to WebIDL bindings, support passing a node to CreateExpression. r=bz.
--HG--
extra : rebase_source : 347e0145d5caf1cc525bfed70af2ad81a57b2a06
2013-09-02 18:01:55 +02:00
Jonathan Watt
7e863a5326 Bug 1088071, part 2 - Move the nsRenderingContext::DrawString code to nsLayoutUtils::DrawUniDirString. r=jfkthame 2014-10-24 11:00:23 +01:00
Jonathan Watt
80b2ebd57d Bug 1088071, part 1 - Wrap the callers of the final nsRenderingContext::DrawString method up in a new nsLayoutUtils::DrawUniDirString method. r=jfkthame 2014-10-24 11:00:23 +01:00
Jonathan Watt
7a555fcc3b Bug 1087982, part 3 - Get rid of the ASCII variants of nsRenderingContext::DrawString/GetWidth. r=jfkthame 2014-10-24 11:00:23 +01:00
Jonathan Watt
935bc9c0e7 Bug 1087982, part 2 - Get rid of the pass-char-by-value variant of nsRenderingContext::GetWidth. r=jfkthame 2014-10-24 11:00:22 +01:00
Jonathan Watt
0f90d9baa1 Bug 1087982, part 1 - Get rid of the useless null checks in nsRenderingContext::GetMaxChunkLength/GetWidth. r=jfkthame 2014-10-24 11:00:22 +01:00
Benjamin Bouvier
86ea81a4db Bug 997973: Call typed array and arraybuffer constructors with new in the tree; r=bz 2014-10-24 11:26:20 +02:00
Benjamin Bouvier
267f2ca5df Bug 997973: Call typed array constructors with new in jit-tests; r=jandem 2014-10-24 11:26:15 +02:00
Henrik Skupin
e5885c5aaf Bug 1088112 - [mozversion] Bump version to 1.0 and release to pypi. r=dhunt DONTBUILD
---
 testing/mozbase/mozversion/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
2014-10-24 11:19:14 +02:00
Jon Coppeard
fbac30fbbb Backed out changeset 305689497e3e (bug 650161) for causing LeakSanitizer failures 2014-10-24 10:02:17 +01:00
Julian Seward
e66c012e9f Bug 1074697 - nsDisplaymtdBorder::GetBounds does not set out parameter *aSnap. r=roc. 2014-10-24 10:59:46 +02:00
Dave Hunt
f3f67b9134 Bug 1087244 - [mozlog] Fix screenshot links in the HTML formatter. r=jgraham 2014-10-22 07:02:00 +02:00
Kearwood (Kip) Gilbert
796e48fc7b Bug 1086948 - Remove scroll-behavior: instant CSS value option. r=bz
- Removed "instant" CSS keyword and references used by scroll-behavior.
- Updated tests, removing scroll-behavior: instant test cases.
2014-10-22 11:37:00 +02:00
Jed Davis
19dbf6febc Bug 1081242 - Make ASAN's error reporting work while sandboxed on Linux. r=kang 2014-10-21 11:18:00 +02:00
Tim Chien
fba7eb64b2 Bug 1079455 - Drop edit action when focus message is not yet send. r=yxl 2014-10-23 20:22:00 +02:00
Douglas Crosher
e2e235994a Bug 1065339 - IonMonkey: remove unnecessary newlines in argument lists. r=sunfish 2014-10-24 15:03:00 +11:00
Jon Coppeard
3001b6023d Bug 1087361 - Ignore some test that time out when run with compacting GC zeal mode r=sfink 2014-10-24 08:50:42 +01:00
Jon Coppeard
bc03a3dc59 Bug 650161 - Only update arenas for thing kinds that may contain object pointers r=terrence 2014-10-24 08:49:33 +01:00
Jon Coppeard
d859cf4a21 Bug 650161 - Pick tail of arena list to relocate r=terrence 2014-10-24 08:49:33 +01:00
Jon Coppeard
77107cddf0 Bug 650161 - Root JSRuntimeWrapper::mGlobal r=sworkman 2014-10-24 08:49:33 +01:00
Jon Coppeard
c9cff70a03 Bug 650161 - Fix interaction between GC zeal and xdr/lazy.js jit test r=terrence 2014-10-24 08:49:32 +01:00
Jon Coppeard
b748430502 Bug 650161 - Fix build errors after incremental sweeping of typeobjects landed r=bhackett 2014-10-24 08:49:32 +01:00
Andrea Marchesini
7ac722eb45 Bug 1087619 - test_bug429785.xul QueryInterface typo, r=ehsan 2014-10-24 08:48:43 +01:00
Jonathan Watt
63bc84a956 Bug 1085533, part 2 - Port nsDisplayNotation::Paint to Moz2D. r=mattwoodrow 2014-10-24 08:26:28 +01:00
Jonathan Watt
ddd52b0424 Bug 1085533, part 1 - Add MakePathForRoundedRect and MakePathForEllipse helpers to Moz2D. r=mattwoodrow 2014-10-24 08:26:28 +01:00
Jonathan Watt
6f45713c8b Bug 1087685 - Port gfxQuartzNativeDrawing to Moz2D. r=mattwoodrow 2014-10-24 08:26:27 +01:00
Jonathan Watt
ff702d9198 Bug 1087930 - Remove the gfxPattern returning variant of nsCSSBorderRenderer::CreateCornerGradient. r=mstange 2014-10-24 08:26:27 +01:00
Jonathan Watt
b3ff826ef0 Bug 1087732 - Get rid of the gfxContext::GetCairo call in nsNativeThemeGTK::DrawWidgetBackground. r=mattwoodrow 2014-10-24 08:26:27 +01:00
Jonathan Watt
8622f2a289 Bug 1087568 - Port the code that uses gfxContext::PixelSnappedRectangleAndSetPattern to Moz2D. r=mattwoodrow 2014-10-24 08:26:27 +01:00
Julien Pagès
9e5994197d Bug 1065988 - [mozversion] If platform.ini for a local application is missing, an exception should be raised; r=dhunt 2014-10-24 09:02:29 +02:00
Henrik Skupin
066f50cd0c Bug 1088060 - [mozversion] Get all application and platform data. r=dhunt
---
 testing/mozbase/mozversion/mozversion/mozversion.py | 10 +++++-----
 testing/mozbase/mozversion/tests/test_binary.py     | 11 +++++++++--
 2 files changed, 14 insertions(+), 7 deletions(-)

--HG--
extra : rebase_source : 85ab0046a4aa8c96dc32e7ff24f7cfeeee2f034b
2014-10-23 17:46:23 +02:00
Carsten "Tomcat" Book
d6f20f3df0 Backed out changeset 508d70d46898 (bug 1087560) for B2G Desktop Linux x64 opt m-oop-1 test failures 2014-10-24 08:13:19 +02:00
Carsten "Tomcat" Book
84bd7fe0a2 Backed out changeset 8c366a73988c (bug 1087560) 2014-10-24 08:12:56 +02:00
Mike Hommey
204d00086b Bug 1084151 - Update sccache to 8ff474e. r=mshal 2014-10-24 13:08:17 +09:00
Mike Hommey
6812b8a7bf Bug 1084161 - Use PLDHashTableOps to allocate PLDHashTables. r=nfroyd 2014-10-24 13:08:02 +09:00
Mike Hommey
f892df624f Bug 1083686 - Tool to capture and reproduce Firefox's memory allocations. r=njn,r=mshal
--HG--
rename : mozglue/build/Makefile.in => mozglue/build/replace_malloc.mk
2014-10-24 13:08:01 +09:00
Mike Hommey
bfbc5ed6e3 Bug 1083686 part 0 - Don't set MOZ_MEMORY_API to static for OSX in replace_malloc.c. r=njn
It appears to be an unnecessary optimization, since the compiler is still inlining
the functions when they're not marked static. OTOH, following patches will require
the _impl functions not to be static.
2014-10-24 13:08:01 +09:00
Anthony Jones
e691046c81 Bug 1087492 - Fix build break with --disable-webrtc; r=edwin 2014-10-24 16:24:25 +13:00
Chris Double
51ee15ae4c Bug 1000686 - Enable Media Source Extensions on non-release builds - r=kentuckyfriedtakahe 2014-10-23 15:47:00 +13:00
Chris Pearce
e9c330bb73 Bug 1055395 - Don't load plugin library twice on Mac. r=smichaud 2014-10-24 15:19:16 +13:00
L. David Baron
e4caa06ca3 Bug 1088179 - Convert touch caret code to using :-moz-native-anonymous so that it doesn't expose styles for magic attribute names to content. r=birtles
I tested locally on a Flame that using this without the ua.css changes
breaks the touch caret (it doesn't appear), but with the ua.css changes
the touch caret appears again.

This was formerly bug 1082899 patch 6.

--HG--
extra : transplant_source : %CA%60%B7%10%AD%01%14%92%98%28o%AA%BF%5E%8F%7BV%AA%24%D5
2014-10-23 14:58:21 -04:00
Mason Chang
d643f8ee46 Bug 1048667. Small vsync framework. r=roc 2014-10-23 18:50:31 -07:00
Wes Kocher
05910157f0 Merge m-c to inbound a=merge 2014-10-23 18:09:47 -07:00
Wes Kocher
816e502a73 Merge b2g to m-c a=merge 2014-10-23 18:01:57 -07:00
Wes Kocher
9fd540b5e1 Merge inbound to m-c a=merge 2014-10-23 17:37:23 -07:00