Carsten "Tomcat" Book
2645f2042d
Backed out changeset 2cfce41bed5c (bug 1085727)
2014-10-24 12:32:00 +02:00
Carsten "Tomcat" Book
f98aae3139
Backed out changeset 1bb832d0c539 (bug 1085727)
2014-10-24 12:31:51 +02:00
Peter Van der Beken
1dfb12501b
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
dbe4555527
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
643250e37e
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
269a880293
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
2994c1b237
Bug 1088071, part 2 - Move the nsRenderingContext::DrawString code to nsLayoutUtils::DrawUniDirString. r=jfkthame
2014-10-24 11:00:23 +01:00
Jonathan Watt
0e920978be
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
11ce2774d2
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
21b1d08170
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
ca982b3f1b
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
a68d2993a2
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
9a9595fa64
Bug 997973: Call typed array constructors with new in jit-tests; r=jandem
2014-10-24 11:26:15 +02:00
Henrik Skupin
eb5ff20f60
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
366607fab5
Backed out changeset 305689497e3e (bug 650161) for causing LeakSanitizer failures
2014-10-24 10:02:17 +01:00
Julian Seward
9d875a0ea9
Bug 1074697 - nsDisplaymtdBorder::GetBounds does not set out parameter *aSnap. r=roc.
2014-10-24 10:59:46 +02:00
Dave Hunt
4baf8b2325
Bug 1087244 - [mozlog] Fix screenshot links in the HTML formatter. r=jgraham
2014-10-22 07:02:00 +02:00
Kearwood (Kip) Gilbert
bf999c9733
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
5ec3c350dd
Bug 1081242 - Make ASAN's error reporting work while sandboxed on Linux. r=kang
2014-10-21 11:18:00 +02:00
Tim Chien
e3277f83ab
Bug 1079455 - Drop edit action when focus message is not yet send. r=yxl
2014-10-23 20:22:00 +02:00
Douglas Crosher
eef2f3d704
Bug 1065339 - IonMonkey: remove unnecessary newlines in argument lists. r=sunfish
2014-10-24 15:03:00 +11:00
Jon Coppeard
259ff35eb9
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
3e158960ea
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
4a87d10209
Bug 650161 - Pick tail of arena list to relocate r=terrence
2014-10-24 08:49:33 +01:00
Jon Coppeard
e108070448
Bug 650161 - Root JSRuntimeWrapper::mGlobal r=sworkman
2014-10-24 08:49:33 +01:00
Jon Coppeard
fe87a65f1b
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
1dc7908648
Bug 650161 - Fix build errors after incremental sweeping of typeobjects landed r=bhackett
2014-10-24 08:49:32 +01:00
Andrea Marchesini
5d4b1ced61
Bug 1087619 - test_bug429785.xul QueryInterface typo, r=ehsan
2014-10-24 08:48:43 +01:00
Jonathan Watt
a0199e0c6c
Bug 1085533, part 2 - Port nsDisplayNotation::Paint to Moz2D. r=mattwoodrow
2014-10-24 08:26:28 +01:00
Jonathan Watt
47ba8656ce
Bug 1085533, part 1 - Add MakePathForRoundedRect and MakePathForEllipse helpers to Moz2D. r=mattwoodrow
2014-10-24 08:26:28 +01:00
Jonathan Watt
254741c6df
Bug 1087685 - Port gfxQuartzNativeDrawing to Moz2D. r=mattwoodrow
2014-10-24 08:26:27 +01:00
Jonathan Watt
e341351e69
Bug 1087930 - Remove the gfxPattern returning variant of nsCSSBorderRenderer::CreateCornerGradient. r=mstange
2014-10-24 08:26:27 +01:00
Jonathan Watt
ec0e4590cc
Bug 1087732 - Get rid of the gfxContext::GetCairo call in nsNativeThemeGTK::DrawWidgetBackground. r=mattwoodrow
2014-10-24 08:26:27 +01:00
Jonathan Watt
9d631cb88b
Bug 1087568 - Port the code that uses gfxContext::PixelSnappedRectangleAndSetPattern to Moz2D. r=mattwoodrow
2014-10-24 08:26:27 +01:00
Julien Pagès
0494103ad0
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
09c5ca365a
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
b4fccb3a7a
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
c972c5d713
Backed out changeset 8c366a73988c (bug 1087560)
2014-10-24 08:12:56 +02:00
Mike Hommey
549e21fad7
Bug 1084151 - Update sccache to 8ff474e. r=mshal
2014-10-24 13:08:17 +09:00
Mike Hommey
c6e3b7bbab
Bug 1084161 - Use PLDHashTableOps to allocate PLDHashTables. r=nfroyd
2014-10-24 13:08:02 +09:00
Mike Hommey
e25908f6c5
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
746f48e4a4
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
47ec70908d
Bug 1087492 - Fix build break with --disable-webrtc; r=edwin
2014-10-24 16:24:25 +13:00
Chris Double
9a70e069ef
Bug 1000686 - Enable Media Source Extensions on non-release builds - r=kentuckyfriedtakahe
2014-10-23 15:47:00 +13:00
Chris Pearce
b64d2f865c
Bug 1055395 - Don't load plugin library twice on Mac. r=smichaud
2014-10-24 15:19:16 +13:00
L. David Baron
977efff305
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
4a7e5a8c86
Bug 1048667. Small vsync framework. r=roc
2014-10-23 18:50:31 -07:00
Wes Kocher
a689009ad0
Merge m-c to inbound a=merge
2014-10-23 18:09:47 -07:00
Wes Kocher
0e0825bc87
Merge b2g to m-c a=merge
2014-10-23 18:01:57 -07:00
Wes Kocher
17870433e9
Merge inbound to m-c a=merge
2014-10-23 17:37:23 -07:00