Commit Graph

205412 Commits

Author SHA1 Message Date
Myk Melez
5e8a823842 back out 5aa9b76448b5 (bug 960584) for bustage (it depends on fix that hasn't yet landed) 2014-09-17 01:14:47 -07:00
Blair McBride
967a228095 Bug 1068501 - autocomplete.xml: ReferenceError: assignment to undeclared variable searchEngine. r=mak
--HG--
extra : transplant_source : 9%F7%1FJK%12%BF%80%18%5C%B8%AB%EA%07%F0%F8K%7Bw%B1
2014-09-17 19:40:45 +12:00
Carsten "Tomcat" Book
6711a6e591 Backed out changeset cc361e77343d (bug 1067491) for m-others test failures 2014-09-17 09:01:07 +02:00
Tristan Pollitt
55544bed6d Bug 1044781 - Allow reading list to store and display arbitrary URLs. r=lucasr 2014-09-06 16:51:50 +01:00
Alex Bardas
6a96b10c05 Bug 1063115 - Grey out text for mixed content and tracking protection if the corresponding type has been disabled. r=Unfocused r=dao 2014-09-16 17:57:00 +02:00
Richard Marti
145682a266 Bug 1055873 - Move the -moz-user-select back to incontent-preferences. r=MattN 2014-08-31 22:53:39 +02:00
Mark Hammond
c256240af4 Bug 1053969 - get more social tests working with e10s. r=mixedpuppy 2014-09-17 14:52:44 +10:00
Wes Johnston
990d98d873 Bug 897711 - Follow up for missing file. r=bustage 2014-09-16 20:41:43 -07:00
Wes Johnston
30363ed247 Bug 897711 - Show a notification when in a guest session. r=bnicholson 2014-09-16 20:22:41 -07:00
Blair McBride
1192279c1a Bug 1039028 - Show license info for OpenH264 plugin. r=irving
--HG--
extra : transplant_source : vj%2A%ED%7Dl%86%8F%FE%C2%1Fn%A3%B9%F6i%DD%F7%C2%81
2014-09-17 13:12:09 +12:00
Wes Kocher
15c184540a Merge m-c to fx-team a=merge 2014-09-16 17:23:36 -07:00
Wes Johnston
c89d1f29bb Bug 1063896 - Loop over all url list, not just ones with metadata. r=lucasr 2014-09-16 17:16:42 -07:00
Wes Kocher
76cbf56bb5 Merge inbound to m-c a=merge 2014-09-16 17:06:43 -07:00
Wes Johnston
7998c925e9 Bug 1042199 - Show a search box on error pages. r=margaret 2014-09-16 16:34:52 -07:00
Margaret Leibovic
fbb831522e Bug 1066033 - Use orange text selection handles in search bar. r=wesj 2014-09-16 16:35:41 -07:00
Margaret Leibovic
03715f54ea Bug 1067026 - Fall back to en-US if search plugins aren't found for the user's locale. r=rnewman 2014-09-16 16:35:39 -07:00
Wes Johnston
0a18d22482 Bug 989094 - Remember video and audio sources for webrtc. r=mfinkle 2014-09-16 16:28:51 -07:00
Wes Kocher
02592182ec Merge b2g-inbound to m-c a=merge 2014-09-16 16:22:16 -07:00
Ehsan Akhgari
e979509566 Bug 1067514 - Don't attempt to capture a tab preview in e10s; r=dao 2014-09-16 19:03:59 -04:00
Wes Kocher
214c0e0ea2 Merge fx-team to m-c a=merge 2014-09-16 15:59:12 -07:00
Nick Alexander
14453fd628 Bug 977161 - Part 3: Allow unhiding hidden devices. r=rnewman
I'd like to make the DialogFragment show icons, last synced times,
number of tabs, etc; but AlertDialog does not handle multi-choice lists
backed by a custom list adapters.  (It does handle single-choice lists
backed by custom list adapters.)  We can implement our own dialog
fragment if and when we want better looks.

I've made this somewhat general so that we can use it from
ShareDialog/SendTab, which currently use AlertDialog.  Using
DialogFragment has two advantages.  First, it smoothly persists across
configuration changes; AlertDialog does not.  Second, it allow us to use
AlertDialog until we implement the improved UI above.
2014-09-16 15:41:14 -07:00
Nick Alexander
05533d522a Bug 977161 - Part 2: Add a clickable footer showing hidden device count. r=rnewman
This is quite delicate, due to the interactions between
ExpandableListView and the footer views.  At the end of the day, this
uses an Adapter that handles header and footer views as separate
view-group types.  That means working around Android's limitations; see
the comments in the code for the details.

The alternative would be to implement our own wrapping Adapter; or to
boil the specifics of our use case into RemoteTabsExpandableListAdapter.
This is certainly quicker than the former; and, I hope, less error prone
than the latter.
2014-09-16 15:41:13 -07:00
Nick Alexander
7560482ce3 Bug 977161 - Part 1: Add hide/show context menu items to remote clients. r=rnewman
We're not (yet) using show, but we may as well add it while we're here.
2014-09-16 15:41:12 -07:00
Nick Alexander
0ae78e6d10 Bug 977161 - Part 0: Make Remote{Client,Tab} implement Parcelable. r=rnewman
This is necessary to provide the list of clients to another Fragment:
the way to persist "final members" across configuration changes is to
provide the initial data in the Fragment's arguments bundle.

Note: I'd like to see RemoteClient replace ParcelableClientRecord, and
Fennec's clients table replace direct access to Sync's clients table;
but one step at a time.
2014-09-16 15:41:11 -07:00
Nick Alexander
886c2eb8f9 Bug 1064304 - Part 3: Persist group collapsed/expanded state in SharedPreferences. r=rnewman 2014-09-16 15:41:10 -07:00
Nick Alexander
9719e00b56 Bug 1064304 - Part 2: Show group collapsed/expanded indicator as appropriate. r=rnewman 2014-09-16 15:41:09 -07:00
Nick Alexander
36861608cd Bug 1064304 - Part 1: Land home group collapsed and expanded indicator resources. r=rnewman 2014-09-16 15:41:08 -07:00
Nick Alexander
02e8f272d9 Bug 1064304 - Pre: Align PrefUtils.putStringSet docstring and reality. r=rnewman 2014-09-16 15:41:07 -07:00
Nick Alexander
3e58f7b749 Bug 1063765 - Part 2: Adjust top margin for static content on landscape phones. r=antlam
Per discussion with antlam, we shrink the top margin on landscape phones
in the hopes of fitting the content in the window.  On portrait phones
and all tablets, we maintain a larger top margin.
2014-09-16 15:41:07 -07:00
Nick Alexander
6b2e62c5d8 Bug 1063765 - Part 1: Style Remote Tabs static panels for tablets and portrait phones. r=mcomella
This patch does several things:

1) It wraps static panel content in a ScrollView.

2) It tightens the static panels vertically.  We can fit landscape on
many high-end phones by reducing the space before the header and between
the header and the body text slightly.

3) It makes the body text just a little narrower than the button.  The
idea is for the call to action button to dominate the page horizontally.

4) It caps the maximum width of the content in the ScrollView.  I would
have used maxWidth, but that doesn't exist for LinearLayouts (or
ScrollViews).  Instead, I set a maxWidth for every RemoteTabsPanelItem,
which combined with wrap_content on the containing LinearLayout achieves
the same goal.  It's what I intended to do on tablets.
2014-09-16 15:41:05 -07:00
Ryan VanderMeulen
bb68ecbc73 Backed out 6 changesets (bug 918828) for mass bustage on a CLOSED TREE.
Backed out changeset b59c02df792f (bug 918828)
Backed out changeset 12e7deed1b17 (bug 918828)
Backed out changeset b87ca498ea9a (bug 918828)
Backed out changeset 621224c58e71 (bug 918828)
Backed out changeset 4faff84eb1ba (bug 918828)
Backed out changeset 3695c1c812a5 (bug 918828)
2014-09-16 17:26:34 -04:00
Ryan VanderMeulen
234d711b8c Backed out changeset ed586ca080c0 (bug 1053966) for the same Mnw permafails it was backed out for previously. 2014-09-16 16:54:25 -04:00
Jason Orendorff
feb0cae017 Fix typo in bug 918828, part 1 (rev 4faff84eb1ba). no_r=bustage on a CLOSED TREE.
--HG--
extra : rebase_source : 122464eb7dd07a8465718afdc571a2b8d1ce45f2
2014-09-16 15:28:30 -05:00
Ryan VanderMeulen
b2feb10950 Backed out 3 changesets (bug 962871) for exposing bug 1067958.
Backed out changeset 5e4a2f99574a (bug 962871)
Backed out changeset 83d364b2f226 (bug 962871)
Backed out changeset 8b181c601afb (bug 962871)

CLOSED TREE
2014-09-16 16:26:00 -04:00
B2G Bumper Bot
3d5116af84 Bumping manifests a=b2g-bump 2014-09-16 13:21:39 -07:00
B2G Bumper Bot
445255a9b1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9d4cf6d16100
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #24113 from pivanov/bug-1061445

Bug 1061445 - Bug 1046336 - (2.1-visual-refresh) System Sound Refresh - convert sound to .wav

========

https://hg.mozilla.org/integration/gaia-central/rev/4628b606ecc8
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1061445 - Bug 1046336 - (2.1-visual-refresh) System Sound Refresh - convert sound to .wav
2014-09-16 13:15:57 -07:00
Fabrice Desré
6e8bf2b082 Bug 1059194 - Trusted Hosted Apps, part 3: Basic app install tests r=myk 2014-09-16 13:14:02 -07:00
Vlatko Markovic
12b304479b Bug 1059194 - Trusted Hosted Apps, part 2: CSP infrastructure changes. r=sicking 2014-09-16 13:14:02 -07:00
Vlatko Markovic
e0063e13a5 Bug 1059194 - Trusted Hosted Apps, part 1: App installation & Run. r=fabrice 2014-09-16 13:14:02 -07:00
Fabrice Desré
813093e3ce Bug 1059194 - Trusted Hosted Apps, part 0: Add support in browser developer tools. r=fabrice 2014-09-16 13:14:01 -07:00
Trevor Saunders
98f32225f0 no bug - don't convert nullptr to bool in HelperThreads.cpp r=themaid 2014-09-16 16:11:29 -04:00
B2G Bumper Bot
bcf5ee999d Bumping manifests a=b2g-bump 2014-09-16 13:09:40 -07:00
B2G Bumper Bot
a9e67d77c4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3809aef40863
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #24026 from KevinGrandon/bug_1066206_search_web_result_bookmark

Bug 1066206 - [Search] When user tried to add a Rocketbar result to the homescreen the page opens silently in the background

========

https://hg.mozilla.org/integration/gaia-central/rev/463f5ec18235
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1066206 - [Search] When user tried to add a Rocketbar result to the homescreen the page opens silently in the background r=alive
2014-09-16 13:09:25 -07:00
Bobby Holley
dcc1fbdcbc Bug 1068163 - Turn off release-mode assertion against addon scope prototype munging. a=me 2014-09-16 22:06:51 +02:00
Bobby Holley
cdc07c784e Bug 1068163 - Turn off release-mode assertion against addon scope prototype munging. r=me 2014-09-16 22:06:51 +02:00
Fabrice Desré
a8fe12e652 Bug 1066362 - Move default privileged csp to all.js r=dveditz 2014-09-16 13:01:53 -07:00
Ryan VanderMeulen
b0499f51f4 Backed out changeset ae6de471bcd7 (bug 1058566) for causing bug 1067978. 2014-09-16 15:41:27 -04:00
Mike Habicher
892d3448a6 Bug 1014877 - uncouple preview and video-recording frame sizes, r=aosmond 2014-09-16 15:36:48 -04:00
B2G Bumper Bot
a08c8ccc95 Bumping manifests a=b2g-bump 2014-09-16 12:22:02 -07:00
B2G Bumper Bot
81d1bd0891 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7f40cbf7faa9
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #24072 from sfoster/tutorial-text-height-bug-1065384

Bug 1065384 - Accomodate longer text in FTU tutorial

========

https://hg.mozilla.org/integration/gaia-central/rev/6edb0b43e621
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1065384 - Accomodate longer text in FTU tutorial. r=fcampo
2014-09-16 12:15:52 -07:00