Commit Graph

13723 Commits

Author SHA1 Message Date
Mike Conley
d0be67566d Bug 1261842 - Tests in browser_windowStateContainer.js should wait for new browser windows to completely load. r=baku
MozReview-Commit-ID: 8SyED1dQbM5
2016-06-08 10:48:15 -04:00
Mike Conley
3573171604 Bug 1261842 - When putting the initial tab into the restored background state, flip it to non-remote. r=mikedeboer
MozReview-Commit-ID: BX8XbYjJHGf
2016-06-03 14:12:21 -04:00
Mike Conley
37b7997818 Bug 1261842 - Add a test that ensures that proper chromeFlags and nsILoadContext properties are set for private windows. r=jdm
MozReview-Commit-ID: Hvzfk6yDEXk
2016-05-02 13:59:25 -04:00
Mike Conley
a9b0ac7260 Bug 1261842 - Fix up some private browsing tests to account for initial browsers being remote now. r=jdm
MozReview-Commit-ID: CxhKsIXnPxj
2016-05-26 12:24:05 -04:00
Mike Conley
f425dd4caa Bug 1261842 - Update browser_394759_behavior.js to account for initial browser being remote. r=mikedeboer
MozReview-Commit-ID: H1A4bzARkyf
2016-06-01 17:15:25 -04:00
Mike Conley
0f2c97642e Bug 1261842 - Update browser_privatebrowsing_downloadLastDir_toggle.js to use add_task and BrowserTestUtils. r=jdm
MozReview-Commit-ID: 6S64VvZpwDf
2016-05-24 18:38:41 -04:00
Mike Conley
0df0cea13c Bug 1261842 - browser_async_window_flushing.js no longer needs to wait for remoteness flip on initial browser of new window. r=Felipe
MozReview-Commit-ID: E74rDTQ2FjX
2016-06-08 16:22:13 -04:00
Mike Conley
2ce07ac2ff Bug 1261842 - browser_423132.js no longer needs to wait for remoteness flip on initial browser of new window. r=Felipe
MozReview-Commit-ID: 4QniZC8w7pA
2016-06-08 16:45:37 -04:00
Mike Conley
af03d2d67f Bug 1261842 - browser_394759_behavior.js no longer needs to wait for remoteness flip on initial browser of new window. r=Felipe
MozReview-Commit-ID: C9aIKuRSDa3
2016-06-08 16:42:39 -04:00
Mike Conley
9db9ea2cff Bug 1294502 - Use the same AutoCompletePopup logic for e10s and non-e10s. r=MattN
MozReview-Commit-ID: B0QQLEn3yS
2016-08-18 10:50:58 -04:00
Gijs Kruitbosch
fc9b8d3587 Bug 1279650 - kill off useless warning for timed out favicon requests that have already been cancelled when the window closes, r=mikedeboer
As it is, when favicon requests time out, the timeout handler doesn't remove the loadData and request from gFaviconLoadDataMap after cancelling the request,
which means that when the tab or the parent window is closed we try and cancel the same thing again, which leads to errors in the console. This patch
addresses that issue by making timeouts also remove the loadData from gFaviconLoadDataMap.

MozReview-Commit-ID: FCeRFXjeXdJ
2016-08-17 18:34:50 +01:00
Sebastian Hengst
c7a498ffbd Backed out changeset 0ce1cc39aa3d (bug 1295082) for timing out in test_ext_schemas_api_injection.js. r=backout 2016-08-18 16:47:09 +02:00
Rob Wu
6189daa99f Bug 1295082 - Put Extension in BaseContext r=kmag
ExtensionContext in Extension.jsm has |extension| as an instance member,
so use it instead of passing |extension| to registerSchemaAPI's
callback.

And to make sure that this pattern also works in content processes, move
the |extension| member to BaseContext.

MozReview-Commit-ID: BgsGGCPQxJR
2016-08-15 01:04:58 -07:00
Tim Huang
ad55c6eb0a Bug 1285492 - Stop using the CPOW when testing storages for the ForgetAboutSite test of containers. r=jimm 2016-07-18 19:54:00 -04:00
Tom Tromey
1b5a2bdb96 Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
This removes the unnecessary setting of c-basic-offset from all
python-mode files.

This was automatically generated using

    perl -pi -e 's/; *c-basic-offset: *[0-9]+//'

... on the affected files.

The bulk of these files are moz.build files but there a few others as
well.

MozReview-Commit-ID: 2pPf3DEiZqx
2016-07-14 10:16:42 -06:00
Kris Maglione
3531e0dc55 Bug 1225215: [webext] Raise the expected errors when given invalid tab IDs. r=aswan
MozReview-Commit-ID: E5G0GmVhzLh
2016-02-26 17:56:30 -08:00
Nicholas Nethercote
8f3c6e7c32 Bug 1294645 - Don't use NS_CALLBACK for callbacks in nsI{Input,Output,UnicharInput},Stream.idl. r=froydnj.
Slightly less than half (93 / 210) of the NS_METHOD instances in the codebase
are because of the use of NS_CALLBACK in
nsI{Input,Output,UnicharInput},Stream.idl. The use of __stdcall on Win32 isn't
important for these callbacks because they are only used as arguments to
[noscript] methods.

This patch converts them to vanilla |nsresult| functions. It increases the size
of xul.dll by about ~600 bytes, which is about 0.001%.
2016-08-12 17:36:22 +10:00
Carsten "Tomcat" Book
401e0b2595 merge fx-team to mozilla-central a=merge 2016-06-30 11:54:32 +02:00
Gijs Kruitbosch
e06296d57a Bug 1283267 - save start time of automigration when we save the finished time, to ensure both actually get written to prefs, r=Dolske
MozReview-Commit-ID: J4foRyWlJTv
2016-06-29 20:59:23 +01:00
Gijs Kruitbosch
bcb431e2ad Bug 1199678 - recognize MS Edge in MigrationUtils.jsm for default browser detection, r=Dolske
MozReview-Commit-ID: Bmuyv59fRAv
2016-06-29 19:37:48 +01:00
Carsten "Tomcat" Book
8241d40b49 merge mozilla-inbound to mozilla-central a=merge 2016-06-29 16:13:05 +02:00
Carsten "Tomcat" Book
7817a7f352 Backed out changeset ceff61c9fc5a (bug 889561) for frequent testfailures on pgo in /bookmarks/test_ 2016-06-29 13:54:51 +02:00
Gijs Kruitbosch
2b28a1277c Bug 1281602 - rework automigration telemetry to use an enumerated histogram, r=bsmedberg,dolske
MozReview-Commit-ID: 37XarohGgMN
2016-06-23 10:02:59 +01:00
Gijs Kruitbosch
63852c5b10 Bug 1276694 - store recency of browser data in telemetry when importing to see how good a predictor default browser is, r=dolske,bsmedberg
MozReview-Commit-ID: 16uPNGGDE68
2016-05-30 17:10:54 +01:00
Gijs Kruitbosch
8b4cdd0433 Backed out changeset d724f337b4f0 (bug 1280472) for not working correctly (opening spurious new tabs), see bug 1282794
MozReview-Commit-ID: IHDvXQAhs5j
2016-06-28 17:19:40 +01:00
Gijs Kruitbosch
5d5e70f3a6 Bug 1271799 - implement undo functionality in automigration code, r=mak
MozReview-Commit-ID: 28yvZyVimOx
2016-06-20 12:12:28 +01:00
Carsten "Tomcat" Book
198ab171ec Merge mozilla-central to fx-team 2016-06-28 16:14:58 +02:00
Carsten "Tomcat" Book
4e19736982 merge fx-team to mozilla-central a=merge 2016-06-28 16:06:34 +02:00
Carsten "Tomcat" Book
f1e70b513b Backed out changeset 00312b136937 (bug 968273) for causing regressions 2016-06-28 10:03:25 +02:00
Carsten "Tomcat" Book
4e4fecf85e merge mozilla-inbound to mozilla-central a=merge 2016-06-27 11:58:47 +02:00
Alessio Placitelli
707582c7cf Bug 1233986 - Add test coverage. r=gfritzsche
MozReview-Commit-ID: 1Mi2ogNvy2o
2016-06-27 00:27:00 +02:00
Martin Giger
728d99143f Bug 1282171 - Use setTimeout from parent window to throttle resizes. r=kmag
MozReview-Commit-ID: FsEjqfJKOUC
2016-06-25 00:06:56 +00:00
Jared Wein
fc1418d97d Bug 1280799 - Update the state of the 'Clear Downloads' button when download item state changes, even if the item is selected. r=paolo
MozReview-Commit-ID: 2YXLDuBxkTe
2016-06-24 21:36:40 -04:00
Brian Grinstead
1a957e4260 Bug 1278368 - Remove the error console. r=dolske
MozReview-Commit-ID: AIw6zqVjJFx
2016-06-23 17:46:58 -07:00
Towkir Ahmed
3e60b48fee Bug 1279910 - Renamed occurrences of 'Oriya' to 'Odia'. r=gijs 2016-06-27 12:31:00 +02:00
Marco Bonardo
81cc21d652 Bug 889561 - Reduce the size of places.sqlite by removing the url unique index from moz_places. r=adw
MozReview-Commit-ID: 2kxaXnUYIwT
2016-06-20 13:22:10 +02:00
Gijs Kruitbosch
5a57d5bd09 Bug 1280472 - fix focusing of text links in about:preferences, r=jaws
MozReview-Commit-ID: 2lPFDTYVY99
2016-06-22 18:57:28 +01:00
gasolin
f28f5d4ca3 Bug 1193006 - Show icons next to non-default permissions in the Permissions section of the Control Center. r=paolo
MozReview-Commit-ID: 1YeU5ECOHYL
2016-06-24 13:02:08 +01:00
Sebastian Hengst
1be0f90cda Backed out changeset 1008f5b88e6b (bug 1270742) for failing browser_ext_browserAction_context.js. r=backout 2016-06-24 13:00:31 +02:00
Matthew Wein
6206634766 Bug 1270742 - Add support for default_icon in chrome.pageAction r=kmag
MozReview-Commit-ID: D9uR0JUXJwx
2016-05-23 15:59:33 -07:00
Matthew Wein
0ead67a3c6 Bug 1270742 - Add support for default_icon in chrome.pageAction. r=kmag
MozReview-Commit-ID: D9uR0JUXJwx
2016-05-23 15:59:33 -07:00
Carsten "Tomcat" Book
75945dfa1f Merge mozilla-central to fx-team 2016-06-23 15:14:53 +02:00
Carsten "Tomcat" Book
d26fc9d0ef merge mozilla-inbound to mozilla-central a=merge 2016-06-23 14:57:09 +02:00
Dão Gottwald
a7135da778 Bug 1280999 - Remove browser_toolbar_migration.js 2016-06-23 12:53:55 +02:00
Dão Gottwald
d0fe82157c Bug 1280999 - Remove Firefox 4 era UI migration steps. r=mak 2016-06-23 11:12:06 +02:00
Carsten "Tomcat" Book
29c9751e52 Merge mozilla-central to fx-team 2016-06-22 13:46:27 +02:00
Claas Augner
ea3b8b5427 Bug 1264475 - Allow removal of search engines using keyboard shortcuts. r=florian 2016-06-15 00:10:42 +02:00
Thomas Nguyen
56df75399a Bug 1025965 - Migrate browser.safebrowsing.enabled to browser.safebrowsing.phishing.enabled. r=paolo.mozmail
MozReview-Commit-ID: KFWofvaZuw7
2016-06-23 12:25:32 +08:00
Joel Maher
c4045d3b5b Bug 1281032 - skip entire directory on non linux. r=Tomcat
MozReview-Commit-ID: 2RdEP1J7sTi
2016-06-21 12:57:55 +03:00
Martin Giger
475182ca8b Bug 1215025 - Resize popup when content size changes. r=kmag 2016-06-22 02:55:00 -04:00