Commit Graph

13723 Commits

Author SHA1 Message Date
Martin Giger
fccc9c078a Bug 1279562 - Accept negative 'left' and 'top' values in chrome.windows.update. r=kmag 2016-06-17 02:22:00 -04:00
Gijs Kruitbosch
25333b633d Bug 1235695, bug 1277270 - fix e10s test issues, r=jaws
MozReview-Commit-ID: ELDPpGub0TP
2016-06-20 17:04:08 +01:00
Thomas Nguyen
b89b23bd95 Bug 1025965 - Rename browser.safebrowsing.enabled to browser.safebrowsing.phishing.enabled. r=francios
MozReview-Commit-ID: 3TMs6MPtWsC
2016-05-09 14:44:08 +08:00
Fischer.json
554add862f Bug 1229927 - Allow showHeartbeat to change the icon. r=MattN
MozReview-Commit-ID: 9by6Z0rN5IT
2016-06-07 15:57:24 +08:00
Carsten "Tomcat" Book
4eb53046be Backed out changeset 8f48d2f1fa58 (bug 1233986) 2016-06-27 13:19:09 +02:00
Carsten "Tomcat" Book
4454674d5a Merge mozilla-central to fx-team 2016-06-27 12:04:12 +02:00
Alessio Placitelli
7f43743d1f Bug 1233986 - Add test coverage. r=gfritzsche
MozReview-Commit-ID: 1Mi2ogNvy2o
2016-06-27 00:27:00 +02:00
Carsten "Tomcat" Book
469f80f051 merge mozilla-inbound to mozilla-central a=merge 2016-06-18 04:35:15 +01:00
Mark Hammond
14bc23825b Bug 1279224 - remove all Sync promotions from doorhangers. r=adw
MozReview-Commit-ID: 8QELFxqM6Av
2016-06-15 13:43:25 +01:00
Dão Gottwald
dd68809084 Bug 1280391 - Merge UI migration steps that try to add bookmarks-menu-button. r=mak 2016-06-17 10:43:26 +01:00
Gijs Kruitbosch
3b0e45c4f9 Bug 1279208, followup, rs=bustage/dao
MozReview-Commit-ID: BQo5WCM9us3
2016-06-16 10:38:24 +01:00
Gijs Kruitbosch
6178c6b816 Bug 1279208, r=mak
MozReview-Commit-ID: KOuTjwn9MSx
2016-06-09 13:25:07 +01:00
Carsten "Tomcat" Book
961b5571f2 merge mozilla-inbound to mozilla-central a=merge 2016-06-16 08:06:50 +01:00
Blake Kaplan
34c3f917b8 Bug 1163418 - Remove use of CPOWs in safebrowsing tests. r=felipe 2016-06-21 13:46:02 -07:00
Ben Kelly
5e2e5285a7 Bug 1279389 P3 Fix OS.File.DirectoryIterator leaks throughout tree. r=yoric 2016-06-28 18:47:55 -07:00
Andrew Swan
e076d622a8 Bug 1292093 Import PlacesUtils.jsm in ext-history r=kmag
MozReview-Commit-ID: ICxJbWfVYdb
2016-08-04 11:26:55 -07:00
Carsten "Tomcat" Book
d6e5226cbc Merge mozilla-central to autoland 2016-08-04 16:04:40 +02:00
Jared Wein
4518d81cb5 Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh
MozReview-Commit-ID: EMjJ3yWt9Wt
2016-08-04 03:28:58 -04:00
Jared Wein
e8b20b6db5 Bug 1292035 - Enable the space-before-blocks rule for eslint. This patch was generated using 'eslint --fix'. r=markh
MozReview-Commit-ID: 2XVoU05YvES
2016-08-04 03:20:25 -04:00
Mike Conley
2df2f54c83 Bug 1290280 - Add tests for window state restoration remoteness flips. r=mikedeboer
MozReview-Commit-ID: ARtmju65xR9
2016-08-10 15:46:03 -04:00
Mike Conley
924ab0a955 Bug 1290280 - Improve the logic for flipping the remoteness of the initial browser back to non-remote. r=mikedeboer
The code that checks to see whether or not we should flip the remoteness of a browser
before loading the session state into it wasn't accounting for the fact that oftentimes,
restoreImmediately isn't included, so it's undefined, which coerces to "false-y".

This caused us to very quickly destroy a TabParent, very soon after creating it. In
some cases, the IPC layer seems to not like that, and throws an OnChannelError,
which causes the TabParent ActorDestroy method to be called with an abnormal
shutdown reason, which causes the tab crash observer to fire, which bubbles the
tab crash event.

We should probably make the IPC layer more resilient to this sort of thing, but
we should also probably not flip remoteness when we really don't need to.

Now instead, when restoring a tab, we detect whether or not it's going to
be restored automatically in the near future. If it's not going to be
restored automatically, and the browser is remote, we flip its remoteness -
otherwise we leave it alone.

MozReview-Commit-ID: 5AmPHvzDZlX
2016-08-09 13:32:21 -04:00
Gabor Krizsanits
55fa36c683 Bug 1285941 - browser_crashedTabs.js should always use single content process. r=mrbkap 2016-08-01 12:27:08 +02:00
Andrea Marchesini
eec9ffe2b2 Bug 1279029 - part 2 - removed 'learn more' for Containers, r=gijs 2016-07-19 16:30:06 +02:00
Andrea Marchesini
d301162847 Bug 1279029 - part 1 - Containers in preferences, r=gijs 2016-07-19 16:29:41 +02:00
Andrea Marchesini
bed9a7eb0c Bug 1274265 - browser_broadcastchannel.js should not expose content promises to the rest of the test, r=jhao 2016-06-15 11:51:44 +01:00
Carsten "Tomcat" Book
19723a23a4 Backed out changeset ebeedb6959e8 (bug 1274265) for browser_broadcastchannel.js failures 2016-06-15 10:52:21 +01:00
Andrea Marchesini
c7c94d44c7 Bug 1274265 - browser_broadcastchannel.js should not expose content promises to the rest of the test, r=jhao 2016-06-15 10:11:46 +01:00
Bob Silverberg
9a0f6e9271 Bug 1265845 - Implement browser.history.onVisited, r=aswan
MozReview-Commit-ID: 6jXEUA1Cll9
2016-06-08 12:42:13 -04:00
Carsten "Tomcat" Book
f534c4c4e7 merge mozilla-inbound to mozilla-central a=merge 2016-06-15 06:24:33 +01:00
Scott Wu
cdf8013d9a Bug 754623 - Get page title from tab label; r=mak
MozReview-Commit-ID: BOXUKUcA0fZ
2016-05-19 12:45:21 +08:00
Kris Maglione
843973aa31 Bug 1279392: [webext] Move API permission definitions to the schemas. r=aswan
MozReview-Commit-ID: 8m7wJrAbFwS
2016-06-09 17:44:47 -07:00
Sebastian Hengst
d97f588f03 Backed out changeset a00cf073f5c0 (bug 1279392) for failing mochitest test_ext_contentscript_create_iframe.html at least on Linux x64 opt. r=backout 2016-06-14 13:37:52 +02:00
Kris Maglione
b2a33e3bf1 Bug 1279392: [webext] Move API permission definitions to the schemas. r=aswan
MozReview-Commit-ID: 8m7wJrAbFwS
2016-06-09 17:44:47 -07:00
Jonathan Hao
fc43ddf896 Bug 1280006 - Backout "Bug 1270680 - Part 2: Tests that make sure image cache respect originAttributes." r=tanvi
This reverts commit c3ca86b9a6a787a8d81331453f5ff064de096038.
2016-06-14 12:43:17 +01:00
Akshat Kedia
4661a6f1ff Bug 877856 - Remove obsolete defaultset attributes from default toolbars, r=gijs
MozReview-Commit-ID: Ve8PWDg96
2016-06-11 17:53:35 +05:30
Carsten "Tomcat" Book
900952c8e3 merge mozilla-inbound to mozilla-central a=merge 2016-06-12 11:26:13 +02:00
Drew Willcoxon
b3dd460b22 Bug 1252509 - Use a sliding panel overlay from the downloads panel to display the available actions. r=jaws
MozReview-Commit-ID: FhRlxcPeWu3
2016-06-10 22:08:59 -07:00
Carsten "Tomcat" Book
aef140c998 Merge mozilla-central to fx-team 2016-06-10 15:42:51 +02:00
Carsten "Tomcat" Book
22d6854b1c merge mozilla-inbound to central a=merge 2016-06-10 15:39:23 +02:00
Nihanth Subramanya
a3060190d0 Bug 989193 - Open captive portal automatically in a new tab when detected. r=MattN
MozReview-Commit-ID: 8SZ0mOwIUtC
2016-06-10 15:19:31 +03:00
Gijs Kruitbosch
47f3a1a1e3 Bug 1271775 - shut up eslint warning about return value, rs=bustage
MozReview-Commit-ID: ESoog14WDSw
2016-06-10 10:11:51 +01:00
Gijs Kruitbosch
e79046a3c6 Bug 1271775 - allow bypassing the initial migration dialog, r=jaws
MozReview-Commit-ID: LkhHl7ipGEb
2016-06-01 19:00:53 +01:00
Florian Quèze
094bfb77a7 Bug 1260820 - Search engine drop down closes when I change search engines by pressing Up/Down, r=Gijs. 2016-06-10 09:55:30 +02:00
Kris Maglione
975a0065a1 Bug 1271785: [webext] Better error messages for "choices" schema types. r=aswan
The generated messages are still a bit rough in some instances, but they're at
least much better than what we have now.

MozReview-Commit-ID: gTS0RvDnwk
2016-06-04 23:31:35 -07:00
Gijs Kruitbosch
813d169b77 Bug 1277698, r=bz
MozReview-Commit-ID: JH5QUu357gc
2016-06-07 14:47:35 +01:00
Carsten "Tomcat" Book
880355bb09 Merge mozilla-central to fx-team 2016-06-09 12:14:03 +02:00
Carsten "Tomcat" Book
af0e25a749 merge mozilla-inbound to mozilla-central a=merge 2016-06-09 11:58:06 +02:00
Bob Silverberg
818662a21d Bug 1278538 - Migrate tests for browser.history to use History.insertMany rather than PlacesTestUtils.addVisits, r=aswan
MozReview-Commit-ID: IfPJ2vbBiLt
2016-06-07 09:43:57 -04:00
Bob Silverberg
651c78c44e Bug 1271675 - Add tests for browser.history.search that use specific date ranges. r=aswan
MozReview-Commit-ID: GqG39ytrDpa
2016-06-06 15:21:20 -04:00
Wes Kocher
221ef85be6 Merge m-c to fx-team, a=merge 2016-06-08 17:13:46 -07:00