Commit Graph

194709 Commits

Author SHA1 Message Date
Bill McCloskey
89f4a776d8 Bug 1039034 - Don't leak add-on interpositions at shutdown (r=bholley) 2014-07-18 16:50:55 -07:00
Mike Hommey
7fed84e25c 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
15534a15c4 Bug 1040639 - Remove LIBS_DIR. r=mshal 2014-07-19 08:42:16 +09:00
Patrick McManus
5373bfe55a bug 1035075 - orderly shutdown of pac thread r=sworkman 2014-07-18 16:44:24 -04:00
Wes Kocher
94cf0b6805 Backed out changeset 72d92f058cf0 (bug 989348) under suspicion of causing various devtools crashes 2014-07-18 16:29:58 -07:00
Andrei Oprea
c9f85c4a2f 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
2639b7c423 Backed out changeset ece3f69eb1b1 (bug 1035075) for various gc crashes 2014-07-18 15:32:00 -07:00
Shu-yu Guo
bf16278e5c Bug 1037665 - Don't optimize arguments.callee in strict mode. (r=h4writer) 2014-07-18 14:39:30 -07:00
Jeff Muizelaar
b65077c128 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
8ddcd2a26d Backed out changeset 9b764e12796d (bug 1039883) for b2g m7 failures 2014-07-18 14:21:44 -07:00
Patrick McManus
d9fd068b46 bug 1035075 - orderly shutdown of pac thread r=sworkman 2014-07-18 16:44:24 -04:00
Brian R. Bondy
bacbafa425 Bug 1009816 - Firefox desktop: openh264 updates: check, download, install. r=rstrong, gfritzsche 2014-07-17 21:46:10 -04:00
Vaibhav Agrawal
db751446dd 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
f486859454 Bug 989348 - BaselineCompiler: Optimize JSOP_ARRAYPUSH. r=djvj 2014-07-04 13:54:34 +02:00
Ryan VanderMeulen
070af6940f Merge m-c to inbound. a=merge 2014-07-18 15:47:48 -04:00
Ryan VanderMeulen
8aa3d5e09c Merge b2g-inbound to m-c. a=merge 2014-07-18 15:45:03 -04:00
Sotaro Ikeda
b7cddab42f Bug 1039883 - release Tiled layer's gralloc when an application is background r=nical 2014-07-18 12:40:35 -07:00
Ryan VanderMeulen
116ac21c5d Bug 1040924 - Disable serviceworker tests on all platforms except Windows. 2014-07-18 15:38:43 -04:00
Ryan VanderMeulen
c300f93ef4 Merge fx-team to m-c. a=merge 2014-07-18 15:21:24 -04:00
Felipe Gomes
c8009c6282 Bug 1009760 - Support displaying of crash notification for GMP plugins. r=gfritzsche 2014-07-18 15:11:53 -03:00
Shane Caraveo
bf1b792930 Bug 1032432 remove builtin manifest support, r=felipe 2014-07-18 10:27:52 -07:00
Nick Alexander
bc24a84c83 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
bf39609315 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
2edf18710e Bumping manifests a=b2g-bump 2014-07-18 09:17:08 -07:00
B2G Bumper Bot
40a394779c 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
3d5ac500ff Bumping manifests a=b2g-bump 2014-07-18 08:21:18 -07:00
Ed Lee
053f48e293 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
305977b400 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
80e78eddfb Bumping manifests a=b2g-bump 2014-07-18 08:01:50 -07:00
B2G Bumper Bot
f6c5a79e5c 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
fea4de7d2f Bumping manifests a=b2g-bump 2014-07-18 07:41:22 -07:00
B2G Bumper Bot
e6a95891b9 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
b14d8f8ae9 Merge m-c to b2g-inbound. a=merge 2014-07-18 10:26:13 -04:00
Ryan VanderMeulen
77b1c14c1a Merge m-c to inbound. a=merge 2014-07-18 10:25:14 -04:00
Carsten "Tomcat" Book
273ec53f14 Backed out changeset 79d65a1bbb01 (bug 1039883) for assertion failures on a CLOSED TREE 2014-07-18 16:09:15 +02:00
B2G Bumper Bot
508b109f42 Bumping manifests a=b2g-bump 2014-07-18 06:56:13 -07:00
B2G Bumper Bot
b95397857a 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
21dbef51d4 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
f80ba0f8ff Bumping manifests a=b2g-bump 2014-07-18 06:41:40 -07:00
B2G Bumper Bot
4e05b00979 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
7af2d14a42 Bug 1039883 - release Tiled layer's gralloc when an application is background r=nical 2014-07-18 06:21:24 -07:00
Ryan VanderMeulen
b713fb7b68 Merge b2g-inbound to m-c. a=merge 2014-07-18 09:15:30 -04:00
Ehsan Akhgari
52958fa67e 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
eab75aef97 Bug 1009909 - Only run test_openh264.js on Firefox desktop. rs=gfritzsche 2014-07-18 09:11:25 -04:00
B2G Bumper Bot
f51dd50798 Bumping manifests a=b2g-bump 2014-07-18 05:46:17 -07:00
B2G Bumper Bot
9ce93cf7ed 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
4c721aae53 Bumping manifests a=b2g-bump 2014-07-18 05:31:14 -07:00
B2G Bumper Bot
2a6a38c5d2 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
Carsten "Tomcat" Book
a35dfdecd6 merge b2g-inbound to mozilla-central a=merge 2014-07-18 13:02:11 +02:00
Carsten "Tomcat" Book
2071b3e405 Backed out changeset 06a1ebb05c63 (bug 1000428) for causing regressions 2014-07-18 12:03:53 +02:00