Carsten "Tomcat" Book
1f213a7846
Merge mozilla-central to autoland
2017-03-01 16:43:23 +01:00
Carsten "Tomcat" Book
f4f3d56e3d
merge mozilla-inbound to mozilla-central a=merge
2017-03-01 11:40:59 +01:00
Andrew Swan
d9311fea81
Bug 1339952 Sort order of permission prompts r=florian
...
MozReview-Commit-ID: 6ngylPGJ5EE
2017-02-23 18:27:34 -08:00
Carsten "Tomcat" Book
298a6147ab
Merge mozilla-central to mozilla-inbound
2017-02-28 13:03:04 +01:00
Andrew Swan
0f6d5306a0
Bug 1340586 Part 3 Split up browser_extension_permissions.js r=mossop
...
MozReview-Commit-ID: A7NLR6f1VVO
2017-02-23 16:30:33 -08:00
Andrew Swan
dc2e0a4702
Bug 1340586 Part 2 Move common code to head.js r=mossop
...
MozReview-Commit-ID: GhHXjx5d9q3
2017-02-27 15:57:09 -08:00
Andrew Swan
119e365151
Bug 1340586 Part 1 Move webextensions tests to their own directory r=mossop
...
MozReview-Commit-ID: JaCyAVYgjL6
2017-02-27 15:40:59 -08:00
Marco Bonardo
f34b05e9ef
Bug 1337682 - CanonizeURL feature may override the next load of the current URL. r=adw
...
MozReview-Commit-ID: ATdFsSXstZz
2017-02-15 14:30:31 +01:00
Gijs Kruitbosch
78ad25b88b
Bug 1336335 - avoid potential focus issues by triggering the load of the error page explicitly, r=johannh
...
MozReview-Commit-ID: 6bqGUMNd4Zj
2017-02-28 13:33:36 +00:00
Bob Owen
855a0f0025
Bug 1338375 Part 2: Check that new http browser window opened from file URI page works.
2017-02-28 07:28:36 +00:00
Joel Maher
16dbe4a894
Bug 1304273 - Intermittent browser/base/content/test/general/browser_offlineQuotaNotification.js. disabled on linux opt/pgo. r=gbrown
...
MozReview-Commit-ID: FkjLhHL6dtY
2017-02-27 10:25:05 -05:00
Masatoshi Kimura
d2f2c366ff
Bug 1342144 - Fix ESLint errors in browser/. r=Paolo
...
MozReview-Commit-ID: ByMEEcTQQtd
2017-02-24 23:25:45 +09:00
Masatoshi Kimura
4f2e64ad3d
Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
...
This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;
MozReview-Commit-ID: AzhtdwJwVNg
2017-02-23 06:10:07 +09:00
Wes Kocher
a823455e92
Merge inbound to central, a=merge
...
MozReview-Commit-ID: DpCZgRV1csS
2017-02-24 16:46:12 -08:00
Nihanth Subramanya
74edbf42ea
Bug 1318389 - Move single run captive portal test cases to separate test file. r=Gijs
...
MozReview-Commit-ID: Ha3w2g17BP0
2017-02-17 01:05:38 +05:30
Nihanth Subramanya
0ab1d2c74f
Bug 1318389 - Move captive portal test utility functions to head.js. r=Gijs
...
MozReview-Commit-ID: Lgd3ReeHrLm
2017-02-17 01:03:35 +05:30
Joel Maher
6537855fa3
Bug 1339317 - Intermittent browser/base/content/test/general/browser_windowopen_reflows.js. r=mconley
...
MozReview-Commit-ID: 4bKCUvM1q5h
2017-02-24 12:33:29 -05:00
Joel Maher
ac7c361f73
Bug 1334752 - Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_unprompted_access_tear_off_tab.js. r=gbrown
...
MozReview-Commit-ID: J85wyAoLcKq
2017-02-24 12:33:16 -05:00
Andrew Swan
2de08d1ad3
Bug 1334096 Show permissions prompts when a sideloaded extension is enabled r=mossop
...
MozReview-Commit-ID: 1yXgkBg6W1p
2017-02-15 15:40:56 -08:00
Andrew Swan
efa2c7e960
Bug 1340443 Fix reading from brand bundle and add a test r=florian
...
MozReview-Commit-ID: RGHXg0hMgJ
2017-02-23 08:41:17 -08:00
Sebastian Hengst
c0f03e69f0
Bug 1336920 - Display the presence/absence of a valid Google and Mozilla API key in about:support. r=florian,francois
...
MozReview-Commit-ID: CRW3Ttb5DZm
2017-02-16 13:01:21 +01:00
Sebastian Hengst
1935dedcb5
Backed out changeset ae43afe8e551 (bug 1334096) for failing browser_CTP_plugins.js tests. r=backout on a CLOSED TREE
2017-02-23 19:07:25 +01:00
Andrew Swan
5877f1f537
Bug 1334096 Show permissions prompts when a sideloaded extension is enabled r=mossop
...
MozReview-Commit-ID: 1yXgkBg6W1p
2017-02-15 15:40:56 -08:00
Carsten "Tomcat" Book
2621750333
Merge mozilla-central to autoland
2017-02-23 15:37:51 +01:00
Carsten "Tomcat" Book
bba4222305
merge mozilla-inbound to mozilla-central a=merge
2017-02-23 14:59:37 +01:00
Andrew Swan
21d1fd4f11
Bug 1340078 Show the correct permissions list in webextensions notifications r=rhelmer
...
MozReview-Commit-ID: 5YiYG6k5MJj
2017-02-16 13:31:50 -08:00
Blake Kaplan
72c98c4ab2
Bug 1335801 - Actually wait for the right href to load. r=Felipe
...
MozReview-Commit-ID: GVkWzNoTSQ7
2017-02-22 15:39:18 -08:00
Wes Kocher
d5f624738f
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: AoD5GpFatBw
2017-02-21 17:41:05 -08:00
Sebastian Hengst
8dd6d22cc0
Backed out changeset 52f41ac3440d (bug 1192818)
2017-02-21 19:29:24 +01:00
Munro Mengjue Chiang
fd89e4d6be
Bug 1332869 - Fix Intermittent browser_devices_get_user_media_in_frame.js; r=florian
...
MozReview-Commit-ID: E968LugF7Rp
2017-02-03 15:44:14 +08:00
Gijs Kruitbosch
2c8cddfd97
Bug 1336335 - fix intermittent failure in browser_invalid_uri_back_forward_manipulation.js by using proper util to wait for an error page load, r=johannh
...
MozReview-Commit-ID: AYfyAmEGyOx
2017-02-20 16:33:32 +00:00
Mike Conley
0a0c94bae2
Bug 1339317 - Make browser_windowopen_reflows.js more resilient to compositor races. r=Gijs
...
MozReview-Commit-ID: IsPJ4hzFQ4b
2017-02-17 13:52:48 -05:00
Alastor Wu
7266cc9962
Bug 1192818 - part3 : modify test. r=baku
...
MozReview-Commit-ID: HKzjFN7pJcJ
2017-02-21 18:41:16 +08:00
Florian Quèze
8a9eb87de8
Bug 1335985 - reset timeShown on window activation so that persistent notifications get the security delay again, r=past.
2017-02-20 23:29:36 +01:00
Blake Kaplan
cd34f504c9
Bug 1307015 - Remove CPOWs from browser_bug623893.js r=felipe
...
It took me a little bit to understand what the test was doing. It was actually
using the default tab to navigate to three pages. Then, it duplicated it
immediatedly closed that tab. Finally, it duplicated the original tab, then
duplicated the duplicate before closing both of those tabs.
MozReview-Commit-ID: 85eY3FhZniA
2017-02-21 14:50:54 -08:00
Sebastian Hengst
0dd56967f5
Backed out changeset c32c74847eb6 (bug 1335539)
2017-02-21 17:53:45 +01:00
Andrea Marchesini
10d85bf63f
Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs
2017-02-21 15:04:47 +01:00
Alastor Wu
ea15b79fc6
Bug 1192818 - part3 : modify test. r=baku
...
MozReview-Commit-ID: HNXcbFbYfor
2017-02-23 14:15:49 +08:00
Xidorn Quan
57b3c7d52d
Bug 1339394 - Don't serialize transparent color to transparent keyword when not necessary. r=heycam,jaws
...
MozReview-Commit-ID: 59cmaCoFJMR
2017-02-16 10:26:13 +11:00
Sebastian Hengst
49aba56316
Backed out changeset c73bba5d7bea (bug 1340078) for failing browser_extension_permissions.js. r=backout
2017-02-19 09:29:48 +01:00
Andrew Swan
89018a554a
Bug 1340078 Show the correct permissions list in webextensions notifications r=rhelmer
...
MozReview-Commit-ID: 5YiYG6k5MJj
2017-02-16 13:31:50 -08:00
Mark Banner
b9ef6fd850
Bug 1322747 - Show https in autofill heuristic results. r=mak
...
MozReview-Commit-ID: GlOoeQBOMIi
2017-01-26 15:13:19 +00:00
Andrew Swan
37c68374e4
bug 1335697 Display permissions and post-install notifications from about:addons search r=mossop
...
MozReview-Commit-ID: IqBoudbO7Vd
2017-02-07 20:22:26 -08:00
Carsten "Tomcat" Book
62425aaabb
Backed out changeset 952f0a7824ad (bug 1335539)
2017-02-21 10:30:06 +01:00
Andrea Marchesini
83ac311d0c
Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs
2017-02-21 07:51:35 +01:00
Mark Banner
0172a32b29
Bug 1338195 - Define a frame-script environment for eslint and use it to clear no-undef issues for known frame script globals. r=mossop
...
MozReview-Commit-ID: Fcin4InbLK2
2017-02-07 10:52:06 +00:00
Johann Hofmann
5dc888a3ae
Bug 1340112 - Move focus into popupnotification panels when selected via keyboard. r=florian
...
MozReview-Commit-ID: 3DSugKa3cQ3
2017-02-16 15:39:07 +01:00
Phil Ringnalda
d0ca4e13e0
Backed out changeset 33d14dcc5ca1 (bug 1335697) for frequently exceeding the timeout threshold in browser_extension_permissions.js on Linux32 debug
2017-02-16 21:27:10 -08:00
Fischer.json
0a29252db5
Bug 1323395 - Show warning when disk space available for firefox is not enough, r=jaws
...
MozReview-Commit-ID: HttJ2RFCTtS
2016-12-28 16:53:38 +08:00
Andrew Swan
65c96abc6e
Bug 1339552 Don't show permissions for updates from legacy extension to webextension r=mossop
...
MozReview-Commit-ID: 9Ouep0mPIjJ
2017-02-16 09:17:52 -08:00