Commit Graph

41567 Commits

Author SHA1 Message Date
Wes Kocher
aac6bd4fa7 Merge m-c to fx-team, a=merge 2016-07-07 17:36:54 -07:00
Wes Kocher
548c0e770a Merge inbound to central, a=merge 2016-07-07 17:26:41 -07:00
Dão Gottwald
8dc6e0c14b Bug 1282267 - Properly handle 0 as a possible registry key value when determining the window frame color. r=jaws 2016-07-07 20:55:19 +02:00
Sebastian Hengst
fa96ed03c9 Bug 1280718 - About Dialog: Add margin missing in RTL languages between version and release notes. r=Gijs
MozReview-Commit-ID: pmRWGDHIhE

--HG--
extra : rebase_source : 46dfc34a549dd3b0a1f2ed111baafd8f2b175632
extra : amend_source : fedf79c62c13434f594ab37ed74197306cb228a6
2016-06-22 20:48:23 +02:00
Carsten "Tomcat" Book
79d581d66d Merge mozilla-central to fx-team 2016-07-07 11:43:24 +02:00
Carsten "Tomcat" Book
1e5237c994 merge mozilla-inbound to mozilla-central a=merge 2016-07-07 11:41:27 +02:00
Carsten "Tomcat" Book
901a1cdc4f merge fx-team to mozilla-central a=merge 2016-07-07 11:39:46 +02:00
Gregory Szorc
1912ec68db Merge mozilla-central to fx-team 2016-07-06 18:44:42 -07:00
Gregory Szorc
1485dff75a Merge autoland to mozilla-central; a=merge
--HG--
extra : amend_source : cb410b4de973dc55c63e3fa8c088f71a5c00e51e
2016-07-06 18:11:34 -07:00
Carsten "Tomcat" Book
8e2d371484 merge fx-team to mozilla-central a=merge 2016-07-06 11:41:53 +02:00
Wes Kocher
59c25d40ac Merge m-c to fx-team, a=merge 2016-07-05 17:13:25 -07:00
Wes Kocher
bcd7fc0f64 Merge fx-team to central, a=merge 2016-07-05 17:10:38 -07:00
Matthew Wein
8b6e105036 Bug 1284265 - Fix regression caused by bug 1270742 which moved IconDetails into ExtensionUtils.jsm r=kmag
Postmortem: The context menu script, ext-contextMenus.js, uses IconDetails to show the extension icon next to the top level menu item. Originally, IconDetails lived in ext-utils.js because it was only used by Desktop.  However, in order to make it usable by Fennec for the PageActions API, it was moved into the shared ExtensionUtils.jsm.  Since none of the unit tests for ext-contextMenus.js covered the use of IconDetails, when it was moved it broke this part of the code. Switching it to use the version in ExtensionUtils.jsm fixes the issue. Lesson learned: Don't leave anything untested.

MozReview-Commit-ID: I6bFQnKvoMh

--HG--
extra : transplant_source : %140%8As%BC%86%17%0A%FE%85%F2%97P%19i%D8%84%AD%87%ED
2016-07-05 16:17:52 -07:00
Mark Banner
cdc482dbfd Bug 1256686 - System add-ons should have a more flexible maximum version for easier use with point releases. r=glandium 2016-07-05 18:40:44 +01:00
Kartikaya Gupta
570f040947 Bug 1256339 - Fix up handling for touch-derived contextmenu events on desktop. r=mconley,jimm
This patch stops the widget code from passing along touch-derived contextmenu
events straight from Windows to Gecko, and instead lets the APZ gesture
detection code handle it. This allows the contextmenu event to be prevented
according to web standards, e.g. if the touchstart event is cancelled.

This changes to browser.js will affect both Linux and Windows, but the behaviour
implemented is in line with native Windows touch behaviour. We may want to
add an alternate codepath for Linux to better simulate "native" Linux behavior,
if there is such a thing for touch-derived contextmenu.

MozReview-Commit-ID: 18qzK15ic8E
2016-07-05 13:24:54 -04:00
Dão Gottwald
cfd8f91885 Bug 1284482 - Remove useless parameters and variable declarations from _linkBrowserToTab and _createBrowser. r=allassopraise 2016-07-05 18:52:40 +02:00
Marina Samuel
657d6b3a21 Bug 1271075: Sites on the new tab page opened with middle click in e10s should have a 'referrerURI'. r=ursulasarracini 2016-07-05 11:36:18 -04:00
Michael Kaply
81750bc647 Bug 1276054 - Uplift pocket changes from partner. r=gijs
--HG--
extra : rebase_source : 3a8e112fe65af8c9fd6c9e255dd8a6594266ebb1
extra : amend_source : 441e8723b08372f3f497fb4df703f3606501a66e
2016-07-05 09:34:30 -05:00
Gijs Kruitbosch
805399558d Bug 1284497 - remove obsolete windowed preferences theming content, r=jaws
MozReview-Commit-ID: 19QT5X4mgLm

--HG--
extra : rebase_source : ffdad71da631f80a40e2e500ac7c654d20e33dd5
2016-07-05 14:57:34 +01:00
Carsten "Tomcat" Book
8b644db110 Merge mozilla-central to fx-team 2016-07-05 16:08:15 +02:00
Carsten "Tomcat" Book
8ff729f2c7 merge mozilla-inbound to mozilla-central a=merge 2016-07-05 16:03:24 +02:00
Carsten "Tomcat" Book
c5537a7c68 merge autoland to mozilla-central a=merge 2016-07-05 16:00:37 +02:00
gasolin
8d2ba71337 Bug 1204007 - Part 2 - Cross out permission icons in the Control Center when they have been blocked. r=paolo
MozReview-Commit-ID: EL06AzgMrkV

--HG--
extra : rebase_source : 9670637f24a7c5d8e3d1adc87e3ad2cf988d041d
2016-07-05 13:57:32 +01:00
Johann Hofmann
51cd2bf5a7 Bug 1204007 - Part 1 - Add blocked permission icons to glyphs.svg. r=paolo
MozReview-Commit-ID: 8LF7U0i18em

--HG--
extra : rebase_source : 6b19c737d28bff500878946776d017c59af84c01
2016-07-05 13:54:53 +01:00
Carsten "Tomcat" Book
d90190d784 Backed out changeset 730fcdccb26e (bug 742434) 2016-07-05 12:25:41 +02:00
Phil Ringnalda
fd248dd760 Merge f-t to m-c, a=merge 2016-07-04 14:47:52 -07:00
gasolin
229eb58d09 Bug 1284172 - remove redundant indexedDB-icon style on Linux; r=Gijs,past
MozReview-Commit-ID: Kx3nKrgn5cy

--HG--
extra : rebase_source : fd2b73ea95a1c33b000089ec710d26d2cec31b56
2016-07-04 11:07:39 +08:00
Marco Bonardo
0bd3c0c381 Bug 1283825 - Add a page-icon protocol to fetch the best icon for a url. r=adw
MozReview-Commit-ID: 3exDniH8Hkm

--HG--
extra : rebase_source : 299b288933f1a826aadffef4e9fab9559a7950ff
2016-06-30 18:17:44 +02:00
Gregory Szorc
54888373fe Merge mozilla-central to autoland 2016-07-06 18:17:03 -07:00
Katie Broida [:ktbee]
ea0acf0476 Bug 1232679 - Improves the Windows 10 start menu tile by adding VisualElementsManifest files and larger icon images. r=glandium 2016-07-01 12:03:00 +02:00
Prakhar Gupta
f261560584 Bug 485265 - "JSON backup should force .json extension". r=mak77 2016-06-30 13:21:00 +02:00
Nihanth Subramanya
5dc506f154 Bug 1241084 - Ensure error page body is always at least as wide as content. r=Gijs
MozReview-Commit-ID: IybHlDmMoD8
2016-06-29 16:06:14 -07:00
Gijs Kruitbosch
26985de045 Bug 1283067 - followup, rs=obvious-oversight
MozReview-Commit-ID: 4aosVpyiOFO
2016-07-06 23:12:42 +01:00
Gijs Kruitbosch
ad8a268479 Bug 1283067, r=mak
MozReview-Commit-ID: JJpepH22gY5

--HG--
extra : rebase_source : 190fff1d031422198f0651a155556613fc5f6f32
2016-06-29 23:30:51 +01:00
Johann Hofmann
50d2b81c43 Bug 1267617 - Move notification anchors to the identity block. r=florian
MozReview-Commit-ID: BdqoYfjYlmP

--HG--
extra : rebase_source : 0ec84e44da0abbd8b466e76f838c8ff3e9dfbe56
extra : histedit_source : 351f8d9e6c540f3fb37824822bf53c8be22f6160
2016-07-04 12:56:29 +02:00
Dão Gottwald
fcd3a3f0a5 Bug 1276514 - Set permanentKey on tabs, not just on browsers. r=allassopraise 2016-07-06 16:09:26 +02:00
Dão Gottwald
a8cae36571 Bug 1249818 - Remove clip-path from background tabs. r=gijs 2016-07-06 12:24:04 +02:00
Marco Bonardo
3837320431 Bug 889561 - Reduce the size of places.sqlite by removing the url unique index from moz_places. r=adw
MozReview-Commit-ID: 2kxaXnUYIwT

--HG--
extra : rebase_source : bbcaf85a0346b5347fc94053b4f193e4b89f2995
2016-06-29 14:47:36 +02:00
Wes Kocher
7c9b5f12a6 Merge m-c to autoland, a=merge 2016-07-05 17:14:16 -07:00
Milan Sreckovic
61f06dcc3f Bug 1282537: Better wording for the E10S restart required confirm box. r=jimm
MozReview-Commit-ID: sHQUi8Ec2L

--HG--
extra : rebase_source : 05d29a147f72174a9c8562d4d5dd7876a86b0fa9
2016-06-27 14:38:50 -04:00
Gijs Kruitbosch
d71d400a4a Bug 1283565 - add telemetry to determine whether undo works and how often it's unavailable due to sync, r=dolske,data-r=bsmedberg
MozReview-Commit-ID: LwFrwbEQLtV

--HG--
extra : transplant_source : %151E%E3%5E%C0%1C%EB%3D%13%99%10%BC%C7%0C%F4%21%EEL%E8
2016-06-30 19:02:46 +01:00
Phil Ringnalda
1835ee2f20 Bug 1260177 - skip browser_social_chatwindowfocus.js on ASan for constant failures 2016-06-30 19:36:19 -07:00
Gijs Kruitbosch
efe8df2600 Bug 1280472 - fix focusing of text links in about:preferences, r=dao
MozReview-Commit-ID: 2lPFDTYVY99

--HG--
extra : rebase_source : b1b76a1aadf80cbe9a6d4f427a709046bf8eeffd
extra : source : d724f337b4f05a56fe90f05ccff06d09a3631eee
2016-06-22 18:57:28 +01:00
Eitan Isaacson
3f3a56cd4c Bug 1280134 - Add hidpi toolbar icon for Pocket. r=Gijs
MozReview-Commit-ID: JahNmCVd6ii

--HG--
extra : rebase_source : 27357388674d37b8ed157f47bdff3d530ab40577
2016-06-14 17:43:11 +01:00
Eitan Isaacson
a9e88b5ed6 Bug 1280133 - Add hidpi toolbar icons for Linux. r=Gijs
MozReview-Commit-ID: IhJC4tegT11

--HG--
extra : rebase_source : 8d4367abc4508664dbfee3972ba089eafe32c311
2016-06-14 13:41:39 +01:00
Eitan Isaacson
38cb5ae087 Bug 1280135 - Make hidpi version of search-indicator icon work on Linux. r=florian
MozReview-Commit-ID: Fo7NlMOiRoJ

--HG--
extra : rebase_source : de088015cd4f4dfffbd44c944b73e724e815eefc
2016-06-14 22:57:07 +01:00
Mike Conley
4f6a14b8c9 Bug 1241892 - Make View Source work in the sidebar browser. r=jryans
The sidebar browser is always non-remote, so when we open a new tab
to open view source for it, we should ensure that that tab is also
non-remote.

MozReview-Commit-ID: 3pH9okO3Boz

--HG--
extra : rebase_source : 89ba169a41b7071ed155047b625d557994ed96cf
2016-07-04 15:44:09 -04:00
Mike Conley
aabda2cf0f Bug 1241892 - Make Page Info work for sidebar browser. r=florian
The modifications that were made in bug 1238180 assumed that
gBrowser.selectedBrowser from the opening window context would
be defined. This is true in normal browser tabs, but not so much
in the sidebar browser. This patch makes it so that callers can
supply a browser to override the assumption.

MozReview-Commit-ID: FKSyl7WUu1V

--HG--
extra : rebase_source : 54e163dc79c349fe84da4b9b3bab7f6462d82217
2016-07-04 15:42:45 -04:00
Chris Peterson
2b3b60f7b1 Bug 1277155 - Part 1: Remove snprintf() polyfills for VS2013 in Sprintf.h and #defines. r=froydnj r=mhowell 2016-06-27 20:45:03 -07:00
Jonathan Hao
5c43c6db43 Bug 1283709 - Test if cookies are restored correctly to container tabs. r=mikedeboer
MozReview-Commit-ID: 2NJlJ5tFsS4

--HG--
extra : amend_source : ae347962c3fb5ae2c20d960698d078553a99f17e
2016-07-06 01:39:00 +08:00