Commit Graph

4824 Commits

Author SHA1 Message Date
Nathan Froyd
dc5ea528d5 Bug 906088 - part 5 - send preference requests to JS through JNI and XPConnect rather than JSON; r=blassey,mfinkle 2013-08-16 12:18:43 -04:00
Nathan Froyd
303238ab30 Bug 906088 - part 1b - add ArrayList getPrefs method to PrefsHelper; r=bnicholson 2013-08-16 10:42:27 -04:00
Nathan Froyd
064e6210e6 Bug 906088 - part 1 - pass String[] to PrefsHelper.getPrefs wherever possible; r=blassey 2013-08-16 10:39:02 -04:00
Nathan Froyd
9122cd3c4d Bug 905759 - part 2 - add Telemetry-specific GeckoEvent and related machinery; r=blassey 2013-08-15 15:03:47 -04:00
Sriram Ramasubramanian
967c4fdf77 Bug 905328: Shadow of url-bar should be shown always. [r=lucasr] 2013-08-20 12:12:47 -07:00
Sriram Ramasubramanian
e9dad1758c Bug 906822: Show top divider for history pages on tablets. [r=lucasr] 2013-08-19 12:44:02 -07:00
Jim Chen
5ffc3571be Bug 906506 - Properly commit onKeyMultiple() keys with unknown code. r=cpeterson 2013-08-22 09:58:00 -04:00
Lucas Rocha
443f5b87d1 Bug 907624 - Change testTabHistory to inherit from BaseTest (r=gbrown) 2013-08-22 12:44:05 +01:00
Margaret Leibovic
e8c10d7775 Bug 907172 - Periodically invalidate the cached return value for desktopBookmarksExist(). r=lucasr 2013-08-21 11:34:16 -07:00
Margaret Leibovic
dfe4267f13 Bug 897772 - Actually get a favicon when creating a homescreen shortcut from the about:home context menu. r=wesj 2013-08-21 11:34:06 -07:00
Margaret Leibovic
a3d6f033bf Bug 885084 - Only return top bookmarks for bookmarks page thumbnails. r=wesj 2013-08-21 11:33:58 -07:00
Margaret Leibovic
99a087bce1 Bug 906718 - Pressing BACK should move the user up in the bookmark folder hierarchy. r=sriram 2013-08-21 11:33:43 -07:00
Ryan VanderMeulen
6a4eaae47c Merge m-c to fig. 2013-08-20 16:33:28 -04:00
Lucas Rocha
065c30c61a Bug 907274 - Disable testVkbOverlap, perma-orange on armv6 (r=gbrown) 2013-08-20 20:46:47 +01:00
Lucas Rocha
87fe449d08 Merge m-c to fig 2013-08-20 11:50:04 +01:00
Wes Johnston
00f7de4ffd Bug 840989 - Don't store favicons for error pages. r=bnicholson 2013-08-19 16:57:21 -07:00
Shilpan Bhagat
c787e9a571 Bug 900234 - Force priority pageactions to always be visible. r=wesj 2013-08-19 16:23:48 -07:00
Wes Johnston
82f37a5728 Bug 896067 - Icons for guest sessions. r=sriram 2013-08-19 15:20:13 -07:00
Wes Johnston
0ffb59da71 Bug 808636 - Make urltext red on about:blocked. r=margaret 2013-08-19 15:14:37 -07:00
Lucas Rocha
cdc1655578 Bug 905591 - Load URLs in PixelTest without requiring input injection (r=gbrown) 2013-08-19 21:33:49 +01:00
Lucas Rocha
9ca36725de Bug 905591 - Use Tabs.loadUrl() instead of Tabs.loadUrlInTab() in JavascriptTest (r=nalexander) 2013-08-19 21:33:49 +01:00
Lucas Rocha
ab8b21c878 Bug 905591 - Rename BaseTest's loadUrl to inputAndLoadUrl (r=gbrown) 2013-08-19 21:33:49 +01:00
Adrian Tamas
a671b60749 Bug 906662 - Fix openAboutHomeTab to work witht he new Tablet UI (r=lucasr) 2013-08-19 16:56:20 +03:00
Lucas Rocha
c29997e833 Backout 59e82ad7b744 (bug 896557), testWebContentContextMenu is failing 2013-08-19 17:00:18 +01:00
Lucas Rocha
9aa6590925 Merge m-c into fig 2013-08-19 13:49:45 +01:00
Margaret Leibovic
9b56df702b Bug 905426 - String tweaks for the new about:home. r=lucasr 2013-08-18 17:39:44 -07:00
Shilpan Bhagat
6d85f60925 Bug 900234 - Replace LinkedHashMap with ArrayList to allow insertions. r=wesj 2013-08-12 11:42:16 -07:00
Phil Ringnalda
beddb21787 Merge m-c to fx-team 2013-08-17 08:42:11 -07:00
Ryan VanderMeulen
4c008c8c9a Merge m-c to fx-team. 2013-08-16 15:34:58 -04:00
Honza Bambas
6584db92d2 Bug 892488 - Get rid of the offline application cache prompt, r=ehsan+jonas 2013-08-16 11:34:21 +02:00
Kartikaya Gupta
687300d44d Bug 898877 - Prevent pages from getting stuck without the dynamic toolbar. r=Cwiiis
The problematic scenario is when the page is exactly the height of the screen
(with dynamic toolbar not visible). In this case, the scrollable() function in
Axis.java returns false on the vertical axis, and so the JavaPanZoomController
never does any scrolling. This in turns means that the scrollBy code in
LayerMarginsAnimator never gets to run, so you can never drag the toolbar back
into being visible. The patch ensures that scrollable() returns true when some
or all of the margins are not visible, ensuring that in these scenarios the
user can still scroll the toolbar back onto the screen. This patch also adds
some comments/asserts to verify the new code is threadsafe.
2013-08-16 08:42:23 -04:00
Chris Peterson
e2ec8a1afa Bug 897924 - Intermittent test_contacts_basics.html | No contacts after clear - got 124 (or 84), expected 0. r=cpeterson 2013-08-16 15:49:18 -07:00
Brad Lassey
4b58883866 bug 880259 - Firefox should use GeckoView r=mfinkle 2013-08-02 16:46:07 -04:00
Ed Morley
9c9c80b8d7 Merge latest green fx-team changeset and mozilla-central 2013-08-15 11:57:16 +01:00
Ryan VanderMeulen
8b8be2a46a Merge m-c to inbound. 2013-08-14 17:11:30 -04:00
Brian Nicholson
d0a07b8456 Bug 901903 - Don't try to fetch guest profile if it doesn't exist. r=wesj 2013-08-14 09:07:00 -07:00
Shane Tully
b1a90adbf1 Bug 880118 - Android resource IDs must be mutable for library projects. r=cpeterson 2013-08-13 16:44:00 -07:00
Shane Tully
7f9689956b Bug 894088 - Add loadUrlInNewTab() in GeckoView for opening URL in new tab. r=cpeterson 2013-08-13 13:43:00 -07:00
Kartikaya Gupta
c76864b5fc Bug 902888 - Fix coordinate system mismatch with pre-Honeycomb plugins on Android. r=snorp
The plugin code was returning a rect in LayoutDevicePixels whereas Java
was treating it as a CSS-pixel rect. This patch makes the types more
explicit and adds a conversion in AndroidBridge to convert from the
LayoutDevicePixels to CSSPixel rects.
2013-08-13 11:49:21 -04:00
Brian Nicholson
efee125b60 Bug 899141 - Fix startup intent handling. r=mfinkle,kats 2013-08-12 16:15:35 -07:00
Adrian Tamas
a1a006883b Bug 896557 - fix the testWebContentContextMenu to work on fig fennec. r=margaret 2013-08-02 16:00:56 +03:00
Lucas Rocha
207266f34e Bug 903448 - Update testHistory for new about:home (r=margaret) 2013-08-17 14:24:27 +01:00
Lucas Rocha
dea0661f46 Bug 897483 - Add waitForListToLoad() to BaseTest (r=margaret) 2013-08-17 14:24:25 +01:00
Lucas Rocha
3c5770aa80 Bug 903478 - Add findListViewWithTag() to BaseTest (r=margaret) 2013-08-17 14:23:52 +01:00
Lucas Rocha
375c3dc418 Bug 903478 - Tag all ListViews in the new about:home UI (r=margaret) 2013-08-17 14:11:41 +01:00
Lucas Rocha
92239912c9 Bug 892500/905286 - Use FaviconsLoader in LastTabsPage (r=sriram) 2013-08-17 01:47:42 +01:00
Lucas Rocha
745ebac996 Bug 871651 - Make transition to enter editing mode a bit faster (r=sriram) 2013-08-16 23:08:05 +01:00
Lucas Rocha
04425c18bb Bug 871651 - Only update user visible hint if it has changed (r=sriram) 2013-08-16 23:08:01 +01:00
Lucas Rocha
6cd98cf5cc Bug 871651 - Only load pages after editing mode animation ends (r=sriram) 2013-08-16 23:07:35 +01:00
Lucas Rocha
21f01752d1 Bug 871651 - Move methods up, before inner classes for consistency (r-sriram) 2013-08-16 23:07:31 +01:00