Commit Graph

15088 Commits

Author SHA1 Message Date
Kartikaya Gupta
da1d284214 Bug 1078029 - Turn off touch event retargeting in fennec. r=wesj 2014-11-04 09:51:53 -05:00
Carsten "Tomcat" Book
c86b0bc964 Merge mozilla-central to mozilla-inbound 2014-11-04 13:30:53 +01:00
Mike Taylor
1c1b977c28 Bug 1092447 - Ignore non top-level documents when enabling/disabling Report Site Menu. r=margaret 2014-11-03 12:39:00 +01:00
Randall Barker
c62583cfb4 Bug 1055562 - crash in java.lang.IllegalStateException: Callback has already been executed, v2. r=wesj 2014-10-31 13:19:00 +01:00
Nick Alexander
430b02189b Bug 976699 - Place architecture specific assets in assets/$(ANDROID_CPU_ARCH). r=glandium 2014-11-03 20:04:20 -08:00
Nick Alexander
452c901e08 Bug 1091087 - Disable MOZ_NATIVE_DEVICES when MOZ_ANDROID_RESOURCE_CONSTRAINED is set. r=glandium
This saves dexing and shipping the Google Play Services and other Google
libraries, which add resources and about 3megs of code.

Due to ordering issues, the relevant flags and toggles were moved to
configure.in and exposed early enough to be used by confvars.sh.
2014-11-03 20:04:19 -08:00
Mark Finkle
454373d911 Bug 1091410 - Intermittent testLinkContextMenu | Wait for the URLBar r=bnicholson 2014-11-03 14:44:45 -05:00
Martyn Haigh
0463d1955c Bug 1083263 - Sort out aspect ratio of thumbnails for new tablet UI and implement new empty tab globes (r=lucasr) 2014-11-03 17:34:48 +00:00
Michael Comella
b514f3cca7 Bug 1092254 - Use Solo.waitForCondition under the hood in BaseTest.waitForTest. r=liuche 2014-11-03 03:14:08 -08:00
Mark Capella
1281f454d3 Bug 1080374 - Update 'Switch to tab' display on tab LOCATION_CHANGE, r=margaret 2014-10-31 23:31:20 -04:00
Mark Capella
5a7430353f Bug 1092011 - Re-instate Page-Already-In-ReadingList message, r=margaret 2014-10-31 23:31:20 -04:00
Michael Comella
44ce9ce4dc Bug 1086981 - Part 4: Cancel editing mode in new tablet when new tabs are selected. r=lucasr 2014-10-31 17:16:20 -07:00
Michael Comella
adca8b4e75 Bug 1086981 - Part 3: Cancel editing mode when hitting toolbar buttons. r=lucasr 2014-10-31 17:16:11 -07:00
Richard Newman
341b557e45 Bug 1091803 - Correctly treat general.useragent.locale and intl.accept_languages as complex prefs in all cases. r=mfinkle 2014-10-31 16:39:47 -07:00
Mark Finkle
fdda3e887e Bug 1090618 - Intermittent testPictureLinkContextMenu | Extend timeout for clipboard ops r=mcomella 2014-10-31 16:48:18 -04:00
Margaret Leibovic
77a9664323 Bug 1089598 - Yahoo search code for the search activity widget. r=mfinkle 2014-10-31 11:14:57 -07:00
Terrence Cole
5d4922d03b Bug 1083464 - Use a more standard mechanism to export GC symbols to embedders. r=ted,r=jorendorff 2014-10-27 13:29:44 -07:00
Mark Capella
3812547b22 Bug 1089655 - crash in java: Unhandled error for GeckoRequest: FindInPage, r=wesj 2014-10-30 21:18:32 -04:00
Nick Alexander
933728c53c Bug 1039902 - Minify the Fennec JS code in automation. r=glandium
This patch adds a SpiderMonkey jsshell binary via tooltool and arranges
for it to be used in automation (more specifically, whenever JS_BINARY
is defined).

We'd prefer to build a host SpiderMonkey jsshell, but that's not trivial
right now; and we'd prefer to use a minifier better than the existing
Python jsmin (possibly written in JavaScript), but one step at a time.
2014-10-30 17:02:58 -07:00
Swaroop Rao
536f406826 Bug 1002888 - Allow deleting Firefox Account from confirm account screen. r=nalexander
--HG--
extra : rebase_source : 16736f77434d01d37ecd36180064a5a53b1d9179
2014-10-30 16:31:25 -07:00
Chenxia Liu
9a8d9b7197 Bug 1089810 - Update Private Browsing contextual hint string. r=margaret 2014-10-30 14:15:49 -07:00
Ryan VanderMeulen
9a87c4aa6f Merge inbound to m-c. a=merge 2014-10-30 16:03:53 -04:00
Mike Taylor
58b8b3f705 Bug 1090313 - Only prompt desktopMode users to report issues for webfacing urls. r=margaret 2014-10-28 10:32:00 -04:00
Carsten "Tomcat" Book
b26432a3ec Merge mozilla-central to fx-team 2014-10-30 15:16:37 +01:00
Carsten "Tomcat" Book
72ea59b550 merge fx-team to mozilla-central a=merge 2014-10-30 14:49:31 +01:00
Martyn Haigh
73be65ad46 Bug 1064415 - Tabs tray/grid/panel interactions and visual design (r=lucasr) 2014-10-30 13:27:08 +00:00
Lucas Rocha
ccaa05cb3e Bug 1091107 - Visual refinements in the tab strip (r=mcomella) 2014-10-30 10:26:24 +00:00
Lucas Rocha
0b9e5d6e50 Bug 1090364 - Enable fading edges in tab strip (r=mcomella) 2014-10-30 10:26:23 +00:00
Lucas Rocha
ca0c07d45b Bug 1090364 - Add fading edge support to TwoWayView (r=mcomella) 2014-10-30 10:26:23 +00:00
Lucas Rocha
d73e85faba Bug 1055601 - Don't flicker about:home URL when new tab is created (r=mcomella) 2014-10-30 10:26:23 +00:00
Mike Hommey
90964173af Bug 1091118 part 1 - Remove $topsrcdir/gcc/bin from PATH on android builds. r=gps
$topsrcdir/gcc/bin was mistakenly added in bug 971841, but is not provided by
anything the tooltool manifest for android builds pulls. It however is a path
that /may/ exist in the source tree when the slave ran a linux build before.
When it does exist, the meaning of non-path-prefixed commands change,
influencing what particular compiler is used in some cases.
2014-10-30 14:34:54 +09:00
Margaret Leibovic
94ca5cc75d Bug 1082110 - Polish appearance of new reading list style. r=mcomella 2014-10-29 15:34:38 -07:00
Ryan VanderMeulen
3e2bf940ce Merge m-c to fx-team. a=merge 2014-10-29 16:55:11 -04:00
Ryan VanderMeulen
6de5c1cb7e Merge inbound to m-c. a=merge 2014-10-29 16:49:04 -04:00
Ryan VanderMeulen
a70c03ab03 Merge fx-team to m-c. a=merge 2014-10-29 16:30:13 -04:00
Mark Finkle
9a4155664d No bug: Re-enable testAddonManager for Android 4.0 r=me 2014-10-29 15:47:00 -04:00
Lucas Rocha
2b69b6e2c6 Bug 1089668 - Avoid NPE on parent when tab strip item is pressed (r=mcomella) 2014-10-29 17:39:12 +00:00
Lucas Rocha
4f74b0fee4 Bug 1067388 - Scroll ensure selected tab is always fully visible (r=mcomella) 2014-10-29 17:39:12 +00:00
Lucas Rocha
50e85c6bb5 Bug 1089667 - Sync TwoWayView with upstream's 0.1.2 release (r=mcomella) 2014-10-29 17:39:11 +00:00
Michael Comella
48ff6d6be2 Bug 1086981 - Part 2: Disable navigation buttons in editing mode. r=lucasr 2014-10-29 10:36:35 -07:00
Michael Comella
df5091f5c5 Bug 1086981 - Part 1: Enable menu on new tablet when in editing mode. r=lucasr 2014-10-29 10:36:32 -07:00
Eugen Sawin
33ce39f7b1 Bug 942736 - Account for hidden margins when validating viewport metrics. r=kats 2014-10-29 14:06:55 +01:00
Carsten "Tomcat" Book
348b931e1c Merge mozilla-central to b2g-inbound on a CLOSED TREE 2014-10-29 13:42:47 +01:00
Jordan Lund
36da1bc8e1 Bug 1073772 - Releng work for producing two ARMv7 APKs to target different API ranges, r=rnewman 2014-10-28 19:25:24 -07:00
Richard Newman
e85638f19f Bug 1090385 - More robust handling of external intents. r=snorp 2014-10-28 14:28:31 -07:00
Mark Finkle
609c6406ab Bug 1090229 - Add better test for FilePicker.modeSave r=followup 2014-10-28 17:20:27 -04:00
Mark Finkle
d6b227ce95 Bug 1090229 - Add tests for FilePicker r=bnicholson 2014-10-28 17:16:20 -04:00
Richard Newman
6a328d9eef Bug 1078395 - Work around missing profile in RestrictedProfiles. r=mfinkle
This is a partial fix; it avoids a crash, but isn't necessarily correct.
2014-10-28 11:55:48 -07:00
Richard Newman
142fe53f37 Bug 1089940 - Check for null earlier in favicon data: URI handling. r=ckitching 2014-10-28 11:55:47 -07:00
Mike Taylor
597f697116 Bug 1089734 - Report site issues over HTTPS by default. r=margaret 2014-10-27 11:22:00 -04:00