Andrea Marchesini
da901b1816
Bug 1299480 - Fix regression in the context menu when containers are in used, r=gijs
2016-09-06 13:19:01 +02:00
Johann Hofmann
2b02d71f08
Bug 1286118 followup - Remove accidentally added if clause. r=me
2016-09-05 15:51:37 +02:00
Johann Hofmann
95395ae5d0
Bug 1286118 - Add telemetry probe to measure changes to permissions after initial prompt. r=florian
...
MozReview-Commit-ID: 9Y4XaY71dhh
--HG--
extra : rebase_source : 6cb6ba2f3d36670f84f96a859ce0f86a0bfe69c3
2016-07-20 12:20:43 +02:00
Phil Ringnalda
ba91593aa8
Bug 1284344 - Increase the timeout for browser_selectpopup.js
...
--HG--
extra : rebase_source : 6efa5889699304efa323e83607b0386e02bc7d25
2016-09-03 09:18:35 -07:00
Gijs Kruitbosch
a2597fa145
Bug 1299391 - fix decimal IP detection for 'did you mean this host instead' when we fix up URIs for search, r=jaws
...
MozReview-Commit-ID: JTwxbvkATm0
--HG--
extra : rebase_source : 701a353f9a4a22dbb1aba8fbdca0dd502649e0aa
2016-08-31 11:47:44 +01:00
Wes Kocher
a2e7bd60fc
Merge m-c to inbound, a=merge
2016-09-02 13:34:10 -07:00
Eric Rahm
627e13a274
Bug 1299645 - Fix browser_tab_close_dependent_window.js test. r=Gijs
...
After closing the tab it's possible the it's now a dead object, so check for
that first.
2016-09-02 13:30:13 -07:00
Wes Kocher
ee92002ede
Merge inbound to m-c a=merge
2016-09-02 13:17:30 -07:00
7
d000f8cc89
Bug 1297430 -Add tooltip to X icon in control center. r=johannh
...
--HG--
extra : rebase_source : 6c6d577f71057903995e6a5138da89474367573f
2016-09-01 19:54:10 +02:00
Dão Gottwald
e5b0ac3e96
Backed out changeset 08e4eadbb77d for causing bug 1299667
2016-09-02 13:06:24 +02:00
Jimmy Wang
7237b5b278
Bug 1297539 - Write test for content event 'pasteTransferable' for the remote case. Ensures that EventStateManager dispatches the transferable correctly to TextEditor::PasteTransferable for plain text and HTMLEditor::PasteTransferable for html. r=mrbkap
...
MozReview-Commit-ID: Hz36piNqX31
--HG--
extra : rebase_source : dc8310699c250c135b773dbde8c0253b1fea5b3a
2016-08-30 22:02:56 -04:00
Ryan VanderMeulen
37b200a0c5
Merge autoland to m-c. a=merge
2016-09-01 12:11:51 -04:00
Sebastian Hengst
e1afe71af4
Backed out changeset 27ffae997b83 (bug 1286118) for failing browser_devices_get_user_media.js. r=backout
2016-09-01 17:05:03 +02:00
Johann Hofmann
421c0f5be9
Bug 1298530 - Fix strikethrough for blocked controlcenter permission icons. r=florian
...
MozReview-Commit-ID: 8TPSOGQ6rC5
--HG--
extra : rebase_source : 8c5134ff09bc7193386b47578b96b9922a2a432c
extra : histedit_source : 69b1327373cbf57332d02723cc20bb4a506634eb
2016-08-30 16:39:19 +02:00
Sebastian Hengst
d574cf4f3d
Backed out changeset f2cd09361916 (bug 1297539)
2016-09-01 09:13:48 +02:00
Sebastian Hengst
40638410ec
Backed out changeset 54efec27fb40 (bug 1297539)
2016-09-01 09:13:38 +02:00
Ryan VanderMeulen
663abbf994
Bug 1297539 - Add missing newline to end of browser_bug1297539.js to please ESLint.
2016-08-31 22:57:37 -04:00
Jimmy Wang
64b87bb682
Bug 1297539 - Write test for content event 'pasteTransferable' for the remote case. Ensures that EventStateManager dispatches the transferable correctly to TextEditor::PasteTransferable for plain text and HTMLEditor::PasteTransferable for html. r=mrbkap
...
MozReview-Commit-ID: Hz36piNqX31
--HG--
extra : rebase_source : 39ebcb5647caa673c6729caac67ce020bd53d356
2016-08-30 22:02:56 -04:00
Ryan VanderMeulen
f2ae8f9bce
Merge m-c to autoland. a=merge
2016-08-31 22:34:02 -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
a182a61bce
Bug 1298559 - Enable eslint for /browser/base/content/test/ r=mattn
...
MozReview-Commit-ID: BZlkPTcLJMB
2016-08-31 12:53: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
Jared Wein
9cc54f3e3e
Bug 1218937 - Fix eslint errors in browser_bug1025195_switchToTabHavingURI_aOpenParams.js. r=mattn
...
MozReview-Commit-ID: 9zAxo2oAxQw
2016-08-31 12:53:23 -04:00
Aryeh Gregor
76862dadad
Bug 1299453 - Stop using createEvent("DragEvents"/"KeyEvents") internally; r=smaug
...
They are non-standard aliases for "DragEvent" and "KeyboardEvent" that
are not supported by any other UA, and we would like to drop support.
So first let's stop using them ourselves, so we can use telemetry to see
if any sites are using them.
MozReview-Commit-ID: ICC33ORa2st
2016-08-31 20:38:50 +03:00
Masatoshi Kimura
6470657683
Bug 1161599 - Show "Reload Image" if the image has an error. r=florian
...
MozReview-Commit-ID: 1hDVFySM6to
--HG--
extra : rebase_source : 0b5133f2eea6d26ab4e190dc6bf060b6c580703a
2016-08-29 12:03:13 +09:00
Blake Kaplan
7b53f55359
Bug 1299334 - Save and restore relatedBrowser around the XBL binding being torn down and restored. r=mconley
...
MozReview-Commit-ID: 4LLuzk34ZUt
--HG--
extra : rebase_source : 6076881daec1e86609080b1aa2e825e0fb428fe7
2016-08-30 16:56:06 -07:00
Gijs Kruitbosch
559185fe05
Bug 1297847 - fix titlebar button locations across titlebar/lwtheme/devedition state, r=mconley,mstange
...
MozReview-Commit-ID: C9nPYMgi5NX
--HG--
extra : rebase_source : 6949091d14ae026adb14302cce96fc334e78bc21
2016-08-25 17:16:08 +01:00
Johann Hofmann
3f7d436e2f
Bug 1286118 - Add telemetry probe to measure changes to permissions after initial prompt. r=florian data-review=bsmedberg
...
MozReview-Commit-ID: 9Y4XaY71dhh
--HG--
extra : rebase_source : 73f91b2211976329f56c8b721b8d1097ef258c4b
extra : amend_source : d92576417f6d92cb477b70064b147685410e3309
2016-07-20 12:20:43 +02:00
Ryan VanderMeulen
60c3cb1548
Merge m-c to fx-team. a=merge
2016-08-31 22:37:49 -04: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
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
Kevin Chan
41a98432d0
Bug 1283704 - Use .goBack() instead of contentWindow.history.back() to avoid CPOW usage in browser_bug812562.js. r=mconley
...
--HG--
extra : rebase_source : f69705f21b1be284a9d3d3e073b3309c26586965
2016-08-24 21:10:00 -04:00
Kartikaya Gupta
fd9d34fba8
Bug 1298313 - Revert the third patch from bug 1256339 because it broke long-press context menus in non-e10s mode. r=backout
...
MozReview-Commit-ID: FZEbH0TlY8L
2016-08-29 14:29:57 -04:00
Neil Deakin
3e94bf69d0
Bug 1297909, improve handling when option elements are hidden inside a select, r=mconley
2016-08-29 12:34:45 -04:00
Ryan VanderMeulen
e1fdfb3b73
Merge inbound to m-c. a=merge
2016-08-26 09:37:03 -04:00
Matthew Noorenberghe
3803d21cec
Bug 1297905 - Remove usage of getAllDisabledHosts in sanitize implementations. r=liuche,markh
...
Bug 1058438 moved disabled hosts to the permission manager which are already cleared by these modules.
MozReview-Commit-ID: InprrYLvjMR
--HG--
extra : rebase_source : 806c2542cbab953b74ad82611501ecac32400930
2016-08-24 17:41:10 -07:00
Wes Kocher
7d3cddeb71
Merge m-c to fx-team, a=merge
2016-08-25 17:15:43 -07:00
Mike de Boer
915c0ea08b
Bug 1279695 - update the position of ranges that are inside fixed, sticky positioned container nodes or frameset or iframe at each repaint or scroll. r=jaws
...
MozReview-Commit-ID: J8YK1s2kArq
2016-08-25 20:11:46 +02:00
Ryan VanderMeulen
bfdd703c49
Merge fx-team to m-c. a=merge
2016-08-25 08:12:26 -04:00
Ryan VanderMeulen
520acfd195
Merge inbound to m-c. a=merge
2016-08-25 08:10:52 -04:00
Johann Hofmann
0cbbb700c6
Bug 1297405 followup - Remove unneeded classname assertion for blocked permission icons. r=me, bustage fix
2016-08-24 14:18:43 +02:00
Johann Hofmann
9467df8698
Bug 1297405 - Don't add hover state to blocked permission icons in the identity block. r=dao
...
MozReview-Commit-ID: lkh0iI3Zb4
--HG--
extra : rebase_source : ae74fa5fe7038c2df729b30da1c24a90efc4a8df
extra : histedit_source : b9c522a3794dc65c959d1b257c9d4d6a90171f6e
2016-08-23 17:13:18 +02:00
Phil Ringnalda
f35f0c69e0
Merge m-c to a CLOSED TREE f-t
2016-08-23 22:59:10 -07:00
Shane Caraveo
8ec26c4b57
Bug 1289549 P6 socialapi remove non-socialapi chat code, r=florian
...
MozReview-Commit-ID: FrW31GTAHGZ
2016-08-23 15:24:07 -07:00
Shane Caraveo
e2da2722a8
Bug 1289549 P4 socialapi remove unused css, r=florian
...
MozReview-Commit-ID: LhhP7W5i3U7
2016-08-23 15:24:07 -07:00
Shane Caraveo
1bb3fcb541
Bug 1289549 P3 socialapi move toolkit component to browser, r=florian
...
MozReview-Commit-ID: 2rMDwrZTTpG
--HG--
rename : toolkit/components/social/SocialService.jsm => browser/modules/SocialService.jsm
rename : toolkit/components/social/test/xpcshell/test_SocialService.js => browser/modules/test/unit/social/test_SocialService.js
rename : toolkit/components/social/test/xpcshell/test_SocialServiceMigration21.js => browser/modules/test/unit/social/test_SocialServiceMigration21.js
rename : toolkit/components/social/test/xpcshell/test_SocialServiceMigration22.js => browser/modules/test/unit/social/test_SocialServiceMigration22.js
rename : toolkit/components/social/test/xpcshell/test_SocialServiceMigration29.js => browser/modules/test/unit/social/test_SocialServiceMigration29.js
2016-08-23 15:24:07 -07:00
Shane Caraveo
4987c70c34
Bug 1289549 P2 socialapi remove sidebar and chat, r=florian
...
MozReview-Commit-ID: JzSDh41IPBu
2016-08-23 15:24:06 -07:00
Shane Caraveo
51cf1dcb66
Bug 1289549 P1 socialapi remove status and marks, r=florian
...
MozReview-Commit-ID: IgpgD7qwasI
2016-08-23 15:24:06 -07:00
Matthew Noorenberghe
dccc27b4b9
Bug 1270926 - Modify aboutNetError.xhtml & blockedSite.xhtml to pass current eslint rules. r=dao
...
eol-last requires a new line at the end of the JS block
MozReview-Commit-ID: sEcAiEgb4s
2016-08-23 14:38:57 -07:00