Commit Graph

13236 Commits

Author SHA1 Message Date
Wes Kocher
202d548b78 Merge inbound to m-c 2014-05-15 15:59:45 -07:00
Chris Kitching
b72d415905 Bug 1010348: Update mixed-content warning kb article for Android. r=margaret 2014-05-15 15:05:05 +01:00
Wes Kocher
e6779db575 Merge m-c to inbound 2014-05-16 17:15:49 -07:00
Jim Chen
74fabdc3d2 Bug 992357 - e. Add tests for NativeJSObject array support; r=blassey 2014-05-16 18:25:29 -04:00
Jim Chen
c5ae95c1bf Bug 992357 - b. Add array support stubs; r=blassey 2014-05-16 18:25:29 -04:00
Jim Chen
1288077545 Bug 992357 - a. Add array types to jni-generator.py; r=till 2014-05-16 18:25:28 -04:00
Mark Finkle
ca519eba9a Backout ad3355a8d31f, c788ef01538a for being a bit too restrictive for user choice 2014-05-20 00:15:53 -04:00
Wes Kocher
5e4284679e Merge m-c to fx-team 2014-05-19 15:51:14 -07:00
Wes Johnston
617dbb6873 Bug 1001851 - Fall back to saving temp files if other file pickers fail. r=rnewman 2014-05-19 15:49:09 -07:00
Alexandru Chiriac
dab3f927fc Bug 943908 - Show tooltip when long-pressing action bar items. r=wesj 2014-05-19 15:01:02 -07:00
Michael Comella
e9e6cd4b46 Bug 1012795 - Pass resource ID name with editing mode cancel event. r=mfinkle 2014-05-19 14:37:17 -07: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