Commit Graph

13396 Commits

Author SHA1 Message Date
Michael Comella
711126aff7 Bug 958889 - Part 5: Make RemoteTabsContainer.show/hide idempotent. r=nalexander 2014-05-22 18:38:03 -07:00
Michael Comella
013a32356b Bug 958889 - Part 4: Add remote tabs verification screen for phones. r=nalexander 2014-05-22 18:38:03 -07:00
Michael Comella
dd36404bc9 Bug 958889 - Part 3: Add RemoteTabsSetupPanel for phones. r=nalexander,lucasr 2014-05-22 18:38:03 -07:00
Michael Comella
35b9345b1a Bug 958889 - Part 2.8: Add RemoteTabsPanel. r=nalexander 2014-05-22 18:38:03 -07:00
Michael Comella
9ee2ca1def Bug 958889 - Part 2.7: Provide public read-only access to FXAccount state and resend verification code. r=nalexander 2014-05-22 18:38:02 -07:00
Wes Kocher
4a25a8769b Merge m-c to fx-team 2014-05-22 17:58:43 -07:00
Richard Newman
5d8dcf9a37 Bug 1014338 - Part 2: add delayed distro initialization hook. r=margaret 2014-05-22 17:35:44 -07:00
Richard Newman
81d2d2e2a0 Bug 1014338 - Part 1: rework distribution handling. r=margaret
This patch cleans up some of the distribution loading code, and provides a hook
point for callers to hang code that needs to run once the distribution has been
loaded.
2014-05-22 17:35:39 -07:00
Richard Newman
b81eebd709 Bug 1014338 - Part 0: move Distribution class into its own package. r=margaret
--HG--
rename : mobile/android/base/Distribution.java => mobile/android/base/distribution/Distribution.java
2014-05-22 17:34:04 -07:00
Richard Newman
d44b0faec2 Bug 1014338 - Pre: add ThreadUtils.assertNotOnUiThread. r=margaret 2014-05-22 17:34:04 -07:00
Richard Newman
f34ef75ba6 Bug 1011008 - Part 2: handle system locale changes correctly in background code. r=nalexander 2014-05-22 17:31:45 -07:00
Richard Newman
616a194e3f Bug 1011008 - Part 1: handle system locale changes correctly. r=nalexander 2014-05-22 17:31:20 -07:00
Margaret Leibovic
1de5772941 Bug 1014708 - Disable zoom for find in page. r=mfinkle 2014-05-22 10:59:05 -07:00
Mark Finkle
4d4d42458d Bug 1007431 - Add menu item that links to SUMO help r=rnewman 2014-05-22 16:31:40 -04:00
Masayuki Nakano
dea0fc341d Bug 865649 part.5 Set KeyboardEvent.code value on Android and Gonk r=smaug+nchen+mwu 2014-05-25 11:09:00 +09:00
Wes Kocher
64c4381b8e Merge m-c to inbound 2014-05-23 17:37:56 -07:00
Myk Melez
2cacad54f0 Bug 1014800 - don't redefine dump in browser context; r=wesj
--HG--
extra : rebase_source : a2e80414987cb24850973cb6d7bb1e5c7f8d5bba
2014-05-23 13:04:43 -07:00
James Willcox
a5f4817d8c Bug 1014794 - Make console.log output go to logcat on Android once again r=baku
--HG--
extra : rebase_source : d56f2929e21ea048d3c5f58c53fce9d04377907a
2014-05-23 14:56:03 -05:00
Ryan VanderMeulen
6b74e5a464 Merge m-c to inbound. 2014-05-16 15:28:18 -04:00
Myk Melez
831e20635b Bug 1010587 - set android:debuggable="true" #ifdef NIGHTLY_BUILD and MOZ_DEBUG; r=nalexander 2014-05-16 12:03:39 -07:00
Marco Castelluccio
98f16ffbdc Bug 972201 - Remove the MOZ_B2G_CERTDATA hack. r=briansmith 2014-05-18 15:42:42 +02:00
Blair McBride
76578b64c3 Bug 926712 - Use WebIDL to expose InstallTrigger, r=Mossop,bholley 2013-12-12 02:08:00 +00:00
Eugen Sawin
ce2193c486 Bug 1002426 - Check resolution restore status via specialized flag. r=kats, r=tn 2014-05-12 19:26:53 +02:00
Martyn Haigh
f7d35f5863 Bug 970203 - Animate webapp update checking and downloading icons. r=wesj 2014-05-13 09:06:00 -04:00
Margaret Leibovic
0f83115a82 Bug 1005107 - Include charsetMenu.properties in localized files. r=Pike 2014-05-14 14:34:26 +01:00
Lucas Rocha
8492000359 Bug 1009574 - Use final en-US specific URLs on suggested sites (r=mfinkle) 2014-05-14 10:03:44 +01:00
Nick Alexander
5e6438e350 Bug 1009732 - Do only one Proguard pass when build is not MOZILLA_OFFICIAL. r=ckitching
DONTBUILD

This continues the convention that a developer build is when
MOZILLA_OFFICIAL is not defined.
2014-05-13 22:20:36 -07:00
Richard Newman
9674f260e1 Bug 917480 - Part 6: tablet mode. r=nalexander 2014-05-13 20:50:28 -07:00
Richard Newman
ad4e2573ea Bug 917480 - Part 5: UI telemetry for locale switching. r=mfinkle 2014-05-13 20:50:28 -07:00
Richard Newman
57cd5c9b1c Bug 917480 - Part 4: handle resetting to the system default locale. r=nalexander 2014-04-29 13:41:38 -07:00
Richard Newman
b2f66e197b Bug 917480 - Part 3: manifest changes for locale changes on API 17. r=nalexander
locale and layoutDirection need to appear together in android:configChanges
attributes. We specify these in any activity that we don't want Android to
automatically relaunch when a locale change occurs, which is most or all of
them.
2014-05-13 20:50:27 -07:00
Richard Newman
fb4045eb34 Bug 917480 - Part 2: add 'Language' section to top-level preferences, allowing for browser locale switching. r=nalexander
* * *
Bug 917480 - Part 2d: compute locale list at build time.
2014-05-13 20:50:27 -07:00
Richard Newman
6019732cbe Bug 917480 - Part 1: add basic locale preference handling to GeckoPreferences. r=liuche 2014-05-13 20:50:27 -07:00
Richard Newman
3e5ab0e3e3 Bug 917480 - Part 0: refactor checking of isGeckoPref inside GeckoPreferences. r=liuche 2014-05-13 20:50:26 -07:00
Richard Newman
62c0e56a01 Bug 917480 - Pre: commenting. r=nalexander 2014-05-13 20:50:26 -07:00
Michael Comella
d9dc53fcdb Bug 1009279 - Change the margins to padding in the browser toolbar. r=bnicholson 2014-05-13 14:48:06 -07:00
Ryan VanderMeulen
0ec3ca27bc Merge inbound to m-c. 2014-05-13 16:27:03 -04:00
Margaret Leibovic
9ca3a8067d Bug 1009473 - Use lighter gray for item descriptions. r=lucasr 2014-05-13 18:26:07 +01:00
Margaret Leibovic
19eb44568f Bug 1009473 - Remove padding around list item images. r=lucasr 2014-05-13 18:26:04 +01:00
Brian Nicholson
50d67b910f Bug 1009105 - Clean up PageActionLayout. r=margaret 2014-05-13 09:58:00 -07:00
Lucas Rocha
5ccbeed7ff Bug 997888/1008210 - Exclude pinned/top sites from suggested sites (r=mfinkle) 2014-05-13 16:33:19 +01:00
Lucas Rocha
95d40b7601 Bug 997888 - Add API to exclude URLs from suggested sites (r=mfinkle) 2014-05-13 16:33:19 +01:00
Myk Melez
aebdc5e3bf Bug 1009311 - truncate AndroidLog tags longer than 18 characters; r=rnewman 2014-05-13 09:18:00 -07:00
Lucas Rocha
ba682ce0aa Bug 997777 - Optimize moveToPosition() in TopSitesCursorWrapper (r=wesj) 2014-05-13 14:08:30 +01:00
Carsten "Tomcat" Book
2b617398b0 Merge mozilla-central to fx-team 2014-05-13 12:48:23 +02:00
Carsten "Tomcat" Book
68401ff75f merge fx-team to mozilla-central 2014-05-13 12:30:36 +02:00
Michael Comella
ba2aef42e7 Bug 1001243: Disable tabs button when in editing mode. r=bnicholson 2014-05-12 15:19:16 -07:00
Mark Finkle
38fadc8622 Bug 1008645 - Add UI telemetry for First-run r=bnicholson 2014-05-12 18:16:51 -04:00
Mark Finkle
d4acd238c9 Bug 1008386 - Add thumbnail position to griditem loadurl probe r=lucasr 2014-05-12 18:16:44 -04:00
Nick Alexander
8ee72a0f08 Bug 1003359 - Delete existing zip before zipping resources. r=mcomella 2014-05-12 15:08:49 -07:00
Ryan VanderMeulen
de54ba8212 Merge m-c to fx-team. 2014-05-12 16:33:27 -04:00
Ryan VanderMeulen
fec4f55a1d Merge inbound to m-c. 2014-05-12 16:32:53 -04:00
Ryan VanderMeulen
0b55cefbfc Merge m-c to inbound. 2014-05-12 16:35:37 -04:00
Wes Johnston
46ee08f495 Bug 990642 - Try harder to find an extension to use when sharing images. r=mfinkle 2014-05-12 10:13:45 -07:00
Wes Johnston
42cb864658 Bug 990642 - Reinsert code to share images instead of just urls. r=mfinkle 2014-05-12 10:13:44 -07:00
Lucas Rocha
8176134f9b Bug 1008295 - Replace ArrayMap with HashMap in TopSitesCursorWrapper (r=mfinkle) 2014-05-12 17:22:02 +01:00
Carsten "Tomcat" Book
97853c8221 merge mozilla-inbound to mozilla-central 2014-05-12 13:33:19 +02:00
Steve Workman
cd1bc582ed Bug 1007959 - Reduce HTTP Idle connection timeout on FxOS and Android for conservative battery use r=mcmanus 2014-05-12 12:10:48 -07:00
Vivek Balakrishnan
7459282933 Bug 944144 - Implement NavigationHelper.reload. r=mcomella 2014-05-07 16:24:00 -04:00
Ryan VanderMeulen
1daa2ce153 Backed out changeset ab1394be8e93 (bug 1001129) for robocop crashes.
CLOSED TREE
2014-05-12 15:11:08 -04:00
Wes Johnston
be6e94a4ab Bug 1001129 - Autoselect an item in icon grid inputs. r=mfinkle 2014-05-12 10:18:54 -07:00
Margaret Leibovic
38525097d3 Bug 999756 - Add parameter to HomeStorage.save to allow replacing existing items. r=lucasr 2014-05-13 09:13:31 +01:00
Margaret Leibovic
bc4085e122 Bug 999756 - Delay sending "HomePanels:RefreshDataset" message to Java. r=lucasr 2014-05-13 09:13:31 +01:00
Margaret Leibovic
3f0e522c57 Bug 965452 - Limit number of items stored per dataset. r=rnewman 2014-05-13 09:13:30 +01:00
Ryan VanderMeulen
f3fa506a0a Merge m-c to inbound. 2014-05-09 16:56:26 -04:00
Ryan VanderMeulen
7d2d988187 Merge b2g-inbound to m-c. 2014-05-09 16:02:25 -04:00
Ryan VanderMeulen
fbc067addc Merge inbound to m-c. 2014-05-09 15:52:02 -04:00
Lucas Rocha
17cfe86d56 Bug 1007645 - Don't use opacity filter on suggested sites' background (r=mfinkle) 2014-05-09 16:40:02 +01:00
Lucas Rocha
363ede38d2 Bug 997768 - Use SUGGESTION telemetry method for suggested sites (r=mfinkle) 2014-05-09 16:38:36 +01:00
Lucas Rocha
68688dead7 Bug 997780 - Load suggested sites images in TopSitesGridItemView (r=wesj) 2014-05-09 16:36:54 +01:00
Lucas Rocha
19ec32fd93 Bug 997782 - Use suggested sites in the top sites query (r=wesj) 2014-05-09 16:34:55 +01:00
Lucas Rocha
6214b01e23 Bug 997782 - Wrap suggested sites in TopSitesCursorWrapper (r=mfinkle) 2014-05-09 16:34:54 +01:00
Lucas Rocha
9599a9f05e Bug 997782 - Precompute number of pinned sites before current position (r=wesj) 2014-05-09 16:34:54 +01:00
Lucas Rocha
32528c9552 Bug 997782 - Only include visited pages in the top sites query (r=wesj) 2014-05-09 16:34:54 +01:00
Myk Melez
ce063f2025 bug 1004825 - prioritized, tagged Android logging in JS; r=mfinkle, marco 2014-05-09 13:15:54 -07:00
Geoff Brown
9f7c69f757 Bug 1004668 - Update robocop testUITelemetry; r=rnewman 2014-05-09 06:43:21 -06:00
Alexandre Lissy
cb57a71f64 Bug 967475 - Implement mozChromeNotifications API. r=mhenretty,bent 2014-05-08 23:16:00 +02:00
Wes Kocher
835be078b9 Backed out changeset 21d743a319c6 (bug 967475) for apparently introducing two hazards to the build 2014-05-08 16:06:40 -07:00
Alexandre Lissy
6427efb2cf Bug 967475 - Implement mozChromeNotifications API. r=mhenretty, r=bent
--HG--
extra : rebase_source : 595b53c85f031784bd77591d4e0593e60b39ccfd
2014-05-08 10:07:00 -04:00
Mark Finkle
4f6f957a0f Bug 1007095 - Add UI telemetry for Reader actions r=lucasr 2014-05-08 09:10:39 -04:00
Carsten "Tomcat" Book
09a4b674cc merge fx-team to mozilla-central 2014-05-08 13:57:32 +02:00
Mark Finkle
095a3dde1e Bug 1006670 - bustage fix r=bustage 2014-05-07 23:51:02 -04:00
Nick Alexander
c996c1c767 Bug 1004556 - Expose list of shipped locales to Fennec Java code. r=glandium 2014-05-07 20:21:22 -07:00
Mark Finkle
dd06c10b9e Bug 1006670 - Cleanup some Session names r=liuche 2014-05-07 22:53:54 -04:00
Mark Finkle
0f64681568 Bug 1006670 - Add UI Telemetry for 'Switch to native application' android icon r=liuche 2014-05-07 22:53:50 -04:00
Wes Kocher
97e8bd4d1e Merge m-c to fx-team 2014-05-07 17:41:06 -07:00
Wes Kocher
635606fa38 merge inbound to m-c 2014-05-07 17:06:22 -07:00
Nick Alexander
d5343615f6 Bug 1002575 - Part 2: Display "Last synced" time in Synced tabs panel. r=rnewman
For the resources, I kept the client/last_synced (group) text sizes the
same as the tab/url (child) text sizes; and I kept the group height the
same as the child height (since I didn't want to calculate the new group
size); and I stripped the (unnecessary) backgrounds.
2014-05-07 17:05:50 -07:00
Nick Alexander
1d42100370 Bug 1002575 - Part 1: Expose client lastModified in TabsAccessor. r=rnewman 2014-05-07 17:05:49 -07:00
Kartikaya Gupta
5a4b25a8e5 Bug 859683 - Allow scrolling in full-screen mode if and only if the full-screen element is the document element. r=wesj 2014-05-07 15:22:14 -04:00
Ryan VanderMeulen
5549e8f69c Backed out changeset e2bba39c0385 (bug 995777) for Android 4.0 robocop-2 perma-fail. 2014-05-07 15:17:20 -04:00
Michael Comella
f8f2803697 Bug 1005924 - Find url bar translation with cancel button. 2014-05-07 11:28:42 -07:00
Mike Hommey
8cb41822a3 Bug 1007010 - Don't include mozconfig.cache twice in android debug mozconfigs. r=mshal
Also avoid multiple includes of mozconfig.cache to do nasty things even if
they slip in.
2014-05-08 10:36:42 +09:00
Robert Kaiser
7295e5df9a Bug 1006615 - Update extensions.blocklist.itemURL and extensions.blocklist.url to new blocklist domain, r=Mossop,jason 2014-05-07 12:11:56 +02:00
Carsten "Tomcat" Book
65801b0a77 Merge mozilla-central to mozilla-inbound 2014-05-07 14:13:38 +02:00
Mark Finkle
89c8e72b81 Bug 1006973 - Fix bustage in casting pageaction r=wesj 2014-05-07 07:56:22 -04:00
Brad Lassey
4dc53df066 bug 1006494 - SimpleServiceDiscovery shouldn't add a trailing slash to services' location r=mfinkle 2014-05-06 14:40:05 -04:00
Lucas Rocha
8c6e122f2f Bug 997660 - Use TopSites.TYPE* in top sites grid UI (r=wesj) 2014-05-07 12:01:20 +01:00
Lucas Rocha
76dc2f2b56 Bug 997660 - Remove unnecessary cursor checks in bindView (r=wesj) 2014-05-07 12:01:20 +01:00
Lucas Rocha
c32ed8166f Bug 997660 - Remove unused methods from TopSitesGridItemView (r=wesj) 2014-05-07 12:01:20 +01:00
Lucas Rocha
dbe7abab21 Bug 997660 - Rename variable to better match its semantics (r=wesj) 2014-05-07 12:01:19 +01:00
Lucas Rocha
83b6cd35fd Bug 996657 - Factor out code to check valid cursor positions (r=wesj) 2014-05-07 12:01:19 +01:00
Lucas Rocha
f7412ec6c8 Bug 996657 - Factor out code to update cursor positions (r=wesj) 2014-05-07 12:01:19 +01:00
Lucas Rocha
66d8f78855 Bug 996657 - Streamline schema for TopSitesCursorWrapper (r=wesj) 2014-05-07 12:01:19 +01:00
Lucas Rocha
f55a0eb4af Bug 996657 - Store pinned sites cursor and fetch values from it (r=wesj) 2014-05-07 12:01:18 +01:00
Lucas Rocha
44bc34f67a Bug 996657 - Change TopSitesCursorWrapper to be a Cursor (r=wesj) 2014-05-07 12:01:18 +01:00
Lucas Rocha
e8e358e01d Bug 996657 - Simplify top sites cursor by introducing row types (r=wesj) 2014-05-07 12:01:17 +01:00
Brad Lassey
eb63875a77 bug 995777 - browser.properties: rename getUserMedia.videoDevice.prompt to reflect new string r=mfinkle 2014-04-18 15:01:56 -04:00
Richard Newman
498f54a72e Bug 1006805 - Simplify HardwareUtils. r=mfinkle 2014-05-06 14:32:54 -07:00
Jim Chen
acc987b58c Bug 1003670 - Add testEventDispatcher. r=bnicholson, r=mcomella 2014-05-05 13:18:00 -04:00
Ryan VanderMeulen
36b4151c4f Merge m-c to fx-team. 2014-05-06 16:53:11 -04:00
Ryan VanderMeulen
57f504d76f Backed out changeset 14a43400007e (bug 859683) for robocop failures. 2014-05-06 15:38:28 -04:00
Mark Capella
bcea57d7bf Bug 980074 - (p1) Tweak to disable test on Android 2.3, r=wesj, f=mcomella 2014-05-06 15:26:04 -04:00
Mark Capella
e969df8e9a Bug 980074 - (p0) Base Tests for text selection, r=wesj 2014-05-06 15:26:04 -04:00
Kartikaya Gupta
d09feb9b09 Bug 859683 - Allow scrolling in full-screen mode if and only if the full-screen element is the document element. r=wesj 2014-05-06 13:33:13 -04:00
Wes Johnston
f576b638cd Bug 996129 - Don't thumbnail sites with cache control headers set. r=kats 2014-05-05 22:33:29 -07:00
Wes Kocher
0c56483bed merge fx-team to m-c 2014-05-05 20:52:49 -07:00
Wes Johnston
4ca4ec07a8 Bug 854040 - Re-enable mini-app mode on Samsung phones. r=blassey 2014-05-05 16:30:30 -07:00
vivek
ab6637133c Bug 977167 - Open tabs should be filtered to exclude about:, chrome: etc. URLs prior to flushing to DB. r=rnewman 2014-05-05 11:35:21 -07:00
Nick Alexander
8fc758ccc9 Bug 1000676 - Post: Return existing interval from search(). r=mfinkle 2014-05-05 11:27:57 -07:00
Nick Alexander
8af7642f19 Bug 1000676 - Post: Expose SimpleServiceDiscovery.EVENT* constants. r=mfinkle 2014-05-05 11:27:56 -07:00
Nick Alexander
96f8576f19 Bug 1000676 - Part 2: Add MOZ_DEVICES and register about:devices. r=mfinkle 2014-05-05 11:27:56 -07:00
Nick Alexander
ceb2075726 Bug 1000676 - Part 1: Add aboutDevices.* files. r=mfinkle 2014-05-05 11:27:56 -07:00
Nick Alexander
a2560e5b77 Bug 976216 - Part 2: Purge startup caches when starting Gecko in developer builds. r=mfinkle
This change only impacts developer builds.  A developer build is one
where MOZILLA_OFFICIAL is not set.

The startup cache is invalidated when the buildid changes; see [1] for
details.  For MOZILLA_OFFICIAL builds, the buildid is always bumped, so
the startup cache is always fresh on a package re-deploy to device.

Most developers re-deploy using |mach build mobile/android && mach
package && mach install| or similar.  This does not bump the buildid.
The re-deployed package will read the out-dated startup cache, leading
to frustrating inconsistencies when developing Javascript, especially
chrome content and module JSMs.

This change purges the startup caches every time Gecko is started in
developer builds.  This keeps the running Javascript consistent (which
is good for development), but incurs a startup performance
penalty (since the cache must be purged, and since the cached files must
be recompiled, etc).

[1] http://hg.mozilla.org/mozilla-central/file/901d300bb441/toolkit/xre/nsAppRunner.cpp#l2350
2014-05-05 11:27:55 -07:00
Nick Alexander
6327bd91d7 Bug 976216 - Part 1: Add AppConstants.MOZILLA_OFFICIAL. r=rnewman 2014-05-05 11:27:55 -07:00
Eugen Sawin
172fb1e4e7 Bug 1002426 - Check restore status before overriding zoom. r=kats 2014-05-05 23:29:20 +02:00
Mark Finkle
ef43361957 Bug 1004890 - Add UI telemetry for the Home Page contextmenu r=rnewman 2014-05-02 11:00:22 -04:00
Mark Finkle
1a3c4e18b8 Bug 1004889 - Add UI telemetry for the main menu r=rnewman 2014-05-02 11:00:19 -04:00
Richard Newman
f9e1fbcb37 Bug 1005074 - Part 1: rename Send Tab activity. r=mfinkle 2014-05-02 14:01:24 -07:00
Ryan VanderMeulen
b0fc4e473e Backed out changesets 34516556f823 (bug 1004890) and 0610c2dcc6f5 (bug 1004889) for Android Armv6 robocop crashes.
CLOSED TREE
2014-05-02 15:21:14 -04:00
Jim Chen
a5475d911e Bug 1004073 - Refactor EventDispatcher usages; r=fennec-team 2014-05-02 14:34:40 -04:00
Geoff Brown
27a99727f0 backout 520df0a03a00 (bug 1004668) for breaking Android robocop 2014-05-08 23:32:49 -06:00
Geoff Brown
3fdcb83ee2 Bug 1004668 - Update robocop testUITelemetry; r=rnewman 2014-05-08 21:56:08 -06:00
Nicholas Hurley
0e5dc5eb62 Bug 1005958 - Disable seer. r=mcmanus 2014-05-05 13:21:17 -07:00
Lucas Rocha
0e3d4f1974 Bug 997772 - Introduce SuggestedSites component (r=mfinkle) 2014-05-09 09:39:14 +01:00
Lucas Rocha
c510f880fd Bug 997772 - Generate suggestedsites.json from locale (r=nalexander) 2014-05-09 09:39:14 +01:00
Lucas Rocha
fd9afc143b Bug 997772 - Add default suggested sites for en-US (r=nalexander) 2014-05-09 09:39:13 +01:00
Ryan VanderMeulen
e7c6eb241d Backed out changesets 083b9fb75e9a, 4cbc8cf0b619, and ef379607cff7 (bug 957086) for Win7/Win8 debug mochitest crashes.
--HG--
rename : dom/datastore/DataStoreImpl.js => dom/datastore/DataStoreImpl.jsm
2014-05-29 13:22:57 -04:00
Andrea Marchesini
e717179ace Bug 957086 - patch 2 - DataStoreService in C++, r=ehsan, r=bz, r=janv 2014-05-29 16:34:43 +01:00
Andrea Marchesini
826262e03b Bug 957086 - patch 1 - nsIDataStore instead DataStore.jsm, r=ehsan
--HG--
rename : dom/datastore/DataStoreImpl.jsm => dom/datastore/DataStoreImpl.js
2014-05-29 16:34:03 +01:00
Jim Chen
ea442f7a86 Bug 992359 - e. Add Bundle test to testEventDispatcher; r=blassey
--HG--
extra : amend_source : 8c6d0343343ac055f0f20d82f1a6eda9bdc1e715
2014-05-12 12:50:47 -04:00
Jim Chen
270a97c29f Bug 992359 - b. Add skeletal NativeJSObject.toBundle; r=blassey 2014-05-12 12:50:46 -04:00
Nick Alexander
67e91b0e50 Bug 1010445 - Fix instanceof checks in CastingApps. r=mfinkle 2014-05-14 15:03:04 -07:00
Lucas Rocha
66f774333d Bug 1009853 - Override getNotificationUri() in TopSitesCursorWrapper (r=mfinkle) 2014-05-14 15:02:34 -07:00
Michael Comella
9c26d2d9a7 Bug 997487 - Add awesomescreen session and cancel button UITelemetry. r=liuche f=mfinkle 2014-05-14 11:29:42 -07:00
Michael Comella
0d30b7eca5 Bug 958889 - Part 2.6: Remove unused PanelView.getLayout code. r=nalexander 2014-05-14 08:56:59 -07:00
Michael Comella
80c80d5987 Bug 958889 - Part 2.5: Add old Sync upgrade URL method to services and strings. r=nalexander 2014-05-14 08:56:23 -07:00
Mike Hommey
195b02093e Bug 1013055 - Update sccache to e27061a. r=mshal 2014-05-21 11:28:13 +09:00
Josh Dover
82f9072526 Bug 997328 - Update SharedPreferences.jsm to use scopes and mirror GeckoSharedPrefs. r=nalexander 2014-05-10 08:39:53 -07:00
Richard Newman
ebb50c6ecf Bug 965371 - Follow-up: test and misc fixes. r=me 2014-05-09 21:25:51 -07:00
Richard Newman
6f2beb46fe Bug 965371 - Part 2: report device type and attributes. r=mcomella 2014-05-09 19:19:14 -07:00
Richard Newman
b5c5a2f3b7 Bug 965371 - Part 1: introduce v3 environment format. r=mcomella 2014-05-09 19:19:13 -07:00
Ryan VanderMeulen
e9e9f0316e Bug 1006242 - Disable testMasterPassword on Android 4.0 for frequent failures. 2014-05-09 17:18:57 -04:00
Mark Finkle
2265166aba Bug 1004890 - Add UI telemetry for the Home Page contextmenu r=rnewman 2014-05-02 11:00:22 -04:00
Mark Finkle
c2851a08f4 Bug 1004889 - Add UI telemetry for the main menu r=rnewman 2014-05-02 11:00:19 -04:00
Carsten "Tomcat" Book
d69bb84179 merge fx-team to mozilla-central 2014-05-02 14:52:03 +02:00
Mark Finkle
52d3bfaa8d Bug 1001280 - Add a pageaction for casting videos r=wesj 2014-05-01 23:32:05 -04:00
Chenxia Liu
b1bfc1dd3b Bug 977196 - Part 6: Finer grained Extras for SUGGESTION URLs r=mfinkle 2014-05-01 22:36:42 -04:00
Mark Finkle
e95a01372d Bug 977196 - Part 5: Track opening URLs in RemoteTabsList r=liuche 2014-05-01 22:36:36 -04:00
Sola Ogunsakin
eb6a60d8b1 Bug 977196 - Part 4: Loading URL from browser search. r=liuche 2014-04-23 16:08:05 -07:00
Wes Kocher
74f0d0c958 Merge m-c to mozilla-inbound 2014-05-01 18:34:18 -07:00
Richard Newman
112cffa869 Bug 1003911 - Part 2: don't write null favicons or thumbnails into the DB. r=margaret 2014-05-01 14:19:34 -07:00
Richard Newman
e8b56f089a Bug 1003911 - Part 1: don't try to extract null favicons from the database. r=margaret 2014-05-01 14:19:33 -07:00
Margaret Leibovic
70a9050b24 Bug 988909 - Support context menus in PanelViews. r=lucasr 2014-04-17 21:10:41 -07:00
Margaret Leibovic
02289d880d Bug 988909 - Move ContextMenuInfoFactory out of HomeListView and into HomeContextMenuInfo. r=lucasr 2014-05-01 08:44:11 -07:00
Ed Morley
040879dda8 Merge latest green fx-team changeset and mozilla-central 2014-05-01 15:53:50 +01:00
Margaret Leibovic
a67c861521 Bug 1004160 - Make sure home banner icon is visible when image is set. r=bnicholson 2014-04-30 14:38:05 -07:00
Margaret Leibovic
aee1d41501 Bug 1002567 - Support weighted snippets. r=bnicholson 2014-04-30 14:38:02 -07:00
Isura Edirisinghe
abf9ea7438 Bug 943705 - Aggregate countdown timer in waitForPageLoad. r=mcomella 2014-04-30 14:11:31 -07:00
Isura Edirisinghe
d372ad486f Bug 946366 - Aggregate timeout for events waited on in WaitHelper.waitForPageLoad. r=mcomella 2014-04-30 14:08:53 -07:00
Michael Comella
aa491b6cc2 Bug 1000149 - Part 5: Change edit/display layout visibility patterns on editing mode transitions. r=lucasr 2014-04-30 10:26:25 -07:00
Michael Comella
5d0d41bc29 Bug 1000149 - Part 4: Correct url bar shrinking documentation. r=lucasr 2014-04-30 10:25:58 -07:00
Michael Comella
b2029e8c40 Bug 1000149 - Part 3: Update close button size and toolbar spacing. r=lucasr 2014-04-30 10:25:51 -07:00
Michael Comella
f64406a6d0 Bug 1000149 - Part 2: Remove edit separator. r=lucasr 2014-04-30 10:25:42 -07:00
Michael Comella
a4ee98df03 Bug 1000149 - Part 1: Remove go button from toolbar. r=lucasr 2014-04-30 10:25:33 -07:00
Josh Dover
85ba65471f Bug 776027 - Pref off MozActivity for only WebappRT. r=wesj 2014-04-29 14:37:00 +02:00
Josh Dover
43e6fa61b2 Bug 776027 - Map and launch web activities as Android intents. r=wesj 2014-04-25 16:29:00 +02:00
Josh Dover
09e8e10ee0 Bug 776027 - Pass web activities to Java. r=wesj 2014-04-25 16:29:00 +02:00
Josh Dover
a832fcefa6 Bug 776027 - Move intent handling to IntentHelper. r=wesj 2014-04-25 16:28:00 +02:00
Ryan VanderMeulen
6c5f34fa16 Merge fx-team to m-c. 2014-04-29 23:08:08 -04:00
Jim Chen
5fe05336a0 Bug 998398 - Don't reset keyboard to change input type. r=wesj 2014-04-29 13:33:00 -04:00
Ryan VanderMeulen
53390cf3ce Merge fx-team to m-c. 2014-04-29 16:52:33 -04:00
Michael Comella
51f0d6844c Bug 958889 - Part 2: Miscellaneous code clean up. r=bnicholson 2014-04-29 11:21:38 -07:00
Michael Comella
3970ab188c Bug 958889 - Part 1: Move tabspanel files to new tabspanel package. r=bnicholson
--HG--
rename : mobile/android/base/RemoteTabsContainer.java => mobile/android/base/tabspanel/RemoteTabsContainer.java
rename : mobile/android/base/RemoteTabsList.java => mobile/android/base/tabspanel/RemoteTabsList.java
rename : mobile/android/base/TabsPanel.java => mobile/android/base/tabspanel/TabsPanel.java
rename : mobile/android/base/TabsTray.java => mobile/android/base/tabspanel/TabsTray.java
2014-04-29 11:20:59 -07:00
Ed Morley
ec7d86a49e Merge mozilla-central and fx-team 2014-04-29 18:24:19 +01:00
Carsten "Tomcat" Book
72d3457024 merge fx-team to mozilla-central 2014-04-29 13:46:19 +02:00
Alex Deaconu
610e183f14 Bug 999680 - Check API level >= 16 in HardwareUtils.isTelevision. r=nalexander 2014-04-29 12:41:02 +03:00
Mark Capella
f266d11dbd Bug 864582 - (p1) Restyle _moveCaret for proper JS alignment, r=margaret 2014-04-28 20:21:19 -04:00
Mark Capella
ab511f9723 Bug 864582 - (p0) Rename _sendMouseEvents method to _moveCaret, r=margaret 2014-04-28 20:21:19 -04:00
ffxbld
8714c49598 Version bump. CLOSED TREE NO BUG a=release 2014-04-28 14:18:37 -04:00
Mike Connor
fdbbf9248a Bug 1001566 - Yahoo search plugin should use nresults param for smaller requests, r=margaret
--HG--
extra : rebase_source : 0cf539a02c5b19a51dd8e9cfbe13f4e07759fbe8
2014-04-28 12:46:00 -04:00
Ryan VanderMeulen
da33c2e46a Merge m-c to inbound. 2014-04-27 20:57:44 -04:00
Ryan VanderMeulen
f1041f9727 Backed out changeset ff8ebfcf68ff (bug 980074) for Android 2.3 testSelectionHandler crashes. 2014-04-27 18:03:07 -04:00
Ryan VanderMeulen
de681ea4fc Merge m-c to inbound. 2014-04-26 21:41:26 -04:00
Birunthan Mohanathas
ff8ce9bd42 Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
Jefry Lagrange
18ef1dc04d Bug 568613 - Remove browser.history_expire_days usage from tree. r=mak 2014-04-24 07:47:00 -04:00
Nathan Toone
c087becedb Bug 1001611 - Use MOZ_APP_NAME instead of hardcoded 'fennec' in mobile/android. r=nalexander 2014-04-26 11:27:00 -04:00
Mark Capella
d421bfdb0d Bug 895463 - (p4) Reposition SelectionHandler on layer reflow, r=kats, margaret 2014-04-26 12:46:41 -04:00
Mark Capella
75badae095 Bug 994664 - Improve SelectionHandler UI performance, r=wesj 2014-04-26 00:49:50 -04:00
Margaret Leibovic
932043db16 Bug 996669 - Assert panel exists in oninstall/onuninstall listeners. r=jdover 2014-04-25 16:57:56 -07:00
Mark Capella
75e52e7e1f Bug 980074 - Base Tests for text selection, r=wesj 2014-04-25 17:15:50 -04:00
Richard Newman
2c5e22aa66 Bug 987867 - JB & KK crash in java.util.ConcurrentModificationException: at java.util.LinkedList.next(LinkedList.java). r=mfinkle,ckitching 2014-04-25 12:52:52 -07:00
Ed Morley
0799b0a9e2 Backed out changeset f5712360fc1a (bug 977167) for inadvertently re-enabling a test 2014-04-25 16:55:52 +01:00
Margaret Leibovic
561d2aee9f Bug 1000849 - Make a dummy MatrixCursor to listen for dataset changed notifications. r=lucasr 2014-04-25 08:29:27 -07:00
Margaret Leibovic
65f99725a2 Bug 1000616 - Fix clicks on items when empty views and panel views are swapped. r=lucasr
* * *
Bug 1000616 - (Part 1) Make PanelListView and PanelGridView variable naming and implementation consistent
* * *
Bug 1000616 - (Part 2) Reset OnItemOpenListener when PanelViews are reattached
2014-04-25 08:29:24 -07:00
Carsten "Tomcat" Book
b2f7f763c4 merge fx-team to mozilla-central 2014-04-25 13:18:39 +02:00
vivek
4697f475b1 Bug 977167 - "Open tabs should be filtered to exclude about:, chrome: etc. URLs prior to flushing to DB" r=rnewman 2014-04-24 14:06:00 +02:00
Wes Kocher
7f118a8fee Backed out 7 changesets (bug 942756) for Gi bustage
Backed out changeset 87b1be303630 (bug 942756)
Backed out changeset eb385c85d88b (bug 942756)
Backed out changeset d234447173a8 (bug 942756)
Backed out changeset f7b85c252914 (bug 942756)
Backed out changeset 4e540736b330 (bug 942756)
Backed out changeset 824aec2863f5 (bug 942756)
Backed out changeset 43feed75916e (bug 942756)
2014-04-24 14:30:44 -07:00
Brian Nicholson
9065b86cc9 Bug 999203 - Add a pref to record crashes. r=mfinkle 2014-04-24 12:27:42 -07:00
Michael Comella
57b767ca70 Bug 996313 - Add boolean for ending test on assertion failure in JavascriptMessageParser. r=nalexander 2014-04-24 12:23:20 -07:00
Wes Kocher
7eb45adaa1 Backed out 3 changesets (bug 999071) for Android rc1 failures
Backed out changeset ddf970be0abd (bug 999071)
Backed out changeset 8d2738b22275 (bug 999071)
Backed out changeset b82a8c50aa90 (bug 999071)
2014-04-24 18:12:46 -07:00
Paul Rouget
d26813c8c8 Bug 942756 - Unify debugger server startup: fennec code. r=mfinkle 2014-04-18 10:48:00 -04:00
Margaret Leibovic
1fbab8a4d9 Bug 999853 - Never pass an empty image path to Picasso. r=lucasr 2014-04-24 10:43:37 -07:00
Marcos A. Di Pietro
84acaaf0a6 Bug 999069 - Use clear sans for about: pages. r=margaret 2014-04-22 23:00:19 -04:00
Ryan VanderMeulen
3b3e22ab48 Backed out 6 changesets (bug 942756) for Gaia integration test failures on a CLOSED TREE.
Backed out changeset 61f910c1aa72 (bug 942756)
Backed out changeset a45a8d47cf9c (bug 942756)
Backed out changeset ac1d4bc60841 (bug 942756)
Backed out changeset d7931085db18 (bug 942756)
Backed out changeset a048dcd963fd (bug 942756)
Backed out changeset 51a0ebd27ffb (bug 942756)
2014-04-24 13:11:55 -04:00
Ryan VanderMeulen
616402c11b Backed out changesets bb54e487c53e and 882b5ddfc023 (bug 730941) for robocop failures. 2014-04-24 12:06:02 -04:00
Eugen Sawin
01976ffe95 Bug 1000828 - Enable zoom session history for synthetic documents. r=kats 2014-04-23 19:42:11 +02:00
Jim Chen
b7df0d287a Bug 999071 - Add test for ANR reporter; r=blassey 2014-04-24 17:49:02 -04:00
Ehsan Akhgari
670aa9d97f Bug 998727 - Remove nsICanvasGLBuffer and nsICanvasGLTexture; r=smaug 2014-04-24 17:10:00 -04:00
Anuj Sahai
684d18af11 Bug 730941 - Add testcase for "view image" context menu entry. r=wesj, r=mcomella 2014-04-15 00:26:29 +05:30
Anuj Sahai
55ba67a65d Bug 730941 - Add "view image" to context menu. r=wesj 2014-04-15 00:25:47 +05:30
Carsten "Tomcat" Book
2e72ce8d6b Backed out changeset 0096df4879f7 (bug 995777) for rc2 test failures 2014-04-24 12:26:27 +02:00
Lucas Rocha
05f6f41d09 Bug 1000001 - Mark Editor as changed when moving panels (r=margaret) 2014-04-24 11:15:17 +01:00
Brad Lassey
c095369914 bug 995777 - browser.properties: rename getUserMedia.videoDevice.prompt to reflect new string. r=mfinkle 2014-04-18 15:01:56 -04:00
Paul Rouget
804a2d7c11 Bug 942756 - Unify debugger server startup: fennec code. r=mfinkle 2014-04-18 10:48:00 +02:00
Michael Comella
4ade5b99c5 Bug 999750 - Recycle MotionEvents. r=kats 2014-04-23 18:04:51 -07:00
Margaret Leibovic
ce558bed88 Bug 999760 - Apply padding to entire article item view. r=liuche 2014-04-23 18:01:34 -07:00
Michael Comella
994d6006df Bug 998000 - Part 1: Fix whitespace. r=lucasr 2014-04-23 17:40:00 -07:00
Michael Comella
ae9f768185 Bug 998000 - Part 0: cancelEdit on back pressed, rather than stopEdit. r=lucasr 2014-04-23 17:39:58 -07:00
Chenxia Liu
a6f471a44d Bug 994284 - Intermittient testSystemPages | Exception caught - junit.framework.AssertionFailedError: LayerView is not found! r=gbrown 2014-04-23 15:01:23 -07:00
Margaret Leibovic
edcb7a8bed Bug 976335 - Handle about:home tab strip overflow on tablets. r=lucasr
* * *
Bug 976335 - (Part 1) Turn TabMenuStrip into a HorizontalScrollView, moving LinearLayout logic to TabMenuStripLayout. r=lucasr
* * *
Bug 976335 - (Part 1.5) Remove m prefixes from TabMenuStripLayout. r=lucasr
* * *
Bug 976335 - (Part 2) Scroll tab strip to ensure selected tab is visible. r=lucasr
2014-04-23 14:37:31 -07:00
Michael Comella
2421cb59dc Bug 998426 - Ensure shrunken toolbar consistency across API levels. r=wesj 2014-04-23 14:13:52 -07:00
Lucas Rocha
3beaa8ffd0 Bug 994734 - Handle dataset refreshes in HomePanelsManager (r=margaret) 2014-04-23 15:22:34 +01:00
Lucas Rocha
9107108547 Bug 994734 - Set cursor notification URI in HomeProvider (r=margaret) 2014-04-23 15:22:34 +01:00
Lucas Rocha
770170801c Bug 994734 - Pass dataset id as query argument in HomeProvider (r=margaret) 2014-04-23 15:22:34 +01:00
Lucas Rocha
7c2d8b20f3 Bug 994734 - Rename HomeConfigInvalidator to HomePanelsManager (r=margaret)
--HG--
rename : mobile/android/base/home/HomeConfigInvalidator.java => mobile/android/base/home/HomePanelsManager.java
2014-04-23 15:22:34 +01:00
Lucas Rocha
42506eecc0 Bug 994734 - Rename PanelManager to PanelInfoManager (r=margaret)
--HG--
rename : mobile/android/base/home/PanelManager.java => mobile/android/base/home/PanelInfoManager.java
2014-04-23 15:22:33 +01:00
Mark Finkle
c20c45c965 Bug 1001279 - Add support of websites to opt-out of casting videos (tests) r=wesj 2014-05-01 17:29:03 -04:00
Mark Finkle
8b2597d619 Bug 1001279 - Add support of websites to opt-out of casting videos r=wesj 2014-05-01 17:29:00 -04:00
Steven MacLeod
be862d1db4 Bug 981900 - Add OnHistoryReplaceEntry to nsISHistoryListener to handle history.replaceState. r=smaug 2014-04-24 15:12:15 -04:00
Alex Deaconu
10aaf68ab1 Bug 1000287 - Remove unnecessary log lines from 'GLController'. r=kats 2014-04-24 17:33:14 +03:00
Josh Dover
6da0f8914d Bug 850600 - Part 3: Add swipe to refresh to sync tab list. r=nalexander 2014-04-04 15:22:32 -07:00
Josh Dover
4bf468452a Bug 850600 - Part 2: Split RemoteTabs into container and list. r=nalexander 2014-04-04 15:17:04 -07:00
Sola Ogunsakin
3c0c220f3e Bug 977196 - Part 3: Loading URLs from the url bar. r=liuche 2014-04-02 14:23:10 -07:00
Sola Ogunsakin
6eaca35e73 Bug 977196 - Part 2: Loading URLs in about:home. r=liuche 2014-04-02 12:07:10 -07:00
Ryan VanderMeulen
32fe690749 Bug 993813 - Disable testUITelemetry on Android 2.2 for frequent shutdown crashes. r=gbrown 2014-04-29 12:46:33 -04:00
Marcos A. Di Pietro
2138a01870 Bug 999488 - Move reader mode related listener registration from GeckoApp to BrowserApp. r=margaret 2014-04-28 19:19:38 -04:00
Mark Finkle
fd47e0b80b Bug 792139 - Discard decoded images as soon as possible on low-memory devices r=kats 2014-04-29 08:10:16 -04:00
Mark Finkle
84fcd77e95 Bug 1002318 - Add UI Telemetry for sanitizing private data (cleanup patch) r=bnicholoson 2014-04-29 08:04:29 -04:00
Mark Finkle
2744e7150a Bug 1002318 - Add UI Telemetry for sanitizing private data r=liuche, bnicholson 2014-04-29 08:04:10 -04:00