Commit Graph

379765 Commits

Author SHA1 Message Date
Mike Conley
294fcbd543 Bug 1057966 - Fix Help menu in e10s windows. r=billm.
The help menu wasn't populating properly because gSafeBrowsing was attempting
to get the URI for the loaded page by getting content.document.documentURI.
Since bug 1051017 landed, content is unavailable for e10s windows. We use
the selected browser's currentURI instead.

--HG--
extra : rebase_source : 7dfa0f74b99ed35563bc4507c2a5ff70a703af3e
2014-08-29 19:54:32 -04:00
Richard Newman
d8d650a7ee Bug 1060536 - Move LocaleAware into Fennec to allow for easier reuse from Search. r=nalexander
--HG--
rename : mobile/android/base/sync/setup/activities/LocaleAware.java => mobile/android/base/LocaleAware.java
2014-08-29 16:14:54 -07:00
Richard Newman
87a9dfbe30 Bug 1060524 - Eliminate pre-Gingerbread support in Android Sync. r=nalexander 2014-08-29 16:14:20 -07:00
Chenxia Liu
201a636411 Bug 1059440 - Don't set noHistory for onboarding activity. r=trivial 2014-08-29 15:52:10 -07:00
Michael Ratcliffe
da361adf4e Bug 1060188 - [App Manager] Cannot use Inspector to view app's DOM on Flame r=paul 2014-08-29 13:44:59 +01:00
Brian Grinstead
de2965fbbf Bug 1060041 - Don't expand folders in projecteditor tree by default;r=jryans 2014-08-29 15:49:11 -07:00
Raymond Etornam Agbeame(:retornam)
d6888a866b Bug 1052856 - Copy as curl should use --compressed instead of -H accept-encoding gzip r=jryans 2014-08-29 15:49:01 -07:00
Girish Sharma
d97f20d1cc Bug 970517 - Storage Inspector fron end - tests, r=jwalker 2014-08-29 18:24:52 +05:30
Girish Sharma
2e264a6e61 Bug 970517 - Storage Inspector front end, r=jwalker, mratcliffe 2014-08-29 22:02:49 +05:30
vladikoff
1aac91b58c Bug 1058424 - Fixes network error tests in the FxA Profile Client r=mattn 2014-08-29 10:25:41 -07:00
Nick Alexander
e30276a75c Bug 984503 - Follow-up to fix build bustage. r=me 2014-08-29 15:19:12 -07:00
Vivek Balakrishnan
3bc0805717 Bug 984503 - Add "Remove Firefox Account" menu option to FxAccount status activity. r=nalexander,rnewman
The menu is exposed as "More..." on devices that do not have a hardware
menu button.

========

8adeb1be57
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 984503 - Part 4: Show a toast after removing Firefox Account.

========

aeffca77dc
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 984503 - Part 3: Hide "More..." option if device has a hardware menu button.

    The reason for this dance is to keep the "Remove Account" button out of
    view if at all possible.  I don't want to make it too easy to delete
    your account.

========

4efe597308
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu Aug 28 15:04:38 2014 -0700

    Bug 984503 - Part 2: Add "More..." to Firefox Account status list.

========

ad6a55dc33
Author: vivek <vivekb.balakrishnan@gmail.com>
Date:   Thu Aug 21 00:25:30 2014 +0300

    Bug 984503 - Part 1: Add menu option to remove Firefox Account.
2014-08-28 15:05:11 -07:00
Nick Alexander
899f3ad167 Bug 984503 - Pre: Remove trailing newlines from previous commit. r=trivial 2014-08-29 11:27:09 -07:00
Mark Capella
e8fa8da225 Bug 1021804 - Long press on news story links invoke context menu, r=kats, wesj 2014-08-29 17:32:40 -04:00
Ed Lee
d73c9ba84e Bug 1045760 - Enhance tiles more specifically than eTLD+1/baseDomain (e.g., no enhance bugzilla.mozilla.org for mozilla.org) [r=dao]
Use all levels of subdomain except for common subdomains that are actually the same site.
2014-08-29 13:35:59 -07:00
Ryan VanderMeulen
dd48ab3482 Merge m-c to fx-team. a=merge 2014-08-29 15:43:07 -04:00
Wes Kocher
7cfba5fa6e Backed out 2 changesets (bug 984503) for android build bustage
Backed out changeset 579667582c6a (bug 984503)
Backed out changeset 56c4334e838f (bug 984503)
2014-08-29 12:30:33 -07:00
Ryan VanderMeulen
f9e1c75706 Merge b2g-inbound to m-c. a=merge 2014-08-29 15:26:40 -04:00
Ryan VanderMeulen
24eecd3cdf Backed out changesets de5cefa8e52e and 5f66ff9f11f2 (bug 1057898) for Gaia Python integration test failures. a=backout 2014-08-29 15:22:17 -04:00
Ryan VanderMeulen
bc0492cc53 Merge fx-team to m-c. a=merge 2014-08-29 15:10:18 -04:00
Margaret Leibovic
0992863beb Bug 1057634 - Use localized string for default search engine identifier. r=bnicholson 2014-08-29 12:06:01 -07:00
Margaret Leibovic
f9d917d9aa Bug 1057629 - Use search plugins that ship with Fennec to populate options in search activity settings. r=bnicholson 2014-08-29 12:05:58 -07:00
Nick Alexander
3f1715f746 Bug 1057637 - Extract a re-usable ExpandableListAdapter out of RemoteTabsList. r=mcomella
This patch does a few other small things as well:

* It exposes the client device type.  This will be used later, as part of
  the visual refresh.
* Aligns the field names in remote_tabs_child with the names used by
  TwoLinePageRow.  This will be used later, when we finally use said
  standard view class.

--HG--
extra : rebase_source : 291f69a5f9b68801dd9154c5d291c6795d218ff6
2014-08-29 11:56:41 -07:00
Nick Alexander
45478db795 Bug 1058160 - Make o.m.g.BrowserApp LAUNCHER activity default and high priority. r=bnicholson
In order to launch in response to the MAIN activity (via |adb shell am
start -a android.intent.action.MAIN org.mozilla.fennec|, for example),
the activity must have category default.  That is added automatically to
<activity> elements that have category LAUNCHER, but apparently not to
<activity-alias> elements.  This patch adds it manually.

In general, <intent-filters> are prioritized by their order in the
manifest file.  To avoid future confusion, this patch bumps the
android:priority of the existing filter.

--HG--
extra : rebase_source : 021da06af2f3e41fc0f38eee7fc33360797f64b0
2014-08-29 11:51:46 -07:00
Ryan VanderMeulen
5c2f080f01 Backed out 6 changesets (bug 939318) for Windows xpcshell failures on a CLOSED TREE.
Backed out changeset faece15110ef (bug 939318)
Backed out changeset ecc0368d9283 (bug 939318)
Backed out changeset 4dcb889cf913 (bug 939318)
Backed out changeset 2fe8c65c26c2 (bug 939318)
Backed out changeset 0b9c1bbc7826 (bug 939318)
Backed out changeset fc191ae0a0e8 (bug 939318)
2014-08-29 14:22:47 -04:00
B2G Bumper Bot
ef2f80c894 Bumping manifests a=b2g-bump 2014-08-29 11:22:36 -07:00
B2G Bumper Bot
a17ee1fea7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/698faea80f6b
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #23440 from benfrancis/1058096

Bug 1058096 - Add show windows button to Rocketbar on Browser start page r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/613f000b2520
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 1058096 - Add show windows button to Rocketbar on Browser start page
2014-08-29 11:10:29 -07:00
B2G Bumper Bot
e9d0b0e710 Bumping manifests a=b2g-bump 2014-08-29 11:02:34 -07:00
B2G Bumper Bot
2df5ff588c Bumping manifests a=b2g-bump 2014-08-29 10:48:26 -07:00
B2G Bumper Bot
370d559268 Bumping manifests a=b2g-bump 2014-08-29 10:03:01 -07:00
B2G Bumper Bot
111ad27656 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/886b2949b391
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #23492 from gaye/bug-1060447

Disable week_view_test.js on tbpl

========

https://hg.mozilla.org/integration/gaia-central/rev/d0e4c000c778
Author: gaye <gaye@mozilla.com>
Desc: Disable week_view_test.js on tbpl
2014-08-29 09:55:15 -07:00
B2G Bumper Bot
c043cf7b47 Bumping manifests a=b2g-bump 2014-08-29 09:53:42 -07:00
Jared Wein
32f1127925 Bug 1048882 follow-up - Change the string ID of feedback_window_will_close_in. r=standard8
--HG--
extra : rebase_source : 258a4aa681f6782f8e39302d14c3693d3adc2a2d
2014-08-29 12:43:27 -04:00
B2G Bumper Bot
5a904e5842 Bumping manifests a=b2g-bump 2014-08-29 09:40:42 -07:00
Jason Orendorff
2cd0c964b7 Follow-up 2 to bug 1041631 - Make several more tests work when Symbol is not defined. no_r=me, a=RyanVM on a CLOSED TREE.
--HG--
extra : rebase_source : 16b265e2c241278bc15f8aa6a976ed736fcafcac
2014-08-29 11:36:45 -05:00
B2G Bumper Bot
61f03649f2 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/24ad0668cab1
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Merge pull request #23331 from zbraniecki/1022767-use-json-l10n-manifests"

This reverts commit 2d16dbb66bc1acdf759e3ad43e5ac9c4c9f9aa2c, reversing
changes made to 001d1761e4685c2a08d3e96bb362f031d47f4033.
2014-08-29 09:35:12 -07:00
Paul Adenot
a6a05ae91e Backed out changeset aaa4cf41cade (bug 1060311) on a CLOSED TREE 2014-08-29 18:25:35 +02:00
Paul Adenot
5d031aff93 Backed out changeset 36cedce0c8b3 (bug 1060311) 2014-08-29 18:23:12 +02:00
Jason Orendorff
5ba2d14230 Follow-up to bug 1041631 - Make a new test work whether Symbol is defined or not. no_r=me, a=RyanVM on a CLOSED TREE. 2014-08-29 10:59:19 -05:00
Chris Manchester
7f6a9e49b0 Bug 1045525 - Convert automationutils python logging to log through mozlog.structured.;r=ahal 2014-08-29 10:37:17 -04:00
B2G Bumper Bot
5a8a4ae924 Bumping manifests a=b2g-bump 2014-08-29 07:04:17 -07:00
B2G Bumper Bot
6104dd8326 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8d036be6b988
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #23472 from wilsonpage/1060295

Bug 1060295 - Remove stray .only r=Rik

========

https://hg.mozilla.org/integration/gaia-central/rev/d4912b8ae4de
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1060295 - Remove stray .only
2014-08-29 06:55:22 -07:00
B2G Bumper Bot
7f7062dc91 Bumping manifests a=b2g-bump 2014-08-29 06:45:39 -07:00
B2G Bumper Bot
12fece47c1 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c4a9b3d6aeac
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #23481 from etiennesegonzac/bug-1039455-follow-upt

Bug 1039455 follow up - Updating the l10n key in the test file too. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/ef0704cc7a2a
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1039455 follow up - Updating the l10n key in the test file too.

========

https://hg.mozilla.org/integration/gaia-central/rev/cf093c66a981
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #23482 from alivedise/bugzilla/1060344/gij

Bug 1060344 - Fix layout manager ref error r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/813389e5a551
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1060344 - Fix layout manager ref error
2014-08-29 06:45:27 -07:00
Carsten "Tomcat" Book
22a02d91d0 Merge mozilla-central to b2g-inbound a=merge 2014-08-29 15:41:02 +02:00
B2G Bumper Bot
f234f0837a Bumping manifests a=b2g-bump 2014-08-29 06:38:24 -07:00
Paul Adenot
12585467d5 Bug 1060311 - Force the use of an AudioCallbackDriver when at least an AudioNodeStream is present in the graph. r=jesup
This prevent a bug where the graph would be using a SystemClockDriver even if it
was rendering Web Audio API content.

It went like this:
- An AudioContext was created.
- Some AudioNodeStream (Web Audio API MediaStreams) were created, but their
MediaStreamTrack was not added yet
- During the stream ordering, we would see that we were running an
AudioCallbackDriver (because the MSG was created using an AudioContext, and we
pass in hints regarding the type of MediaStreams that will be added in the
future, to open the audio stream as early as we can, because it can take some
time, the MSG was created directly using an AudioCallbackDriver)
- Also during the stream ordering, we see that none of our MediaStream have an
MediaStreamTrack with an audio track. This triggers a switch to a
SystemClockDriver, because the graph thinks there is no audio.
- During CreateAndDestroyAudioNode, we would not switch to an
AudioCallbackDriver on the first iteration (right after the UpdateStreamOrder
call), because we would be switching, and not during the iteration after,
because we thought we already switched (the first patch makes this more robust).

This basically forces an AudioCallbackDriver if there is an AudioNodeStream,
which prevents unnecessary GraphDriver switches (and save threads creation
destruction, audio stream create and destruction, and all other resources
associated with a GraphDriver).

--HG--
extra : rebase_source : 3c79c64a5dffee4c059d286125f0446c04a07a01
2014-08-29 15:18:03 +02:00
Paul Adenot
96b0bfded6 Bug 1060311 - Always use an AudioCallbackDriver when there is and AudioOutputStream. r=jesup
This makes the driver switching logic more robust against other bugs.

--HG--
extra : rebase_source : 556c2c80e1f5901b26f8bb56ea1cebfed3259412
2014-08-29 15:16:41 +02:00
Masatoshi Kimura
2e9ca256a2 Bug 1028288: Add two reftests for globalAlpha. One just tests globalAlpha, and one tests scaling and globalAlpha. r=roc 2014-08-29 23:04:35 +09:00
James Kolb
74a487913a Bug 1028288 Add canvas global transparency support to svgs. r=seth 2014-08-29 23:04:34 +09:00