Francesco Lodolo [:flod]
1efcb7eeeb
Bug 868452 - Fix entity name (&brandShortName;) and string consistency in gclicommands.properties r=dcamp
2013-05-09 18:58:45 +02:00
Dan Gohman
6851254335
Bug 869525 - Use xor+setCC instead of setCC+movzbl when convenient. r=nbp
2013-05-09 09:52:54 -07:00
Ed Morley
8a04bf8e38
Backed out changeset a23a23055e13 (bug 863498) for compilation failures on a CLOSED TREE
2013-05-09 17:31:59 +01:00
Nicholas D. Matsakis
e61ede7e17
Bug 862922 - Track causes and locations of parallel bailouts and issue a somewhat obscure warning r=jandem
2013-05-09 12:20:55 -04:00
Bobby Holley
7a055e0974
Bug 857356 - Make reftests/crashtest run without XBL scopes. r=bz
...
I talked about this with bz. The issue is that we have a lot of XUL reftests
that end up getting run as remote XUL given that the reftest harness loads
them with file:// URIs. But realistically most of them probably want to test
the fully-featured XBL environment that we provide to frontend and extensions.
So the compromise here is to do XBL scopes for content, and no XBL scopes
for reftests/crashtests.
2013-05-09 09:16:02 -07:00
Bobby Holley
417547f4ee
Bug 857356 - Remove asserting crashtest. r=bz
...
This crashtest fails because it's running in the remote XUL configuration, in
which we don't have SOWs. In that case, it's no longer interesting to make
the browser assert. ;-)
2013-05-09 09:16:02 -07:00
Bobby Holley
c72a658997
Bug 857356 - Convert field-y XBL tests to run with dom.use_xbl_scopes_for_remote_xul=false. r=bz
...
There are a couple of tests here that do funny things with fields. Our basic
position here is that fields have no place for in-content XBL bindings, but
there's still value in testing this stuff given our heavy usage of XBL in
chrome code. They really should be converted to chrome tests, but I was having
trouble doing that, so I decided to convert them to run without XBL scopes, like
we do for remote XUL.
As a nice side effect, this gives us a tiny bit more test coverage for the
remote XUL configuration.
--HG--
rename : content/xbl/test/test_bug372769.xhtml => content/xbl/test/file_bug372769.xhtml
rename : content/xbl/test/test_bug397934.xhtml => content/xbl/test/file_bug397934.xhtml
2013-05-09 09:16:02 -07:00
Bobby Holley
5d7e378cff
Bug 857356 - Fix in-content XBL tests. r=bz
2013-05-09 09:16:02 -07:00
Bobby Holley
2dcffbdb3d
Bug 857356 - Remove XBL field auto-waiving. r=bz
2013-05-09 09:16:01 -07:00
Jeff Muizelaar
3709c7cd90
Bug 863498. Get the SurfaceTexture transform every draw. r=nical
...
ShadowImageLayerOGL::RenderLayer used to call gl()->GetSharedHandleDetails()
directly and uses that result.
This makes us do something similar. As a concequence we also drop the
mTextureTransform member because we are not caching it anymore.
I do wonder if it would make more sense for the content thread to send
the transform along with the update to make sure that it always matches.
This would also make it so that we have no chance of causing a GC
in the compositor to get the transform by calling through java.
2013-05-08 18:04:59 -04:00
Jim Mathies
8475194898
Bug 830347 - Fixup Windows omtc code so that it builds builds with the 601 sdk. r=bas
2013-05-09 10:32:50 -05:00
Jim Mathies
46cff09577
Bug 869936 - Add GetPreferredCompositorBackend to MetroWidget. r=bbondy
2013-05-08 09:57:29 -05:00
Jacek Caban
d0b651581b
Bug 830347 - Fixed TextureD3D11.h compilation on GCC.
2013-05-08 13:48:56 +02:00
Bas Schouten
e758a47254
Bug 830347 - Part 3: Integrate new D3D compositor into widget. r=jmathies
2013-05-03 19:34:33 +02:00
Bas Schouten
50da3357c5
Bug 830347 - Part 2: Add the code for CompositorD3D11. r=jrmuizel
2013-05-03 19:34:29 +02:00
Bas Schouten
1ed8695dc3
Bug 830347 - Part 1: Initialize D3D11 device when needed. r=jrmuizel
2013-05-01 16:27:09 +02:00
James Hugman
f852f7f567
Bug 856131 - Regression: No Android home-screen shortcut created on app install. r=fabrice
2013-05-09 08:20:37 -07:00
Kannan Vijayan
dd012231fb
Bug 870064 - Fix build warnings. r=dholbert
2013-05-09 11:02:59 -04:00
Ryan VanderMeulen
28cff8923c
Bug 825739 - Disable test on Windows due to frequent intermittent failures.
2013-05-09 11:02:28 -04:00
Nathan Froyd
dbba9baf39
Bug 858131 - rewrite FloatingPoint.h to be C++-only instead of C-compatible C++; r+original-author=Waldo
2013-05-01 16:55:13 -04:00
Jared Wein
6461c5ee08
Bug 869919 - Find bar should hide on disablefastfind pages. r=dao
...
--HG--
extra : rebase_source : 851224b741bef5b8020d91eb93b8d22ccff47db2
2013-05-09 10:19:02 -04:00
Nicholas D. Matsakis
36df22ee4c
Bug 854400 - Rebase Shu's patch, and combine inlined code with jsop_setelem_dense r=jandem
2013-05-07 17:37:42 -04:00
Nicholas D. Matsakis
acfd12a00f
Bug 854400 - Convert typed array store code to reuse jsop_setelem_typed r=bhackett
2013-05-08 11:02:45 -04:00
Nicholas D. Matsakis
449d14d467
Bug 854400 - Disable double conversion in parallel mode r=bhackett
2013-05-08 14:08:38 -04:00
Margaret Leibovic
8c1bb56857
Bug 869634 - Update default favicon style. r=bnicholson
2013-05-09 09:51:53 -04:00
Joe Drew
624d5c84bc
Bug 868871 - Don't do any invalidation from under RasterImage::GetImageContainer(), which is called while painting. r=seth
2013-05-09 09:36:57 -04:00
Josh Matthews
dd623dadfe
Bug 597064 - Add timeout logic to xpcshell test runner. r=ted
2012-12-20 03:43:19 -05:00
Ehsan Akhgari
3050474ec2
Bug 870167 - Create a mini test framework for Web Audio; r=roc
...
--HG--
rename : content/media/webaudio/test/test_audioBufferSourceNodeLoop.html => content/media/webaudio/test/test_audioBufferSourceNodeEnded.html
extra : rebase_source : 787d1d19b6463906ff9db8cbfb5e61d76a2ab667
2013-05-09 08:45:35 -04:00
Andrew McCreight
53fa07389c
Bug 851178 - Add support for JS-implemented WebIDL constructors with arguments. r=bz
2013-05-02 18:00:50 -07:00
Adrian Tamas
905af9e82b
Bug 869277 - Intermittent testAddSearchEngine | The number of search results has increased - got 5, expected 10. r=jmaher
2013-05-08 15:21:47 +03:00
Ryan VanderMeulen
f22d9d7c69
Backed out changeset bf0dfd39ebac (bug 862314) for intermittent mochitest b-c failures.
2013-05-09 08:07:06 -04:00
Jan de Mooij
1e74e591c9
Bug 868990 part 2 - Remove ScriptFrameIter and rename StackIter to ScriptFrameIter. r=luke
...
--HG--
extra : rebase_source : b344fae9d8f62e045bac61a4481cf80c32bd38d1
2013-05-09 13:31:03 +02:00
Jonathan Kew
80d04656e2
bug 860578 - fix missing favicons in Panorama view. r=dao
2013-05-09 11:58:09 +01:00
Jonathan Kew
cc9d420fe9
bug 857061 - scale Windows taskbar preview properly for hi-dpi configuration. r=jimm
2013-04-09 17:01:13 +01:00
Khaled Hosny
eafd166da1
bug 869907, fix comments of several plural forms strings, r=Unfocused
2013-05-09 12:45:39 +02:00
Jon Coppeard
5640cfdc91
Bug 868040 - GC: Fix some rooting hazards in content/base r=bz
2013-05-09 10:44:19 +01:00
Jon Coppeard
19c0a804ad
Bug 869526 - GC: Fix more rooting hazards in xpconnect r=bholley
2013-05-09 10:39:21 +01:00
David Zbarsky
3c839fc3b2
Bug 868312: Root dom/workers r=bz
2013-05-09 03:27:40 -04:00
Daniel Holbert
211c5db345
Bug 722888: Add reftest for this bug (which became fixed by DLBI). [test-only change]
2013-05-08 23:53:55 -07:00
Jan de Mooij
b76387ca02
Bug 868990 - rm CallArgsList, StackIter cleanup. r=luke
2013-05-07 09:00:24 +02:00
Randell Jesup
2f5eb2c983
Bug 870002: enable MediaStreamGraph logging to try to hunt down bug 870002 r=philor
2013-05-09 02:05:06 -04:00
Randell Jesup
bc8d616d6a
Bug 870002: move data-processing debugs in MSG to level 5 to allow granular logging r=roc
2013-05-09 02:05:03 -04:00
Wes Johnston
6b1208df95
Bug 798358 - Use learnmore link for addons on about:home. r=mfinkle
2013-01-10 11:00:59 -08:00
Ryan VanderMeulen
a1b282a2d4
Merge m-c to inbound.
2013-05-09 00:20:17 -04:00
Ryan VanderMeulen
f41c6d7ce9
Merge inbound to m-c.
2013-05-09 00:17:46 -04:00
Ryan VanderMeulen
ad620f1313
Merge birch to m-c.
2013-05-09 00:17:02 -04:00
Chen Dai
07e8fb51af
Bug 866487 - MOZ_UPDATER always set to true in AppConstants.java. r=snorp
2013-05-08 23:41:48 -04:00
Nick Hurley
81dddf8778
bug 870168 - make mach handle multiple logged-in users properly r=gps DONTBUILD (NPOTB)
2013-05-08 18:06:17 -07:00
Gregory Szorc
2afb3f3369
Bug 856392 - Categorize mach commands; r=jhammel
...
DONTBUILD (NPOTB)
2013-05-08 17:56:30 -07:00
Ehsan Akhgari
76dfe7f217
Backed out changeset 694322457a64 (bug 860867) because the clang bug which required this workaround has been fixed
2013-05-08 20:26:00 -04:00