Commit Graph

15205 Commits

Author SHA1 Message Date
Margaret Leibovic
9f73561cc4 Bug 1091728 - (Part 0) Move getFileContents into FileUtils. r=rnewman 2014-11-13 14:32:01 -08:00
Richard Newman
62325aceed Bug 1098082 - Follow-up: fix bustage from ckitching not running tests. r=me, DONTBUILD because doesn't affect m-c tests. 2014-11-13 13:57:04 -08:00
Mark Finkle
02fc238e00 Bug 1097926 - Avoid calling isLoggable r=nalexander 2014-11-13 16:53:45 -05:00
vivek
3267ac49df Bug 1087673 - Enable tab history menu haptic feedback. r=bnicholson 2014-11-13 08:00:00 -05:00
Lucas Rocha
aba9c3da0c Bug 1097913 - Use DecelerateInterpolator in tab strip animations (r=mcomella) 2014-11-13 10:38:19 +00:00
Brian Nicholson
36bf2c5de3 Bug 1084022 - Don't log errors for missing default favicons. r=rnewman 2014-11-12 20:37:02 -08:00
Chris Kitching
2c2f87dc6a Bug 1098082: Merge identical catch branches. r=rnewman 2014-11-13 01:21:10 +00:00
Wes Kocher
20452eac61 Backed out changeset 64a320318bf9 (bug 1098082) for android build bustage 2014-11-12 18:22:25 -08:00
Chris Kitching
97bb3c06eb Bug 1098082: Merge identical catch branches. r=rnewman 2014-11-13 01:21:10 +00:00
Richard Newman
441079b93e Bug 1096120 - Invalidate context menu on locale change. r=margaret
The fix in Bug 1020502 was incomplete; flushing the bundle service does not
(always?) invalidate existing bundles. This patch makes `Strings`
re-initializable, and does so when the locale changes.
2014-11-12 17:36:30 -08:00
Chris Kitching
ba3dd456fa Bug 1061409: Telemetry for share overlays. r=rnewman 2014-09-06 20:30:50 -07:00
Lucas Rocha
09afe9a54d Bug 1097986 - Make tab curve slightly smoother (r=mfinkle) 2014-11-12 22:16:39 +00:00
Ryan VanderMeulen
b4baff118e Merge b2g-inbound to m-c. a=merge 2014-11-12 15:32:16 -05:00
Margaret Leibovic
f5f8c82efa Bug 1097364 - Support <OpenSearchDescription> as the root tag of a search plugin. r=bnicholson 2014-11-12 07:38:03 -08:00
Carsten "Tomcat" Book
131e1b12f1 Merge mozilla-central to fx-team 2014-11-12 16:15:03 +01:00
Carsten "Tomcat" Book
db744f87ab merge mozilla-inbound to mozilla-central a=merge 2014-11-12 16:02:10 +01:00
Michael Comella
3f68d2ef44 Bug 960746 - Sync tab state with gecko state in onLocationChange to update navigation buttons. r=lucasr 2014-11-12 06:47:34 -08:00
Chenxia Liu
dd96c27724 Bug 1091897 - Update Remote debugging UI. r=margaret 2014-11-11 18:49:52 -08:00
Chenxia Liu
1fa905ec13 Bug 988253 - Video automatically plays on page when it should. r=bnicholson 2014-11-11 18:49:52 -08:00
Chenxia Liu
a0e1028786 Bug 1093619 - Don't display onboarding screen for Webapp profiles. r=margaret 2014-11-11 18:49:51 -08:00
Richard Newman
d3cd886aa8 Bug 1089266 - Don't rely on lightweight themes in webapps. r=mfinkle
This papers over the issue by allowing the context menu to open.

However, the root cause is that context menus in webapps don't make a whole lot of sense -- for example, in my test I see:

      http://the/app/url...
      Share Link
      Open Link in New Tab
      Open Link in Private Tab
      Copy Link
      Bookmark Link
      Open With Music App

If you perform one of the tab actions, you'll see a toast offering to switch tab, and an intent handler overlay will fire!

I suggest filing a follow-up bug for someone with more familiarity with WebappImpl to address this.
2014-11-11 17:52:34 -08:00
Margaret Leibovic
ce0d8c732f Bug 1096612 - Properly handle exceptions thrown while parsing article. r=bnicholson 2014-11-11 17:11:30 -08:00
Lucas Rocha
10785dee6c Bug 1093621 - Enable new tablet UI by default in Nightly (r=mcomella) 2014-11-11 23:12:56 +00:00
Lucas Rocha
146dc3ce62 Bug 1097316 - Make tab strip smaller to workaround talos issues (r=mcomella) 2014-11-11 23:12:55 +00:00
vivek
98c6f53781 Bug 1093209 - "Handle "go back" session history menu Fringe cases". r=bnicholson 2014-11-11 11:44:00 +01:00
Brian Nicholson
1507936cbb Bug 1095514 - Make distribution tile tests more robust. r=rnewman 2014-11-11 12:32:04 -08:00
Mark Finkle
c84548a4a1 Bug 1063831 - Add simple tests for tracking protection r=margaret 2014-11-11 15:04:01 -05:00
Mark Finkle
7d4ca9484f Bug 1063831 - Fix doorhanger divider color for Dark themes r=margaret 2014-11-11 15:03:57 -05:00
Mark Finkle
dd383dc282 Bug 1063831 - Adjust mixed content and tracking protection toolbar UI indicators r=margaret 2014-11-11 15:03:49 -05:00
Mark Finkle
d61e80493a Bug 1063831 - Support tracking protection in Site Identity popup UI r=margaret 2014-11-11 15:03:46 -05:00
Mark Finkle
8940a260d0 Bug 1063831 - Support tracking protection in SiteIdentity.java r=margaret 2014-11-11 15:03:43 -05:00
Mark Finkle
8321137592 Bug 1063831 - Support tracking protection in browser.js r=margaret 2014-11-11 15:03:39 -05:00
Garvan Keeley
8a36c54671 Bug 1096517 - Disable stumbler test on 2.3. r=gbrown 2014-11-10 11:57:00 -05:00
Garvan Keeley
e3b9af602c Bug 1036514 - Stumbler logging by setting setprop log.tag.<x> DEBUG. r=nalexander
Setting adb shell setprop log.tag.PassiveStumbler DEBUG will turn on additional
debug logging for stumbler. The Log.d messages are wrapped in conditionals for the current log level (which is a cached value).
2014-11-07 15:18:00 -05:00
Carsten "Tomcat" Book
af91745bce merge mozilla-inbound to mozilla-central a=merge 2014-11-11 13:23:32 +01:00
Mark Capella
482e2327c6 Bug 1050480 - Add a match case option to find-in-page, r=wesj 2014-11-11 01:11:46 -05:00
Wes Kocher
2961a46898 Merge m-c to fx-team a=merge 2014-11-10 18:26:54 -08:00
Wes Kocher
fac7b8ea5d Merge inbound to m-c a=merge 2014-11-10 18:06:15 -08:00
Nick Alexander
d5a0a90008 Bug 1041395 - Add gradle configuration. r=gps
--HG--
rename : mobile/android/base/docs/index.rst => mobile/android/base/docs/uitelemetry.rst
2014-11-10 13:47:30 -08:00
Shashank Sabniveesu
018abd5c01 Bug 1093220 - Remove standalone search activity code. r=margaret
CLOSED TREE
2014-11-09 16:39:04 -05:00
Mark Finkle
00fdd77dd6 Bug 883254 - Add the duckduckgo searchplugin. r=margaret 2014-11-04 17:03:54 -05:00
Carsten "Tomcat" Book
26e4369552 Merge mozilla-central to mozilla-inbound 2014-11-10 14:38:34 +01:00
Eugen Sawin
dcbf79467d Bug 1093235 - Restore resolution on display port update. r=kats 2014-11-07 19:41:11 +01:00
Margaret Leibovic
f927f74693 Bug 1093871 - Telemetry probe for number of items in reading list. r=rnewman 2014-11-07 15:35:12 -08:00
Richard Newman
75a7a2a6e9 Bug 1092580 - Wait for a pass through the event loop before trying to poll for prefs in testOSLocale. r=margaret 2014-11-06 17:54:51 -08:00
vivek
2f9a84f1db Bug 1078353 - handleReaderListStatusRequest should use JS-Java callbacks. r=margaret 2014-11-05 10:13:00 -05:00
Michael Comella
13e86c51f0 Bug 1086983 - Part 2: Do not restore autocomplete text from editing mode. r=lucasr 2014-11-06 10:25:56 -08:00
Michael Comella
cac26581cf Bug 1086983 - Part 1: Restore editing text when switching between tabs in editing mode. r=lucasr 2014-11-06 09:46:39 -08:00
Lucas Rocha
8cc0818f56 Backout 7ef4eeeace2e, bug 1093621, talos regressions (r=backout) 2014-11-07 16:39:29 +00:00
Carsten "Tomcat" Book
59ea863423 Backed out changeset 17dd668f5444 (bug 1086983) for crashes in Android M-1 Tests 2014-11-07 16:03:17 +01:00