Commit Graph

194713 Commits

Author SHA1 Message Date
Florian Quèze
db151de1f7 Bug 1037430 - implement webrtc global indicator in the Mac menubar, r=dolske. 2014-07-19 02:49:19 +02:00
Florian Quèze
124cb2296c Bug 1037408 - implement the global indicator window, initial patch by Gijs, r=dolske. 2014-07-19 02:49:19 +02:00
Florian Quèze
f83a0b2844 Bug 1037408 - webrtcUI's activeStreams getter should be able to return lists for a specific device type, r=dolske. 2014-07-19 02:49:19 +02:00
Florian Quèze
44ab43da88 Bug 1037408 - add booleans to webrtcUI indicating which sharing indicators should be shown, r=dolske. 2014-07-19 02:49:18 +02:00
Bill McCloskey
9b3e3180f9 Bug 1039034 - Don't leak add-on interpositions at shutdown (r=bholley) 2014-07-18 16:50:55 -07:00
Mike Hommey
a98af9202d Bug 1040649 - Detect changes to frozen variables between rules.mk include and the end of Makefile.in. r=mshal 2014-07-19 08:46:33 +09:00
Mike Hommey
09a1fe2354 Bug 1040639 - Remove LIBS_DIR. r=mshal 2014-07-19 08:42:16 +09:00
Patrick McManus
72da17dd25 bug 1035075 - orderly shutdown of pac thread r=sworkman 2014-07-18 16:44:24 -04:00
Wes Kocher
c38aeecb3b Backed out changeset 72d92f058cf0 (bug 989348) under suspicion of causing various devtools crashes 2014-07-18 16:29:58 -07:00
Andrei Oprea
4d3cbd0c4e Bug 1040901 - Make Loop incoming call view match MVP spec, r=dmose
--HG--
rename : browser/components/loop/content/js/conversation.js => browser/components/loop/content/js/conversation.jsx
2014-07-18 15:50:10 -07:00
Wes Kocher
99005acd1b Backed out changeset ece3f69eb1b1 (bug 1035075) for various gc crashes 2014-07-18 15:32:00 -07:00
Shu-yu Guo
bd15a94ee1 Bug 1037665 - Don't optimize arguments.callee in strict mode. (r=h4writer) 2014-07-18 14:39:30 -07:00
Jeff Muizelaar
65266c1611 Bug 1037220. Reorder rendering to avoid render target switches. r=mwoodrow,bgirard
Before we would for example draw the background, switch to a container layers's
render target, draw to that, switch back the render target draw the
container layer, move on to the next container layer etc.

This render target switching is especially bad for mobile gpus (like adreno
that needs to move things in and out of gmem).

This change switches to a two pass approach that renders all of the container
layers first (unless they need a copy of the background) and then composites
everything all together.

--HG--
rename : toolkit/devtools/jsbeautify/beautify.js => browser/devtools/shared/Jsbeautify.jsm
rename : security/pkix/include/pkix/Input.h => security/pkix/lib/pkixder.h
rename : security/pkix/include/pkix/Result.h => security/pkix/lib/pkixutil.h
rename : toolkit/components/places/tests/unifiedcomplete/test_416211.js => toolkit/components/places/tests/autocomplete/test_416211.js
rename : toolkit/components/places/tests/unifiedcomplete/test_416214.js => toolkit/components/places/tests/autocomplete/test_416214.js
rename : toolkit/components/places/tests/unifiedcomplete/test_417798.js => toolkit/components/places/tests/autocomplete/test_417798.js
rename : toolkit/components/places/tests/unifiedcomplete/test_418257.js => toolkit/components/places/tests/autocomplete/test_418257.js
rename : toolkit/components/places/tests/unifiedcomplete/test_422277.js => toolkit/components/places/tests/autocomplete/test_422277.js
rename : toolkit/components/places/tests/unifiedcomplete/test_autocomplete_on_value_removed_479089.js => toolkit/components/places/tests/autocomplete/test_autocomplete_on_value_removed_479089.js
rename : toolkit/components/places/tests/unifiedcomplete/test_download_embed_bookmarks.js => toolkit/components/places/tests/autocomplete/test_download_embed_bookmarks.js
rename : toolkit/components/places/tests/unifiedcomplete/test_empty_search.js => toolkit/components/places/tests/autocomplete/test_empty_search.js
rename : toolkit/components/places/tests/unifiedcomplete/test_enabled.js => toolkit/components/places/tests/autocomplete/test_enabled.js
rename : toolkit/components/places/tests/unifiedcomplete/test_escape_self.js => toolkit/components/places/tests/autocomplete/test_escape_self.js
rename : toolkit/components/places/tests/unifiedcomplete/test_ignore_protocol.js => toolkit/components/places/tests/autocomplete/test_ignore_protocol.js
rename : toolkit/components/places/tests/unifiedcomplete/test_keyword_search.js => toolkit/components/places/tests/autocomplete/test_keyword_search.js
rename : toolkit/components/places/tests/unifiedcomplete/test_match_beginning.js => toolkit/components/places/tests/autocomplete/test_match_beginning.js
rename : toolkit/components/places/tests/unifiedcomplete/test_multi_word_search.js => toolkit/components/places/tests/autocomplete/test_multi_word_search.js
rename : toolkit/components/places/tests/unifiedcomplete/test_special_search.js => toolkit/components/places/tests/autocomplete/test_special_search.js
rename : toolkit/components/places/tests/unifiedcomplete/test_swap_protocol.js => toolkit/components/places/tests/autocomplete/test_swap_protocol.js
rename : toolkit/components/places/tests/unifiedcomplete/test_tabmatches.js => toolkit/components/places/tests/autocomplete/test_tabmatches.js
rename : toolkit/components/places/tests/unifiedcomplete/test_word_boundary_search.js => toolkit/components/places/tests/autocomplete/test_word_boundary_search.js
rename : toolkit/components/places/tests/unifiedcomplete/head_autocomplete.js => toolkit/components/places/tests/inline/head_autocomplete.js
rename : toolkit/components/places/tests/unifiedcomplete/test_autocomplete_functional.js => toolkit/components/places/tests/inline/test_autocomplete_functional.js
rename : toolkit/components/places/tests/unifiedcomplete/test_casing.js => toolkit/components/places/tests/inline/test_casing.js
rename : toolkit/components/places/tests/unifiedcomplete/test_do_not_trim.js => toolkit/components/places/tests/inline/test_do_not_trim.js
rename : toolkit/components/places/tests/unifiedcomplete/test_keywords.js => toolkit/components/places/tests/inline/test_keywords.js
rename : toolkit/components/places/tests/unifiedcomplete/test_queryurl.js => toolkit/components/places/tests/inline/test_queryurl.js
rename : toolkit/components/places/tests/unifiedcomplete/test_trimming.js => toolkit/components/places/tests/inline/test_trimming.js
rename : toolkit/components/places/tests/unifiedcomplete/test_typed.js => toolkit/components/places/tests/inline/test_typed.js
rename : toolkit/components/places/tests/unifiedcomplete/test_zero_frecency.js => toolkit/components/places/tests/inline/test_zero_frecency.js
rename : toolkit/components/places/tests/unifiedcomplete/xpcshell.ini => toolkit/components/places/tests/inline/xpcshell.ini
extra : rebase_source : dc06e25bcc95db43b5c5267d1b7e1065992ddd9c
2014-07-15 16:26:20 -04:00
Wes Kocher
80cd1b254d Backed out changeset 9b764e12796d (bug 1039883) for b2g m7 failures 2014-07-18 14:21:44 -07:00
Patrick McManus
2a6fb9fb54 bug 1035075 - orderly shutdown of pac thread r=sworkman 2014-07-18 16:44:24 -04:00
Brian R. Bondy
4c19155981 Bug 1009816 - Firefox desktop: openh264 updates: check, download, install. r=rstrong, gfritzsche 2014-07-17 21:46:10 -04:00
Vaibhav Agrawal
0d97b55d41 Bug 1039172 - Warnings are printed twice and "TEST-SKIPPED" are no longer printed in logs. r=jmaher 2014-07-18 07:20:00 -04:00
Sankha Narayan Guria
49b3d9bb1a Bug 989348 - BaselineCompiler: Optimize JSOP_ARRAYPUSH. r=djvj 2014-07-04 13:54:34 +02:00
Ryan VanderMeulen
22af9b2a16 Merge m-c to inbound. a=merge 2014-07-18 15:47:48 -04:00
Ryan VanderMeulen
37eb77073e Merge b2g-inbound to m-c. a=merge 2014-07-18 15:45:03 -04:00
Sotaro Ikeda
f5c38acac7 Bug 1039883 - release Tiled layer's gralloc when an application is background r=nical 2014-07-18 12:40:35 -07:00
Ryan VanderMeulen
37059c7832 Bug 1040924 - Disable serviceworker tests on all platforms except Windows. 2014-07-18 15:38:43 -04:00
Ryan VanderMeulen
735ed878f2 Merge fx-team to m-c. a=merge 2014-07-18 15:21:24 -04:00
Felipe Gomes
44c912d224 Bug 1009760 - Support displaying of crash notification for GMP plugins. r=gfritzsche 2014-07-18 15:11:53 -03:00
Shane Caraveo
90407d5bba Bug 1032432 remove builtin manifest support, r=felipe 2014-07-18 10:27:52 -07:00
Nick Alexander
a7bf593c58 Bug 1032217 - Export gecko.{WebApp,BrowserApp}. r=bnicholson
This allows explicit intents from outside of the App.  Tested locally by:

* creating and launching a home screen shortcut; (the presenting issue)

* trying a an "old style" webapp home screen launch, like:

adb shell am start -a org.mozilla.gecko.WEBAPP -n org.mozilla.fennec_nalexander/.Webapp -d http://penguinpop.justplaymobile.com/penguinpop.webapp

and

adb shell am start -a org.mozilla.gecko.WEBAPP -n org.mozilla.fennec_nalexander/org.mozilla.gecko.Webapp -d http://penguinpop.justplaymobile.com/penguinpop.webapp

Both log the expected message in the dispatcher:

W GeckoWebappImpl(12501)      no package name; treating as legacy shortcut

Both fail with:

E GeckoConsole(12177)         Error getting pref for application/x-web-app-manifest+json.

I verified that this behaviour happens with the Nightly of June 24, 2014 -- the
one right before the patch that introduced this regression.
2014-07-18 09:39:56 -07:00
Nick Alexander
3c8c3d3687 Bug 1036517 - Remove old location uploading code. r=blassey
I kept the existing preference UI since the new stumbler implementation
intends to use it.  I kept the pref listener since Bug 1036508 may elect
to keep using the existing Gecko pref.
2014-07-18 09:39:53 -07:00
B2G Bumper Bot
570b4f681a Bumping manifests a=b2g-bump 2014-07-18 09:17:08 -07:00
B2G Bumper Bot
1a27bcac5a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ced3062ac363
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #21906 from gasolin/issue-1022506

Bug 1022506 - Search results app uses a white icon, rather than a dedica..., r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/7da5adf6f9fe
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1022506 - Search results app uses a white icon, rather than a dedicated nicer looking app icon
2014-07-18 09:15:34 -07:00
B2G Bumper Bot
7950a9acb5 Bumping manifests a=b2g-bump 2014-07-18 08:21:18 -07:00
Ed Lee
6a48226b58 Bug 1039881 - Update tests to use a dummy pref, so it changes no matter what's the default. [r=adw] 2014-07-18 08:19:23 -07:00
B2G Bumper Bot
ca6958f647 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/01b75abeb3a7
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #21932 from nullaus/bug1038167

bug 1038167 - Add 84x84 icons.

========

https://hg.mozilla.org/integration/gaia-central/rev/58a99f37bd0a
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: * actually add 84x84 icons.
2014-07-18 08:15:35 -07:00
B2G Bumper Bot
1b845c08e0 Bumping manifests a=b2g-bump 2014-07-18 08:01:50 -07:00
B2G Bumper Bot
ad74de489e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cf79923c9bf7
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #21931 from nullaus/bug1038167

bug 1038167 - Remove 80x80, 256x256. Add 84x84. Update System to correct...

========

https://hg.mozilla.org/integration/gaia-central/rev/d4f30b69f139
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 1038167 - Remove 80x80, 256x256. Add 84x84. Update System to correct icons. r=timdream
2014-07-18 08:00:31 -07:00
B2G Bumper Bot
57f732140f Bumping manifests a=b2g-bump 2014-07-18 07:41:22 -07:00
B2G Bumper Bot
574bd35206 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7a18735feb03
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1039847 - Dont clear background search when app is killed. r=kgrandon
2014-07-18 07:30:38 -07:00
Ryan VanderMeulen
6c59f42d0b Merge m-c to b2g-inbound. a=merge 2014-07-18 10:26:13 -04:00
Ryan VanderMeulen
fc7b881562 Merge m-c to inbound. a=merge 2014-07-18 10:25:14 -04:00
Carsten "Tomcat" Book
1a9b9f9427 Backed out changeset 79d65a1bbb01 (bug 1039883) for assertion failures on a CLOSED TREE 2014-07-18 16:09:15 +02:00
B2G Bumper Bot
4aa4a72898 Bumping manifests a=b2g-bump 2014-07-18 06:56:13 -07:00
B2G Bumper Bot
46bba782e4 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b3feeb526c5f
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #21825 from empoalp/bug_1038616

Bug 1038616 - [Dialer] Busy tone not playing

========

https://hg.mozilla.org/integration/gaia-central/rev/afebfa2cc9c7
Author: David Garcia <davidg@tid.es>
Desc: Bug 1038616 - [Dialer] Busy tone not playing

========

https://hg.mozilla.org/integration/gaia-central/rev/a5d974f65664
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Revert "Bug 1017756 - Update Loop buttons & state (color, name, visibility...) in contact details when a branding/UX decision is taken"

This reverts commit 703fbd5d3fbb52633ed808762fe89ce6634d595e.
2014-07-18 06:50:30 -07:00
Ryan VanderMeulen
fdbef9936f Bug 1019572 - Disable test_permission_gum_remember.html on opt builds as well.
DONTBUILD
2014-07-18 09:43:37 -04:00
B2G Bumper Bot
50c604e07e Bumping manifests a=b2g-bump 2014-07-18 06:41:40 -07:00
B2G Bumper Bot
6d75f17062 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cc2f9bab3e7a
Author: gitmai <mri@tid.es>
Desc: Merge pull request #21921 from gitmai/bug-997787-page-resize-settings

Bug 997787 - Page resizes when resetting usage from Settings menú
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/0f902db555a6
Author: mai <mri@tid.es>
Desc: Bug 997787 - Page resizes when resetting usage from Settings menu
2014-07-18 06:35:30 -07:00
Sotaro Ikeda
67616ec086 Bug 1039883 - release Tiled layer's gralloc when an application is background r=nical 2014-07-18 06:21:24 -07:00
Ryan VanderMeulen
c77904dac7 Merge b2g-inbound to m-c. a=merge 2014-07-18 09:15:30 -04:00
Ehsan Akhgari
a1fc71a628 Bug 1040174 - Disable the usage of SEH in gtest where we disable it for Gecko; r=glandium 2014-07-18 09:13:08 -04:00
Ryan VanderMeulen
29e8c55d5d Bug 1009909 - Only run test_openh264.js on Firefox desktop. rs=gfritzsche 2014-07-18 09:11:25 -04:00
B2G Bumper Bot
2545d54189 Bumping manifests a=b2g-bump 2014-07-18 05:46:17 -07:00
B2G Bumper Bot
2540104717 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/219b3363067d
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #21865 from jmcanterafonseca/fix_loop_contacts

Bug 1017756 - Update Loop buttons & state (color, name, visibility...) i...

========

https://hg.mozilla.org/integration/gaia-central/rev/c7f10d482742
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 1017756 - Update Loop buttons & state (color, name, visibility...) in contact details when a branding/UX decision is taken

========

https://hg.mozilla.org/integration/gaia-central/rev/e487a23b7756
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 1034565 - CSSLint complains about CSS Variables r=vingtetun
2014-07-18 05:40:29 -07:00