Benoit Jacob
11d5270279
Bug 1028588 - Fix dangerous public destructors in xpfe/ - r=ndeakin
2014-06-24 12:36:45 -04:00
Benoit Jacob
30a15f5822
Bug 1028588 - Fix dangerous public destructors in widget/ - r=roc
2014-06-24 12:36:44 -04:00
Benoit Jacob
a8c323ccfd
Bug 1028588 - Fix dangerous public destructors in media/mtransport - r=abr
2014-06-24 12:36:44 -04:00
Benoit Jacob
ff32bb14c1
Bug 1028588 - Fix dangerous public destructors in netwerk/ - r=mcmanus
2014-06-24 12:36:44 -04:00
Benoit Jacob
60fe48da28
Bug 1028588 - Fix dangerous public destructors in content/media/ - r=cpearce,smaug
2014-06-24 12:36:43 -04:00
Neil Deakin
b87f37a762
Bug 1027057, use correct origin for arrowpanel animations in rtl, r=dao
2014-06-24 12:35:26 -04:00
Ed Morley
955f6cc057
Merge mozilla-central and inbound
2014-06-24 17:18:28 +01:00
Patrick McManus
83a742bc82
bug 1029163 - part 3 tunnel https/h1 over h2 could duplicate bytes in upload and corrupt data r=hurley
2014-06-24 07:56:08 -04:00
Patrick McManus
33ef954941
bug 1029163 - part 2 tlsproxy incomplete upload flushes need to be rescheduled r= hurley
2014-06-24 07:56:07 -04:00
Patrick McManus
548c66439c
bug 1029163 - part 1 nsPipe can turn failures into OK, consider that in the tlsproxy code r=hurley
2014-06-24 07:56:07 -04:00
Patrick McManus
68ae085486
bug 1027364 - multiple http/2 header frames on same stream r=hurley
2014-06-19 23:42:29 -04:00
Honza Bambas
1d6c3f7bc3
Bug 1024989 - Crash MOZ_ASSERT(mMetadata) in SetFrecency, r=michal
2014-06-24 18:08:36 +02:00
Honza Bambas
3eda94bdc6
Bug 1023413 - Introduce bool nsICacheStorage.exists(nsIURI, ACString), r=michal
2014-06-24 18:08:35 +02:00
Vaibhav Agrawal
e19aa878e0
Bug 925699 - pymake/mach mochitest-plain don't delete the temporary profile. r=jmaher
2014-06-24 12:02:07 -04:00
Sotaro Ikeda
3feadaf7d6
Bug 1022205
- disable sync fence on AdrenoTM200 r=jgilbert
2014-06-24 08:59:59 -07:00
Jan de Mooij
3ad64bf9d6
Bug 1028866 part 2 - Cleanup NewStringCopyZ. r=luke
...
--HG--
extra : rebase_source : 321aae85dd6a3e2fa90474ceed9bd03347f528a8
2014-06-24 17:33:29 +02:00
Jan de Mooij
2e31a7324b
Bug 1028866 part 1 - Move string allocation functions into js namespace, remove js_* prefix. r=luke
...
--HG--
extra : rebase_source : 1f4c940dce07a7ced533c641c60cf76592fd61ac
2014-06-24 17:33:27 +02:00
Ethan Pransky
d25df89d4a
Bug 1019009 - Make MatrixBlobCursor complain if its Cursors are not properly closed. r=gcp
2014-06-24 17:32:28 +02:00
Gijs Kruitbosch
789560010d
Bug 982428 - allow fixing up URIs with schemes that we can't handle, r=bz
2014-06-19 19:22:45 +01:00
Joel Maher
6c90adbb14
Bug 1028999 - Update talos to get recent changes. r=avih
2014-06-24 11:26:08 -04:00
Nils Ohlmeier [:drno]
1012b132ee
Bug 1027372 - Only use info() if it has been loaded. r=gmealer
2014-06-18 17:27:00 -04:00
CJKu
8bad6db994
Bug 1000722 - Many B2G reftests fail after enabling OOP, because partial drawWindow calls are drawing too small an area. r=dbaron
2014-06-18 21:39:00 +02:00
Simon Montagu
8147ef2061
Bug 1028521: Use the nsHTMLReflowMetrics' writing mode passed in from the container in nsMathMLContainerFrame::ReflowChild, not the child frame's. r=jfkthame
2014-06-24 01:36:45 -07:00
Jonathan Kew
b776ff37b3
bug 1028521 - testcase for assertion in mathml with bidi. r=smontagu
2014-06-21 15:49:49 +01:00
Jon Coppeard
509198cfe5
Bug 1028863 - Root SavedFrame::Lookup while creating new SavedFrame r=terrence
2014-06-24 09:23:57 +01:00
Gian-Carlo Pascutto
92f57710e7
Bug 1018928 - Fix getUserMedia device selection on Android. r=blassey
2014-06-24 10:22:50 +02:00
David Major
e390b7e97c
Bug 576435 - Use the clamping variant of NSToCoordRound to avoid rounding nscoord_MAX. r=roc
2014-06-24 15:47:02 +12:00
Brian Birtles
4798898a62
Bug 1026315 - Remove PercentageHashKey; r=dbaron
2014-06-24 15:29:54 +09:00
Brian Birtles
6bc9caf270
Bug 1010067 part 2 - Rename nsStyleAnimation.{h,cpp} to StyleAnimationValue.{h,cpp}; r=dbaron
...
--HG--
rename : layout/style/nsStyleAnimation.cpp => layout/style/StyleAnimationValue.cpp
rename : layout/style/nsStyleAnimation.h => layout/style/StyleAnimationValue.h
2014-06-24 15:29:54 +09:00
Brian Birtles
65c7f861cb
Bug 1010067 part 1 - Rename nsStyleAnimation::Value to mozilla::StyleAnimationValue; r=dbaron
...
This patch also moves the static methods defined on nsStyleAnimation so that
they are part of StyleAnimationValue class.
Renaming nsStyleAnimation.h to StyleAnimationValue.h is performed in a separate
patch to simplify the diff (since some tools may not handle file renames
elegantly).
2014-06-24 15:29:54 +09:00
Brian Birtles
e7abcde95d
Bug 1026302 part 5 - Make a common property dtor for CommonElementAnimationData; r=dbaron
...
This patch takes the two static methods ElementAnimationsPropertyDtor and
ElementTransitionsPropertyDtor and replaces them with a class static on
CommonElementAnimationData.
2014-06-24 15:29:53 +09:00
Brian Birtles
d30c6f0f93
Bug 1026302 part 4 - Remove ElementAnimations; r=dbaron
...
This patch removes ElementAnimations and replaces all references to
ElementAnimations with references to CommonElementAnimationData.
We don't bother to rename variables like 'ea' or methods like
GetElementAnimations to correspond with the data type
(CommonElementAnimationData) since CommonElementAnimationData will soon be
renamed in bug 1010067 and we'll rename these things then.
The ElementAnimationsPropertyDtor function is renamed and merged in a subsequent
patch in this series.
2014-06-24 15:29:53 +09:00
Brian Birtles
4f5c10b649
Bug 1026302 part 3 - Move GetEventsAt to nsAnimationManager; r=dbaron
...
In order to unify ElementAnimations with CommonElementAnimationData we need to
find another home for GetEventsAt which is specific to queueing CSS Animation
events. For now nsAnimationManager seems an appropriate place and corresponds
more closely to the arrangement for transitions (where nsTransitionManager is
responsible for queueing the events by iterating over the list of animations).
In future we may reintroduce a subclass of animation specific to CSS Animations
that does this event queueing but for now nsAnimationManager seems to be a
suitable place.
This patch simply moves the code and replaces references to "mAnimation" with
"eEA->mAnimation". There are no functional changes.
2014-06-24 15:29:53 +09:00
Geoff Brown
08d358e3ff
Bug 1028918 - Re-enable test_MediaSource.html on Android 2.3; no review
2014-06-23 21:17:02 -06:00
Geoff Brown
9c1726eef7
Bug 1020642 - Run more webgl-conformance tests on Android; r=jgilbert
2014-06-23 21:17:02 -06:00
Eric Phan
297a9b2844
Bug 1015985 - Set decoder seekable members outside of ReadMetadata by StateMachine. r=cpearce
2014-06-23 22:08:34 +12:00
Wes Kocher
dfd6c3f511
Bug 1024642 - Fix merge conflict from codemirror 4.2.0 upgrade r=me
2014-06-23 19:20:01 -07:00
Milan Sreckovic
4458de2641
Bug 1027093 - Rename int32_t mCurrentFrame in nsGIFDecoder2 to avoid mixups with parent class' imgFrame* mCurrentFrame. r=jmuizelaar
2014-06-18 10:54:59 -04:00
Byron Campen [:bwc]
123de17a5e
Bug 1024765
- Part 2: Make refcounting logic around PostTimerEvent more explicit. r=bz
2014-06-16 14:13:04 -07:00
Byron Campen [:bwc]
40bc0f6c09
Bug 1024765
- Part 1: Add test case for timers firing when the target thread is not running. r=bwc
2014-06-17 13:37:04 -07:00
Bob Owen
8ae74cee94
Bug 1023969 - Part 7: Replace |AutoPushJSContext|s in bluetooth2 BluetoothDevice::SetPropertyByValue. r=bholley
2014-06-21 18:44:36 +01:00
Bob Owen
22388d749d
Bug 1023969 - Part 6: Replace |AutoPushJSContext|s in bluetooth2 BluetoothAdapter::SetPropertyByValue. r=bholley
2014-06-21 18:42:28 +01:00
Bob Owen
31c1cdb88f
Bug 1023969 - Part 5: Replace AutoPushJSContext in bluetooth2 BluetoothAdapter GetDevicesTask::ParseSuccessfulReply. r=bholley
2014-06-21 18:39:08 +01:00
Bob Owen
f9b75f5bf1
Bug 1023969 - Part 4: Replace |AutoPushJSContext|s in BluetoothDevice::SetPropertyByValue. r=bholley
2014-06-20 14:42:33 +01:00
Bob Owen
480df31e2f
Bug 1023969 - Part 3: Replace AutoPushJSContext in BluetoothManager GetAdapterTask::ParseSuccessfulReply. r=bholley
2014-06-19 20:17:59 +01:00
Bob Owen
872cb50d73
Bug 1023969 - Part 2: Replace |AutoPushJSContext|s in BluetoothAdapter::SetPropertyByValue. r=bholley
2014-06-19 20:14:32 +01:00
Bob Owen
552ac0e02c
Bug 1023969 - Part 1: Replace AutoPushJSContext in BluetoothAdapter GetDevicesTask::ParseSuccessfulReply. r=bholley
2014-06-19 20:09:03 +01:00
Projjol
62fe00a81e
Bug 1021049 - Incorporate more basic information into marionette documentation. r=wlach
2014-06-23 11:34:55 -04:00
Ed Morley
3ac8c3d364
Backed out changeset 1566b80f6c2b (bug 1026181) since the curses module isn't available
2014-06-23 17:20:02 +01:00
Giovanni Sferro
c6e24b4ff2
Bug 1025691 - Use Macro for AutocompleteField* enums. r=smaug DONTBUILD because relanded from an earlier cset, so a no-op
...
--HG--
extra : rebase_source : 0c3f97902a3fa6a66adb8e63abe2087c0f1c2248
2014-06-21 18:30:00 -04:00