Benoit Jacob
809ef59398
Bug 774388 - Patch 13: Temporarily addref to prevent destruction during handling of sync Stop message, to avoid triggering the 'mismatched CxxStackFrames' assertion of MessageChannel - r=nical
2014-07-04 14:04:12 -04:00
Benoit Jacob
c741cc162f
Bug 774388 - Patch 12: make ImageBridgeParent 's refcounting implementation automatically defer destruction to the main thread - r=nical
2014-07-04 14:04:12 -04:00
Benoit Jacob
1867da80fd
Bug 774388 - Patch 11: Use a plain RunnableFunction to release the ImageBridgeParent singleton - r=mattwoodrow
2014-07-04 14:04:12 -04:00
Benoit Jacob
69cbbb2503
Bug 774388 - Patch 10: destroy the ImageBridgeChild singleton on the main thread (and sprinkle some assertions) - r=mattwoodrow
2014-07-04 14:04:12 -04:00
Benoit Jacob
c197abbada
Bug 774388 - Patch 9: Introduce NS_INLINE_DECL_THREADSAFE_REFCOUNTING_WITH_MAIN_THREAD_DESTRUCTION - r=mattwoodrow
2014-07-04 14:04:12 -04:00
Benoit Jacob
bdbd3f901e
Bug 774388 - Patch 8: Avoid a deadlock between shutdown of CompositorParent and of CompositorThreadHolder - r=mattwoodrow
2014-07-04 14:04:11 -04:00
Benoit Jacob
5e4c12ade8
Bug 774388 - Patch 7: Block the main thread on compositor shutdown - r=mattwoodrow
2014-07-04 14:04:11 -04:00
Benoit Jacob
e220713899
Bug 774388 - Patch 5: Wait for [CrossProcess]CompositorParent's to be gone before we tear down the compositor thread - r=mattwoodrow
2014-07-04 14:04:11 -04:00
Benoit Jacob
bbbc9aba89
Bug 774388 - Tiny reordering of when we shut down Layers IPC - r=nical,mattwoodrow
2014-07-04 14:04:11 -04:00
David Major
dc11213aa8
Bug 1033146: Use a never-inline function to work around a bug in 64-bit VS2010. r=terrence
2014-07-07 12:07:20 +12:00
Robert Longson
a1b5aaeb64
Bug 530985. Make getBoundingClientRect give more sensible results for <svg> elements. r=jwatt
...
--HG--
extra : rebase_source : ad54b945431510c0a3246e608cad6d93e66c088e
extra : amend_source : 841b5aa8e17c3fba01806262725228ae7c94a941
2014-07-07 00:55:43 +12:00
Marco Castelluccio
e8e1264391
Bug 1034731
- Better logging for manifest content-type errors. r=fabrice
2014-07-06 18:47:28 +02:00
Tim Taubert
dfb3976d54
merge m-c to inbound
2014-07-06 09:11:56 -07:00
Jonathan Watt
79477778d1
Bug 1034399 - Use a Moz2D DrawTarget backed gfxContext for SVG bounds calculations. r=Bas
2014-07-06 16:30:55 +01:00
Benoit Jacob
6bd0bb7f17
Bug 1028588 - Fix dangerous public destructors of Mac-specific reference-counted classes - r=mstange
2014-07-06 11:25:31 -04:00
Ms2ger
5d25e07cf0
No bug - Remove unused duplicate test.
...
This test was added while content/xml was moved to dom/xml. When the move
was backed out, the test remained in both places (though it is only run from
content/).
2014-07-06 17:18:58 +02:00
Jonathan Kew
65a2f6fb2d
bug 1034403 - update index to step past the second half of a surrogate pair. r=roc
2014-07-06 12:51:27 +01:00
Gijs Kruitbosch
9b0296dbdf
Backed out changeset c5ac0914b65c (bug 1033958) for breaking many people's builds, rs+a=backout
2014-07-04 18:32:24 +01:00
Carsten "Tomcat" Book
6879f4ea48
merge b2g-inbound to mozilla-central a=merge
2014-07-04 14:01:37 +02:00
Carsten "Tomcat" Book
6d16b603ce
merge fx-team to mozilla-central a=merge
2014-07-04 13:51:22 +02:00
Emanuel Hoogeveen
4044473c48
Bug 1034225 - Avoid purging the free lists every iteration in PJS by checking if the current arena is in use. r=terrence
2014-07-04 04:19:00 -04:00
Richard Barnes
0f180be3a2
Bug 1033492 - WebCrypto: heap-buffer-overflow crash [@PK11_EnterSlotMonitor]. r=dkeeler
2014-07-07 09:07:46 -04:00
Chia-hung Tai
3265721243
Bug 1029316 - Add an argument in |VideoSegment::AppendFrame| for the information of bFroceBlack. r=roc
2014-07-04 14:37:36 +08:00
Vaibhav Agrawal
8dd0e39442
Bug 1014125 - Bisection Base Patch. r=ahal
2014-07-04 13:55:00 +02:00
Douglas Crosher
eacebef715
Bug 1031877 - OdinMonkey: move some debug assertions on code positions until after they are converted to their actual position. r=luke
2014-07-05 18:49:48 +10:00
Caio Lima
f8d118af4b
Bug 1024609 - Implemented RArgumentsLength reading the value stored on IonJSFrameLayout. r=nbp
2014-07-04 12:18:00 +02:00
Benjamin Chen
5cd42ca5a4
Bug 1015856 - Add gtest testcase for checking WebM aspect ratio. r=rillian
2014-07-04 15:15:55 +08:00
Boris Chiou
2556a7714b
Bug 991227 - Replace std::auto_ptr with nsAuto(Array)Ptr in LayerScope. r=dglastonbury
...
std::auto_ptr causes clang 3.5 build warnings because we shouldn't use
std::auto_ptr in C++ 11 anymore. auto_ptr is deprecated in clang 3.5.
Therefore I replaced all the std::auto_ptrs in LayerScope.cpp.
Note: nsAuto(Array)Ptr should use "new" operator in C++, instead of
moz_malloc() because the destructor of nsAuto(Array)Ptr will call
delete(delete []).
2014-07-05 11:34:00 +02:00
Ms2ger
411c89823f
Bug 1029933 - Followup: remove now unused js::Classes from jsapi.cpp; r=till
...
These classes were used until changeset 650197ade3b3, when they were replaced
by dummy JSProtoKey values.
2014-07-07 12:05:58 +02:00
Andrew Comminos
e31c58cd7c
Bug 958868 - Add support for delta line and page accumulation; r=masayuki, sr=smaug
2014-07-07 18:54:14 +09:00
Andrew Comminos
f6d52ec634
Bug 958868 - Add support for GDK_SCROLL_SMOOTH; r=karlt
2014-07-07 18:54:13 +09:00
Benjamin Bouvier
347f38ecf6
Bug 1034400: Make RNot recover in all cases and not assert on objects; r=nbp
2014-07-07 11:47:10 +02:00
Athena
2795168efc
Bug 977169 - Apply aria-label "x panel" to Toolbox r=bgrins f=marcoz
2014-07-07 11:27:10 +02:00
Sam Penrose
2b55741f5a
Bug 1034229 - Fire oncancel() when passed to request() with refreshAuthentication. r=jedp
2014-07-03 13:23:12 -07:00
Bernardo P. Rittmeyer
d393d66578
Bug 524760 - Hide print.macosx.pagesetup* preference from about:support as it's not useful there. r=MattN
2014-07-03 11:26:00 +02:00
Andrew Osmond
7f0be7e753
Bug 1034159 - Fix a potential buffer leak caused by a race condition when ending recording a video. r=mikeh
2014-07-03 10:30:00 +02:00
B2G Bumper Bot
854539a834
Bumping manifests a=b2g-bump
2014-07-04 00:57:29 -07:00
Chris Peterson
fc6c3e6d24
Bug 1034466 - Remove unused kThemeScrollBarArrowsBoth in widget/cocoa/nsNativeThemeCocoa.mm. r=josh
2014-07-03 01:06:56 -07:00
Chuck Lee
26feb86cd2
Bug 1033138 - Use AutoJSAPI instead of AutJSContext. r=bholley
2014-07-03 11:31:52 +08:00
Chuck Lee
5a66049c11
Bug 1020212 - Support keystore binder. r=qdot
2014-07-03 15:08:01 +08:00
Martin Thomson
a922faaff0
Bug 1019117 - Remove ssltunnel from NO_PKG_FILES conditional on having no manifest r=glandium
2014-07-03 10:46:00 +02:00
40955296c7
Bug 1034043 - Fix remaining use of "awlaysAsk" attribute in applications pref pane. r=Unfocused
2014-07-03 06:04:00 +12:00
Rick Eyre
2071c94b0e
Bug 1018933 - Part 2: Add regression test. r=rillian
2014-07-02 19:09:00 +02:00
Rick Eyre
1cb29d38e6
Bug 1018933 - Part 1: HTMLTrackElement should not create another TextTrack if one already exists. r=rillian
2014-07-02 19:10:00 +02:00
Boris Chiou
48e3a702de
Bug 975346 - Part 2: Support LayerScope for HwcComposer2D. r=dglastonbury
...
1. Retrieve buffer from GPU.
2. Refactor - use SenderHelper class to manage the Sender
static function structure.
2014-07-03 01:17:00 +02:00
J. Ryan Stinnett
3a0e90a615
Bug 1032708 - Restart discovery when network changes. r=paul
2014-07-02 12:48:00 +02:00
J. Ryan Stinnett
53627c1499
Bug 1027456 - Use assigned multicast address for discovery. r=paul
2014-07-02 12:56:00 +02:00
Jordan Santell
5bd26fe5f5
Bug 986705 - Implement web audio server events for connecting to an AudioParam in the web audio editor. r=vp
2014-07-02 12:37:00 +02:00
Ryan VanderMeulen
0cd1d876ea
Merge m-c to fx-team. a=merge
2014-07-03 23:27:34 -04:00
Ryan VanderMeulen
f2eae24eb3
Merge fx-team to m-c. a=merge
2014-07-03 23:24:35 -04:00