Commit Graph

6720 Commits

Author SHA1 Message Date
Mark Finkle
8f10fda8b5 bug 776185 - ANDROID_VERSION_CODE needs to be based off MOZ_BUILD_DATE r=blassey
--HG--
extra : rebase_source : d815a40cb13178ef0184b5a02529a3d4d54aed79
2012-07-23 10:12:19 -04:00
Kartikaya Gupta
4ef2de7d64 Bug 775951 - Remove some redundant state transitions since PanZoomController.bounce() sets the state unconditionally. r=wesj 2012-07-23 09:58:11 -04:00
Kartikaya Gupta
b49a00bc3e Bug 775951 - Introduce a setState function to capture all the PanZoomController state changes. r=wesj 2012-07-23 09:57:46 -04:00
Ed Morley
69ac41ee19 Backout 4987ffd173a4 (bug 687267) for bustage 2012-07-23 14:47:54 +01:00
James Willcox
9c75650095 Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert,blassey
--HG--
extra : rebase_source : 450055ae3e71ea84f74252d3bf100fe970d29d14
2012-07-20 15:20:51 -04:00
Ms2ger
0a56bc3482 Bug 776142 - Back out bug 687267 / changeset 8571114112b2 on a CLOSED TREE. 2012-07-22 14:02:18 +02:00
Michael Comella
48f242a43a Bug 775770 - Add "Copy Phone Number" to long press context menu. r=mfinkle 2012-07-20 20:19:39 -04:00
Michael Comella
7e45d79d72 Bug 775766 - Add "Copy Email Address" to long press context menu. r=mfinkle 2012-07-20 20:19:38 -04:00
Michael Comella
4ec5f9d1af Bug 769886 - Re-add "Copy Link" item to long press context menu. r=wesj 2012-07-20 20:19:37 -04:00
Sriram Ramasubramanian
d498a09d99 Bug 776067: Replace menu icons for GB phones. [r=mbrubeck]
--HG--
extra : rebase_source : 37a8ede23e27ad714efa4f54aedcb1dff04cddbe
2012-07-20 16:23:53 -07:00
Sriram Ramasubramanian
f257dbf678 Bug 775717: about:home thumbnails should use android:listSelector. [r=mfinkle]
--HG--
extra : rebase_source : 6b8656a30a5fd7d135c36c5969c06d3d92d6d0d0
2012-07-20 16:21:14 -07:00
Wes Johnston
b323037a2b Bug 776072 - Inflate toolbar in BrowserApp. r=mfinkle 2012-07-20 12:58:42 -07:00
Chris Peterson
62cc829e3d Bug 764193 - Part 1: Re-enable form autocomplete, but blocklist some IMEs. r=blassey 2012-07-19 11:00:07 -07:00
Chris Peterson
bd7c660fd9 Bug 775442 - Part 2: Pretty-print IME strings to logcat. r=blassey 2012-07-18 15:26:15 -07:00
Chris Peterson
993a01ac9d Bug 775442 - Part 1: Clamp string indexes when updating IME extracted text. r=blassey 2012-07-19 11:34:42 -07:00
James Willcox
f0d7883166 Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert 2012-07-20 15:20:51 -04:00
Arkady Blyakher
d000afced4 bug 773943 - fix null pointer exception from accessing getExternalFilesDir r=snorp 2012-07-19 17:36:48 -04:00
Wes Johnston
2e90f575b5 Bug 766275 - Rename function. r=mfinkle 2012-07-20 11:17:43 -07:00
Wes Johnston
cf60fc9a3f Bug 766275 - Remove browser actions from the Webapps context menu. r=mfinkle 2012-07-20 11:14:43 -07:00
Chris Peterson
e13f3f0890 Bug 772225 - Remove some clampSelection() calls to test whether IndexOutOfBoundsExceptions have been fixed. r=blassey
--HG--
extra : rebase_source : 540314a4a7658e381749fbc9d3860f26d947efd5
2012-07-17 22:49:25 -07:00
Nick Alexander
af4a1751d8 Bug 776023 - Fix more JavaDoc warnings. r=rnewman 2012-07-20 10:20:59 -07:00
Richard Newman
dfdb6e0a72 Bug 734316 - Part 6: fix more PMD and checkstyle warnings. r=trivial 2012-07-20 00:48:10 -07:00
Matt Brubeck
52519ba041 Bug 766858 - When tab menu is open, intercept all touch events on about:home or web content [r=kats] 2012-07-20 10:06:01 -07:00
Kartikaya Gupta
34ec50901e Bug 775976 - Guard against a null tab when processing a thumbnail. r=blassey 2012-07-20 12:38:02 -04:00
Patrick McManus
4c858109e4 bug 770331 - always try and negotiate HTTP Keep-Alive r=biesi
--HG--
extra : rebase_source : d348e3ec56faa48fbed5c4f0f697dee6658e21b2
2012-07-20 08:40:13 -04:00
Michael Comella
b336b59c3a Bug 715179 - (8 of 8) Special cased the FontSizePreference dialog when given afont size of 0 twip. r=bnicholson 2012-07-19 21:08:40 -04:00
Michael Comella
a0a29cc837 Bug 715179 - (7 of 8) The FontSizePreference dialog optimally sets its size upon creation and rotation. r=bnicholson 2012-07-19 21:08:40 -04:00
Michael Comella
300714841c Bug 715179 - (6 of 8) Set font sizes from the FontSizePreference dialog are saved into GeckoPreferences. r=bnicholson 2012-07-19 21:08:40 -04:00
Michael Comella
cdbebc6e5e Bug 715179 - (5 of 8) The buttons on the FontSizePreference dialog are interactive - they can be used to increase and decrease preview font size. r=bnicholson 2012-07-19 21:08:40 -04:00
Michael Comella
04398598a1 Bug 715179 - (4 of 8) Created the full FontSizePreference dialog UI. This includes the font preview box and the increase/decrease font size buttons. These buttons do not function yet. r=bnicholson 2012-07-19 21:08:40 -04:00
Michael Comella
e5ccc50562 Bug 715179 - (3 of 8) Created a simple FontSizePreference dialog with a title and two buttons. r=bnicholson 2012-07-19 21:08:40 -04:00
Michael Comella
02640d7b0f Bug 715179 - (2 of 8) Fixed a few miscellaneous indentation issues and corrected a few strings in the preferences' XML files. r=bnicholson 2012-07-19 21:08:40 -04:00
Michael Comella
feeedde3c7 Bug 715179 - (1 of 8) Implemented the changes in mbrubeck's original patch to add string changes for the font inflation preferences dialog. r=bnicholson 2012-07-19 21:08:40 -04:00
Margaret Leibovic
f5ad1ed241 Bug 775723 - Native handles shrink when dragged to the right/bottom of the content area. r=mfinkle 2012-07-19 15:41:21 -07:00
Arkady Blyakher
67e021f653 Bug 712773 - Support vibrate on long-press. r=wesj
--HG--
extra : rebase_source : d0b78558a2afdee088cba0e06763a83aac086d94
2012-07-19 14:58:19 -07:00
Steve Fink
f20c2ef916 Backed out changeset afd9e75374e8 from a CLOSED TREE for breaking Windows builds 2012-07-19 14:55:48 -07:00
Brian Nicholson
9c7d3b11db Bug 775029 - Add "Saved passwords" privacy item. r=mfinkle 2012-07-19 13:28:40 -07:00
Brian Nicholson
996fe982a6 Bug 775039 - Combine clearing cookies and active logins. r=mfinkle 2012-07-19 13:28:25 -07:00
Brian Nicholson
01db8044b8 Bug 775042 - Clear downloads when clearing history. r=mfinkle 2012-07-19 13:28:18 -07:00
Margaret Leibovic
11834842a6 Bug 774938 - Native text selection handles. r=mfinkle,kats 2012-07-19 13:16:44 -07:00
James Willcox
67949244f1 Bug 687267 - Initial support for Flash on Honeycomb r=benwa,vlad 2012-07-19 16:15:40 -04:00
Wes Johnston
1f08f3e441 Bug 702487 - Allow users to enter falsy values in prompt dialogs. r=mfinkle 2012-07-19 12:08:56 -07:00
Wes Johnston
536fd5c0ef Bug 772908 - Remove race condition adding touch listeners in the Awesomescreen. r=mbrubeck 2012-07-19 12:08:55 -07:00
Wes Johnston
27200b99e4 Bug 766094 - Set default prefs for webapps in js. r=mfinkle 2012-07-19 12:08:54 -07:00
Sriram Ramasubramanian
472d63be55 Bug 775334: Make about:home clean. [r=mfinkle]
--HG--
extra : rebase_source : 54594ac171a34bec6d454efeb330cef22aff94f5
2012-07-19 11:42:56 -07:00
Sriram Ramasubramanian
f6d4d99596 Bug 774081: Replacing tab related resources for phones. [r=mfinkle]
--HG--
extra : rebase_source : 629513b7e323150d9acc8977c095d7c64144c89c
2012-07-19 11:38:27 -07:00
Sriram Ramasubramanian
82a2ed61e6 Bug 775200: History tab is cut-off. [r=mfinkle]
--HG--
extra : rebase_source : b6c49bc8b498255be2b99d5ac7faed72515c6ef5
2012-07-19 11:37:44 -07:00
Kartikaya Gupta
c8771f0697 Bug 772888 - Catch NullPointerException from the external storage directory not being available. r=wesj 2012-07-19 14:26:59 -04:00
Kartikaya Gupta
3e0c9cd0ce Bug 770659 - Ensure that haptic feedback for clicks is done only when the mouse events are sent to a clickable element. r=wesj 2012-07-19 14:22:07 -04:00
Kartikaya Gupta
c8682a9248 Bug 775071 - Fix testCheck3 to look for the disableScreenshot function in the right place. r=gbrown 2012-07-19 14:18:49 -04:00