Nicholas D. Matsakis
0062e54f46
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
b78b066ca2
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
192d3e8924
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
76d7cbe7e6
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
23a6a80c76
Bug 857356 - Fix in-content XBL tests. r=bz
2013-05-09 09:16:02 -07:00
Bobby Holley
cc5157a913
Bug 857356 - Remove XBL field auto-waiving. r=bz
2013-05-09 09:16:01 -07:00
Jeff Muizelaar
9784131430
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
a8b390f9d9
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
a06e5601e1
Bug 869936 - Add GetPreferredCompositorBackend to MetroWidget. r=bbondy
2013-05-08 09:57:29 -05:00
Jacek Caban
ae698a2c3f
Bug 830347 - Fixed TextureD3D11.h compilation on GCC.
2013-05-08 13:48:56 +02:00
Bas Schouten
d07d0900a7
Bug 830347 - Part 3: Integrate new D3D compositor into widget. r=jmathies
2013-05-03 19:34:33 +02:00
Bas Schouten
a999d47355
Bug 830347 - Part 2: Add the code for CompositorD3D11. r=jrmuizel
2013-05-03 19:34:29 +02:00
Bas Schouten
84a5565695
Bug 830347 - Part 1: Initialize D3D11 device when needed. r=jrmuizel
2013-05-01 16:27:09 +02:00
James Hugman
ce3b6d686e
Bug 856131 - Regression: No Android home-screen shortcut created on app install. r=fabrice
2013-05-09 08:20:37 -07:00
Kannan Vijayan
9ff64bd03f
Bug 870064 - Fix build warnings. r=dholbert
2013-05-09 11:02:59 -04:00
Ryan VanderMeulen
16b0725d8f
Bug 825739 - Disable test on Windows due to frequent intermittent failures.
2013-05-09 11:02:28 -04:00
Nathan Froyd
7ceff1cbc9
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
7fb8c13bbe
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
629729fa0e
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
8a89ae7a9a
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
e1e8bb8be5
Bug 854400 - Disable double conversion in parallel mode r=bhackett
2013-05-08 14:08:38 -04:00
Margaret Leibovic
f70fac5938
Bug 869634 - Update default favicon style. r=bnicholson
2013-05-09 09:51:53 -04:00
Joe Drew
8ddd13e205
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
41a6f98b20
Bug 597064 - Add timeout logic to xpcshell test runner. r=ted
2012-12-20 03:43:19 -05:00
Ehsan Akhgari
3a03d6982c
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
f9834a5efc
Bug 851178 - Add support for JS-implemented WebIDL constructors with arguments. r=bz
2013-05-02 18:00:50 -07:00
Adrian Tamas
953592544f
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
2fe3f54246
Backed out changeset bf0dfd39ebac (bug 862314) for intermittent mochitest b-c failures.
2013-05-09 08:07:06 -04:00
Jan de Mooij
d26cadac5c
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
385ac70063
bug 860578 - fix missing favicons in Panorama view. r=dao
2013-05-09 11:58:09 +01:00
Jonathan Kew
d168a23744
bug 857061 - scale Windows taskbar preview properly for hi-dpi configuration. r=jimm
2013-04-09 17:01:13 +01:00
Khaled Hosny
5db2fa0640
bug 869907, fix comments of several plural forms strings, r=Unfocused
2013-05-09 12:45:39 +02:00
Jon Coppeard
3a0559fd18
Bug 868040 - GC: Fix some rooting hazards in content/base r=bz
2013-05-09 10:44:19 +01:00
Jon Coppeard
068a876f84
Bug 869526 - GC: Fix more rooting hazards in xpconnect r=bholley
2013-05-09 10:39:21 +01:00
David Zbarsky
b287cc2cb5
Bug 868312: Root dom/workers r=bz
2013-05-09 03:27:40 -04:00
Daniel Holbert
be54405d3b
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
9379257a6f
Bug 868990 - rm CallArgsList, StackIter cleanup. r=luke
2013-05-07 09:00:24 +02:00
Randell Jesup
70569bdd14
Bug 870002: enable MediaStreamGraph logging to try to hunt down bug 870002 r=philor
2013-05-09 02:05:06 -04:00
Randell Jesup
a79c431418
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
da49c835e9
Bug 798358 - Use learnmore link for addons on about:home. r=mfinkle
2013-01-10 11:00:59 -08:00
Ryan VanderMeulen
a0ece68634
Merge m-c to inbound.
2013-05-09 00:20:17 -04:00
Ryan VanderMeulen
831aab16b1
Merge inbound to m-c.
2013-05-09 00:17:46 -04:00
Ryan VanderMeulen
9f1e57c01e
Merge birch to m-c.
2013-05-09 00:17:02 -04:00
Chen Dai
d8ce88ce61
Bug 866487 - MOZ_UPDATER always set to true in AppConstants.java. r=snorp
2013-05-08 23:41:48 -04:00
Nick Hurley
b4df2f2093
bug 870168 - make mach handle multiple logged-in users properly r=gps DONTBUILD (NPOTB)
2013-05-08 18:06:17 -07:00
Gregory Szorc
298c09657e
Bug 856392 - Categorize mach commands; r=jhammel
...
DONTBUILD (NPOTB)
2013-05-08 17:56:30 -07:00
Ehsan Akhgari
33ac92edbf
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
Ehsan Akhgari
8d14481739
Bug 869784 - Fix rooting hazards in the profiler; r=BenWa,till
...
X-Git-Commit-ID: da732de921f64d9bd6ea028ed384d2d5c80de66f
X-Mailer: git-send-email
2013-05-08 20:21:37 -04:00
Christian Sonne
66a299bc03
Bug 870112 - Migrate plugins.hide_infobar_for_missing_plugin to plugins.notifyMissingFlash r=dolske
2013-05-08 17:20:20 -07:00
Gregory Szorc
579e450774
Bug 869266 - Reduce number of SQL statements to record crashes; r=rnewman
2013-05-08 17:02:06 -07:00