Commit Graph

376927 Commits

Author SHA1 Message Date
Matthew Gregan
1f7a632528 Bug 1053682 - Optimize SourceBufferResource::ReadAt/ReadFromCache a little. r=cajbir
--HG--
rename : content/media/mediasource/MediaSourceDecoder.cpp => content/media/mediasource/MediaSourceReader.cpp
extra : rebase_source : 2ed344b1731d07f4e89b4695d36a1e0d26ada41f
2014-08-14 01:41:00 +12:00
Matthew Gregan
2988a96173 Bug 1053674 - Remove subclass of StateMachine and use our own task queue. r=cpearce
--HG--
rename : content/media/mediasource/MediaSourceDecoder.cpp => content/media/mediasource/MediaSourceReader.cpp
extra : rebase_source : a34a9a5c0274bae5c7f065535242316d605e8e65
2014-08-14 01:14:00 +12:00
Matthew Gregan
247d934871 Bug 1053658 - Split MSDecoder and MSReader into separate files. r=cajbir
--HG--
rename : content/media/mediasource/MediaSourceDecoder.cpp => content/media/mediasource/MediaSourceReader.cpp
extra : rebase_source : 2fb1adcbf8795259b45bae58fa8fa342b6235bae
2014-08-14 00:22:00 +12:00
Matthew Gregan
7465be451d Bug 1054149 - Fix anFoo coding style violation in content/media. r=cpearce
--HG--
extra : rebase_source : 69152bba07ecbf4e1a5790ba0f6abb0a6cda3be2
2014-08-14 21:24:00 +12:00
Matt Woodrow
a021626551 Bug 1051592 - Clip DrawTargetCairo's context to the surface bound to prevent massive mask allocations within cairo. r=jrmuizel 2014-08-15 14:23:22 +12:00
Mike Hommey
f287c057c6 Bug 1053140 part 3 - Separate out sandbox infrastructure from moz.build variables storage. r=gps
--HG--
rename : python/mozbuild/mozbuild/frontend/sandbox_symbols.py => python/mozbuild/mozbuild/frontend/context.py
rename : python/mozbuild/mozbuild/test/frontend/test_sandbox_symbols.py => python/mozbuild/mozbuild/test/frontend/test_context.py
2014-08-15 13:52:18 +09:00
Mike Hommey
3baab7344b Bug 1053140 part 2 - Add a test for exported variable override. r=gps 2014-08-15 13:52:18 +09:00
Mike Hommey
a165981551 Bug 1053140 part 1 - Add a default_dict-like container, with a default_factory taking the key as argument. r=gps 2014-08-15 13:52:18 +09:00
Mike Hommey
6625703ef7 Bug 1053097 - Delay the gathering of python dependencies for the build backend. r=gps 2014-08-15 13:52:18 +09:00
Mike Hommey
ba323eb329 Bug 1053085 part 2 - Move config environment fiddling out of MozbuildSandbox initialization. r=gps 2014-08-15 13:52:17 +09:00
Mike Hommey
f59aeb3693 Bug 1053085 part 1 - Rely on the config environment for TOPSRCDIR and TOPOBJDIR within frontend code. r=gps 2014-08-15 13:52:17 +09:00
Mike Hommey
0db4c56941 Bug 1053080 - Improve mozbuild.util.memoize and add memoized_property. r=gps 2014-08-15 13:52:17 +09:00
Ryan VanderMeulen
32e4c3bc63 Backed out changeset 028c43cd12a5 (bug 1051592) for Windows bustage.
CLOSED TREE
2014-08-15 00:37:46 -04:00
Matt Woodrow
498db5bab8 Bug 1053159 - fully qualify filter name to fix bustage. CLOSED TREE
--HG--
extra : rebase_source : d819fe43ccceb6b70e036df9fab1d15cfcbd21ae
2014-08-15 14:56:44 +12:00
Ryan VanderMeulen
9025c1a288 Merge m-c to inbound. a=merge 2014-08-14 22:30:51 -04:00
Matt Woodrow
815df95ef5 Bug 1053078 - Use a timeout instead of tick count for preventing refresh driver hangs since ASAP mode accumulates tick counts too quickly. r=roc
--HG--
extra : rebase_source : b19754d2b3e6731fb89d89ac093f144c8d786b07
2014-08-15 14:24:50 +12:00
Matt Woodrow
5d00daf774 Bug 1053159 - Initialize gfxPattern::mFilter. r=Bas
--HG--
extra : rebase_source : 8b381ebeda17be5931f38ababb19fe6eead09c52
2014-08-15 14:24:11 +12:00
Matt Woodrow
0e61a0217b Bug 1051592 - Clip DrawTargetCairo's context to the surface bound to prevent massive mask allocations within cairo. r=jrmuizel
--HG--
extra : rebase_source : 89bc9dd9c4d5120c73b025d5106827594fac6663
2014-08-15 14:23:22 +12:00
Ryan VanderMeulen
e8c3b4d1bb Merge inbound to m-c. a=merge 2014-08-14 22:15:29 -04:00
Ryan VanderMeulen
c5e044660b Merge fx-team to m-c. a=merge 2014-08-14 22:10:07 -04:00
Ryan VanderMeulen
ed4d74b747 Merge b2g-inbound to m-c. a=merge 2014-08-14 22:03:46 -04:00
Bobby Holley
a5c1a27839 Bug 1052052 - Convert AutoJSContext to AutoJSAPI. r=gabor
With this change, the only cx push left in the tree happens inside of AutoJSAPI. \o/
2014-08-14 18:47:16 -07:00
Bobby Holley
e70ddb7476 Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor 2014-08-14 18:47:15 -07:00
Bobby Holley
850fc35028 Bug 1052052 - Hoist AutoCxPusher into ScriptSettings.h. r=gabor 2014-08-14 18:47:15 -07:00
Eitan Isaacson
0ab3acbee2 Bug 1053462 - Add isFromUserInput to vc change events and pivot methods. r=surkov 2014-08-14 21:44:59 -04:00
Ryan VanderMeulen
c55e90c660 Bug 1054087 - Disable test_dom_input_event_on_htmleditor.html on Android 2.3 for perma-failing since the number of Android mochitest chunks was increased. a=me 2014-08-14 21:03:46 -04:00
Dan Gohman
0771b71c21 Bug 1041673 - IonMonkey: Implement opcode testing and casts with member function templates. r=nbp 2014-08-14 17:11:57 -07:00
Eric Edens
278e263b47 Bug 1042943 - Allow users to switch search engine. r=margaret 2014-08-14 16:40:30 -07:00
Margaret Leibovic
a1039e8b10 Bug 1043034 - Add underline to search bar when inactive. r=wesj 2014-08-14 17:13:42 -07:00
Brian Nicholson
57e5eeea76 No bug - Remove obsolete Promise.defer() from comment. DONTBUILD 2014-08-14 17:11:29 -07:00
Ed Lee
658c3d2172 Bug 1044602 - about:newtab tiles look different than anything else in the browser [r=adw]
Use a solid color background and remove now unused texture. Tweak gradient, hover images, borders.
2014-08-14 17:03:48 -07:00
Ed Lee
1c508f9ef0 Bug 1048137 - Page title color is poor contrast in New Tab Page [r=adw] 2014-08-14 17:03:47 -07:00
Ed Lee
ed76d0db3a Bug 1048148 - Reduce rounded corners and glow on tiles [r=adw] 2014-08-14 17:03:47 -07:00
Ed Lee
fd8aade4c4 Bug 1045769 - Adjust new tab whitespace: whitespace sizing, positioning of undo box [r=adw]
Move undo box to the top left above the seach box which now contains its appropriate padding.
2014-08-14 17:03:46 -07:00
Ed Lee
f0c1aae7dc Bug 1053937 - Visiting localhost prevents later tiles from being shown [r=adw]
Fallback to asciiHost when IP/insufficient levels. Update tests to localhost to trigger failure codepath.
2014-08-14 17:03:46 -07:00
B2G Bumper Bot
b0567145d9 Bumping manifests a=b2g-bump 2014-08-14 16:26:14 -07:00
B2G Bumper Bot
dc0cf0f7af Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a58ab122a656
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #22841 from julienw/1053276-fix-activity-handler-tests

Bug 1053276 - [Messages] ActivityHandler tests are failing if the test a...

========

https://hg.mozilla.org/integration/gaia-central/rev/6c28c1d1447d
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1053276 - [Messages] ActivityHandler tests are failing if the test agent is hidden r=azasypkin
2014-08-14 16:20:28 -07:00
B2G Bumper Bot
71aa335ade Bumping manifests a=b2g-bump 2014-08-14 16:11:14 -07:00
B2G Bumper Bot
2eefc76427 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/508eaa6999cf
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #22899 from jrburke/bug1050725-email-notranslate-overpaint

Bug 1050725 - Reduce overpaint of the email app. Patch from vingtetun, r=jrburke

========

https://hg.mozilla.org/integration/gaia-central/rev/2036f5bc7793
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1050725 - Reduce overpaint of the email app
2014-08-14 16:05:28 -07:00
Ralph Giles
80b9c4606c Bug 1054043 - Remove 32 bit cmd wapper from mozrunner. r=ted
We no longer support MacOS 10.5 and the version string compare
fails on 10.10. Unbreaks running the mochitests there.
2014-08-14 15:44:00 -07:00
Ralph Giles
ebddba08ca Bug 1054043 - Remove wrapcommand. r=ted
This code was only needed on osx 10.5, and the version string compare
fails on osx 10.10.
2014-08-14 15:35:00 -07:00
Jim Blandy
b39e51b735 Bug 961326: Give SpiderMonkey an API that embeddings can use to safely construct values for Debugger clients. r=jorendorff 2014-08-14 16:33:21 -07:00
Jim Blandy
bb0be928e2 Bug 971673: Ensure mozilla::dom::ScriptSettingsStackEntry is only used as a base class: make its constructor protected. r=bholley 2014-08-14 16:23:15 -07:00
Jed Davis
1c8a8d2d9b No bug - Add trailing newlines for non-Android Linux sandbox logging. r=kang
--HG--
extra : rebase_source : c0e936b62289c0e5eecad41fce9afac881fe4667
2014-08-14 15:39:14 -07:00
Jim Blandy
140805033c Bug 1051115: Let users tell ubi::Edge not to provide edge names, as they're expensive to compute, and not everyone needs them. r=terrence 2014-08-14 15:59:59 -07:00
B2G Bumper Bot
e451103776 Bumping manifests a=b2g-bump 2014-08-14 15:11:18 -07:00
B2G Bumper Bot
26c7603791 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/da1b66f8c12f
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #22594 from justindarc/bug1049198

Bug 1049198 - Camera/Video should use mark Color layer as [not visible] ...

========

https://hg.mozilla.org/integration/gaia-central/rev/3677006e1531
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 1049198 - Camera/Video should use mark Color layer as [not visible] when covered by video
2014-08-14 15:05:28 -07:00
Ryan VanderMeulen
93ae6ba543 Merge m-c to b2g-inbound. a=merge 2014-08-14 17:29:21 -04:00
B2G Bumper Bot
4d35ee901d Bumping manifests a=b2g-bump 2014-08-14 14:26:18 -07:00
B2G Bumper Bot
8e54bdca33 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0efeae66a0b0
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #22868 from mpizza/Bug_1053614_release_status_bug

Bug 1053614 - [woodduck] repeatedly enter and leave camera app, then hig...h chance camera will be black screen when entering camera.

========

https://hg.mozilla.org/integration/gaia-central/rev/aedb3eea4dc1
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 1053614 - [woodduck] repeatedly enter and leave camera app, then high chance camera will be black screen when entering camera.
2014-08-14 14:20:31 -07:00