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

13612 Коммитов

Автор SHA1 Сообщение Дата
Luca Greco 9226a7b2f4 Bug 1252215 - [webext] LegacyExtensionsUtils JSM module and LegacyExtensionContext helper. r=aswan,kmag
- this new module contains helpers to be able to receive connections
  originated from a webextension context from a legacy extension context
  (implemented by the `LegacyExtensionContext` class exported from
  this new jsm module)

- two new test files (an xpcshell-test and a mochitest-browser) ensures that the LegacyExtensionContext can receive a Port
  object and exchange messages with a background page and a content script (the content script test
  is in a different test file because it doesn't currently work on android, because it needs
  the browser.tabs API and the TabManager internal helper)

MozReview-Commit-ID: DS1NTXk0fB6

--HG--
extra : rebase_source : 462d6a461167e317297d204e72c2f6773bc5c770
2016-08-24 18:31:36 +02:00
Phil Ringnalda 07667e0564 Merge m-c to m-i 2016-09-03 21:59:01 -07:00
Phil Ringnalda 40dd4b145b Merge f-t to m-c, a=merge 2016-09-03 21:52:06 -07:00
Ryan VanderMeulen 740cdfc810 Merge m-c to fx-team. a=merge 2016-09-03 11:45:27 -04:00
Brad Lassey 6d9a4338b3 Bug 1299798 - Add an early return if we cannot get a reference to the global notification box. r=mconley 2016-09-01 22:19:23 -04:00
Wes Kocher ee92002ede Merge inbound to m-c a=merge 2016-09-02 13:17:30 -07:00
Wes Kocher 1c8f6396c3 Merge m-c to autoland, a=merge 2016-09-02 13:34:45 -07:00
Sebastian Hengst da2846a412 Backed out changeset 57a1ca19b38c (bug 1260931) 2016-09-02 15:33:51 +02:00
Sebastian Hengst 2b562296ef Backed out changeset 4dfb2d13513f (bug 1264573) because it blocks the backout of bug 1260931. r=backout on a CLOSED TREE 2016-09-02 15:06:07 +02:00
Sebastian Hengst 31c5f85098 Backed out 5 changesets (bug 1260931)
Backed out changeset 86e1a437021b (bug 1260931)
Backed out changeset be65e87da9e3 (bug 1260931)
Backed out changeset 39cff1d988fd (bug 1260931)
Backed out changeset 2fa7c4d8a5bc (bug 1260931)
Backed out changeset 075d612841fb (bug 1260931)
2016-09-02 14:55:59 +02:00
Sebastian Hengst 377592d09b Backed out changeset 57a1ca19b38c (bug 1260931) 2016-09-02 14:38:28 +02:00
Jonathan Hao bd3c0cc849 Bug 1264573 - Blob url isolation tests, adapted from Tor Browser patch 15502. r=baku, r=arthuredelstein
--HG--
extra : rebase_source : d1468a6069d4a86589dacc80c1ccce38c510dd94
2016-09-02 00:32:00 -04:00
Steve Chung 1ea8e5606c Bug 1288557 - Part 1: Replace custom exceptions dialog with usage of permissions. r=MattN
MozReview-Commit-ID: 25fD9IJIVt0

--HG--
extra : rebase_source : 883976c1311db15d96bd6100e07f0ea09f576df5
2016-08-30 16:53:03 +08:00
Steve Chung d0d9263c81 Bug 1288557 - Part 0: Fix permissions dialog while receiving deleted event. r=MattN
MozReview-Commit-ID: CPINRBFYW00

--HG--
extra : rebase_source : 87fa439ee7f2e6c77a4fe5f6e96a4fa28502f916
2016-09-02 11:53:37 +08:00
Dão Gottwald e5b0ac3e96 Backed out changeset 08e4eadbb77d for causing bug 1299667 2016-09-02 13:06:24 +02:00
Felipe Gomes cf040c01ca Bug 1298945 - Only show Slow Startup notification if profile is 3 months old. r=MattN
MozReview-Commit-ID: J0bsvtBoEsv

--HG--
extra : rebase_source : f63ddd59ca99cecd0c6d6e99b1319a77e081fefb
2016-09-02 14:40:21 -03:00
Tim Huang 3bb0f70155 Bug 1278037 - Part 6: Add a test case for testing forgetting APIs, including nsICookieManager2.getCookiesWithOriginAttributes(), mozIGeckoMediaPluginChromeService.forgetThisSite() and nsIQuotaManagerService.clearStoragesForPrincipal(). r=baku
--HG--
extra : rebase_source : 86dbacc81b12a7d76b154c475ca52b9c302d281a
extra : histedit_source : fb21ce432f76e863c47982d3bdb34c376d14e53f
2016-08-24 15:00:17 +08:00
Michael Kaply 5a59692088 Bug 1294201. Update search plugins. r=florian
--HG--
extra : amend_source : 58a1878c5b124eeb4d47f82b4eed180e67df701a
2016-08-31 17:17:41 -05:00
Marco Bonardo d399b52d03 Bug 1150678 - Changing url of a bookmark with a keyword breaks the keyword forever. r=adw
MozReview-Commit-ID: 89Od4PKpQse

--HG--
extra : rebase_source : 4fc77a9e4c2241787041a57da10907f32250babd
2016-08-30 11:04:22 +02:00
Wes Kocher c28fdd5c48 Merge inbound to m-c a=merge 2016-09-01 17:51:22 -07:00
Kevin Chan 7a063f54cf Bug 1254867 - Remove some CPOWs from browser_windowName.js to avoid a dead CPOW intermittent. r=mconley
DONTBUILD

--HG--
extra : source : cea23a652dcf7b9ee67ac34b91d04972dde9baf9
2016-08-31 12:23:00 -04:00
Ryan VanderMeulen 0f50075670 Backed out changeset cea23a652dcf for landing with the wrong bug number in the commit message. 2016-09-01 13:14:39 -04:00
Kevin Chan 3e2e4745d5 Bug 1134307 - Remove some CPOWs from browser_windowName.js to avoid a dead CPOW intermittent. r=mconley
--HG--
extra : rebase_source : 5e14de829b32737d2303395fb1f61d8a43cd9d5d
2016-08-31 12:23:00 -04:00
Sean Lee d1302308b3 Bug 1297657 - Refine the plain style of buttons in Downloads Panel and support RTL. r=dao
MozReview-Commit-ID: 8aqYfRE56zV

--HG--
extra : transplant_source : %06%05%87Qy%94%3A%DC%EFe%21l5u%86o%00%AC%AA%B9
2016-08-25 17:27:49 +08:00
Ryan VanderMeulen 60c3cb1548 Merge m-c to fx-team. a=merge 2016-08-31 22:37:49 -04:00
Ryan VanderMeulen 3611a7607d Merge inbound to m-c. a=merge 2016-08-31 22:33:17 -04:00
Wes Kocher a6fa167a46 Merge fx-team to central, a=merge 2016-08-31 17:11:06 -07:00
Jared Wein 97e69eb233 Bug 336290 - remove --enable-safe-browsing from configure since its used everywhere. r=gcp
MozReview-Commit-ID: Duwu5vZOhtF

--HG--
extra : rebase_source : 564542010fd854c92978defba889b18a73f398f9
2016-08-31 19:28:29 -04:00
Kannan Vijayan e7cae3eb49 Bug 1292639 - Ask user permission before allowing navigator.publishServer. r=mconley r=ehsan r=sebastian 2016-08-31 18:14:24 -04:00
Jared Wein 5dd9ac0f8c Bug 1218937 - Introduce a new option for switchToTabHavingURI's ignoreFragment to not overwrite the fragment portion. Use this new argument to switch to the preferences without changing the currently opened pane. r=mattn
MozReview-Commit-ID: JZmAsf8k5Qp
2016-08-31 12:53:23 -04:00
Kris Maglione 60459f8fe7 Bug 1265371: Refactor schema parsing to reduce cyclomatic complexity. r=bsilverberg
MozReview-Commit-ID: HzVrf4yG7hZ

--HG--
extra : rebase_source : 3e7892f8e9b6ce9d5362fd4b0ea877a5cfa235f9
2016-08-30 12:24:32 -07:00
Cykesiopka c1239042db Bug 1299234 - Fix incorrect if statement block in AppendDistroSearchDirs(). r=mkaply
MozReview-Commit-ID: 4aPyJmHnCJ

--HG--
extra : rebase_source : 0cc24cf42d60497e939c7f9b45036d1ee904334b
2016-08-31 01:33:54 +08:00
Wes Kocher 6536590412 Merge fx-team to central, a=merge 2016-08-30 17:51:54 -07:00
Sean Lee 51322da3c0 Bug 1298276 - Change the hover behavior in summary section with downloading files. r=paolo
MozReview-Commit-ID: 1hKBRXOBH6c

--HG--
extra : transplant_source : %21%1E%80%E6%D5%A2%C52%E6%9B%D1%A4%1D%D3%27%8C%C7Q%F9%A1
2016-08-18 14:45:57 +08:00
Jonathan Hao dae1f761d1 Bug 1264567 - Isolation tests of localStorage. r=baku, r=arthuredelstein
--HG--
extra : rebase_source : e1d1d07dc79d0081c993d84175f6985d2a80c263
2016-08-30 00:06:00 -04:00
Gijs Kruitbosch b30d0cb67b Bug 1299445 - use distribution.ini directly to check if automigration is enabled, r=mkaply
MozReview-Commit-ID: DINI8rnyMfe

--HG--
extra : rebase_source : b215ff2344417c844ffa9f73ed61de0fadf82998
2016-08-31 14:58:23 +01:00
Henrik Skupin 1aa1a59ead Bug 1283919 - Move packaging of Marionette from make to the test archiver r=gps
MozReview-Commit-ID: AOQHcA46bCh

--HG--
extra : rebase_source : e313c669ad0ae999ecba954538572d22ae28b120
2016-08-17 13:43:51 +02:00
Jonathan Kingston b55bb2b76f Bug 1272256 - Adding in longpress new tab button container menu r=Gijs
MozReview-Commit-ID: 5KECDW34G8M

--HG--
extra : rebase_source : 95cd57a27dc0ac76e1a0ac15afa59ba04a2e3c8a
2016-07-14 11:44:39 +01:00
Ryan VanderMeulen e7d85d7c46 Merge m-c to autoland. a=merge 2016-08-29 12:52:13 -04:00
Drew Willcoxon d14c6b15aa Bug 1292345 - Downloads panel didn't shrink to the fit height after all items are downloaded. r=me
MozReview-Commit-ID: AV0S8GM0ztj

--HG--
extra : rebase_source : e8d01256b994368b72c73344232f64cb26d6a357
2016-08-26 16:36:56 -07:00
Wes Kocher 41f168796b Merge m-c to fx-team, a=merge 2016-08-26 16:33:43 -07:00
Wes Kocher f09e8fef1a Merge inbound to central, a=merge 2016-08-26 16:20:50 -07:00
Justin Dolske 5547aa8006 Bug 1298208 - followup fix for correct JS type. CLOSED TREE 2016-08-26 15:20:48 -07:00
Drew Willcoxon d07b49ff57 Bug 1292573 - Broken keyboard interaction with the subview in the Downloads Panel. r=Paolo
MozReview-Commit-ID: 3jiqzlzLuWM

--HG--
extra : rebase_source : 46560a17b66d8ddff04795422a7c9a1a3bf6471a
2016-08-26 09:59:11 -07:00
James Andreou 4c787b8989 Bug 1282882 - Remove LoadContextInfo and LoadContext private browsing flags; r=jdm,mayhemer 2016-08-26 13:06:48 -04:00
Justin Dolske 19f629190b Bug 1298208 - FX_MIGRATION_HOMEPAGE_IMPORTED probe is (incorrectly) always true. r=mattn
MozReview-Commit-ID: 6wZUeRTKExw
2016-08-26 13:06:14 -07:00
Ryan VanderMeulen e1fdfb3b73 Merge inbound to m-c. a=merge 2016-08-26 09:37:03 -04:00
Wes Kocher 309fb2cc5f Merge m-c to inbound, a=merge 2016-08-25 17:14:17 -07:00
Wes Kocher f78f2d693b Merge inbound to central, a=merge 2016-08-25 16:59:00 -07:00
Kris Maglione eedfd4420e Bug 1293287: Close extension popups on extension shutdown. r=aswan
MozReview-Commit-ID: 5lpIk6XrdOM

--HG--
extra : rebase_source : ec403c06c2044fc3d65cc1e830e34670ea4e500d
2016-08-24 16:26:35 -07:00