Граф коммитов

47559 Коммитов

Автор SHA1 Сообщение Дата
Robert Strong 9fc4161b50 Bug 692295 - Remove nsWindowsShellService's ShortcutMaintenance method and calls now that it is no longer needed. r=jimm
Removes nsIWindowsShellService.idl since there are no longer custom methods and it can just use nsIShellService.idl
Removes a couple of includes that are no longer used and should have been removed after the code to delete Firefox prefetch files was removed
2017-06-12 18:42:23 -07:00
Wes Kocher 6e40405064 Merge m-c to inbound, a=merge CLOSED TREE
MozReview-Commit-ID: 5Agk5fuwDGU
2017-06-12 17:11:10 -07:00
Wes Kocher f8412cddff Merge inbound to central, a=merge CLOSED TREE
MozReview-Commit-ID: 4j8ngmg8FAD
2017-06-12 17:02:56 -07:00
Ehsan Akhgari 997f66f663 Bug 1371995 - Use the browser UI direction to set the fade-out direction for the New Tab string in tab titles; r=mconley 2017-06-12 12:27:54 -04:00
Benjamin Smedberg bf41cd14bb Bug 1372237 - Balance the test/control groups for Flash rollout. The test group grows up from 0 as it always has. The control group grows down from 1, and everyone else is "excluded" r=felipe
MozReview-Commit-ID: 6BlevKeLp6G

--HG--
extra : rebase_source : 4f2261efe6b3375c8b07f844a4def29dd02754a1
extra : amend_source : c8b9e7174d9cec02bd29ab976614e05a87843863
2017-06-12 10:59:43 -04:00
Rail Aliiev 724db42a49 Bug 1357378 - Use Firefox-devedition-latest{,-ssl} & firefox-devedition-stub products in bouncer r=nthomas a=release DONTBUILD
MozReview-Commit-ID: L8uToNaGlag

--HG--
extra : rebase_source : 5abfa42457f0731c2b7f575d6c0ec9c1aea6faba
2017-06-12 11:24:40 -04:00
Carsten "Tomcat" Book 98c02d6711 Merge mozilla-central to mozilla-inbound 2017-06-12 15:38:17 +02:00
ffxbld 120e57745f Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2017-06-12 13:48:15 +01:00
Ehsan Akhgari 647cdd1172 Bug 1371962 - Rename the dir attribute added in bug 1357656 to labeldirection; r=mconley
This avoids using a reserved XUL attribute name.
2017-06-12 16:34:20 -04:00
Kris Maglione b31e211aa2 Bug 1368289: Simplify frameloader global metadata tagging. r=mixedpuppy
MozReview-Commit-ID: 1hgTtWysmya

--HG--
extra : rebase_source : 1ef46a61bd805e9bf0573ed22db005217afb5478
2017-05-27 17:30:53 -07:00
Chris Peterson e3153e78e2 Bug 1366870 - Part 2: Set initial tab title to URL's hostname until we know the actual page title. r=dao
We currently show a full URL as the initial tab title (e.g. "https://www.mozilla.org/en-US/") until the page loads and we know the actual page title. When loading multiple tabs, such as during session restore, many tabs will have the same undifferentiated tab title prefix like "https://www....". Since the URL scheme and "www." subdomain are not meaningful to users, just show the URL's hostname without any "www." prefix (e.g. "mozilla.org").

Other browsers' initial tab titles for comparison:

* Firefox 54 uses "Connecting...".
* IE11 uses the same "hostname without www" placeholder as this changeset.
* Edge uses "Blank page".
* Chrome uses "Loading..." on Windows and "Untitled" on Mac.
* Safari uses "Untitled".

MozReview-Commit-ID: JxLxvBjpIBh

--HG--
extra : rebase_source : b57987e2d61b2798b4e85045ac03a0a33965d138
2017-06-10 12:39:18 -07:00
Chris Peterson cc716fd2c1 Bug 1366870 - Part 1: Add test for about: pages' initial tab titles. r=dao
This test case documents the current behavior of about: pages's initial tab titles. The fix for bug 1364127 caused about: pages' initial tab titles to show their about: URIs until their actual page titles are known, e.g. "about:addons" -> "Add-ons Manager". This is bug 1371896. Previously, about: pages' initial tab titles were blank until the page title was known.

This test case uses the about:robots page because its title is not localized, which makes testing easier.

MozReview-Commit-ID: JGaRciaZUEC

--HG--
extra : rebase_source : a55a6d438774462e8862f9c3890d32f9dfa6f511
2017-05-29 14:58:57 -07:00
Wei-Cheng Pan fafefc69a1 Bug 1354143 - Commit jump list on lazy idle thread. r=florian,jimm
Since committing will do IO on the main thread, it would be better to do it on
an idle thread instead. We have to change JavaScript code too because now the
API is asynchrous.

This patch also updates its xpcshell test.

Now mozilla::widget::AsyncDeleteAllFaviconsFromDisk will get profile directory
on the main thread to prevent it happens on off-main-threads, thus prevents
off-main-thread assertion.

MozReview-Commit-ID: CWcR0B2BC3n

--HG--
extra : rebase_source : 3685a07f9f4476bc94bdf92937734b78fb3fe309
2017-05-24 16:38:57 +08:00
gasolin fe23e74717 Bug 1371144 - Add the library button as a UITour target. r=MattN
MozReview-Commit-ID: BSGMbdlujrC

--HG--
extra : rebase_source : ebb55cc2f6b13d801b03a9a3d86a0f79f6fe77b9
2017-06-09 16:35:21 +08:00
Ryan VanderMeulen 2f92028458 Bug 1372003 - Update pdf.js to version 1.8.439. r=bdahl 2017-06-11 09:20:20 -04:00
Jan de Mooij 43273dc004 Bug 1352709 - Fix browser_plainTextLinks.js to work around some context menu issues. r=Gijs 2017-06-11 13:21:20 +02:00
Sebastian Hengst 0457405200 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: C5HD11ptDT0
2017-06-11 10:35:34 +02:00
UK992 5c9b361d43 Bug 1185482 - Remove gap between titlebar buttons and navigation toolbar r=dao
MozReview-Commit-ID: AD2opbF4Uxn
2017-06-10 18:20:53 +02:00
Gijs Kruitbosch 9f3268689a Bug 1370986 - disable panelmultiview in the overflow panel off-nightly for 55, r=mikedeboer
This #ifdefs out the multiview for non-photon-theme, and checks for it being
present in various bits of JS that interact with it. As a result, this will
'fix' the issues in this bug and in bug 1370967 for 55 as it moves off
Nightly. bug 1370967 will still need fixing in the photonpanelmultiview /
webextensions.

MozReview-Commit-ID: 6x4HmyvxeRP

--HG--
extra : rebase_source : cdab2fab97795def95b6f4c70c61cfcb1c3ac2f9
2017-06-08 16:38:36 +01:00
Sebastian Hengst bf061ec7f9 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: FeTjZsgM7om
2017-06-10 11:18:21 +02:00
Wes Kocher 7462f47787 Merge m-c to inbound, a=merge
MozReview-Commit-ID: LZOwJMXpznP
2017-06-09 15:58:08 -07:00
Wes Kocher b66d50d0ca Merge autoland to central, a=merge
MozReview-Commit-ID: 1k7iJedKGDR
2017-06-09 15:48:12 -07:00
Wes Kocher 07d7985523 Merge inbound to central, a=merge
MozReview-Commit-ID: IrZXJHbiqpa
2017-06-09 15:28:10 -07:00
Ehsan Akhgari a31ea31b15 Bug 1357656 - Part 2: Switch the direction of the tab title fade-out effect based on the directionality of the title string; r=mconley 2017-06-09 17:26:15 -04:00
Joel Maher 08e749c052 Bug 1308068 - Intermittent browser/components/extensions/test/browser/browser_ext_windows_events.js. temporarily disable. r=gbrown
MozReview-Commit-ID: 78loafc2KDb
2017-06-09 16:30:04 -04:00
Wes Kocher a4cc130bcc Merge autoland to central, a=merge
MozReview-Commit-ID: Jpywgkn7waG
2017-06-09 13:28:20 -07:00
Felipe Gomes a256ce3b76 Bug 1365714 - Part 2 - System add-on to control rollout of the CTP feature. r=bsmedberg
MozReview-Commit-ID: LKk8UNgBnQb

--HG--
rename : browser/extensions/e10srollout/install.rdf.in => browser/extensions/clicktoplay-rollout/install.rdf.in
rename : browser/extensions/e10srollout/moz.build => browser/extensions/clicktoplay-rollout/moz.build
2017-06-09 15:29:01 -03:00
Felipe Gomes a68d24e991 Bug 1365714 - Part 1 - Adjust prefs to roll Click-to-Play by default on release. r=bsmedberg
This patch activates the Flash blocklists for all users, and configures other prefs that only take effect when Flash is set to Ask-to-Activate, such as which fallback heuristics to use and the option to remember infobar dismissals on a per-domain basis

MozReview-Commit-ID: Ht0Y53UnjoQ
2017-06-09 15:27:47 -03:00
Ryan VanderMeulen cb7e3eeee0 Bug 1371748 - Update pdf.js to version 1.8.432. r=bdahl 2017-06-09 13:27:53 -04:00
Wes Kocher 9cd566c67e Backed out changeset 1efa46c863a0 (bug 1368145) for failures in browser_visibleTabs_contextMenu.js a=backout CLOSED TREE
MozReview-Commit-ID: EukWggvR4qR

--HG--
extra : amend_source : 6787ce03a79714993bfc2e1f8de1e178b2738cfe
2017-06-09 09:22:52 -07:00
Wes Kocher 6dbc3e8839 Backed out changeset 9933f2d4d188 (bug 1369095) for timeouts in browser_page_action_menu.js a=backout CLOSED TREE
MozReview-Commit-ID: CErzYNn287D
2017-06-09 09:19:45 -07:00
Wes Kocher 3f85279da4 Backed out changeset 17c92027f70b (bug 1287852) for test_ext_all_apis.html failures a=backout CLOSED TREE
MozReview-Commit-ID: 2rSQBqPLJMH
2017-06-09 09:06:19 -07:00
Wes Kocher 3c7545e844 Backed out changeset 91ddd0674124 (bug 1370176) for build bustage a=backout CLOSED TREE
MozReview-Commit-ID: IiyTf0EQtAw
2017-06-09 08:59:49 -07:00
Benjamin Smedberg a34411d4f9 Bug 1369755 test followup - the infobar no longer shows plugin-specific data, so this subtest is no longer relevant r=trivial 2017-06-09 11:48:40 -04:00
ffxbld 12afa8cc9c No bug, Automated blocklist update from host bld-linux64-spot-308 - a=blocklist-update 2017-06-09 08:28:40 -07:00
Carsten "Tomcat" Book a6cba61b0e merge mozilla-inbound to mozilla-central a=merge 2017-06-09 16:03:43 +02:00
Carsten "Tomcat" Book ea48e176bb Merge mozilla-central to autoland 2017-06-09 13:04:17 +02:00
Carsten "Tomcat" Book 34b558689d Merge mozilla-central to mozilla-inbound 2017-06-09 13:03:16 +02:00
Carsten "Tomcat" Book d5a13ba05e merge mozilla-inbound to mozilla-central a=merge 2017-06-09 12:58:49 +02:00
Matthew Noorenberghe b4d6afedf6 Bug 1368872 - Update Autofill work-in-progress warning to reflect heuristic and <select> support. r=me
MozReview-Commit-ID: KUmSptTxuPP
2017-06-09 18:06:22 +08:00
Timothy Guan-tin Chien 3a33f2f34f Bug 1370439 - Make sure new preferences page tests are running on the new preferences, r=jaws
MozReview-Commit-ID: ECfoP7hzXDF

--HG--
extra : rebase_source : 155e6b04af2e9b7382c3851005cd6077f987a646
2017-06-09 12:35:37 +08:00
Ricky Chien fbeff50ee2 Bug 1370781 - Run offlineQuotaNotification test on new preferences r=jaws
MozReview-Commit-ID: G3y0xDj1egB

--HG--
extra : rebase_source : a913e6942dd9fb900b62f0fa2cac9a814dce4048
2017-06-09 20:56:11 +08:00
Fischer.json 7c2b5f483e Bug 1370780 - Test storage pressure notification according to the browser.preferences.useOldOrganization pref. r=jaws
On Nightly it is the new about:preferences (browser.preferences.useOldOrganization = false) so the siteDataGroup is under about:preferences#privacy.
On Beta and Release it is the old about:preferences (browser.preferences.useOldOrganization = true) so the siteDataGroup is under about:preferences#advanced.

This patch will detect browser.preferences.useOldOrganization to decide the right about:preferences url to check

MozReview-Commit-ID: CFm0ntHfRq6

--HG--
extra : rebase_source : 89d05be28ffd27321286feebe8a26145cdd54100
2017-06-09 11:53:22 +08:00
Wes Kocher 1be06aea28 Merge m-c to autoland, a=merge
UPGRADE_NSS_RELEASE

MozReview-Commit-ID: ItWcUAUYyaj

--HG--
extra : amend_source : fc43f23f0e12d5f88d72be9526a953d8015e6975
2017-06-08 18:44:32 -07:00
Benjamin Smedberg 4fbbf539f1 Bug 1369755 part B - Adjust the wording of the infobar to more closely match the in-content UI, and the doorhanger to more closely match other permissions and be more personal. ui-review=sbarrett r=felipe
MozReview-Commit-ID: ltNXwFA0hg

--HG--
extra : rebase_source : 52555fbc01c59602a81615cfcecd3838d5c1d1a0
2017-06-08 15:48:49 -04:00
Wes Kocher cf0077dc65 Merge autoland to m-c a=merge
MozReview-Commit-ID: BfLXAwELA2k
2017-06-08 18:35:34 -07:00
Wes Kocher 39dd8b763b Merge inbound to central, a=merge
UPGRADE_NSS_RELEASE

MozReview-Commit-ID: 4of9LS9sA2I

--HG--
extra : amend_source : c399503fa642c04d256ee0ce53b099601259f90a
2017-06-08 18:10:10 -07:00
ffxbld a798ee4fc3 No bug, Automated blocklist update from host bld-linux64-spot-307 - a=blocklist-update 2017-06-08 09:27:15 -07:00
Carsten "Tomcat" Book 3d196e1cbc Merge mozilla-central to mozilla-inbound 2017-06-09 16:11:41 +02:00
Florian Quèze 346a3e2bcb Bug 1371603 - avoid loading UnifiedComplete.js before first paint, r=mak. 2017-06-09 15:11:10 +02:00