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
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
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
3611a7607d
Merge inbound to m-c. a=merge
2016-08-31 22:33:17 -04: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
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
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
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
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
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
Ryan VanderMeulen
82663d8710
Merge inbound to m-c. a=merge
2016-08-23 10:05:18 -04:00
Dão Gottwald
48a7a69310
Bug 1296863 - Stop disabling the "New Tab" command in popups. r=gijs
2016-08-22 18:06:04 +02:00
Ricky Chien
35b95e26e1
Bug 1206229 - Inform the user that changes may require a page reload r=Paolo
...
MozReview-Commit-ID: 3tJRhxeDnUb
--HG--
extra : rebase_source : ac829778e8c6225801efb3989578b0f9814a140b
2016-08-11 11:52:47 +08:00
Aryeh Gregor
f3e54042f1
Bug 1271115 - Merge ChromeUtils.js into EventUtils.js; r=jmaher
...
This allows plain mochitests to use the functions as well, which is
necessary to get them to work with e10s.
MozReview-Commit-ID: J4um2mliJcZ
2016-08-25 16:57:09 +03:00
Dão Gottwald
7f04a8a2aa
Bug 1297157 - Abstract away the visuallyselected attribute on anonymous tab nodes. r=mconley
...
--HG--
extra : rebase_source : 251397a5c85683e7ae5c50d3ce8c225e29e4d595
2016-08-24 16:40:11 +02:00
Jimmy Wang
e1c50928ab
Bug 1109146 - write test to verify alt+click behaviour in e10s since the codepath is ContentClick.jsm instead of browser.js::contentAreaClick(); r=Felipe
...
MozReview-Commit-ID: D1ith9Fc8IF
***
works
MozReview-Commit-ID: KXhE4JXfMtv
--HG--
extra : rebase_source : 7d646591935c2d282cf94381e7ddd74c2841ee1f
2016-08-19 17:36:12 -04:00
Katie Broida[:ktbee]
07f2d654fe
Bug 1171746 - Ensure tab-specific panels close when you switch the tab. r=jaws
...
--HG--
extra : amend_source : 8c8bd60be44132befa37a50422086d9ffdae3cbe
2016-08-19 07:27:00 -04:00
Jimmy Wang
4b369489af
Bug 1261299 - Add test for checking that the selected content/chrome text is properly sent up to the osx service menu code (nsChildView.mm). r=masayuki
...
MozReview-Commit-ID: 1gLTyNrxQ7E
--HG--
extra : rebase_source : 3ddd150e6e3963493e67046d8df0d9bcc0273afe
2016-07-08 11:38:16 -04:00
Jessica Jong
5a9b39d967
Bug 1278738 - Add 'week' to the list of valid types attributes for <input>. r=smaug
2016-08-15 23:15:00 -04:00
Wes Kocher
2253eb9510
Merge m-c to inbound, a=merge
2016-08-15 14:53:49 -07:00
Drew Willcoxon
4c6d9664f7
Bug 1292321 - Pressing tab key in address bar selects one-off search buttons instead of the entries in the history dropdown list. r=florian
...
MozReview-Commit-ID: AnUZolRLBcl
2016-08-12 22:25:11 -07:00
Wes Kocher
e9097643d5
Merge inbound to central, a=merge
2016-08-12 13:44:29 -07:00
Neil Deakin
5a19f58959
Bug 1249177, close select popup when fullscreen is entered or exited, r=mconley
2016-08-11 10:37:00 -04:00
Michael Layzell
50d538cc45
Bug 1290688 - Part 4: Disable browser_clipboard_pastefile.js due to changes in internal DataTransfer logic making it no longer usable, r=enndeakin
...
MozReview-Commit-ID: 35Vu1rPSlej
2016-08-15 13:16:16 -04:00
Wes Kocher
45e888ff26
Merge fx-team to central, a=merge
2016-08-10 16:53:40 -07:00
Carsten "Tomcat" Book
9c3cf65d09
Merge mozilla-central to fx-team
2016-08-10 16:04:01 +02:00
Carsten "Tomcat" Book
5a14c558ee
merge fx-team to mozilla-central a=merge
2016-08-10 15:52:07 +02:00
Florian Quèze
d067f073d1
Bug 1206233 - Update webrtc browser-chrome tests to pass without the webRTC-sharingDevices doorhanger, r=johannh.
2016-08-09 22:52:27 +02:00
Wes Kocher
41e9dbb0bb
Backed out 4 changesets (bug 1206233) for xpcshell bustage
...
Backed out changeset 5fd912b9afed (bug 1206233)
Backed out changeset 3e0bcd0f52c7 (bug 1206233)
Backed out changeset c3796270f3c2 (bug 1206233)
Backed out changeset 855fe322a553 (bug 1206233)
2016-08-09 17:24:03 -07:00
Florian Quèze
e32be300ed
Bug 1206233 - Update webrtc browser-chrome tests to pass without the webRTC-sharingDevices doorhanger, r=johannh.
2016-08-09 22:52:27 +02:00
Justin Dolske
e4a2bde04b
Bug 1291833 - remove little-used gWebRTCUI symbol in favor of natural module export. r=MattN
2016-08-09 12:18:13 -07:00
Sumit Tiwari
8d27110b79
Bug 1290698 - Replace Iterator() with Object.{values, entries}; r=mossop
...
MozReview-Commit-ID: DEoVeqEZWpd
--HG--
extra : rebase_source : 53b3a2be2cd5bfc444ce6047c44f20bb176e2337
2016-08-07 21:58:24 -04:00
Junior Hsu
5536544c0b
Bug 1288049 - Canonicalize IPv4 for nsStandardURL, r=valentin
2016-08-09 03:18:00 +02:00
Rob Wood
c0486de6ae
Bug 1243103 - Move intermittent failure to clibboard suite; r=jmaher
...
MozReview-Commit-ID: 9HgqPL2yNWk
--HG--
extra : rebase_source : 001c7cb9d01beaaf6dc986181c3bc647c8a41ba0
2016-08-05 13:45:16 -04:00