Lucas Rocha
a6f0f7b852
Bug 767599 - Disable bookmarking while in reader mode (r=mfinkle)
2012-06-29 16:55:54 +01:00
Brian Nicholson
9a60fbdf20
Bug 762968 - Part 2: Replace onInterceptTouchEvent() with individual listeners. r=wesj
...
--HG--
extra : rebase_source : 96242a2de53c8df97426e7b9f31acbe01f37aa6f
2012-06-28 11:21:24 -07:00
Brian Nicholson
a9617efbd7
Bug 762968 - Part 1: Ignore bogus stylus events in onKeyDown(). r=cpeterson
...
--HG--
extra : rebase_source : 75267b1bffe981fe5e60477018e9c86677742cb8
2012-06-28 11:15:17 -07:00
Geoff Brown
333f8c752c
Bug 756704 - Robocop: avoid hangs when events missed; r=kats
2012-06-28 11:20:15 -07:00
Chris Peterson
7546f0bb0e
Bug 758427 - Ignore KeyEvents with keyCodes greater than getMaxKeyCode(), such as Gingerbread Galaxy Note's bogus stylus events. r=blassey
2012-06-28 11:03:53 -07:00
Vladimir Vukicevic
6d871f209a
b=766998; fennec profiling broken by webapp intent changes; r=wesj
2012-06-28 09:42:32 -04:00
David Rajchenbach-Teller
b0fcfa6d82
Bug 760035 - Adapt main clients to async API (mobile FF). r=mbrubeck
2012-06-27 20:15:33 -04:00
Brian Nicholson
4d2d69ae8f
Bug 758392 - Create abstract getTestType() method in BaseTest. r=gbrown
2012-06-27 16:56:49 -07:00
Wes Johnston
eac4d6b53f
Bug 749618 - Add missing comma. r=mfinkle
2012-06-27 11:23:49 -07:00
Wes Johnston
3110c09655
Bug 749618 - Use a default icon for webapps without one. r=mfinkle
2012-06-26 14:54:49 -07:00
Wes Johnston
182f9eec16
Bug 653833 - Show a doorhanger allowing users to open a page in helper apps. r=mfinkle
2012-06-26 14:54:46 -07:00
Michael Comella
cdc21bb21d
Bug 768235 - Setting BrowserEventHandler.blockClick = true does nothing. r=mbrubeck
2012-06-27 09:24:28 -07:00
Margaret Leibovic
f0c5616852
Bug 768665 - Add context menu to selected text. r=mfinkle
2012-06-27 09:14:16 -07:00
Chris Lord
7979a353e6
Bug 758620 - Clamp scroll port to content size in android fennec. r=kats
...
Fixed position elements are laid out to the scroll-port size, so setting a
scroll port larger than the content size causes fixed position elements to be
pushed off of the page.
2012-06-27 16:44:30 +01:00
Kartikaya Gupta
9cfb150be6
Bug 765463 - Fix indexes when copying the screenshot buffer to the screenshot layer image buffer. r=blassey
2012-06-27 07:52:11 -07:00
Ehsan Akhgari
45fe6d3ae2
Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
...
This patch does the following:
* It adds nsITransferable::Init(nsILoadContext*). The load context
might be null, which means that the transferable is non-private, but
if it's non-null, we extract the boolean value for the privacy mode
and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
represent the document that the string is coming from.
nsIClipboardHelper implementation internally gets the nsILoadContext
from that and passes it on to the transferable upon creation. The
reason that I did this was that nsIClipboardHelper is supposed to be a
high-level helper, and in most of its call sites, we have easy access
to a document object.
* It modifies all of the call sites of the above interfaces according to
this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
the call sites.
2012-04-16 22:14:01 -04:00
Gian-Carlo Pascutto
0f6857cd50
Bug 750753 - Isolate Migration tests in a seperate database. r=lucasr
2012-06-27 15:53:55 +02:00
Gian-Carlo Pascutto
5e1f0ef465
Bug 750753 - Add tests for Profile Migration. r=lucasr
2012-06-27 15:53:53 +02:00
Brian Nicholson
9784b4c6f0
Bug 766867 - Use null-safe string comparison for oldURL. r=mbrubeck
2012-06-26 23:18:02 -07:00
Brian Nicholson
eafb7a19b9
Bug 762064 - Part 4: Add instance state support to MultiChoicePreference. r=blassey
2012-06-26 23:15:24 -07:00
Brian Nicholson
c636ea1613
Bug 762064 - Part 3: Add toast notification for cleared private data. r=blassey
2012-06-26 23:15:24 -07:00
Brian Nicholson
2a75281c83
Bug 762064 - Part 2: Enable clearing individual privacy items. r=mfinkle
2012-06-26 23:15:24 -07:00
Brian Nicholson
e81b8223a2
Bug 762064 - Part 1: Implement MultiChoicePreference. r=blassey
2012-06-26 23:15:23 -07:00
Brian Nicholson
8ad5433833
Backout a3f5b011f665 for Android bustage
2012-06-26 18:07:15 -07:00
Brian Nicholson
fc0c6c481e
Backout 21a070f6afcd for Android bustage
2012-06-26 18:07:13 -07:00
Brian Nicholson
947d4ffd7e
Backout 5ab2723fc0e0 for Android bustage
2012-06-26 17:43:03 -07:00
Wes Johnston
671c627991
Bug 653833 - Add back some code that should not have been removed. r=mfinkle
2012-06-26 15:09:55 -07:00
Wes Johnston
9ecd92b78d
Bug 749618 - Use a default icon for webapps without one. r=mfinkle
2012-06-26 14:54:49 -07:00
Wes Johnston
c384e87545
Bug 653833 - Show a doorhanger allowing users to open a page in helper apps. r=mfinkle
2012-06-26 14:54:46 -07:00
Margaret Leibovic
d5b53ef04e
Bug 767065 - Add a listsener to get rid of text selection handles if the selection is programatically collapsed. r=mbrubeck
2012-06-26 14:39:47 -07:00
Margaret Leibovic
8f95e700a6
Bug 716095 - Specify a width for the doorhanger popup on tablets. r=sriram
2012-06-26 14:39:39 -07:00
Matt Brubeck
cfe917f825
Bug 768613 - Mark Fennec Native as compatible with tablets [r+a=blassey]
2012-06-26 14:08:57 -07:00
Marco Zehe
1aac1d8b3b
Bug 768494 - Add accessibility descriptions to various browser toolbar buttons, r=sriram
2012-06-26 20:00:08 +02:00
Wes Johnston
4e9b1512a7
Bug 766297 - Create a default prefs.js for webapps. r=mfinkle
2012-06-26 11:56:03 -07:00
Wes Johnston
57bb6acc96
Bug 741472 - Add an Apps menu item to open about:apps. r=mfinkle
2012-06-26 11:42:12 -07:00
Chenxia Liu
1e47d1912c
Bug 766499 - Show error message about multiple Firefox installations when Android Sync fails on Account creation. r=nalexander
2012-06-26 10:43:56 -07:00
Margaret Leibovic
4b898fc808
Bug 767600 - Handle text selection in iframes properly. r=mbrubeck
2012-06-26 10:33:52 -07:00
Margaret Leibovic
7e3e46e986
Bug 767797 - Always disable Find in Page menuitem on about:home. r=mfinkle
2012-06-26 10:32:55 -07:00
Ed Morley
ef4179d2d4
Backout de70e79ced32, ddd519d0767e, 9b952d924953 & 03efce585669 (bug 758620) for reftest failures
2012-06-26 16:13:33 +01:00
Chris Lord
c61aecd462
Bug 758620 - Clamp scroll port to content size in android fennec. r=kats
...
Fixed position elements are laid out to the scroll-port size, so setting a
scroll port larger than the content size causes fixed position elements to be
pushed off of the page.
2012-06-26 14:43:32 +01:00
Gian-Carlo Pascutto
0dd5efd82e
Bug 710330 - Fix isBookmark logic for duplicated bookmarks. r=margaret
2012-06-26 00:32:03 +02:00
Gian-Carlo Pascutto
babbe0dbdc
Bug 710330 - Handle updates of bookmark folders and seperators correctly. r=lucasr
2012-06-26 00:31:43 +02:00
Gian-Carlo Pascutto
2e720b830a
Bug 710330 - Allow duplicate bookmarks if parents differ. r=lucasr
2012-06-26 00:31:41 +02:00
Gian-Carlo Pascutto
323480dd16
Bug 710330 - Add simple settings function to trigger import. r=lucasr
2012-06-26 00:31:02 +02:00
Gian-Carlo Pascutto
bb7b0cb975
Bug 710330 - Import function for Android bookmarks and history. r=lucasr
2012-06-26 00:30:54 +02:00
Gian-Carlo Pascutto
958e027b22
Bug 710330 - Refactor batch update helper functions into LocalDB. r=lucasr
2012-06-26 00:30:47 +02:00
Gian-Carlo Pascutto
cfdcd71923
Bug 710330 - Extend INSERT_IF_NEEDED support to Bookmarks and Images. r=lucasr
2012-06-26 00:30:36 +02:00
Nick Alexander
dd055a4d86
Bug 763020 and Bug 763021 - Make Android Sync's Send Tab activity request an immediate clients-only sync. r=rnewman
...
--HG--
extra : rebase_source : 7b0074c68e2fa92f59cc19c2720f828455af6c3a
2012-06-25 13:31:42 -07:00
Nick Alexander
b1656ba11c
Bug 767437 - Don't hard code Android Sync brand names in Send Tab activity. r=rnewman
...
--HG--
extra : rebase_source : 25205e5ce15e9d92fc20970b2b8819ca389fc8c7
2012-06-25 10:25:17 -07:00
Ed Morley
c80d69d369
Backout c38e96f197e5, 7e795daed2f7, d74e5dfa1626, a942ab4e7089, 28754a456feb & d3da23241bba (bug 710330) for failures in test_localStorageOriginsDomainDiffs.html
2012-06-25 17:27:32 +01:00
Gian-Carlo Pascutto
5f186bf300
Bug 710330 - Handle updates of bookmark folders and seperators correctly. r=lucasr
2012-06-25 15:42:26 +02:00
Gian-Carlo Pascutto
bca2b238f3
Bug 710330 - Allow duplicate bookmarks if parents differ. r=lucasr
2012-06-25 15:42:26 +02:00
Gian-Carlo Pascutto
d30fbf3d20
Bug 710330 - Add simple settings function to trigger import. r=lucasr
2012-06-25 15:42:26 +02:00
Gian-Carlo Pascutto
27161bce34
Bug 710330 - Import function for Android bookmarks and history. r=lucasr
2012-06-25 15:42:26 +02:00
Gian-Carlo Pascutto
2cbef2b5ee
Bug 710330 - Refactor batch update helper functions into LocalDB. r=lucasr
2012-06-25 15:42:26 +02:00
Gian-Carlo Pascutto
1fe6874e4c
Bug 710330 - Extend INSERT_IF_NEEDED support to Bookmarks and Images. r=lucasr
2012-06-25 15:42:26 +02:00
Margaret Leibovic
78b1c3cbcf
Bug 765390 - (Part 3) Add ability to call endSelection without attempting to copy text. r=mbrubeck
2012-06-23 15:46:22 -07:00
Margaret Leibovic
aecb7e31f2
Bug 765390 - (Part 2) Text selection should be cleared on pagehide. r=mbrubeck
2012-06-23 15:46:21 -07:00
Margaret Leibovic
bfc3ddc881
Bug 765390 - (Part 1) Create a flag to keep track of whether or not selection is active instead of checking _view. r=mbrubeck
2012-06-23 15:46:21 -07:00
Margaret Leibovic
c92853bb54
Bug 767626 - We don't need to be caching the selectedText. r=mbrubeck
2012-06-23 15:46:21 -07:00
Margaret Leibovic
c23b5f06de
Bug 724339 - Support text selection on RTL pages. r=mbrubeck
2012-06-23 15:46:14 -07:00
Kartikaya Gupta
924c956074
Bug 727351 - Fix the MotionEventHelper fling code to deal with the panning threshold and re-enable the fling correctness test. r=cpeterson
2012-06-22 23:10:26 -04:00
Kartikaya Gupta
2a4c0c37d1
Bug 727351 - Some minor refactoring of the MotionEventHelper code to make the fling part more readable. r=cpeterson
2012-06-22 23:09:16 -04:00
Kartikaya Gupta
eb08aefa66
Back out cset c7f2e01bd3a3 (bug 746876) for robocop perma-orange.
2012-06-22 23:04:49 -04:00
Margaret Leibovic
e04db6f0d1
Bug 765072 - All text is selected when one text selection handle moves over another. r=mfinkle
2012-06-22 10:33:00 -07:00
Brian Nicholson
986d85a2f8
Bug 767541 - Allow search suggestions for string compositions. r=cpeterson
2012-06-22 14:48:07 -07:00
Kartikaya Gupta
ab0e0d17c7
Bug 746876 - Re-enable test_bug720538 as it seems to work fine now. r=jmaher
2012-06-22 16:10:57 -04:00
Kartikaya Gupta
adf8d2992b
Bug 767215 - Fix intermittent failure in pixel tests caused by slower-than-expected initial page paint. r=jmaher
2012-06-22 16:10:13 -04:00
Brian Nicholson
eaa92ddcbb
Bug 766406 - Implement "Request Desktop Site". r=mfinkle
2012-06-22 12:53:40 -07:00
Lucas Rocha
ac809090d8
Bug 766966 - Change "Font" to "Text" in Reader UI (r=mfinkle)
2012-06-22 17:44:36 +01:00
Lucas Rocha
9d162cc530
Bug 766164 - pngcrush all Reader assets (r=mfinkle)
2012-06-22 16:06:18 +01:00
Lucas Rocha
1b29f562bd
Bug 766617 - Use arrow image with shadow and proper density in Reader (r=mfinkle)
2012-06-22 16:04:22 +01:00
Lucas Rocha
cd87df540b
Bug 766950 - Reduce blockquote's left padding in Reader (r=mfinkle)
2012-06-22 16:01:09 +01:00
Kartikaya Gupta
a1d471b2c0
Bug 766668 - Account for RTL pages having the top-left corner not at (0,0) when taking a screenshot update. r=blassey
2012-06-22 09:31:50 -04:00
Mounir Lamouri
5debef4e7d
Bug 766904 - Make sure unlockOrientation() is a no-op if the orientation wasn't locked. r=blassey
2012-06-22 10:55:17 +02:00
Mounir Lamouri
f7547109e0
Bug 757791 - Change unlockOrientation() behavior to set orientation to UNSPECIFIED instead of SENSOR. r=blassey
2012-06-22 10:54:35 +02:00
Matt Brubeck
7e1dd31ebd
Bug 766865 - java.lang.IndexOutOfBoundsException in TabsTray.addTab [r=margaret]
2012-06-21 14:18:58 -07:00
Ed Morley
96e35995d3
Merge mozilla-central to mozilla-inbound
2012-06-21 21:08:12 +01:00
Mark Finkle
7e895e5a69
bug 766914 - Unable to play videos on mobile YouTube; redirection loop on 'Play' r=blassey a=blassey
2012-06-21 13:49:48 -04:00
Ed Morley
4992a5b7b4
Merge mozilla-central to mozilla-inbound
2012-06-21 08:38:39 +01:00
Wes Johnston
2c2344cd9d
Bug 766285 - Pass correct origin to java when opening webapps. r=mfinkle
2012-06-20 15:02:29 -07:00
Chenxia Liu
5486fe19a0
Bug 731116 - More strict mode during Android Sync setup. r=nalexander
...
--HG--
extra : rebase_source : d807c23880634f519965c3db307760ab6298311b
2012-06-20 14:15:02 -07:00
Nick Alexander
539800eef9
Bug 766397 - Do not log PasswordRecord details. r=rnewman
...
--HG--
extra : rebase_source : 2a0290471d7341a5752b28adadb0949c0644e486
2012-06-20 14:10:55 -07:00
Kartikaya Gupta
d031130aa4
Bug 766576 - Fix javascript warning about missing return value. r=mfinkle
2012-06-20 16:48:22 -04:00
Lucas Rocha
5ffb4ad65e
Bug 750683 - Check if page is convertible to enable reader mode (r=mfinkle)
2012-06-20 19:21:22 +01:00
Lucas Rocha
72899bf28b
Bug 760645 - Add reading list app menu item (r=mfinkle)
2012-06-20 19:10:08 +01:00
Lucas Rocha
019bbdfdba
Bug 760645 - Update bookmarks icons to show yellow star when active (r=mfinkle)
2012-06-20 19:10:08 +01:00
Lucas Rocha
7ce80347dc
Bug 760645 - Add needed BrowserDB api to manage reading list (r=mfinkle)
2012-06-20 19:10:08 +01:00
Lucas Rocha
ea6f8bc590
Bug 760645 - Change reader button to go straight to Reader Mode (r=mfinkle)
2012-06-20 19:10:08 +01:00
Lucas Rocha
a5f08c5a00
Bug 750681 - Implement/define CSS for articles in the reader (r=mfinkle)
2012-06-20 18:28:39 +01:00
Lucas Rocha
beb44ffa01
Bug 750686 - Implement style toolbar for Reader Mode (r=mfinkle)
2012-06-20 18:12:13 +01:00
Lucas Rocha
83292c7fc1
Bug 765330 - Fix runtime warning on redeclared variable in browser.js (r=mfinkle)
2012-06-20 15:04:09 +01:00
Geoff Brown
27b2d18af7
Bug 764044 - Robocop: rewrite testNewTab for new tabs UI; r=jmaher
2012-06-20 08:05:14 -07:00
Sriram Ramasubramanian
9d5d2fbf3f
Bug 762727: Tabs Panel refresh on rotation. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/layout-sw600dp/tabs_panel.xml => mobile/android/base/resources/layout-sw600dp/tabs_panel_toolbar.xml
rename : mobile/android/base/resources/layout-xlarge/tabs_panel.xml => mobile/android/base/resources/layout-xlarge/tabs_panel_toolbar.xml
2012-06-19 14:10:21 -07:00
Sriram Ramasubramanian
e1f11137ab
Bug 762727: BrowserToolbar needs to re-created on rotation. [r=mfinkle]
2012-06-19 14:09:44 -07:00
Matt Brubeck
8a827366a6
Bug 763726 - Tap on content area while tabs menu is open should close it [r=mfinkle]
2012-06-19 14:10:42 -07:00
Margaret Leibovic
370b1de6af
Bug 765270 - Don't try to clean up in findClosed if this._findInProgress is false. r=mfinkle
2012-06-18 14:57:09 -07:00
Matt Brubeck
138898121d
Bug 765805 (3/3) - Update thumbnails for tabs added while the sidebar is open [r=sriram]
2012-06-19 13:37:57 -07:00
Matt Brubeck
af2c9a3884
Bug 765805 (2/3) - Don't hide the tab sidebar when adding a new tab [r=sriram]
2012-06-19 13:37:57 -07:00
Matt Brubeck
5404805330
Bug 765805 (1/3) - Don't hide the tab sidebar when switching tabs [r=sriram]
2012-06-19 13:37:57 -07:00