Commit Graph

6479 Commits

Author SHA1 Message Date
Lucas Rocha
91baac284b Bug 769642/766935 - Only show toolbar once the reader content is shown (r=mfinkle) 2012-06-29 16:55:54 +01:00
Lucas Rocha
b85d10d1a2 Bug 767852 - Dismiss any open dropdowns on Android back button (r=mfinkle) 2012-06-29 16:55:54 +01:00
Lucas Rocha
cadae72bfb Bug 767599 - Disable bookmarking while in reader mode (r=mfinkle) 2012-06-29 16:55:54 +01:00
Margaret Leibovic
89f9ccd699 Bug 766556 - Cancel text selection on device rotation. r=mfinkle 2012-06-28 17:37:04 -04:00
Margaret Leibovic
4887dfc4b3 Bug 769038 - Margin on root element causes selection handles to appear at wrong spot. r=mbrubeck 2012-06-28 17:37:01 -04:00
Brian Nicholson
38baf2167f 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
456b3d687f 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
543ec7adc0 Bug 756704 - Robocop: avoid hangs when events missed; r=kats 2012-06-28 11:20:15 -07:00
Chris Peterson
bae66faeef 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
4d9a071659 b=766998; fennec profiling broken by webapp intent changes; r=wesj 2012-06-28 09:42:32 -04:00
David Rajchenbach-Teller
5446bd24e8 Bug 760035 - Adapt main clients to async API (mobile FF). r=mbrubeck 2012-06-27 20:15:33 -04:00
Brian Nicholson
156a563e36 Bug 758392 - Create abstract getTestType() method in BaseTest. r=gbrown 2012-06-27 16:56:49 -07:00
Wes Johnston
c7082ad9f9 Bug 749618 - Add missing comma. r=mfinkle 2012-06-27 11:23:49 -07:00
Wes Johnston
bce10a960c Bug 749618 - Use a default icon for webapps without one. r=mfinkle 2012-06-26 14:54:49 -07:00
Wes Johnston
c17b0a00d8 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
8832809a83 Bug 768235 - Setting BrowserEventHandler.blockClick = true does nothing. r=mbrubeck 2012-06-27 09:24:28 -07:00
Margaret Leibovic
c996191e57 Bug 768665 - Add context menu to selected text. r=mfinkle 2012-06-27 09:14:16 -07:00
Chris Lord
aaac58754b 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
f52ff46322 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
f4b598bf08 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
2739e27057 Bug 750753 - Isolate Migration tests in a seperate database. r=lucasr 2012-06-27 15:53:55 +02:00
Gian-Carlo Pascutto
0507cd39f4 Bug 750753 - Add tests for Profile Migration. r=lucasr 2012-06-27 15:53:53 +02:00
Brian Nicholson
e920edf2f3 Bug 766867 - Use null-safe string comparison for oldURL. r=mbrubeck 2012-06-26 23:18:02 -07:00
Brian Nicholson
aec8358eda Bug 762064 - Part 4: Add instance state support to MultiChoicePreference. r=blassey 2012-06-26 23:15:24 -07:00
Brian Nicholson
3b55d5fe1f Bug 762064 - Part 3: Add toast notification for cleared private data. r=blassey 2012-06-26 23:15:24 -07:00
Brian Nicholson
c8f52d6c6c Bug 762064 - Part 2: Enable clearing individual privacy items. r=mfinkle 2012-06-26 23:15:24 -07:00
Brian Nicholson
a428e61380 Bug 762064 - Part 1: Implement MultiChoicePreference. r=blassey 2012-06-26 23:15:23 -07:00
Brian Nicholson
b477ae7df7 Backout a3f5b011f665 for Android bustage 2012-06-26 18:07:15 -07:00
Brian Nicholson
3e70cba3aa Backout 21a070f6afcd for Android bustage 2012-06-26 18:07:13 -07:00
Brian Nicholson
fca58a602c Backout 5ab2723fc0e0 for Android bustage 2012-06-26 17:43:03 -07:00
Wes Johnston
c2661a95c3 Bug 653833 - Add back some code that should not have been removed. r=mfinkle 2012-06-26 15:09:55 -07:00
Wes Johnston
ccb6ecd388 Bug 749618 - Use a default icon for webapps without one. r=mfinkle 2012-06-26 14:54:49 -07:00
Wes Johnston
e4ad9c5094 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
78f487be64 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
6e435a6325 Bug 716095 - Specify a width for the doorhanger popup on tablets. r=sriram 2012-06-26 14:39:39 -07:00
Matt Brubeck
2c723738c5 Bug 768613 - Mark Fennec Native as compatible with tablets [r+a=blassey] 2012-06-26 14:08:57 -07:00
Marco Zehe
f36a7fd894 Bug 768494 - Add accessibility descriptions to various browser toolbar buttons, r=sriram 2012-06-26 20:00:08 +02:00
Wes Johnston
0ae7622a49 Bug 766297 - Create a default prefs.js for webapps. r=mfinkle 2012-06-26 11:56:03 -07:00
Wes Johnston
bd41daf495 Bug 741472 - Add an Apps menu item to open about:apps. r=mfinkle 2012-06-26 11:42:12 -07:00
Chenxia Liu
a5fe283151 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
41943ca52b Bug 767600 - Handle text selection in iframes properly. r=mbrubeck 2012-06-26 10:33:52 -07:00
Margaret Leibovic
adaf0d41ab Bug 767797 - Always disable Find in Page menuitem on about:home. r=mfinkle 2012-06-26 10:32:55 -07:00
Ed Morley
46f74afdf1 Backout de70e79ced32, ddd519d0767e, 9b952d924953 & 03efce585669 (bug 758620) for reftest failures 2012-06-26 16:13:33 +01:00
Chris Lord
8367a07fc5 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
e6f7685bc1 Bug 710330 - Fix isBookmark logic for duplicated bookmarks. r=margaret 2012-06-26 00:32:03 +02:00
Gian-Carlo Pascutto
112405fe81 Bug 710330 - Handle updates of bookmark folders and seperators correctly. r=lucasr 2012-06-26 00:31:43 +02:00
Gian-Carlo Pascutto
9bc740b761 Bug 710330 - Allow duplicate bookmarks if parents differ. r=lucasr 2012-06-26 00:31:41 +02:00
Gian-Carlo Pascutto
5fd81823f5 Bug 710330 - Add simple settings function to trigger import. r=lucasr 2012-06-26 00:31:02 +02:00
Gian-Carlo Pascutto
93d05a87ee Bug 710330 - Import function for Android bookmarks and history. r=lucasr 2012-06-26 00:30:54 +02:00
Gian-Carlo Pascutto
4df3be97fa Bug 710330 - Refactor batch update helper functions into LocalDB. r=lucasr 2012-06-26 00:30:47 +02:00