Ralph Giles
44ba82e3f4
Bug 1173463 - Log the content type and url in GStreamerReader. r=edwin
...
Helps isolate resources we fail to play when debugging gstreamer
pipeline issues.
2015-06-10 14:22:00 -07:00
Ralph Giles
0c93c958a3
Bug 1173463 - Add MediaResource::GetContentURL(). r=cpearce
...
Remember the content url a MediaResource is loaded from
at ctor time and make it available for debugging purposes.
2015-06-10 11:48:00 -07:00
Valentin Gosu
2b59028e9c
Bug 654579 - Set the network.manage-offline-status to true by default. r=bagder
2015-06-11 01:03:23 +03:00
Kelly Davis
f51c235239
Bug 1169653 - Patch limits use of the speech recognition API in JS to certified apps or apps with the proper flags set. r=smaug
2015-06-10 02:20:00 -04:00
Paul Rouget
ee2952cd95
Bug 1163961 - Browser API: Page search. r=kchen, r=ehsan
2015-06-09 20:04:00 -04:00
Ralph Giles
9345225136
Bug 1173396 - Restore libvpx alignment patch. r=kinetik
...
The crash in vp8_diamond_search_sadx4 is reproducing again
so it looks like switching off unified build didn't fix
this.
2015-06-10 09:31:00 -07:00
Chris Manchester
06327e9f77
Bug 487494 - Pipe xpcshell's output through a stack fixer.;r=ted
2015-06-11 11:21:13 -07:00
Chris Manchester
8caadaa079
Bug 487494 - Add an xpcshell selftest for readable stacks from assertions.;r=ted
2015-06-11 11:21:12 -07:00
Ryan VanderMeulen
7c83773821
Backed out 5 changesets (bug 1172516, bug 1172525, bug 1172523) for e10s test_selectioncarets2.py failures.
...
Backed out changeset 65d9144969e4 (bug 1172516)
Backed out changeset 3368f2dc0ee6 (bug 1172523)
Backed out changeset d6096f9659f7 (bug 1172523)
Backed out changeset cda3d99ef134 (bug 1172523)
Backed out changeset a411d320bdba (bug 1172525)
CLOSED TREE
2015-06-11 14:01:50 -04:00
Andrew Comminos
356d16eef6
Bug 1168527 - Replay clips into the system cairo on GTK3. r=lsalzman
2015-06-09 13:46:09 -04:00
Andrew Comminos
782cc5be98
Bug 1168527 - Add support to gfxContext for clip exporting. r=jrmuizel
2015-06-09 13:46:09 -04:00
Jinank Jain
7b562fe1de
Bug 1155342 - Disallow flagging a [NewObject] method with a [DependsOn] value that implies it might return the same value when called twice. r=bzbarsky
2015-06-10 22:07:51 +02:00
Andreas Pehrson
61cd5b21d6
Bug 1169125 - Part 2: Use UniquePtr for scoped delete of yuv data in MediaPipeline. r=bwc
2015-06-09 13:31:34 +08:00
Andreas Pehrson
4d0d1b1a47
Bug 1169125 - Part 1: Allow sending any DataSourceSurface-backed image over WebRTC and fix failure cases. r=bwc
2015-06-09 13:31:22 +08:00
Kelly Davis
1e7b5d3640
Bug 1051148 - Part 2: Patch that turns off the WebSpeech API implementation using flags. r=gps
2015-06-09 22:54:00 -04:00
Kelly Davis
2421427477
Bug 1051148 - Part 1: Patch that introduces WebSpeech API implementation. r=smaug
2015-06-09 22:49:00 -04:00
Andrew Comminos
5f4c314240
Bug 1173520 - Add support for test screenshots on GTK3. r=karlt
2015-06-10 13:38:00 -04:00
Andreas Pehrson
81e0a9a33e
Bug 1162357 - Convert some usage of DataSourceSurface::GetData() to Map(). r=bas
2015-06-10 19:01:00 +08:00
Fernando Jimenez
50f9beb84f
Bug 1169249 - Unregister service worker registration when uninstalling a service-worker-enabled application. Tests. r=baku
2015-06-11 19:42:38 +02:00
Fernando Jimenez
b40f5cbb68
Bug 1169249 - Unregister service worker registration when uninstalling a service-worker-enabled application. r=baku
2015-06-11 19:42:38 +02:00
Jim Mathies
b77ff786c9
Bug 1160142 - For e10s plugin hangs take the minidump of the browser process before we message the chrome UI about the hang. r=billm
2015-06-11 12:25:45 -05:00
Jim Mathies
60d6414da3
Bug 1160142 - Updates for content crash reporter apis to allow the pairing of a passed in minidump. r=ted
2015-06-11 12:25:45 -05:00
Jim Mathies
bb45c43a43
Bug 1160142 - Updates for exception handler apis to allow the pairing of a passed in minidump. r=ted
2015-06-11 12:25:45 -05:00
Jim Mathies
e007243879
Bug 1153205 - ContentParent should annotate crash reports prior to calling GeneratePairedMinidump. r=ted
2015-06-11 12:25:45 -05:00
Brian Hackett
b6844e6d62
Bug 923717 - Use structured control flow when testing for the forceInlineCaches option, r=nbp.
2015-06-11 10:13:45 -07:00
Eric Rahm
f0ba075975
Bug 1173420 - Turn off experiments logging during testing. r=bsemdberg
...
Setting 'experiments.logging.level' to trace seems to have been leftover
debugging code from bug 989137. Similarly enabling 'experiments.logging.dump'
was leftover from debugging bug 995027.
2015-06-11 10:12:10 -07:00
Eric Rahm
ee87d4e3ac
Bug 1171555 - Remove overly verbose ServiceWorker warnings. r=bkelly
2015-06-11 09:47:46 -07:00
Matt Brubeck
67b4ace7f4
Bug 1173415 - Fix incorrect mask used for nsBidi::mFlags [r=smontagu]
...
LRI and RLI are values of type DirProp (uint8_t). The DIRPROP_FLAG macro is
needed to convert them to bits in the 32-bit `flags` variable.
2015-06-11 10:10:48 -07:00
Andrew Comminos
2ca5ed0f1f
Bug 1167356
- Handle return value of DataSourceSurface::Map wherever possible. r=Bas
2015-06-11 13:06:23 -04:00
Dimi Lee
75b46db438
Bug 1168959 - Memory-safety bugs in NetworkUtils.cpp generally. r=fabrice
2015-06-08 11:38:06 +08:00
Lee Salzman
bbf2bcb6b3
Bug 1167332 - Pass failures out of SetBufferData. r=jgilbert
2015-06-09 14:41:03 -04:00
Martin Thomson
4232a00c2f
Bug 1161431 - Increasing timeout for test IdP. r=jesup
2015-06-09 09:50:22 -07:00
Karl Dubost
4701dce68a
Bug 1164783 - Change default style for input type=search to box-sizing: border-box. r=dbaron
2015-06-10 14:58:55 +09:00
Karl Dubost
4b9b2a8e71
Bug 1164783 - Removing trailing spaces. r=dbaron
2015-06-10 14:54:57 +09:00
Chris Manchester
d302b9678c
Bug 1169600 - Avoid misleading exception in message listeners in marionette server. r=ato
2015-06-03 10:21:27 -07:00
Ryan VanderMeulen
d5628e6ddf
Bug 1135315 - Disable the webide tests on OSX 10.8 & 10.10 debug due to asserts across the suite on 38+. a=test-only
2015-06-11 12:58:08 -04:00
Jason Orendorff
372c97b322
Bug 1125624, part 1 - Implement ValidateAndApplyPropertyDescriptor steps 3-4, so that (once the corresponding code in StandardDefineProperty is deleted) freezing an already-frozen object with an addProperty class hook will not call the hook. r=Waldo.
...
Calling the hook is bad because sometimes the object is an XPConnect object with an addProperty hook that always throws.
2015-05-12 10:24:30 -05:00
Paul Adenot
2ce51e1a1f
Bug 1118372 - Invert two lines in the mochitest.ini to keep the right text disabled, on a CLOSED TREE.
2015-06-11 18:46:46 +02:00
Paul Adenot
944dbb4078
Bug 974089 - Destroy the streams from the main thread.
2015-06-11 18:46:44 +02:00
Jonathan Griffin
f0186a2c09
Bug 1173114 - Fallback to chunk-by-dir if runtimes file not found, r=ahal
2015-06-10 10:12:31 -07:00
Trevor Saunders
84a596c5d1
bug 1172516 - fix firing caret move events for proxied accessibles r=lsocks
2015-06-11 11:40:00 -04:00
Trevor Saunders
077c66681a
bug 1172523 - fire useful text change events for proxies r=lsocks
2015-06-11 11:40:00 -04:00
Trevor Saunders
27dc768d13
bug 1172523 - Move AccessibleWrap::FireAtkTextChangedEvent to MaiAtkObject::FireTextChangeEvent r=lsocks
2015-06-11 11:40:00 -04:00
Trevor Saunders
42ed1f4096
bug 1172523 - Allow getting the modified text from an AccTextChangeEvent without copying r=lsocks
2015-06-11 11:39:59 -04:00
Trevor Saunders
03bc59adfb
bug 1172053 - don't malloc the signal name in FireAtkTextChangedEvent r=lsocks
2015-06-11 11:39:59 -04:00
Trevor Saunders
fddc9128ab
bug 1172053 - don't call malloc in FireAtkShowHideEvent r=lsocks
2015-06-11 11:39:59 -04:00
Trevor Saunders
8bb2586f8c
bug 1172525 - rework forwarding events to the parent process r=davidb, lsocks
...
The set of events fired to platform accessibility is not the same as the set in
the event queue. Therefore we should forward events to the parent process
someplace where they are the same so the same events can be emitted for child
processes.
2015-06-11 11:39:58 -04:00
Trevor Saunders
68f78f5108
bug 1107337 - Teach refChildCB to deal with proxies r=lsocks, davidb
2015-06-11 11:39:58 -04:00
Trevor Saunders
6b3c584e0d
bug 1107337 - implement ProxyAccessible::EmbeddedChildAt r=lsocks, davidb
2015-06-11 11:39:58 -04:00
Trevor Saunders
c2a7947887
bug 1107337 - Add OuterDocAccessible::RemoteChildDoc() r=lsocks, davidb
...
OuterDocAccessibles can be the container for a remote top level document. We
sometimes need to get the child for these OuterDocAccessible's which means
the child is a proxy while the original object was an actual Accessible.
This means we need to add a different function instead of making ChildAt() do
the right thing.
2015-06-11 11:39:57 -04:00