Commit Graph

10433 Commits

Author SHA1 Message Date
Ed Morley
d58a607c99 Merge latest green fx-team changeset and mozilla-central 2013-08-21 12:56:05 +01:00
Lucas Rocha
25346cd708 Backout 226fa98cb589 (Bug 888011) (r=mfinkle) 2013-08-21 10:32:24 +01:00
Federico Paolinelli
770cd6e9c0 Bug 566225 - Add framework to linkify phone numbers in pages, preffed off. r=wesj 2013-08-20 13:41:58 -07:00
Ryan VanderMeulen
988f90b952 Merge m-c to fig. 2013-08-20 16:33:28 -04:00
Lucas Rocha
5a93ceda11 Bug 907274 - Disable testVkbOverlap, perma-orange on armv6 (r=gbrown) 2013-08-20 20:46:47 +01:00
Mark Capella
35c63ae52d Bug 906499 - Caret visibility persists after form submission, r=margaret 2013-08-20 14:50:57 -04:00
Lucas Rocha
ac5d380df7 Merge m-c to fig 2013-08-20 11:50:04 +01:00
Mark Capella
a8306550ce Bug 903316 - Text selection handles are not dismissed after deleting selected text, r=margaret 2013-08-19 20:20:35 -04:00
Wes Johnston
0ad1e171f1 Bug 840989 - Don't store favicons for error pages. r=bnicholson 2013-08-19 16:57:21 -07:00
Shilpan Bhagat
411ea457d2 Bug 900234 - Force priority pageactions to always be visible. r=wesj 2013-08-19 16:23:48 -07:00
Wes Johnston
2b61c53727 Bug 896067 - Icons for guest sessions. r=sriram 2013-08-19 15:20:13 -07:00
Wes Johnston
a4a77666a9 Bug 808636 - Make urltext red on about:blocked. r=margaret 2013-08-19 15:14:37 -07:00
Lucas Rocha
d675da850f Bug 905591 - Load URLs in PixelTest without requiring input injection (r=gbrown) 2013-08-19 21:33:49 +01:00
Lucas Rocha
d9cafd960c Bug 905591 - Use Tabs.loadUrl() instead of Tabs.loadUrlInTab() in JavascriptTest (r=nalexander) 2013-08-19 21:33:49 +01:00
Lucas Rocha
9e8309241f Bug 905591 - Rename BaseTest's loadUrl to inputAndLoadUrl (r=gbrown) 2013-08-19 21:33:49 +01:00
Adrian Tamas
5a7409ef4a Bug 906662 - Fix openAboutHomeTab to work witht he new Tablet UI (r=lucasr) 2013-08-19 16:56:20 +03:00
Lucas Rocha
bde7590529 Backout 59e82ad7b744 (bug 896557), testWebContentContextMenu is failing 2013-08-19 17:00:18 +01:00
Lucas Rocha
6bf96e6131 Merge m-c into fig 2013-08-19 13:49:45 +01:00
Margaret Leibovic
89815bce52 Bug 905426 - String tweaks for the new about:home. r=lucasr 2013-08-18 17:39:44 -07:00
Shilpan Bhagat
38c74fff8f Bug 900234 - Replace LinkedHashMap with ArrayList to allow insertions. r=wesj 2013-08-12 11:42:16 -07:00
Phil Ringnalda
c7c7176adb Merge m-c to fx-team 2013-08-17 08:42:11 -07:00
Mark Capella
ee2d964bb5 Bug 864589 - Show/hide text selection handles if a selection is programatically added/removed, r=margaret, ehsan 2013-08-16 21:51:41 -04:00
Wes Kocher
7c850ea632 Backed out changeset 2404f5888de3 (bug 864589) 2013-08-16 16:09:46 -07:00
Mark Capella
4d820ba757 Bug 864589 - Show/hide text selection handles if a selection is programatically added/removed, r=margaret, ehsan 2013-08-16 16:45:42 -04:00
Ryan VanderMeulen
52608ac5e3 Merge m-c to fx-team. 2013-08-16 15:34:58 -04:00
Honza Bambas
5763d2ceb2 Bug 892488 - Get rid of the offline application cache prompt, r=ehsan+jonas 2013-08-16 11:34:21 +02:00
Carsten "Tomcat" Book
cde2ad07a7 merge fx-team to mozilla-central 2013-08-16 10:29:59 +02:00
Nicolas Carlo
a9a0c70de9 Bug 892942 - Remove www., m. and mobile. from URLs in Reader Mode. r=margaret 2013-08-16 08:48:39 -04:00
Kartikaya Gupta
d802b5ccca Bug 898877 - Ensure that viewport resizing behaviour due to dynamic toolbar is consistent. r=Cwiiis
In browser.js were two pieces of code that determined whether or not the CSS viewport
size should include the margins. These two pieces of code were inconsistent in that
one used rounding while the other used a fuzz. Also, one of them subtracted gViewportMargins
from gScreenHeight while the other added them. This patch makes the two pieces of code
consistent, and updates them to use a fuzz so that the CSS viewport is enlarged only
when dealing with pages that are equal to or larger than the screen (with the toolbar hidden).
2013-08-16 08:42:32 -04:00
Kartikaya Gupta
67889faa26 Bug 898877 - Prevent pages from getting stuck without the dynamic toolbar. r=Cwiiis
The problematic scenario is when the page is exactly the height of the screen
(with dynamic toolbar not visible). In this case, the scrollable() function in
Axis.java returns false on the vertical axis, and so the JavaPanZoomController
never does any scrolling. This in turns means that the scrollBy code in
LayerMarginsAnimator never gets to run, so you can never drag the toolbar back
into being visible. The patch ensures that scrollable() returns true when some
or all of the margins are not visible, ensuring that in these scenarios the
user can still scroll the toolbar back onto the screen. This patch also adds
some comments/asserts to verify the new code is threadsafe.
2013-08-16 08:42:23 -04:00
Chris Peterson
44c9b40bae Bug 897924 - Intermittent test_contacts_basics.html | No contacts after clear - got 124 (or 84), expected 0. r=cpeterson 2013-08-16 15:49:18 -07:00
Brad Lassey
0b54a77b1f bug 880259 - Firefox should use GeckoView r=mfinkle 2013-08-02 16:46:07 -04:00
Ed Morley
b62dbbbf5e Merge latest green fx-team changeset and mozilla-central 2013-08-15 11:57:16 +01:00
Ryan VanderMeulen
1c7ba28dbd Merge m-c to inbound. 2013-08-14 17:11:30 -04:00
Brian Nicholson
48c190775e Bug 901903 - Don't try to fetch guest profile if it doesn't exist. r=wesj 2013-08-14 09:07:00 -07:00
Ms2ger
30f4e6e119 Merge latest PGO-green inbounc changeset to m-c. 2013-08-14 14:45:47 +02:00
Shane Tully
81acf62a20 Bug 880118 - Android resource IDs must be mutable for library projects. r=cpeterson 2013-08-13 16:44:00 -07:00
Shane Tully
a43df75fa6 Bug 894088 - Add loadUrlInNewTab() in GeckoView for opening URL in new tab. r=cpeterson 2013-08-13 13:43:00 -07:00
Ryan VanderMeulen
be8d4a0e28 Merge m-c to fx-team. 2013-08-13 15:39:41 -04:00
Mark Capella
4a0c7eedd6 Bug 903871 - JS crash in SelectionHandler during longtap text select on target page, r=margaret 2013-08-13 14:51:26 -04:00
Kartikaya Gupta
07be7dc6ba Bug 902888 - Fix coordinate system mismatch with pre-Honeycomb plugins on Android. r=snorp
The plugin code was returning a rect in LayoutDevicePixels whereas Java
was treating it as a CSS-pixel rect. This patch makes the types more
explicit and adds a conversion in AndroidBridge to convert from the
LayoutDevicePixels to CSSPixel rects.
2013-08-13 11:49:21 -04:00
Kyle Huey
859692a042 Bug 890304 - Remove the indexeddb.feature.enabled pref. r=sicking 2013-08-13 08:49:11 -04:00
Carsten "Tomcat" Book
97f6dec5f8 merge mozilla-inbound to mozilla-central 2013-08-13 12:34:27 +02:00
Ryan VanderMeulen
4dd254baf4 Merge m-c to fx-team. 2013-08-12 22:00:03 -04:00
Brian Nicholson
24933e1c69 Bug 899141 - Fix startup intent handling. r=mfinkle,kats 2013-08-12 16:15:35 -07:00
Ryan VanderMeulen
3f3c3722d8 Merge m-c to b2g-inbound. 2013-08-12 17:44:21 -04:00
Ryan VanderMeulen
2fb3fd7e55 Merge fx-team to m-c. 2013-08-12 17:42:19 -04:00
Bobby Holley
3ed72e3e52 Bug 901364 - Remove a bunch of now-unused modal state tracking machinery. r=mrbkap 2013-08-12 12:54:51 -07:00
Nick Alexander
5a99f8d881 Bug 903123: Add HawkAuthHeaderProvider for Android Background Services. r=rnewman
Hawk is an HTTP authentication scheme using a message authentication
code (MAC) algorithm to provide partial HTTP request cryptographic
verification.  Hawk is the successor to the HMAC authentication
scheme.  The Hawk scheme is descripted at
https://github.com/hueniverse/hawk

Hawk is under-specified; this implementation interoperates with the
git hash at
871cc59797
2013-08-12 11:10:03 -07:00
Kartikaya Gupta
78a2559c81 Bug 896547 - Fix regression due to incorrect change in 2765ec8ccf3b. r=Cwiiis
We use two different "pageWidth" calculations in browser.js, and the
regressing change switched from using one definition to the other. This
caused an infinite remeasure loop.
2013-08-12 13:26:08 -04:00