Commit Graph

600 Commits

Author SHA1 Message Date
Kartikaya Gupta
d2c8da4110 Bug 769269 - Add code to handle restarting GeckoApp. r=mfinkle 2012-07-13 10:20:34 -04:00
Kartikaya Gupta
90cac38916 Bug 769269 - Update the graphics code to be able to deal with blowing away the layer controller, client, and view and creating them afresh. r=ajuma 2012-07-13 10:19:46 -04:00
Matt Brubeck
0411dc0d8a Bug 755221 - Make the button to cancel an add-on uninstall clearer [r=mfinkle] 2012-07-12 22:16:28 -07:00
Matt Brubeck
a91ac38e5e Bug 769857 - Add a small delay before the tap highlight [r=wesj]
--HG--
extra : rebase_source : e58c938afd1cb66b9bf108a2a70547c0b21382fe
2012-07-11 22:45:42 -07:00
Wes Johnston
e270e15a33 Bug 766260 - Use fallback icon if there is an error downloading the specified one. r=mfinkle 2012-07-11 10:02:28 -07:00
Margaret Leibovic
4f9651faaa Bug 771997 - Use the browser's built-in fastFind. r=mfinkle 2012-07-10 15:54:43 -07:00
Margaret Leibovic
22c332c828 Bug 771997 - End active find when switching tabs. r=mfinkle 2012-07-10 15:54:39 -07:00
Margaret Leibovic
d037547b74 Bug 772656 - End text selection when a different tab is selected. r=mfinkle 2012-07-10 15:54:35 -07:00
Arkady Blyakher
85d29d0638 Bug 769438 - Support sharing images via long press r=snorp 2012-07-10 14:25:15 -07:00
Chris Lord
3b74743225 Bug 772479 - Fix use of undefined aViewport width/height properties. r=kats
setViewport was modified as part of Bug 758620, but tried to access two
properties which didn't exist. Replace the use of these non-existent properties
with the calculated value that was expected.
2012-07-10 21:18:22 +01:00
Wes Johnston
4f6994eca9 Bug 769454 - Show helper apps option in the context menu for links. r=mfinkle 2012-07-10 09:08:54 -07:00
Wes Johnston
6dd1a9a8fa Bug 766808 - Resolve icon urls for apps using relative urls. r=mfinkle 2012-07-09 17:54:40 -07:00
Wes Johnston
412176e299 Bug 769454 - Turn off helper app prompts. r=mfinkle 2012-07-09 10:02:25 -07:00
Margaret Leibovic
44c9e86c1d Bug 771501 - Update text selection handle graphics. r=mfinkle 2012-07-06 11:19:27 -07:00
Matt Brubeck
13c3873620 Bug 771036 - Sanitizer.history should clear the Java history too [r=mfinkle] 2012-07-06 09:22:57 -07:00
Margaret Leibovic
57840e45c3 Bug 718705 - Only persist the password doorhanger across location changes if it is showing. r=mfinkle 2012-07-05 16:12:17 -07:00
Matt Brubeck
2dc771fd33 Bug 770371 - Add a margin to the tappable area for copying selected text [r=margaret] 2012-07-03 10:39:22 -07:00
Mark Finkle
10b3fd2cdd Bug 754585 - Fennec Nightly failing ACID3 test (with one error) r=mbrubeck 2012-07-03 01:54:32 -04:00
Brian Nicholson
80db64835e Bug 769097 - Remember desktop mode preference after OOM. r=mfinkle 2012-07-02 12:42:11 -07:00
Ms2ger
9f56b60843 Merge m-c to m-i. 2012-06-30 14:50:23 +02:00
Kyle Huey
3b3b755501 Bug 726378: Unprefix IndexedDB. r=sicking 2012-06-29 09:48:35 -07:00
Margaret Leibovic
99ba23f673 Bug 766556 - Cancel text selection on device rotation. r=mfinkle 2012-06-28 17:37:04 -04:00
Margaret Leibovic
8317dd0f34 Bug 769038 - Margin on root element causes selection handles to appear at wrong spot. r=mbrubeck 2012-06-28 17:37:01 -04:00
Margaret Leibovic
d74ef46f0a Bug 768666 - Adjust the size of text selection handles as you zoom in/out. r=mbrubeck 2012-06-29 15:15:59 -04:00
Lucas Rocha
0faae3eef1 Bug 766961 - Apply fade in/out transitions to Reader Mode toolbar (r=mfinkle) 2012-06-29 18:17:06 +01:00
Lucas Rocha
662407698e Bug 769642/766935 - Only show toolbar once the reader content is shown (r=mfinkle) 2012-06-29 16:55:54 +01:00
Lucas Rocha
71fc6ed3e3 Bug 767852 - Dismiss any open dropdowns on Android back button (r=mfinkle) 2012-06-29 16:55:54 +01: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
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
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
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
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
4b898fc808 Bug 767600 - Handle text selection in iframes properly. r=mbrubeck 2012-06-26 10:33:52 -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
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