Commit Graph

4759 Commits

Author SHA1 Message Date
Sriram Ramasubramanian
2e395eeb63 Bug 844471: Menu obscured in landscape mode. [r=mfinkle]
--HG--
extra : rebase_source : 3b6ae07474318995f070a32abade9406872d67f5
2013-03-11 13:10:00 -07:00
Sriram Ramasubramanian
2a57474912 Bug 844471: Menu is obscured in landscape mode. [r=mfinkle]
--HG--
extra : rebase_source : 91bf6ce0af16c45c522a77c5f3dc35d539cdb4ba
2013-03-11 13:08:25 -07:00
Sriram Ramasubramanian
a37162d11f Bug 847578: Reduce redundant views in site identity popup. [r=mfinkle]
--HG--
extra : rebase_source : 8c85017a16f09ec47d5845d9d66d1ce2af31f4ad
2013-03-11 14:07:11 -07:00
Sriram Ramasubramanian
f919c3a84c Bug 847578: Flatten Site identity popup. [r=mfinkle]
--HG--
extra : rebase_source : 89ac0bc865ddc42fc1d6cf75d48a8a3960258b13
2013-03-11 14:07:11 -07:00
Sriram Ramasubramanian
e10b68b08b Bug 847578: Flat Holo styled door hanger buttons. [r=mfinkle]
--HG--
extra : rebase_source : 18ed2e6e987f663d0a17f7025e11454ef7c90e39
2013-03-11 14:07:11 -07:00
Sriram Ramasubramanian
7413f43a3b Bug 847578: Flat Holo styled door hanger buttons. [r=mfinkle]
--HG--
extra : rebase_source : 10e4897f80d67f80846f672d97bb033b6f0637a3
2013-03-11 14:07:10 -07:00
Sriram Ramasubramanian
b215d10141 Bug 847578: Flat UI for Doorhangers. [r=mfinkle]
--HG--
extra : rebase_source : d431cbee52d6435af8f43a679adecdaf51273a43
2013-03-11 14:07:10 -07:00
Matt Brubeck
ab633799a2 Bug 849277 - Remove unused content permission strings in Firefox for Android [r=margaret] 2013-03-11 14:51:53 -07:00
Geoff Brown
add30d6d72 Bug 817899 - Use ListView.getChildAt responsibly in robocop tests; r=jmaher 2013-03-11 13:16:16 -06:00
Raymond Lee
7a36735cac Bug 847814 - Remove browser.geolocation.warning.infoURL preference for mobile/andriod if it's not used. r=margaret 2013-03-12 00:10:45 +08:00
Brian Nicholson
041549b10b Bug 823285 - Use foreground notification service for downloads. r=kats
--HG--
extra : rebase_source : 004e31f0379819c5f72420223b24ed0ceccb2e2e
2013-03-11 11:59:23 -07:00
Margaret Leibovic
9146c22120 Bug 847942 - Make active tap highlight color gray instead of orange. r=wesj 2013-03-11 11:44:59 -07:00
Chris Lord
f2c4d6a8a4 Bug 849254 - Fix NullPointerException in BrowserApp.setToolbarHeight. r=kats 2013-03-11 16:04:55 +00:00
Chris Lord
5740f49de5 Bug 849539 - Fix launching web-apps after bug 716403. r=mfinkle
Forgot to change the Web-App layout to use RelativeLayout instead of
LinearLayout.
2013-03-11 14:29:47 +00:00
Kartikaya Gupta
c4ef6a26dd Bug 846774 - Make GeckoEvent member variables private. r=cpeterson 2013-03-10 22:43:53 +00:00
Kartikaya Gupta
c39158732c Bug 846774 - Replace the sync event with an ack flag on events. r=cpeterson 2013-03-10 22:43:30 +00:00
Kartikaya Gupta
c5f016e8fd Bug 849281 - Use the NdefMessage constructor that is in API 9 instead of the one that is 16+. r=mfinkle 2013-03-09 22:52:43 +00:00
Wes Johnston
418029aa43 Bug 838440 - Refresh about:home twhen the activity is resumed. r=lucasr 2013-03-08 13:01:51 -08:00
Mike Hommey
6f18692b15 Backout changeset d7fa00b3ee3e (bug 834337) because it is not needed after bug 842681 2013-03-08 19:20:50 +01:00
Mike Hommey
e45fb58e0b Bug 842681 - Use the linker Zip code through JNI for GeckoJarReader. r=kats 2013-03-08 19:20:13 +01:00
Brian Smith
1d74004842 bug 750421 - remove unnecessary nsIBadCertListener2 and nsISSLErrorListener implementations r=mayhemer r=mounir r=dolske 2013-03-06 11:25:03 -08:00
Geoff Brown
fb1bc4fea7 Bug 849260 - Fix waitForText timeouts in testBookmarksTab; r=jmaher DONTBUILD 2013-03-08 09:52:55 -07:00
Lucas Rocha
872f3de712 Bug 846025 - Fix "too low" and "too high" correction in TwoWayView (r=mfinkle) 2013-03-08 13:13:58 +00:00
Mike Hommey
37f3858edc Forgot to hg rm the files that changeset 0616a4ae8aa2 (bug 842681) had added. DONTBUILD 2013-03-08 13:39:32 +01:00
Mike Hommey
619bdeaa6b Backout changeset 99e3a0501c52 and 0616a4ae8aa2 (bug 842681) because of android robocop orange 2013-03-08 13:26:29 +01:00
Mike Hommey
e9a9544027 Backout changeset d7fa00b3ee3e (bug 834337) because it is not needed after bug 842681 2013-03-08 09:32:34 +01:00
Mike Hommey
4e6348be60 Bug 842681 - Use the linker Zip code through JNI for GeckoJarReader. r=kats 2013-03-08 09:27:52 +01:00
Mike Hommey
0d335ced84 Bug 842681 - Call GeckoLoader.loadMozGlue from GeckoApplication.onCreate instead of GeckoApp.onCreate. r=kats 2013-03-08 09:27:46 +01:00
Kartikaya Gupta
99d47aa72c Bug 848901 - NFC transmission APIs on android only exist on API 14 and up. r=sriram 2013-03-08 00:15:54 +00:00
Chris Peterson
1871f56475 Bug 848761 - input element's type attribute values are case-insensitive. r=jchen 2013-03-07 14:12:40 +00:00
Aaron Moses
c9d421b236 Bug 845375 - Implement the nsIClientAuthDialogs interface for android. r=kats 2013-03-07 18:08:03 +00:00
Gavin Sharp
588a241193 Bug 831236 followup: adjust comment 2013-03-07 09:38:33 -08:00
Gavin Sharp
7071d66f6a Bug 831236: remove mobile/xul, r=axel,mfinkle,gps,glandium
--HG--
extra : rebase_source : be789eac5e8e769a54e6c0c4126065c8b5a5192e
2013-03-06 23:43:44 -08:00
Jim Chen
0e06b65bf4 Bug 840406 - Use password mode for all type=password inputs; r=cpeterson 2013-03-07 13:16:46 +00:00
Gregory Szorc
58b7ec0116 Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium
XPIDL_MODULE defaults to MODULE. These Makefile.in were setting
XPIDL_MODULE to the same value as MODULE.

--HG--
extra : rebase_source : e96bd34d5949d0ab94cecbec35d6c9f4bffec01e
2013-03-07 05:03:51 -08:00
Chris Lord
6f9b717288 Bug 716403 - Hide dynamic toolbar hiding behind a pref. r=kats
Disable dynamic toolbar hiding on Android by default, with pref
browser.chrome.dynamictoolbar available to enable it.
2013-03-07 10:17:34 +00:00
Chris Lord
8e1fe3f64f Bug 716403 - Use setContentDocumentFixedPositionMargins in Android's browser.js. r=kats
This uses the aforementioned method on nsIDOMWindowUtils to make sure layout's
idea of the fixed position margins matches those used in the compositor.
2013-03-07 10:17:33 +00:00
Chris Lord
65f2a90d9f Bug 716403 - Resize viewport dynamically on Android. r=kats,mfinkle
This causes the viewport size to differ, depending on the length of the page.
This has the effect of pages that size themselves to the size of the window
always having the toolbar visible, making sites like Google Maps more usable.
2013-03-07 10:17:33 +00:00
Chris Lord
5894f416fc Bug 716403 - Make the top of the page accessible with the toolbar visible. r=kats
This makes it possible to scroll to the top of the page with the toolbar visible
in Firefox for Android. It also causes JavaScript scrolling to position 0 to
expose the toolbar.
2013-03-07 10:17:33 +00:00
Chris Lord
e2025aa8f2 Bug 716403 - Offset fixed layers so the toolbar doesn't obscure them. r=nrc,kats
Offset fixed layers in the compositor so that the toolbar in Firefox for Android
doesn't obscure them. This does not affect layout, so input on the elements in
said layers will appear broken.
2013-03-07 10:17:33 +00:00
Wes Johnston
6fd755c540 Bug 716403 - Dynamically hide the location bar when scrolling. r=kats
Intercept touch events and use them to pan the location bar on and off the
screen, depending on its current location. Also dynamically show/hide the
location bar when loading pages.
2013-03-07 10:17:32 +00:00
Chris Peterson
fb48e81401 Bug 848409 - Part 2: Remove unused Android defaults.xml resource files. r=kats 2013-03-06 16:37:38 +00:00
Chris Peterson
4296fa4f1f Bug 848409 - Part 1: Enable Android Strict Mode for local builds. r=kats 2013-03-06 16:37:04 +00:00
Ryan VanderMeulen
893d8d351a Backed out 9 changesets (bug 716403) for Android 4.0 robocop bustage on a CLOSED TREE. 2013-03-06 16:11:05 -05:00
Ryan VanderMeulen
6fae066075 Bug 739757 - Back it out fully this time on a CLOSED TREE. 2013-03-06 13:59:09 -05:00
Nick Alexander
c4971f315b Bug 843889 - Factor tabs code that is not Sync-specific out of org.mozilla.gecko.sync. r=rnewman 2013-03-06 10:05:39 -08:00
Chris Lord
f3f784461b Bug 716403 - Hide dynamic toolbar hiding behind a pref. r=kats
Disable dynamic toolbar hiding on Android by default, with pref
browser.chrome.dynamictoolbar available to enable it.
2013-03-06 16:56:00 +00:00
Chris Lord
12a1234e0d Bug 716403 - Use setContentDocumentFixedPositionMargins in Android's browser.js. r=kats
This uses the aforementioned method on nsIDOMWindowUtils to make sure layout's
idea of the fixed position margins matches those used in the compositor.
2013-03-06 16:56:00 +00:00
Chris Lord
3666e38db8 Bug 716403 - Resize viewport dynamically on Android. r=kats,mfinkle
This causes the viewport size to differ, depending on the length of the page.
This has the effect of pages that size themselves to the size of the window
always having the toolbar visible, making sites like Google Maps more usable.
2013-03-06 16:56:00 +00:00
Chris Lord
e7a2989cdd Bug 716403 - Make the top of the page accessible with the toolbar visible. r=kats
This makes it possible to scroll to the top of the page with the toolbar visible
in Firefox for Android. It also causes JavaScript scrolling to position 0 to
expose the toolbar.
2013-03-06 16:55:59 +00:00