Commit Graph

11251 Commits

Author SHA1 Message Date
Jordan Lund
be177b97fb Bug 1073772 - Releng work for producing two ARMv7 APKs to target different API ranges, r=rnewman 2014-11-23 12:59:33 -08:00
Wes Kocher
8f93791278 Merge fx-team to m-c a=merge 2014-11-21 15:58:51 -08:00
Michael Comella
8ca3654ab7 Bug 975837 - Fallback to the empty string when receiving null urls in enterEditingMode. r=lucasr 2014-11-21 11:29:42 -08:00
Mark Finkle
e1f9ef39e7 Bug 1102210 - Test for Android History (normal and redirected page loads) r=rnewman 2014-11-21 13:44:20 -05:00
Mark Finkle
4bd286650d Bug 1102210 - crash in nsAndroidHistory, aLastVisitedURI can be null r=rnewman 2014-11-21 13:28:04 -05:00
Margaret Leibovic
ad05a75474 Bug 1102518 - Test for disabling tracking protection. r=mfinkle 2014-11-21 08:03:20 -08:00
Margaret Leibovic
ba2db2d003 Bug 1102518 - Actually disable tracking protection when user taps "disable" button. r=mfinkle 2014-11-21 08:03:17 -08:00
Martyn Haigh
dbc5277ba8 Bug 1100317 - Gridview doesnt show the last row completely when more tabs open than will fit on a single screen (r=lucasr) 2014-11-21 15:14:57 +00:00
Carsten "Tomcat" Book
969509b198 Merge mozilla-central to b2g-inbound 2014-11-21 13:02:49 +01:00
Kan-Ru Chen (陳侃如)
c7d83676ec Bug 1044736 - Part 2. Add nsIBrowserElementAPI.idl and implement nsBrowserElement. r=bz 2014-11-21 18:56:27 +08:00
Wes Kocher
ae7f9a4094 Merge m-c to fx-team a=merge CLOSED TREE 2014-11-20 18:06:48 -08:00
Wes Kocher
87398db1ad Merge fx-team to m-c a=merge 2014-11-20 17:55:52 -08:00
Margaret Leibovic
51f24d29b2 Bug 786638 - Create basic framework for testing reading list pages. r=bnicholson,nalexander
--HG--
rename : mobile/android/base/tests/robocop_article.html => mobile/android/base/tests/reader_mode_pages/basic_article.html
2014-11-20 17:47:00 -08:00
Margaret Leibovic
7ab415b559 Bug 875076 - Fix undefined element error in Readability.js. r=bnicholson 2014-11-20 17:46:57 -08:00
Chun-Min Chang
6c2731d513 Bug 1071197 - Ensure user-triggered mouse events are not treated as synthesized. r=kats 2014-11-20 14:45:52 +08:00
James Willcox
b1eba43c9b Bug 1098096 - Add a hack to make overscroll effect work on Android 5.0 r=lucasr 2014-11-20 10:40:50 -06:00
Lucas Rocha
6602bb033b Bug 1101784 - Don't clip to padding in tabs panel grid (r=mcomella) 2014-11-20 18:33:44 +00:00
Michael Comella
64039a5c12 Bug 1085487 - Part 3: Center new bookmarks button on xlarge tablet, compensate for reload button. r=lucasr 2014-11-19 17:37:03 -08:00
Brian Nicholson
57852448b5 Bug 1052158 - Forward the GeckoRequest error stack to Java. r=wesj 2014-11-19 16:33:56 -08:00
Mark Finkle
4067b23f7c Bug 949104 - Don't write history visits during HTTP redirection r=rnewman 2014-11-19 09:06:16 -05:00
Nick Alexander
3cab90a5de Bug 1099501 - Export and use ANDROID_TOOLS where appropriate. r=snorp,bnicholson
In certain configurations, in particular when installing the Android SDK
using HomeBrew, one sees a configuration with symlinks like:

    [brian@brian-macbook git]$ ls -l /usr/local/Cellar/android-sdk/23.0.2/
    total 72
    ...
    lrwxr-xr-x   1 brian  admin    38 Nov 14 16:39 platforms -> ../../../var/lib/android-sdk/platforms
    ...
    drwxr-xr-x  26 brian  admin   884 Nov 14 17:43 tools

In this case, we have
ANDROID_SDK=/usr/local/Cellar/android-sdk/23.0.2/platforms/android-21.

It is an anti-pattern to use ANDORID_SDK/.. to find other paths in the
tree.  This pattern is used in at least two places:

1) When we try to find
/usr/local/Cellar/android-sdk/23.0.2/platforms/android-21/../../tools,
we end up in the /usr/local/var/lib subtree.  This patch works around
that by exporting and using ANDROID_TOOLS; ANDROID_TOOLS itself is
extracted using path matching, rather than following .. through the
filesystem.

2) We also need to use ANDROID_SDK_ROOT rather than
ANDROID_SDK/../.. through-out.

--HG--
extra : rebase_source : 5e0323a94f2b80550f17a624e16f338cdeec406d
2014-11-17 11:12:00 -08:00
Carsten "Tomcat" Book
cf1e11e596 Backed out changeset 5b80055fba93 (bug 949104) for Android 4.0 Debug Test failures 2014-11-19 17:08:09 +01:00
Mark Finkle
81e40db8c4 Bug 949104 - Don't write history visits during HTTP redirection r=rnewman 2014-11-19 09:06:16 -05:00
Richard Newman
1855aa89c5 Bug 1092421 - Remove locale migration code from browser.js. r=mfinkle 2014-11-18 18:47:18 -08:00
Richard Newman
0aacd30a3a Bug 1097220 - Extend client record format on Android. r=nalexander 2014-11-18 18:40:29 -08:00
Wes Kocher
8454984605 Merge m-c to fx-team a=merge 2014-11-18 18:39:22 -08:00
Wes Kocher
7c47e9fc4e Merge inbound to m-c a=merge 2014-11-18 18:07:51 -08:00
Michael Comella
8156c93530 Bug 1078508: Add "unknown site identity" popup. r=lucasr 2014-11-18 17:32:26 -08:00
Richard Newman
c145f9b40c Bug 1100750 - Handle developer usernames that contain dashes. r=nalexander 2014-11-18 10:38:18 -08:00
Mark Finkle
1743a0d40d Bug 838332 - t.co links use JS redirection instead of a HTTP 301 r=rnewman 2014-11-18 08:16:52 -05:00
Carsten "Tomcat" Book
4f0f16c656 Merge mozilla-central to fx-team 2014-11-18 17:34:34 +01:00
Carsten "Tomcat" Book
6a293a24ca merge mozilla-inbound to mozilla-central a=merge 2014-11-18 17:25:29 +01:00
Carsten "Tomcat" Book
295d4a12e6 Backed out changeset bce2fc00ba0e (bug 838332) for Android M8 Test failures 2014-11-18 15:56:58 +01:00
Mark Finkle
08f08958bf Bug 838332 - t.co links use JS redirection instead of a HTTP 301 r=rnewman 2014-11-18 08:16:52 -05:00
Carsten "Tomcat" Book
0ce3a6540d merge fx-team to mozilla-central a=merge 2014-11-18 12:53:37 +01:00
Lucas Rocha
c753220d06 Bug 1098240 - Remove obsolete comment (r=mcomella) 2014-11-18 11:44:38 +00:00
Lucas Rocha
5376374ffe Bug 1098240 - Use hw layers in tab strip animations (r=mcomella) 2014-11-18 11:44:38 +00:00
Wes Kocher
d99359e04b Backed out changeset c7c9170ab299 (bug 1044736) 2014-11-17 22:44:13 -08:00
Wes Kocher
2d9f4bd96e Backed out changeset d045286cff6e (original backout of 8 changesets) for not working right a=backout
--HG--
rename : dom/browser-element/BrowserElementParent.jsm => dom/browser-element/BrowserElementParent.js
2014-11-17 22:19:49 -08:00
Wes Kocher
3696aa8ceb Backed out 8 changesets (bug 1044736) for breaking the statusbar on b2g a=backout
Backed out changeset b1a6ecfca674 (bug 1044736)
Backed out changeset 61fc517d0336 (bug 1044736)
Backed out changeset 59a47fafaccf (bug 1044736)
Backed out changeset b3ff4ce20e67 (bug 1044736)
Backed out changeset e4f1f09f150f (bug 1044736)
Backed out changeset 8ecfc1f41ddc (bug 1044736)
Backed out changeset c7c9170ab299 (bug 1044736)
Backed out changeset 78aacc35b4e7 (bug 1044736)

--HG--
rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm
2014-11-17 20:34:00 -08:00
Martyn Haigh
963757124b Bug 1097193 - Increase close button hit area in tabs panel (r=lucasr) 2014-11-17 14:03:49 +00:00
Chenxia Liu
b22358e378 Bug 1099436 - Add telemetry for dismissing Onboarding start pane. r=mfinkle 2014-11-16 07:26:01 -08:00
Nick Alexander
4dfc964db9 Bug 1093401 - Only set MOZ_DATA_REPORTING in configure. r=rnewman
For all applications, MOZ_DATA_REPORTING is set in configure if any of
MOZ_TELEMETRY_REPORTING, MOZ_SERVICES_HEALTHREPORT, or MOZ_CRASHREPORTER
is set.  For mobile/android, we *also* set MOZ_DATA_REPORTING when we're
not in a release (Beta/Release) build.

Geo/stumbler data is build-time enabled by MOZ_ANDROID_MLS_STUMBLER but
does not automatically upload data: the user must manually enable
uploading geo/stumbler data.  That is, this is an explicit opt-in rather
than an explicit opt-out; and geo/stumbler data should not be covered by
the data reporting notification at this time.

In the past, I believe that geo/stumbler data was uploaded based on the
feature being build time enabled, which corresponded to !RELEASE_BUILD,
so the logic being removed was reasonable.
2014-11-14 15:51:50 -08:00
Margaret Leibovic
0eff74a910 Bug 1085386 - Finish preference activity when hitting action bar "up" button. r=liuche 2014-11-17 11:42:47 -08:00
Frédéric Wang
7e49e58515 Bug 919279 - Send Accessibility:Event to indicate when the user wants to exit the view. r=eitan 2014-11-13 10:58:00 +01:00
Frédéric Wang
1f37bad56a Bug 919279 - Add some virtual accessibility nodes to GeckoAccessibility in order to handle when the user enters the view forward or backward. r=eitan 2014-11-13 10:57:00 +01:00
Max Li
25663bc9fb Bug 966904 - When opening the tabs panel, hide the underlying web content from TalkBack 2014-11-15 12:28:42 -08:00
Carsten "Tomcat" Book
fbc9553a10 Merge mozilla-central to mozilla-inbound 2014-11-18 17:32:02 +01:00
Francois Marier
6806fa1bec Bug 529697 - (CSP 1.1) Implement form-action directive [3/4], r=unfocused
Make the cspFrameAncestorsBlock error page generic and use it with
the form-action directive too.
2014-11-15 03:08:00 +01:00
Garvan Keeley
5e88160aab Bug 1095914 - Fix crash if GPS not available. r=vng
https://github.com/mozilla/MozStumbler/pull/1206
2014-11-08 09:09:00 -05:00