Commit Graph

199180 Commits

Author SHA1 Message Date
Margaret Leibovic
e53fcd36ca Bug 917970 - Use correct text size for mixed content blocking notification. r=lucasr 2014-08-14 11:39:38 -07:00
Margaret Leibovic
e741297fb2 Bug 1048444 - Don't store searches that happen in private browsing mode. r=bnicholson 2014-08-14 11:39:25 -07:00
Nick Alexander
7d28527412 Bug 1053494 - Android Eclipse support for Android v7 support libraries and Play Services. r=bnicholson 2014-08-14 11:28:31 -07:00
Nick Alexander
b1750b8308 Bug 1052889 - Make Android Eclipse generate R.java. r=bnicholson
This patch does two things.  First, it adds the Search Activity sources
to the main Fennec Eclipse project (when enabled).  There's no reason
for a separate project for these, since they are built as part of the
main Fennec package by moz.build.

Second, it arranges for Eclipse to generate the R.java and Manifest.java
files for all Android libraries and ignores the files generated by
moz.build.  (The relevant classes are org.mozilla.{gecko,search}.R.)
This means renaming the FennecResources Eclipse project's package to
org.mozilla.gecko, and renaming the FennecResourcesSearch project's
package to org.mozilla.search.  To be consistent, I switched
org.mozilla.fennec.resources to org.mozilla.gecko throughout.

To accommodate the crash reporter resources, which depend on the static
and generated resources, I added a layer of indirection. By moving the
main resources into project FennecResourcesStatic, we can have (reading
indentation as "depends on"):

FennecResources
  FennecResourcesCrashReporter
    FennecResourcesStatic
    FennecResourcesGenerated
  FennecResourcesBranding

This lets us break the bidirectional dependency between FennecResources
and FennecResourcesCrashReporter.
2014-08-14 11:28:27 -07:00
Ben Curtis
86ca102fd8 Bug 1046020 - Include URI port in token server audiences. r=nalexander
========

5b97feec90
Author: Ben Curtis <androiddev@nosolutions.com>
    Bug 1046020 - Include URI port in token server audiences.

--HG--
extra : amend_source : 706eaa493e969ce27470aafd482f6b61f5f88db8
2014-08-13 16:47:23 -07:00
Nick Alexander
61da33795f Bug 830270 - Follow-up: Land other piece. r=trivial
This landed with only some of the changes from the android-sync
repository present.
2014-08-14 11:25:46 -07:00
Florian Quèze
077fd2af61 Bug 1052779 - Clicking on Mac share icons does not get Firefox into focus, r=Enn. 2014-08-14 19:30:52 +02:00
Florian Quèze
018dbc7842 Bug 1051855 - window sharing indicator on the URL bar stays on after stream.stop has been called, r=Gijs. 2014-08-14 19:29:49 +02:00
Ed Morley
60d0603045 Backed out changeset 79cbd825caac (bug 1034679) for crashes on Windows; CLOSED TREE 2014-08-14 18:07:33 +01:00
Ed Morley
38cd72b7cc Backed out changeset adaf86c7288e (bug 1034679) 2014-08-14 18:07:06 +01:00
Ed Morley
c94f6f6c8d Backed out changeset 011c29fd2668 (bug 1016037) for webaudioeditor test failures; CLOSED TREE 2014-08-14 17:08:58 +01:00
Ed Morley
08acbf5275 Backed out changeset 70cda3c55557 (bug 1016613) for robocop failures; CLOSED TREE 2014-08-14 16:56:58 +01:00
Alexandre Poirot
3605a12d02 Bug 1053164 - Ensure that exception during debuggerserver instanciation are displayed. r=jryans 2014-08-13 05:11:00 -04:00
Brian Grinstead
2aa0f08fe8 Bug 1051136 - Wait for onEditorChange before opening menu in browser_projecteditor_menubar_02.js. r=mratcliffe 2014-08-13 08:06:00 -04:00
Brian Grinstead
9194d45eb4 Bug 1039484 - Prevent closing WebIDE or switch to a new project if any file hasn't been saved. r=paul 2014-08-13 13:35:00 -04:00
Marco Bonardo
6e1500b0f2 Bug 1051830 - Unexpected in-the-middle completion in the urlbar. r=ttaubert 2014-08-14 17:11:41 +02:00
Gregory Szorc
ec27c4e647 Bug 1053315 - Catch more errors during upload; r=bsmedberg
If recording FHR data during uploading raised an exception, it could
potentially abort the upload. This would appear to Mozilla as clients
that suddenly stopped using Firefox.

This patch adds explicit exception trapping around event record to
ensure this doesn't happen.

--HG--
extra : rebase_source : 7cd207b08a4f62be55093c71cb56e28832fd39d8
extra : amend_source : 9144ecea16a013370fffa5c2e833af4ec528ef5b
2014-08-13 11:18:22 -07:00
Alex Bardas
59ae59faa6 Bug 1034679 - Visually display that plug-in states are locked in Add-ons Manager. r=Unfocused 2014-08-11 16:20:00 -04:00
Alex Bardas
0e8d4e2424 Bug 1034679 - Add isEnabledStateLocked property to visually disable plug-ins with locked states in Add-ons Manager. r=bsmedberg 2014-08-08 11:22:00 -04:00
Ethan Pransky
3cba06f3f1 Bug 1016613 - Replace RemoteTabsPanel view with ViewStub in tabs_panel.xml and created new layout file to inflate the ViewStub when user clicks on 3rd button in TabsPanel. r=mcomella
This was done in order to save on resources and not create the RemoteTabsPanel until needed
2014-08-13 10:39:32 -07:00
Jordan Santell
bf8e054248 Bug 1016037 - Remove actor IDs from web audio editor's inspector. r=vp 2014-08-13 15:11:00 -04:00
Rahul Parsani
c96ace0eaf Bug 973727 - Unhide browser toolbar when reaching the end of the page. r=wesj 2014-08-09 19:58:00 -04:00
Mark Banner
bbabf6101c Bug 1046490 Ensure Loop is always enabled in tests, so that turning the pref off doesn't cause failures. r=mikedeboer 2014-08-14 12:22:04 +01:00
Ed Morley
9668346e3a Merge mozilla-central and fx-team 2014-08-14 08:57:08 +01:00
Ed Morley
f89428e987 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-14 08:50:16 +01:00
Ed Morley
1135c32aec Merge latest green b2g-inbound changeset and mozilla-central; a=merge 2014-08-14 08:42:29 +01:00
Wes Johnston
b989727ead Bug 1052288 - Move PageActions to a jsm module. r=bnicholson 2014-08-13 21:38:37 -07:00
B2G Bumper Bot
b9f360d8ba Bumping manifests a=b2g-bump 2014-08-13 21:11:49 -07:00
B2G Bumper Bot
2449a2e2eb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2fb6119da922
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #22756 from gasolin/issue-1023735-4

Bug 1023735 - [Settings] Support new time format settings, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/1dd0642e0a2c
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1023735 - [Settings] Support new time format settings

- change langauge -> update hour12 value
- add default settings and l10n properties
- change timeZone -> redraw time field with user pref
- change time/dateFormat -> update time/date field with user pref
- change date/time field -> correct set date/time
- change date field -> redraw dateFormat with user pref
- add navigator.mozHour12 API shim
- fix date/time picker disabled in no SIM card state
2014-08-13 21:05:26 -07:00
Sotaro Ikeda
6b37857940 Bug 1053204 - remove redundant close() r=bent 2014-08-13 20:57:24 -07:00
B2G Bumper Bot
8fc1f0dcf5 Bumping manifests a=b2g-bump 2014-08-13 20:36:35 -07:00
B2G Bumper Bot
17bccd3c27 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e72195075a52
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #22760 from mnjul/bug_1051758_lockscreen_hairline_misalign

Bug 1051758 - Lockscreen Visual Refresh: "More Notifications" hairline is misaligned. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/d95efee0ec3d
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1051758 - Lockscreen Visual Refresh: "More Notifications" hairline is misaligned
2014-08-13 20:35:13 -07:00
Jamin Liu
22c8f01856 Bug 1043180 - Write a marionette test for Bluetooth pairing based on Bluetooth API v2. r=btian 2014-08-14 11:34:22 +08:00
Jamin Liu
a722811aa2 Bug 1036234 - Fix the follow-up errors from implementation of pairing event handlers. r=btian 2014-08-14 11:34:10 +08:00
Brian Smith
9b020d554d Bug 1053576: Fix VS2013 build regression from bug in nsTextStore.cpp, r=masayuki
--HG--
extra : rebase_source : 0cb157119fd37f76093e66e30eb031dffad75159
extra : histedit_source : cc4ea0c3ceeb881457417d18654dc7dcf134be2b
2014-08-13 17:35:15 -07:00
B2G Bumper Bot
3c6d2d42c9 Bumping manifests a=b2g-bump 2014-08-13 15:21:14 -07:00
B2G Bumper Bot
ed014adebb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/29b94593fe4f
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #20325 from hobinjk/1019816-logshake

Bug 1019816 - Logshake

========

https://hg.mozilla.org/integration/gaia-central/rev/e69c2ddcef50
Author: James Hobin <jhobin@mozilla.com>
Desc: Bug 1019816 - Logshake

Add a developer option to store logcat to sdcard by shaking the phone.
2014-08-13 15:10:28 -07:00
B2G Bumper Bot
2e77bf89f9 Bumping manifests a=b2g-bump 2014-08-13 13:17:01 -07:00
B2G Bumper Bot
2bc6889ea0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/385c85ff468f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #22741 from KevinGrandon/bug_1041620_rocketbar_search_homescreen_icon

Bug 1041620 - Add system browser icon to homescreen

========

https://hg.mozilla.org/integration/gaia-central/rev/30ec5dc748ea
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1041620 - Add system browser icon to homescreen. r=alive r=benfrancis
2014-08-13 13:15:31 -07:00
B2G Bumper Bot
a54c7661be Bumping manifests a=b2g-bump 2014-08-13 13:06:46 -07:00
B2G Bumper Bot
ecbd00e70d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ab3086981caf
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #22804 from zbraniecki/1052861-speed-up-DOM-l10n-in-non-pretranslated-case

Bug 1052861 - Speed up DOM l10n in non-pretranslated case. r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/6c183f9794a1
Author: Zbigniew Braniecki <gandalf@mozilla.com>
Desc: Bug 1052861 - Speed up DOM l10n in non-pretranslated case
2014-08-13 13:00:22 -07:00
Ryan VanderMeulen
7cc075ebc6 Merge m-c to b2g-inbound. a=merge 2014-08-13 15:53:06 -04:00
Ryan VanderMeulen
11585b0a0d Merge m-c to fx-team. a=merge 2014-08-13 15:32:14 -04:00
Ryan VanderMeulen
a746fa8cec Merge inbound to m-c. a=merge 2014-08-13 15:30:49 -04:00
B2G Bumper Bot
04df93b34a Bumping manifests a=b2g-bump 2014-08-13 12:06:50 -07:00
B2G Bumper Bot
cc685dda9c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/091d8adce0fd
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #22821 from cctuan/1053054

Bug 1053054 - ShrinkingUI should be instantiable

========

https://hg.mozilla.org/integration/gaia-central/rev/75a0de7d7b9e
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1053054 - ShrinkingUI should be instantiable
2014-08-13 12:05:26 -07:00
B2G Bumper Bot
4505da8e27 Bumping manifests a=b2g-bump 2014-08-13 11:21:51 -07:00
Mark Banner
14b1d845a4 Bug 1053181 Fix Loop's standalone pages to display correctly on the proper dev server. r=dmose NPOTB DONTBUILD 2014-08-13 19:01:34 +01:00
George Wright
ccb75fe49a Bug 1017113 - Remove unnecessary files that slipped in accidentally r=nobody DONTBUILD 2014-08-13 13:27:44 -04:00
B2G Bumper Bot
e9bd594d10 Bumping manifests a=b2g-bump 2014-08-13 10:21:54 -07:00