Markus Stange
dc320f598a
Bug 821213 - Use CGContextSetBaseCTM to get correctly-sized focus rings under HiDPI. r=smichaud
2014-09-18 10:52:35 +02:00
Markus Stange
b84ffa056f
Bug 944836 - Add -moz-window-dragging CSS styles. r=dao
2014-09-18 10:52:33 +02:00
Markus Stange
5b1c77960e
Bug 944836 - Implement nsChildView::UpdateWindowDraggingRegion. r=roc, r=smichaud
2014-09-18 10:52:30 +02:00
Markus Stange
9035319790
Bug 944836 - Build a draggable region for the window based on the -moz-window-dragging property. r=roc
2014-09-18 10:52:27 +02:00
Markus Stange
6db30dabf8
Bug 944836 - Add CSS property -moz-window-dragging: drag | no-drag. r=dbaron
2014-09-18 10:52:25 +02:00
Ralph Giles
c6c5d7e6e7
Bug 1066369 - Return error instead of asserting. r=kinetik
...
From c2a87a986f6d0ed699ab0fbf5687d8aa5fea8ff0 Mon Sep 17 00:00:00 2001
NS_ASSERTION is debug-only, and fails silently in continuous
integration. Better to return an error here, since failure
could result in a crash later.
2014-09-12 11:24:30 -07:00
Jean-Yves Avenard
0fb73ac0d2
Bug 1068455 - Enable VideoToolbox framework in 10.7. r=rillian
2014-09-17 18:01:59 +10:00
Jean-Yves Avenard
8fb3843655
Bug 1068597 - Enable h264 video decoder on 10.6. r=rillian
2014-09-18 11:08:33 +10:00
Jean-Yves Avenard
67153fa569
Bug 1065397 - Allow playback rate to be reset to normal. r=cpearce
2014-09-16 16:18:04 +10:00
Jean-Yves Avenard
90c23fe3af
Bug 1067697 - Work around 10.6 VDA bug. r=rillian
2014-09-18 11:00:53 +10:00
Jean-Yves Avenard
fa6328ebca
Bug 1067697 - Account for fmp4 now potentially working on MacOS X 10.6. r=cpearce
2014-09-16 17:22:40 +10:00
Jean-Yves Avenard
f2b4b20586
Bug 1062654 - Part6: Disable VDA in 10.6. r=rillian
...
VDA causes unexpected crashes in 10.6. Disable for now.
2014-09-18 10:36:39 +10:00
Jean-Yves Avenard
85d5296ced
Bug 1062654 - Part 5: Display error code when drain or flush failed. r=rillian
2014-09-11 16:35:47 +10:00
Jean-Yves Avenard
55a1d49ee5
Bug 1062654 - Part 4: Fix Link/Unlink Apple video frameworks cycle. r=rillian
...
Prefer VideoToolbox when HW acceleration is available. Otherwise use VDA when available
2014-09-12 10:53:19 +10:00
Jean-Yves Avenard
32a0b46f69
Bug 1062654 - Part 3: Derive VT decoder from VDA decoder. r=rillian
2014-09-17 12:54:58 +10:00
Jean-Yves Avenard
0b73e8338b
Bug 1062654 - Part 2: Integrate and enable VDA decoder r=rillian
2014-09-17 12:54:26 +10:00
Jean-Yves Avenard
418f6c26e5
Bug 1062654 - Part 1: Implement Apple VDA decoder r=rillian
...
--HG--
rename : content/media/fmp4/apple/AppleVTDecoder.cpp => content/media/fmp4/apple/AppleVDADecoder.cpp
rename : content/media/fmp4/apple/AppleVTDecoder.h => content/media/fmp4/apple/AppleVDADecoder.h
rename : content/media/fmp4/apple/AppleVTFunctions.h => content/media/fmp4/apple/AppleVDAFunctions.h
rename : content/media/fmp4/apple/AppleVTLinker.cpp => content/media/fmp4/apple/AppleVDALinker.cpp
rename : content/media/fmp4/apple/AppleVTLinker.h => content/media/fmp4/apple/AppleVDALinker.h
2014-09-18 11:26:16 +10:00
Jean-Yves Avenard
975e4717d2
Bug 1062654 - Part 0b: Use official constants. r=rillian
...
This change does not modify the current behaviour.
It prevents potential errors (in particular spelling) by using the
constant found in the actual framework.
2014-09-17 11:29:15 +10:00
Jean-Yves Avenard
657001f295
Bug 1062654 - Part 0: Replace NULL allocator with kCFAllocatorDefault for clarity. r=rillian
2014-09-17 11:21:07 +10:00
Jean-Yves Avenard
314c9b64fb
Bug 1064847 - Make media generated IOSurface global. r=mattwoodrow
2014-09-17 11:15:24 +10:00
Alex Bardas
9a4a506f0c
Bug 990799 - Update search plugins to use rel='searchform'. r=gavin
2014-09-17 18:42:00 +02:00
Daniel Lee
955aae0525
Bug 1067008 - [mozprocess] mozprocess.pid running_process should look at the entire command not just the executable name. r=ahal
2014-09-16 16:56:21 -07:00
Johannes Schulte
a53125dcb9
Bug 1059426 - Don't inline ToInteger if we're likely to bailout. r=kvijayan
2014-09-16 20:40:45 +02:00
Dan Glastonbury
bdf0470856
Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug
...
--HG--
extra : rebase_source : a7f9510b34a9f43afc0418c50b8821928c2a4262
extra : source : 89c2a61cd4c543c78b9bf0963f0227488fa27802
2014-09-18 08:08:41 +10:00
Nicholas Nethercote
4a7eef6b52
Bug 1067711 - Fix an assertion failure in the System memory reporter. r=erahm.
...
--HG--
extra : rebase_source : 06fa4b0d706414901ce2475e987067d5cb4f0f6f
2014-09-17 18:23:33 -07:00
Nicholas Nethercote
273d7cc068
Bug 1067699 (part 2) - Add mfbt/JSONWriter.h and use it for memory reporting. r=froydnj.
...
--HG--
extra : rebase_source : 7eb21c4c20c0434b3b236d1c53cbef9cb6a4759c
2014-09-14 23:36:18 -07:00
Nicholas Nethercote
2d771de5ad
Bug 1067699 (part 1) - Export double-conversion.h normally from MFBT. r=froydnj.
...
--HG--
extra : rebase_source : 14c3d827f4d8015d8326612e82782c52dcf7335d
2014-09-16 23:33:05 -07:00
Matthew Gregan
db700acef5
Bug 1065250 - Tidy up unneeded includes after several refactorings. r=karlt
2014-09-17 22:41:00 +12:00
Matthew Gregan
c820496844
Bug 1065250 - Factor some of SourceBuffer::AppendData into TrackBuffer::Append. Move ContainerParser to a new file. r=karlt
...
--HG--
rename : content/media/mediasource/SourceBuffer.cpp => content/media/mediasource/ContainerParser.cpp
2014-09-10 18:04:21 +12:00
Matthew Gregan
f00c3de45b
Bug 1065250 - Factor part of SourceBuffer::AppendData into new PrepareAppend function. r=karlt
2014-09-10 16:54:20 +12:00
Matthew Gregan
0c292b4d0a
Bug 1067414 - Add a comment about thread-safety of unlocked sPreferredSampleRate reads.
...
Also, fix return type of MaxNumberOfChannels and PreferredSampleRate.
2014-09-15 18:10:00 +12:00
Matthew Gregan
bad7993d06
Bug 1067414 - Convert CubebUtils from a class of statics to a namespace.
2014-09-15 18:09:00 +12:00
Daniel Holbert
5a3b69a27a
Bug 1063775, part 2: Document nsCSSValue*List::Clone() as being infallible, and remove null-checks on its result. r=dbaron
2014-09-17 22:04:20 -07:00
Daniel Holbert
9b330317a6
Bug 1063775, part 1: Remove unnecessary null-checks after 'new' in StyleAnimationValue.cpp. r=dbaron
2014-09-17 22:04:17 -07:00
Randell Jesup
00e421e343
Bug 1043558: merge m-c backout to inbound. a=ryanvm
...
CLOSED TREE
2014-09-18 00:37:36 -04:00
Randell Jesup
cce3dffb00
Backed out changeset e87724022bc1 (bug 1043558) a=ryanvm (feature bustage)
2014-09-18 00:21:43 -04:00
Ryan VanderMeulen
72ff2b430b
Merge inbound to m-c. a=merge
...
CLOSED TREE
2014-09-17 22:10:31 -04:00
Ryan VanderMeulen
323aceac34
Merge fx-team to m-c. a=merge
2014-09-17 21:59:14 -04:00
Ryan VanderMeulen
768b67701b
Backed out 5 changesets (bug 1068388) for robocop failures.
...
Backed out changeset 099d0ec27cd9 (bug 1068388)
Backed out changeset 29d39909222d (bug 1068388)
Backed out changeset e85caca8529f (bug 1068388)
Backed out changeset cf6f1223b6b7 (bug 1068388)
Backed out changeset 920b201d30e9 (bug 1068388)
CLOSED TREE
2014-09-17 21:47:20 -04:00
Ryan VanderMeulen
8107469a31
No bug - Touch CLOBBER.
...
CLOSED TREE
2014-09-17 21:44:44 -04:00
Nick Alexander
e56e4a18c5
Bug 1068388 - Follow-up: Update Robocop test. a=bustage
...
CLOSED TREE
--HG--
extra : amend_source : 8352390d15245ff94a16dab773b583f8d5da5161
2014-09-17 17:32:44 -07:00
Ben Turner
46d101f40c
Backout bug 994190 and merge over some stuff that landed afterwards on a CLOSED TREE.
2014-09-17 19:36:01 -04:00
Ryan VanderMeulen
41c82d525f
Backed out changeset 0cc9fcdca191 (bug 1068195) for Windows crashtest asserts.
...
CLOSED TREE
2014-09-17 20:47:35 -04:00
Bas Schouten
7a91965ba7
Bug 1068613 - Addendum 4: Fix bustage due to stray character. r=bustage on a CLOSED TREE
2014-09-18 01:40:13 +02:00
B2G Bumper Bot
aa2000d212
Bumping manifests a=b2g-bump
2014-09-17 16:32:07 -07:00
B2G Bumper Bot
254d480f6d
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7075f5263087
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #24129 from davidflanagan/bug1065877
Bug 1065877: prevent OOMs when editing, picking and sharing large images r=russnicoletti
========
https://hg.mozilla.org/integration/gaia-central/rev/fad560ead475
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1065877: prevent OOMs when editing, picking and sharing large images
address review comments
========
https://hg.mozilla.org/integration/gaia-central/rev/e1c762dc4bce
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #23878 from mikehenrty/bug-1062998-fix-connectivity
Bug 1062998 - Update signal icons when showing SIM Manager
========
https://hg.mozilla.org/integration/gaia-central/rev/c927b8a65d43
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1062998 - Update signal icons when showing SIM Manager
2014-09-17 16:25:47 -07:00
Bas Schouten
086cbf0103
Bug 1068613 - Addendum 3: Fix bustage due to stray character. r=bustage on a CLOSED TREE
2014-09-18 01:04:07 +02:00
Bas Schouten
3c9983b9cc
Bug 1068613 - Addendum 2: Fix bustage due to stray character. r=bustage on a CLOSED TREE
2014-09-18 00:35:48 +02:00
Ehsan Akhgari
05dc82bfcd
Bug 1067340 follow-up: null check the inner window r=bustage
...
Landed on a CLOSED TREE
2014-09-17 18:31:26 -04:00
Bas Schouten
8e86fc0d5c
Bug 1068613 - Addendum: Fix bustage in ASAN builds. r=bustage on a CLOSED TREE
2014-09-18 00:25:23 +02:00