Commit Graph

372237 Commits

Author SHA1 Message Date
Florian Quèze
a3cc5a9278 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
6bad024580 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
b7d71d4781 Bug 1039034 - Don't leak add-on interpositions at shutdown (r=bholley) 2014-07-18 16:50:55 -07:00
Mike Hommey
40d22b0bb7 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
d3f990ebdb Bug 1040639 - Remove LIBS_DIR. r=mshal 2014-07-19 08:42:16 +09:00
Patrick McManus
08a92d4674 bug 1035075 - orderly shutdown of pac thread r=sworkman 2014-07-18 16:44:24 -04:00
Wes Kocher
e0365dc1db Backed out changeset 72d92f058cf0 (bug 989348) under suspicion of causing various devtools crashes 2014-07-18 16:29:58 -07:00
Andrei Oprea
f3affdedea 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
929219727b Backed out changeset ece3f69eb1b1 (bug 1035075) for various gc crashes 2014-07-18 15:32:00 -07:00
Shu-yu Guo
df4b247bb2 Bug 1037665 - Don't optimize arguments.callee in strict mode. (r=h4writer) 2014-07-18 14:39:30 -07:00
Jeff Muizelaar
4f8f5212b2 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
404ebfb0df Backed out changeset 9b764e12796d (bug 1039883) for b2g m7 failures 2014-07-18 14:21:44 -07:00
Patrick McManus
adfb0ce97e bug 1035075 - orderly shutdown of pac thread r=sworkman 2014-07-18 16:44:24 -04:00
Brian R. Bondy
274ff091b0 Bug 1009816 - Firefox desktop: openh264 updates: check, download, install. r=rstrong, gfritzsche 2014-07-17 21:46:10 -04:00
Vaibhav Agrawal
bbe56494c5 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
b0ab4240a5 Bug 989348 - BaselineCompiler: Optimize JSOP_ARRAYPUSH. r=djvj 2014-07-04 13:54:34 +02:00
Ryan VanderMeulen
4eb376e702 Merge m-c to inbound. a=merge 2014-07-18 15:47:48 -04:00
Ryan VanderMeulen
9490a997b5 Merge b2g-inbound to m-c. a=merge 2014-07-18 15:45:03 -04:00
Sotaro Ikeda
0ec28966e8 Bug 1039883 - release Tiled layer's gralloc when an application is background r=nical 2014-07-18 12:40:35 -07:00
Ryan VanderMeulen
0f268d1df8 Bug 1040924 - Disable serviceworker tests on all platforms except Windows. 2014-07-18 15:38:43 -04:00
Ryan VanderMeulen
8f1d154973 Merge fx-team to m-c. a=merge 2014-07-18 15:21:24 -04:00
Felipe Gomes
ffffc2cf45 Bug 1009760 - Support displaying of crash notification for GMP plugins. r=gfritzsche 2014-07-18 15:11:53 -03:00
Shane Caraveo
3ee4babba1 Bug 1032432 remove builtin manifest support, r=felipe 2014-07-18 10:27:52 -07:00
Nick Alexander
be74041ced 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
be07a25f1f 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
b87110627c Bumping manifests a=b2g-bump 2014-07-18 09:17:08 -07:00
B2G Bumper Bot
a6dfbec00d 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
62a722f6ec Bumping manifests a=b2g-bump 2014-07-18 08:21:18 -07:00
Ed Lee
98492f2852 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
a75d53ebdc 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
525ed21fcb Bumping manifests a=b2g-bump 2014-07-18 08:01:50 -07:00
B2G Bumper Bot
64b9159a22 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
981996f6d0 Bumping manifests a=b2g-bump 2014-07-18 07:41:22 -07:00
B2G Bumper Bot
5c5222ed14 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
ad0e48e9b4 Merge m-c to b2g-inbound. a=merge 2014-07-18 10:26:13 -04:00
Ryan VanderMeulen
6725688485 Merge m-c to inbound. a=merge 2014-07-18 10:25:14 -04:00
Carsten "Tomcat" Book
acddf2b5ae Backed out changeset 79d65a1bbb01 (bug 1039883) for assertion failures on a CLOSED TREE 2014-07-18 16:09:15 +02:00
B2G Bumper Bot
a200cd3bdb Bumping manifests a=b2g-bump 2014-07-18 06:56:13 -07:00
B2G Bumper Bot
c13a9e8834 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
d84fbe1b1f 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
90bfb3cdf9 Bumping manifests a=b2g-bump 2014-07-18 06:41:40 -07:00
B2G Bumper Bot
3035c1f998 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
1179090250 Bug 1039883 - release Tiled layer's gralloc when an application is background r=nical 2014-07-18 06:21:24 -07:00
Ryan VanderMeulen
75d6717367 Merge b2g-inbound to m-c. a=merge 2014-07-18 09:15:30 -04:00
Ehsan Akhgari
9222a1a27e 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
7cc15e0dc1 Bug 1009909 - Only run test_openh264.js on Firefox desktop. rs=gfritzsche 2014-07-18 09:11:25 -04:00
B2G Bumper Bot
8a5e64152e Bumping manifests a=b2g-bump 2014-07-18 05:46:17 -07:00
B2G Bumper Bot
94d69055ba 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
B2G Bumper Bot
1150074007 Bumping manifests a=b2g-bump 2014-07-18 05:31:14 -07:00
B2G Bumper Bot
7d2c9b8a4a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

bug 1038167 - Update icons for Find My Device, Vertical Homescreen, Smar...

========

https://hg.mozilla.org/integration/gaia-central/rev/9e855ac9b8ec
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 1038167 - Update icons for Find My Device, Vertical Homescreen, Smart Collection and System App
2014-07-18 05:25:29 -07:00