Commit Graph

944 Commits

Author SHA1 Message Date
Hathibelagal A
bc2a0aa8c3 Bug 1027831 - Switch from deprecated FILL_PARENT to MATCH_PARENT in Java and XML. r=bnicholson 2014-06-20 09:21:31 -07:00
Richard Newman
e587539993 Bug 1016611 - Part 1: don't process distribution files for webapp profiles. r=margaret 2014-06-16 16:07:43 -07:00
Brian Nicholson
2aeed4707c Bug 1024127 - Popup cleanup. r=margaret 2014-06-19 14:30:16 -07:00
Wes Kocher
35eb26375a Backed out changeset 62cce2cf895f (bug 1016611) for causing Android bustage on a CLOSED TREE 2014-06-16 17:41:28 -07:00
Richard Newman
ded86a723f Bug 1016611 - Don't process distribution files for webapp profiles. r=margaret 2014-06-16 16:07:43 -07:00
Michael Comella
1478087a5d Bug 918494 - Show a toast only after a bookmark is added and re-enable testLinkContextMenu. r=mfinkle 2014-06-11 14:48:38 -07:00
Wes Johnston
9a35d78ebe Bug 1015421 - Don't queue up ButtonToasts. r=margaret 2014-06-02 14:47:02 -07:00
Randell Jesup
9f738ae94f Bug 987979: Patch 11 - Add webrtc 3.50 support for Froyo/Gingerbread/Ice Cream Sandwich. r=blassey 2014-05-29 17:05:16 -04:00
Nick Alexander
68483f0438 Bug 997288 - Add select tab button to "New [private] tab opened" toasts. r=wesj 2014-05-23 11:43:38 -07:00
Richard Newman
f691965aa8 Bug 1011008 - Part 1: handle system locale changes correctly. r=nalexander 2014-05-22 17:31:20 -07:00
James Hugman
d05119d3c9 Bug 995803 - fix crash in java.lang.IllegalStateException: Already registered Webapps. r=mfinkle 2014-05-19 08:36:00 +02:00
Jim Chen
7556276200 Bug 1012722 - Switch most GeckoApp event listeners to native; r=mfinkle 2014-05-20 16:09:54 -04:00
Alexandru Chiriac
23ed7307c2 Bug 943908 - Show tooltip when long-pressing action bar items. r=wesj 2014-05-19 15:01:02 -07:00
Richard Newman
cf464dbd36 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
Kartikaya Gupta
161c8400d7 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
f0e2260c0b Backed out changeset 14a43400007e (bug 859683) for robocop failures. 2014-05-06 15:38:28 -04:00
Kartikaya Gupta
a0e4ae7476 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
Jim Chen
0ff39eef3c Bug 1004073 - Refactor EventDispatcher usages; r=fennec-team 2014-05-02 14:34:40 -04:00
Mark Finkle
e43f93c17f Bug 988650 - Telemetry tracking for sharing r=wesj,liuche 2014-05-01 22:02:29 -04:00
Josh Dover
1134dcec0f Bug 776027 - Move intent handling to IntentHelper. r=wesj 2014-04-25 16:28:00 +02:00
Marcos A. Di Pietro
0fc5b853dc Bug 999488 - Move reader mode related listener registration from GeckoApp to BrowserApp. r=margaret 2014-04-28 19:19:38 -04:00
Brian Nicholson
a0b3d243cc Bug 999203 - Add a pref to record crashes. r=mfinkle 2014-04-24 12:27:42 -07:00
Margaret Leibovic
a2e99b9719 Bug 949178 - Remove reading list button from reader mode toolbar. r=lucasr 2014-04-22 14:27:03 -07:00
Brian Nicholson
174e9e2458 Bug 995741 - Restore tabs after crash. r=mfinkle 2014-04-17 10:51:06 -07:00
Zack Liu
098be40013 Bug 993062 - Remove the definition of showRemoteTabs() method in BrowserApp.java. Remove the declearation of showTabs() method and showRemoteTabs() in GeckoApp.java. r=margaret 2014-04-15 13:13:00 +02:00
Richard Newman
1d1545154e Bug 971900 - onLocaleReady incorrectly elides onConfigurationChange call if urlBar doesn't exist. r=nalexander 2014-04-15 17:55:58 -07:00
Richard Newman
f5a6aca665 Bug 970176 - Part 1: rework LocaleManager to simplify use from android-sync. r=nalexander 2014-04-15 15:07:14 -07:00
Carsten "Tomcat" Book
b62130b94f Backed out changeset 33bcd13d52f5 (bug 776027) for Android M6 Test Failure 2014-04-15 12:16:40 +02:00
Josh Dover
a67c87c9a9 Bug 776027 - Move intent handling to IntentHelper. r=wesj 2014-04-14 17:46:00 +02:00
Kartikaya Gupta
8beb92e033 Bug 995316 - Make GeckoLayerClient package-scoped. r=snorp 2014-04-11 20:49:46 -04:00
Wes Johnston
52f8065e4c Bug 994456 - Add a preview surface for webrtc in webapps. r=gcp 2014-04-11 14:19:12 -07:00
Wes Johnston
7bfd5c5542 Bug 985400 - Post menu changes to UIThread to avoid issues with animatinos. r=lucasr 2014-04-08 12:14:40 -07:00
Richard Newman
11c55d73d1 Bug 949495 - Rework context handling. r=mfinkle 2014-04-02 18:33:24 -07:00
Myk Melez
3e66022100 Bug 989109 - return isDebuggable using new async callback; r=wesj
--HG--
extra : rebase_source : 87056e2b1af8557f7e3cb5ad893b4b4067d6be4a
2014-04-01 15:38:01 -07:00
Lucas Rocha
f1fc78b9e8 Bug 940575 - Implement scopes for SharedPreferences (r=rnewman) 2014-04-01 15:02:14 +01:00
Wes Johnston
1d56b0fe1e Bug 942270 - Support quickshare in context menus. r=bnicholson 2014-03-26 10:18:01 -07:00
Lucas Rocha
d4feecbccd Bug 981676 - Backout progress bar refinements from bugs 980438/962103 (r=mfinkle) 2014-03-13 12:57:51 -04:00
Wes Johnston
e4b83e36cc Bug 968182 - Hide the Android menu before reshowing it with a submenu. r=lucasr 2014-03-11 23:01:22 -07:00
Marcos Cezar
fa09f6da3c Bug 956360 - Use Arrays.asList when possible. r=jchen 2014-03-04 14:32:47 -03:00
Wes Johnston
f31abf8947 Bug 942611 - Fix missing parameter qualifier. r=rewman CLOSED TREE 2014-03-06 12:57:42 -08:00
Wes Johnston
e8732bf2fc Bug 942611 - Delete old temp files onPause. r=rnewman 2014-03-06 12:23:54 -08:00
Brian Nicholson
52969c54bb Bug 962103 - Make progress bar overlap content. r=lucasr 2014-03-04 12:57:23 -08:00
Wes Johnston
974a620ad5 Bug 967254 - Delay Webapp Uninstall code till delayed startup. r=rnewman 2014-03-04 08:35:39 -08:00
Richard Newman
e2d7a79c39 Bug 707123 - Part 1: refactor GeckoProfileDirectories out of GeckoProfile. r=nalexander 2014-03-03 15:27:42 -08:00
Richard Newman
0962c34a9f Bug 969637 - NullPointerException in org.mozilla.gecko.GeckoConnectivityReceiver.start. r=wesj 2014-02-27 12:32:34 -08:00
Kartikaya Gupta
106fd9ddc6 Bug 912238 - Ignore exceptions that are thrown after calling System.exit. r=mfinkle 2014-02-27 08:49:51 -05:00
Wes Johnston
d7107c7d6f backout 95849d209a1f (Bug 975525) for crashes. r=backout 2014-02-24 08:44:56 -08:00
Murph Finnicum
a4d4160082 Bug 974001 - Allow HelperApps to return results if requested. r=wesj 2014-02-24 09:57:31 -05:00
Richard Newman
baa78cbb12 Bug 975774 - Part 26: clean up imports in GeckoApp. r=trivial 2014-02-22 19:53:02 -08:00
Margaret Leibovic
a28f1875e4 Bug 975173 - (Part 2) Always call BitmapLoader.onBitmapFound on the UI thread. r=bnicholson 2014-02-22 09:41:30 -08:00