Lars T Hansen
b5286dc77d
Bug 1154714 - don't check inline return type for Atomics.store. r=bbouvier
2015-04-20 18:21:05 +02:00
Lars T Hansen
e6215a47e5
Bug 1154705 - clone test functions to trigger inlining. r=jandem
2015-04-20 18:21:03 +02:00
Jacek Caban
d3b29e6cc5
Bug 1155624 - Use std::max instead of max macro in cubeb_wasapi.cpp. r=kinetik
2015-04-20 18:18:56 +02:00
Andreas Tolfsen
92c53b47b9
Bug 1155260: Fix base URL override in Marionette runner
...
Fixes regression from bug 941085, and bumps marionette_client to 0.11.
r=davehunt
--HG--
extra : rebase_source : a38ef00252e3ef08d5b9422946779e182a69a2ac
2015-04-20 11:22:00 +01:00
Ryan VanderMeulen
592eb8e32d
Backed out changesets f06080c6097f and 03ce639c4f13 (bug 1155939) for frequent Linux GMP gtest deadlocks.
...
--HG--
extra : rebase_source : ab588d9806e0c515943ebc0a387a58dce0c28a28
2015-04-20 11:39:36 -04:00
Mason Chang
30c8ca5402
Bug 1073209
- Eliminate usage of CreateSamplingRestrictedDrawable on OS X. r=jrmuizel
2015-04-20 08:38:43 -07:00
David Anderson
e6b4160be1
Fix a potential null-deref in TabChild::HandlePossibleViewportChange. (bug 1156156, r=kats)
...
--HG--
extra : rebase_source : 8dd897458121121c77442901fb728a53fc912ef8
2015-04-20 11:16:55 -04:00
Timothy Nikkel
c2c72dfc25
Bug 1063369. When we clone an imgRequestProxy and it currently has an imgCacheValidator checking if the request is still valid over the network make sure to add the new proxy to the validator so that the validator can update the proxy to point to a new request if it finds the old request to be stale. r=seth
...
Since the CSS image loader (for example background images) always uses a cloned request for painting the image this results in stale images being shown.
This patch is almost the same as the patch Boris Zbarsky posted to bug 432391 in 2011, but I didn't notice that patch until too late. There is one siginificant difference though. We call AddProxy and SetNotificationsDeferred before calling SyncNotifyListener in this patch. Calling them after leads to orange on try server.
2015-04-10 01:15:39 -05:00
Timothy Nikkel
8b3d6a3dc6
Bug 1155940. Make browser_354894_perwindowpb.js wait for load and SSTabRestored after doing undoCloseTab. r=ttaubert
2015-04-20 10:05:46 -05:00
Paul Adenot
ad1eda7b77
Bug 979705 - Fix typo.
2015-04-20 17:05:26 +02:00
Paul17041993
313bf7beae
Bug 979705 - Re-write the upmixing functions in the WASAPI cubeb backend to fix mono audio and surround compatibility. r=padenot
...
--HG--
extra : source : c511ccad7676e90b0f06cb1d2ee0a7b82eb6d51e
2015-04-20 15:58:27 +02:00
Ryan VanderMeulen
4a9f125b74
Bug 1155252 - Re-disable 789933-1.html which was accidentally re-enabled.
...
CLOSED TREE
2015-04-20 10:51:05 -04:00
Carsten "Tomcat" Book
f857c3a490
Backed out changeset c511ccad7676 (bug 979705) for bustage on a CLOSED TREE
2015-04-20 16:44:41 +02:00
Luke Wagner
9ea93715d5
Bug 1152280 - OdinMonkey: tighten changeHeap mask validation (r=bbouvier)
2015-04-20 09:14:08 -05:00
Paul17041993
ad02172e18
Bug 979705 - Re-write the upmixing functions in the WASAPI cubeb backend to fix mono audio and surround compatibility. r=padenot
2015-04-20 15:58:27 +02:00
Nicolas Silva
c76f9a219d
Bug 1155252 - Don't allocate X11TextureClients bigger than xlib's maximum surface size. r=jrmuizel
2015-04-20 15:53:42 +02:00
Carsten "Tomcat" Book
7b850aae63
Backed out changeset 0b28f5ff48a6 (bug 1153832) for suspicion of making dt Asan test fail frequent/permanently
...
--HG--
extra : rebase_source : ccb49ee30e924bd7e30d997cd4204a1c8da8bdc4
2015-04-20 14:37:12 +02:00
Carsten "Tomcat" Book
e132e2f5f8
Backed out changeset 330f6df11b2f (bug 1154691)
...
--HG--
extra : rebase_source : 159f38e7ad75e958349fcb7a0260e30d3ccb920f
2015-04-20 14:36:17 +02:00
Ehsan Akhgari
2a677b9b4c
Bug 1156102 - Mark nsGlobalWindowObserver::mWindow as MOZ_NON_OWNING_REF; r=baku
2015-04-20 08:35:39 -04:00
Ehsan Akhgari
ffa720a08a
Bug 1156101 - Mark nsGlobalWindow::mObserver as an nsRefPtr; r=baku
2015-04-20 08:35:38 -04:00
Ehsan Akhgari
cbae9a2bae
Bug 1156100 - Mark XULDocument::CachedChromeStreamListener::mDocument as an nsRefPtr; r=baku
2015-04-20 08:35:37 -04:00
Ehsan Akhgari
2616c54a39
Bug 1156099 - Mark the atom members of NodeInfo as nsCOMPtr's; r=baku
...
Turns out I was wrong, and they are really owning references.
2015-04-20 08:35:36 -04:00
Ehsan Akhgari
aa02c53f71
Bug 1156096 - Mark PathPointParams::mPath as MOZ_OWNING_REF; r=baku
2015-04-20 08:35:35 -04:00
Andreas Tolfsen
17c3962134
Bug 1154691: Align Marionette with WebDriver errors
...
Adds `invalid selector' and `invalid session id' errors to the server,
and aligns the exceptions in the Python client with those in the server.
Some of the exceptions are not in use yet and consequently do not carry
a `code` property. This is fine because it makes us future-proof when
the server starts using them.
r=dburns
--HG--
extra : source : cc8eb386f147893aaf867797eb9f3c6d8fd0925a
2015-04-15 13:38:01 +01:00
Ehsan Akhgari
01599695e2
Bug 1156032 - Add some missing error handling in HashStore; r=gcp
2015-04-20 08:30:02 -04:00
Ehsan Akhgari
4ebeb72f7b
Bug 1155178 - Part 2: Rename GMPUnique to GMPUniquePtr; r=cpearce
2015-04-20 08:29:51 -04:00
Ehsan Akhgari
623b3ca075
Bug 1155178 - Part 1: Convert GMPUnique into a template alias; r=cpearce
2015-04-20 08:28:44 -04:00
James Graham
c8536200a3
Bug 1154691 - Update wptrunner to remove old exception type, a=testonly
2015-04-20 12:40:16 +01:00
Jonathan Kew
a2bf75b377
Bug 1155863 - Temporarily disable tests that involve table elements within vertical writing mode (not yet supported). r=heycam
2015-04-20 09:36:57 +01:00
Chris Pearce
e0d0ef21b5
Bug 1156131 - Expand list of WMF DLLs that are whitelisted for use by EME plugins. r=bobowen
2015-04-20 20:10:40 +12:00
Chris Pearce
fa0f746b0c
Bug 1156131 - Use correct DLL on WinVista, 7, and 8 for WMF decoding in gmp-clearkey. r=edwin
2015-04-20 20:07:24 +12:00
Chris Pearce
0eafa8396e
Bug 1155432 - Don't flush WMF PDM task queues. r=jya
2015-04-20 20:03:41 +12:00
Julian Seward
cea2379e64
Bug 1153173 - Uninitialised value use in AutoJSExceptionReporter::~AutoJSExceptionReporter. r=aklotz.
2015-04-20 10:02:27 +02:00
Tooru Fujisawa
42b7bb3cf1
Bug 1155081 - Part 13: Remove ThrowError intrinsic. r=till
2015-04-20 13:58:17 +09:00
Tooru Fujisawa
4805cc2cfd
Bug 1155081 - Part 12: Replace ThrowError(JSMSG_TYPEDOBJECT_ARRAYTYPE_BAD_ARGS) with ThrowTypeError(JSMSG_TYPEDOBJECT_BAD_ARGS) in TypedObject.js. r=till
2015-04-20 13:58:17 +09:00
Tooru Fujisawa
17bf2e6e97
Bug 1155081 - Part 11: Replace ThrowError with ThrowTypeError in Utilities.js. r=till
2015-04-20 13:58:17 +09:00
Tooru Fujisawa
17dd56e97e
Bug 1155081 - Part 10: Replace ThrowError for TypeError with ThrowTypeError in TypedObject.js. r=till
2015-04-20 13:58:17 +09:00
Tooru Fujisawa
1fab22a4d5
Bug 1155081 - Part 9: Replace ThrowError with ThrowTypeError in TypedArray.js. r=till
2015-04-20 13:58:17 +09:00
Tooru Fujisawa
a481482c10
Bug 1155081 - Part 8: Replace ThrowError with ThrowTypeError/ThrowRangeError in String.js. r=till
2015-04-20 13:58:17 +09:00
Tooru Fujisawa
6ddc8b1a6d
Bug 1155081 - Part 7: Replace ThrowError with ThrowTypeError in RegExp.js. r=till
2015-04-20 13:58:17 +09:00
Tooru Fujisawa
836f41fa7e
Bug 1155081 - Part 6: Replace ThrowError with ThrowTypeError in Object.js. r=till
2015-04-20 13:58:16 +09:00
Tooru Fujisawa
f0e8daf591
Bug 1155081 - Part 5: Replace ThrowError with ThrowTypeError in Map.js/Set.js/WeakSet.js. r=till
2015-04-20 13:58:16 +09:00
Tooru Fujisawa
a6dafbec45
Bug 1155081 - Part 4: Replace ThrowError with ThrowTypeError/ThrowRangeError in Intl.js. r=till
2015-04-20 13:58:16 +09:00
Tooru Fujisawa
4fd6bd1f84
Bug 1155081 - Part 3: Replace ThrowError with ThrowTypeError in Generator.js. r=till
2015-04-20 13:58:16 +09:00
Tooru Fujisawa
d2fbdf84d2
Bug 1155081 - Part 2: Replace ThrowError with ThrowTypeError in Error.js. r=till
2015-04-20 13:58:16 +09:00
Tooru Fujisawa
120c6c2c2d
Bug 1155081 - Part 1: Replace ThrowError with ThrowTypeError in Array.js. r=till
2015-04-20 13:58:16 +09:00
Dan Glastonbury
a4450450e6
Bug 1147752 - Keep typedefs consistent. r=jgilbert
2015-04-20 16:51:28 +10:00
Chris Peterson
49d205d7b2
Bug 1152661 - Fix -Wuninitialized warnings about Operand member variables. r=jandem
2015-04-11 23:03:26 -07:00
Xidorn Quan
d7cdaaccb9
Bug 1149009 followup - Disable css-ruby/line-break-suppression-4.html on B2G.
2015-04-20 17:46:57 +12:00
Phil Ringnalda
e6cf21241e
Backed out changeset 01abd1d12b2c (bug 1155432) for Windows build bustage
...
CLOSED TREE
2015-04-19 22:42:22 -07:00