Commit Graph

16355 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
38ee9eb4e2 Backed out changeset 80a2fed814d0 (bug 1132508) for frequent robocop-2 testfailures in testNewTab 2015-04-17 12:59:34 +02:00
Ryan VanderMeulen
ce49d59e92 Merge inbound to m-c. a=merge 2015-04-16 16:18:13 -04:00
Martyn Haigh
464cf5515d Bug 1132508 - Last tab is cut off in tab tray after rotation (r=rnewman) 2015-04-16 10:29:08 -07:00
Chenxia Liu
cfd2021a65 Bug 1135126 - Only show one Login doorhanger at a time. r=ally 2015-04-08 18:30:47 -07:00
Jim Chen
295647565d Bug 1072529 - Only create GeckoEditable once; r=esawin 2015-04-15 15:21:32 -04:00
Jim Chen
a0c0503116 Bug 1152124 - Clear spans when initializing for newly-focused editor; r=esawin 2015-04-15 15:21:32 -04:00
Jim Chen
36d04f08a4 Bug 1152123 - Handle commit/cancel composition events in GeckoEditable; r=esawin 2015-04-15 15:21:32 -04:00
Ryan VanderMeulen
af92750d73 Merge m-c to fx-team. a=merge
IGNORE IDL
2015-04-15 15:20:08 -04:00
Ryan VanderMeulen
b85ddc0c06 Merge fx-team to m-c. a=merge
IGNORE IDL CHANGES
2015-04-15 15:10:44 -04:00
Ryan VanderMeulen
17a32c4f8e Bug 1092202 - Skip testGetUserMedia for frequent failures. 2015-04-15 14:39:02 -04:00
Richard Newman
c9cdb34518 Bug 1153973 - Don't blindly apply deletions as insertions. r=nalexander 2015-04-15 10:24:47 -07:00
Margaret Leibovic
66b86583f9 Bug 1152121 - Factor out logic to get original URL from reader URL into shared place, and handle malformed URI excpetions. r=Gijs, mcomella 2015-04-06 16:07:03 -07:00
Michael Comella
69065faeaa Bug 1148390 - Dynamically add padding to share icon on GB devices. r=wesj
The ideal solution is to remove the whitespace from the action bar drawables
(bug 1122752) but since I'm not sure where else these images might be used and
how removing the padding will affect all of the different devices and
configurations, it would be easier to uplift a solution where we *only* change
the padding on the share icon and *only* on the affected devices.

However, this solution is dangerous because we hard-code a filename: if we
rename ab_share, things will break. Also, unnecessary special casing makes it
ugly.
2015-04-13 16:27:30 -07:00
Andy Pusch
351257fef3 Bug 1149799 - Move 'Sanitize:ClearHistory' message handler out of GeckoApp. r=margaret 2015-04-13 14:32:00 -04:00
Randall Barker
4cf16d8497 Bug 1148149 - Support Android Presentation API. r=snorp, r=jgilbert 2015-04-10 22:14:00 -04:00
Gijs Kruitbosch
7519cd2193 Bug 1150862, make about:reader unlinkable from content on mobile, r=margaret 2015-04-03 14:15:00 +01:00
Martyn Haigh
06a0747ae3 Bug 1153908 - Move Tab Queue Notification click logic off UI thread (r=mcomella) 2015-04-14 14:17:34 +01:00
Mark Capella
6aed62cf32 Bug 1153076 - Add NS_MOUSE_MOZLONGTAP support in Fennec, r=kats, tylin 2015-04-13 22:33:02 -04:00
Wes Kocher
d47b2fd6c6 Merge central to fx-team a=merge 2015-04-13 17:30:09 -07:00
Wes Kocher
67fa5a00eb Merge inbound to m-c a=merge 2015-04-13 17:13:10 -07:00
Jeff Muizelaar
431c50f03f Bug 1136749. Remove @override to fix build bustage
CLOSED TREE
2015-04-13 12:49:44 -04:00
Margaret Leibovic
0ed2b74826 Bug 1152412 - Handle errors downloading and parsing documents for reader view. r=bnicholson 2015-04-10 14:41:14 -07:00
Nathan Froyd
1d766b1f34 Bug 870891 - move DIST_FILES to moz.build; r=mshal 2015-04-15 16:04:49 -04:00
dnirm
9bf63cd5c5 Bug 1148095 - Rename @drawable/device_pc to @drawable/device_desktop. r=mcomella 2015-04-09 15:44:00 +02:00
Carsten "Tomcat" Book
94670e1674 merge mozilla-inbound to mozilla-central a=merge 2015-04-13 12:00:00 +02:00
Nick Alexander
bd28e9d95d Backed out changeset 1993201b592b (bug 1149208) 2015-04-10 15:35:58 -07:00
Geoff Brown
90f2b6a5c6 Bug 1151219 - Robocop page load refinements; r=margaret 2015-04-10 16:34:44 -06:00
Geoff Brown
9d7c0baed2 Bug 1151910 - Guard against ArrayIndexOutOfBoundsException in testCheck2; r=kats 2015-04-10 14:41:37 -06:00
Nick Alexander
392540c812 Bug 1149208 - Make it easier to create a Firefox Account pointing at stage. r=rnewman
========

a0ccd38174
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 1149208 - Make it easier to create a Firefox Account pointing at stage.

    Tap the Firefox icon 5 times on the Getting Started screen, and the
    account sign up flow will start, pointing at the stage account
    constellation.
2015-03-30 13:31:58 -07:00
vivek
50ef5d9ecf Bug 1147275 - Delete cached OAuth tokens when Firefox Account is removed. r=nalexander
========

a31f669a88
Author: vivek <vivekb.balakrishnan@gmail.com>
    Bug 1147275 - Part 3: Try to delete cached OAuth tokens when account is removed.

========

d33fbcaa80
Author: vivek <vivekb.balakrishnan@gmail.com>
Date:   Mon Apr 6 21:27:45 2015 +0300

    Bug 1147275 - Part 2: Include cached OAuth tokens in deleted account intent.

========

71230ab56a
Author: vivek <vivekb.balakrishnan@gmail.com>
Date:   Mon Apr 6 20:41:20 2015 +0300

    Bug 1147275 - Part 1: Add token deletion API to OAuth client.

========

93b6d074c1
Author: vivek <vivekb.balakrishnan@gmail.com>
Date:   Mon Apr 6 17:44:17 2015 +0300

    Bug 1147275 - Pre: Extract getOAuthServerURI.
2015-04-06 21:30:40 +03:00
Michael Comella
c2bad2c191 Bug 1152489 - Prevent getMostRecentHomePanel() from being called on null selectedTab. r=mfinkle 2015-04-10 13:33:00 -07:00
Michael Comella
0ef1a83773 Bug 1152337 - Inherit from Gecko in OverlayActivity. r=liuche
We lost this change in bug 1148041 (ShareOverlayActivity from styles -> themes)
from when we originally implemented it in bug 1148167 (bolditalic font in 4.4).
2015-04-10 09:52:09 -07:00
Margaret Leibovic
83acec9c93 Bug 1144822 - Hide elements with common hidden class names in reader content. r=Gijs 2015-04-09 16:17:22 -07:00
Ryan VanderMeulen
e53514c1ac Backed out changeset 9271d92ee0e2 (bug 1148149) for robocop crashes. 2015-04-10 14:52:50 -04:00
Michael Comella
a348da13b0 Bug 1150430 - Set quickshare !visible and !enabled by default. r=mfinkle 2015-04-06 16:14:08 -07:00
Margaret Leibovic
7138f6d015 Bug 1153262 - Remove length comparison from testReadingListCache, rs=gijs 2015-04-10 08:26:15 -07:00
Randall Barker
e2dcaca95b Bug 1148149 - Support Android Presentation API. r=snorp, r=jgilbert 2015-04-08 16:00:00 -04:00
Michael Comella
c45683730a Bug 1153193 - Add EXTRA_DEVICES_ONLY flag to share intents. r=rnewman
Before we only added this flag to the share intent used by the browser toolbar
menu.

Practically, this has the effect of having "Add to <current channel>" opening
the share overlay with *only* the device list wherever getShareIntent() is
used. Ideally, this method is used anywhere we use ACTION_SEND.

I've noticed this change makes both sharing from the long-press context menu
and about:reader to display *only* the device list.
2015-04-10 08:12:51 -07:00
Michael Comella
f463b85d66 Bug 1106935 - Remove NewTabletUI class. r=mhaigh
Still TODO: rename resources prefixed with "new_tablet" or styles appended with
"NewTablet".
2015-04-02 16:30:42 -07:00
Michael Comella
cba360f180 Bug 1106935 - Remove NewTabletUI branches in NewTabletUI. r=mhaigh 2015-04-02 16:29:32 -07:00
Michael Comella
b4e2273de2 Bug 1106935 - Remove NewTabletUI branch in BrowserToolbarTabletBase. r=mhaigh 2015-04-02 16:20:14 -07:00
Michael Comella
c03976752f Bug 1106935 - Remove NewTabletUI branch in ActionBarViewFlipper. r=mhaigh 2015-04-02 16:18:01 -07:00
Michael Comella
eab063c605 Bug 1106935 - Remove NewTabletUI branch in PrivateTabsPanel. r=mhaigh
Cleaned up styles while I was in the area.
2015-04-02 15:40:28 -07:00
Michael Comella
419f24b178 Bug 1106935 - Remove unused tabs panel style resources. r=mhaigh 2015-04-02 15:10:52 -07:00
Michael Comella
b6b3934c0a Bug 1106935 - Remove references to old tablet sidebar. r=mhaigh 2015-04-02 10:45:31 -07:00
Michael Comella
74fd8e651b Bug 1106935 - Remove NewTabletUI branch in TabsPanel. r=mhaigh 2015-04-02 10:09:21 -07:00
Michael Comella
ec2b8ada2d Bug 1106935 - Use resource system for tablets in ThumbnailHelper. r=mhaigh 2015-04-01 16:28:32 -07:00
Michael Comella
7144f4f1b3 Bug 1106935 - Remove unused NewTabletUI imports. r=mhaigh 2015-04-01 16:03:01 -07:00
Michael Comella
147bb40485 Bug 1106935 - Use Android resource system on tablet in ToolbarDisplayLayout. r=mhaigh
We couldn't use it before because of the new/old tablet divide.
2015-04-01 15:55:22 -07:00
Michael Comella
2e28e371cd Bug 1106935 - Remove unused imports from testAboutPage. r=mhaigh 2015-04-01 12:29:54 -07:00