Commit Graph

151 Commits

Author SHA1 Message Date
Paul Kerr [:pkerr]
a7633eda9b Bug 1055145 - Part 2: Fix failing loop tests: prevent spurious network access attempts r=mattn 2014-12-24 13:12:18 -08:00
Matthew Noorenberghe
c715194576 Bug 1080953 - UITour: tell page when first incoming call is received and if that room window is open. r=dmose,dolske
--HG--
extra : rebase_source : de8a2b58aedc35fb07951736829cd43b8f1632fc
2014-12-17 22:37:19 -05:00
Mike de Boer
3f63e3add1 Bug 1080948: UITour: tell the page when a URL is copied or emailed. r=MattN,dmose 2014-12-17 09:33:08 +01:00
Mike de Boer
25fc750547 (no bug) convert Windows to Unix line-endings in browser_UITour_loop.js. DONTBUILD because formatting only. r=me 2014-12-17 14:26:23 +01:00
abdelrhman
605c00590b Bug 1111276 - Replace gBrowser.selectedTab.linkedBrowser with gBrowser.selectedBrowser. r=dao
--HG--
extra : rebase_source : d7ef16a16f884458d99dff05efb370694d2ea5e3
2014-12-15 22:05:46 +01:00
Matthew Noorenberghe
c400a57990 Bug 1104927 - UITour: Update browser_UITour_loop.js with for Loop:ChatWindowShown. r=me 2014-12-11 21:37:16 -08:00
Matthew Noorenberghe
495347b5e6 Bug 1105523 - UITour: Provide a way for some Hello targets to have their info panel arrow on the side r=Unfocused 2014-12-09 16:08:08 -08:00
Drew Willcoxon
0f1f1ffa43 Bug 1096534 - ContentSearch should load the search URL in the tab sending the search message, not the current tab. r=mak 2014-12-08 11:05:27 -08:00
Matthew Noorenberghe
41e021e33e Bug 1080947 - UITour: Tell the page when a Hello chat window opens or closes. r=Standard8,Unfocused,jaws
--HG--
extra : rebase_source : 950e40b56c55b4fe0d459abe45e88dfbd204ac5a
2014-12-05 16:38:06 -08:00
Blair McBride
10167b23c8 Bug 1101825 - Create UITour event framework. r=MattN 2014-12-05 14:50:45 +13:00
Matthew Noorenberghe
a6e4d63bb2 Bug 1104921 - UITour: Add Loop panel targets. r=Unfocused
--HG--
extra : rebase_source : eb46c50e68be3dbac8e7d6ba6f1dc01385190722
2014-12-04 14:40:03 -08:00
Matthew Noorenberghe
ebf031b758 Backed out changeset c9f946144a73 (bug 1104921) for bc2 failures on some platforms. 2014-12-04 11:21:44 -08:00
Matthew Noorenberghe
39c93b3e21 Bug 1104921 - UITour: Add Loop panel targets. r=Unfocused
--HG--
extra : rebase_source : 5463747fefe6b31f2d861065956cce1d4d138afa
2014-12-03 14:59:38 -08:00
Matthew Noorenberghe
98d30f459c Bug 1080943 - Leak fix for 5994d92115ac copied from Loop's head.js. rs=bustage 2014-12-01 00:14:08 -08:00
Matthew Noorenberghe
d34880be7d Bug 1080943 - UITour: Allow opening the Hello panel. r=Unfocused 2014-11-30 21:46:23 -08:00
Felipe Gomes
b18b2c4ec2 Bug 1101790 - FHRProvider for UITour, records treatment tag data. r=bsmedberg 2014-11-20 18:21:29 -02:00
Gavin Sharp
928a3e4329 Bug 1101790 - setTreatmentTag API for UITour. r=felipe 2014-11-19 17:52:23 -05:00
Felipe Gomes
7797b9d660 Bug 1101670 - UITour: ability to set a search term and show the search popup. r=dolske 2014-11-21 19:19:31 -02:00
Felipe Gomes
37353eb563 Bug 1101648 - UITour API to determine selected search engine. r=gavin 2014-11-20 18:21:29 -02:00
Gavin Sharp
6b9328c997 Bug 1097942 - add UITour mechanism for selecting an engine, r=Unfocused 2014-11-12 12:53:15 -08:00
Felipe Gomes
592d91068e Bug 1101147 - Update about:newtab search styling. r=Mossop 2014-11-24 08:40:22 -02:00
Dave Townsend
43792ed2f5 Bug 1101999 - Fix/add UITour highlighting for the new search UI. r=florian 2014-11-20 12:13:21 -08:00
Florian QuĂšze
1076501bfb Bug 1088660 - Improve the search bar UI to support one-off searches, r=felipe. 2014-11-18 00:59:11 +01:00
Gijs Kruitbosch
5a31c37261 Bug 989947 - test UITour interaction with modal popup, r=MattN 2014-11-13 00:04:43 +00:00
Shane Caraveo
c5b2445649 bug 1090563 fix shared iframe use in loop, r=jaws 2014-11-05 16:21:01 -08:00
Blake Winton
500b1e5094 Bug 1026568 - Add placeholder text to the newtab page. r=adw, ui-r=clarkbw 2014-10-31 16:00:34 -04:00
Drew Willcoxon
2ccd24fba2 Bug 1087120 - Fix intermittent browser_ContentSearch.js failure by increasing timeout for remote search suggestions. r=MattN 2014-10-31 15:07:59 -07:00
Michael Ratcliffe
78f0cbf8ec Bug 1078455 - "UITour: Add ability to highlight Dev. Tools and WebIDE toolbar buttons" [r=MattN+bmo] 2014-10-30 13:35:25 +00:00
Tomasz KoƂodziejski
56ed819e8d Bug 1073238 - Split UITour.jsm into chrome and content parts that communicate via messages. r=MattN 2014-10-24 17:19:00 +02:00
Ed Lee
c331d40c7f Bug 1088729 - Only allow http(s) directory links and https/data images [r=adw] 2014-10-24 09:33:03 -07:00
Sid Stamm
05381856e1 Bug 1042135 - Update Directory Links Provider to use only the dnt.enabled pref after removing the dnt.value pref. (r=adw)
--HG--
extra : rebase_source : cc511558eb39099bc745116798ca64829de79d0d
2014-10-22 10:31:14 -07:00
Phil Ringnalda
c0ef8f8666 Back out 3 changesets (bug 1042135) for robocop bustage
CLOSED TREE

Backed out changeset dffed5d2a799 (bug 1042135)
Backed out changeset b80a02b929cc (bug 1042135)
Backed out changeset 093ea94a1697 (bug 1042135)
2014-10-21 23:11:11 -07:00
Sid Stamm
82532227df Bug 1042135 - Update Directory Links Provider to use only the dnt.enabled pref after removing the dnt.value pref. (r=adw)
--HG--
extra : rebase_source : 350e99d270e18f497f69a77672557a18ac66ef6d
2014-10-21 16:55:36 -07:00
Matthew Noorenberghe
34020ae63f Bug 1081772 - Add back a way to test UITour on origins not whitelisted by default. r=Unfocused 2014-10-16 00:12:09 -07:00
Blair McBride
1096696388 Bug 1068284 - UI Tour: Add ability to highlight search provider in search menu. r=MattN
--HG--
extra : transplant_source : %AA%DA%ED%B6%24F%92%F0%D3k%F6%D34%2054%C4%23%D8%F0
2014-10-15 13:48:49 +13:00
Ed Lee
806bec6f26 Bug 1075620 - Switch to GET for fetch to allow caching of links data from redirect [r=ttaubert]
Use GET instead of POST and update the fetch endpoint to use %LOCALE%.
2014-10-01 09:44:32 -07:00
Andrew Halberstadt
2da4ee197d Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
Justin Dolske
14f52be678 Bug 1071238 - UI Tour: add ability to put a widget in the toolbar. r=mattn 2014-10-06 15:49:30 -07:00
Tomasz KoƂodziejski
4c4fa7a34f Bug 1032324 - about:newtab can't switch search engine if icon/logo/image is not available. r=adw 2014-09-26 09:37:00 +02:00
Sudheesh Singanamalla
7331cc1a53 Bug 1054492: move DirectoryLinksProvider.jsm to browser/ since it's Firefox-specific, r=gavin
--HG--
rename : toolkit/modules/DirectoryLinksProvider.jsm => browser/modules/DirectoryLinksProvider.jsm
rename : toolkit/modules/tests/xpcshell/test_DirectoryLinksProvider.js => browser/modules/test/xpcshell/test_DirectoryLinksProvider.js
2014-09-22 13:23:19 +05:30
Alex Bardas
e5e6b2db9a Bug 1070138 - Send only version number and release channel in appinfo. r=gavin 2014-09-22 12:04:00 +02:00
Justin Dolske
fc3bda12a9 Bug 1068290 - "UI Tour: Add ability to highlight New Private Window icon in chrome". r=MattN 2014-09-23 16:36:00 +02:00
Alex Bardas
dc386bd89a Bug 1063698 - Add action to UITour.jsm for opening the Reset Firefox dialog. r=Unfocused 2014-09-17 14:58:00 +02:00
Alex Bardas
3cd4563f70 Bug 1065525 - Determine user's Firefox version from UITour. r=MattN 2014-09-17 23:05:00 +02:00
Shu-yu Guo
320f4e1440 Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Alex Bardas
cfbef5d5cf Bug 1053939 - pass entry point to fxa content server when opening about:accounts + tests. r=markh 2014-09-10 13:39:00 +02:00
Bobby Holley
1826651353 Bug 1062631 - Stop leaking observers in search tests. r=Gijs 2014-09-08 13:36:22 -07:00
Bobby Holley
bf9164a7f5 Bug 1062631 - Fix buggy |browser_SignInToWebsite.js| test. r=Gijs 2014-09-08 13:36:20 -07:00
Bill McCloskey
42257acb97 Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
Bobby Holley
94a6e2c072 Bug 1050340 - Fix up content search test framework. r=adw 2014-08-18 14:18:40 -07:00