Commit Graph

715 Commits

Author SHA1 Message Date
Gavin Sharp
f154ce92c9 Bug 1031019: add "Apps" toolbar button that points to Marketplace, r=jared/Gijs
--HG--
extra : rebase_source : 32c104884c9a6116efd3911d8145b61b8aa5711b
2014-09-19 12:36:11 -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
Gijs Kruitbosch
ef3d69de82 Bug 1069300 - add a privacy/forget/panic button, r=jaws
--HG--
extra : rebase_source : cc94c6449aab3fc64f7b034cb553cc6cf0879395
2014-09-24 17:22:05 +01: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
Justin Dolske
aacdcda1c5 Bug 1072036 - UI Tour: Add ability to highlight new privacy button. r=mattn 2014-09-26 13:45:43 -07:00
Dave Townsend
4c58cae784 Bug 999239: Copy session history when recreating browser element for the remote -> non-remote transition. r=bz, r=felipe, sr=gavin 2014-09-25 11:35:45 -07:00
Ryan VanderMeulen
424af00bd8 Merge m-c to fx-team. a=merge 2014-09-24 17:13:47 -04:00
Ryan VanderMeulen
79910dd5bf Merge m-c to inbound. a=merge
CLOSED TREE
2014-09-24 16:08:33 -04:00
Mike Conley
6954f71b6b Bug 1070053 - Avoid spurious hidden-plugin notifications when changing locations by doing a Principal comparison. r=gfritzsche
When the PluginRemoved event is fired when changing locations, it's fired
asynchronously such that the document that the plugin belongs to has already
been unloaded. This was causing the hidden plugin notification to appear in
some cases when users browsed away from documents that had hidden plugins
in them. Now we pass the Principal for the unloading document back to the
parent and do a comparison with the current browser Principal to ensure
that they match before showing the hidden plugin notification.

--HG--
rename : browser/base/content/test/plugins/plugin_small.html => browser/base/content/test/plugins/plugin_small_2.html
extra : rebase_source : e748e3b09de77cc7796b1a78f8e39a23af64049a
2014-09-24 10:30:18 -04:00
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
Mark Hammond
5e82e483b4 Bug 1050080 - add default permissions for uitour and addon installations, and remove PermissionsUtils. r=MattN 2014-09-23 16:33:35 +10:00
Gijs Kruitbosch
1b1a39c3f9 Bug 1065998 - empty-check Windows8WindowFrameColor's customizationColor in case its registry value is gone, r=jaws
--HG--
extra : rebase_source : 951b857c1590761c5453a95639931dd94b9a80ac
2014-09-18 13:58:07 +02:00
Florian Quèze
c67db9f928 Bug 973001 - getUserMedia UI doesn't work with e10s - fix the permission requests, r=felipe. 2014-09-22 20:39:58 +02:00
Florian Quèze
c0f2d9dd82 Bug 973001 - getUserMedia UI doesn't work with e10s - fix the urlbar indicators and show the global indicators, r=felipe. 2014-09-22 20:39:57 +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
Wes Kocher
34c9592347 Merge m-c to fx-team a=merge 2014-09-18 16:12:56 -07:00
Wes Kocher
70cf8f9246 Merge inbound to m-c a=merge 2014-09-18 15:26:44 -07:00
Justin Dolske
bc8d2f36a9 Bug 836415 - Kill PFS. r=bsmedberg 2014-09-18 10:01:23 -07:00
Alex Bardas
3cd4563f70 Bug 1065525 - Determine user's Firefox version from UITour. r=MattN 2014-09-17 23:05:00 +02:00
Mike Conley
8f700fd60f Bug 899347 - [e10s] Make click-to-play work with e10s. Originally written by mbrubeck. r=gfritzsche,felipe,Unfocused.
We now use message passing and content scripts in order to implement click-to-play. This allows
us to use click-to-play in e10s windows.

--HG--
extra : rebase_source : 6239a4b49e0af89800c5618e4589f8aef03f58d4
2014-09-17 16:06:58 -04:00
Felipe Gomes
23845e15b2 Bug 1068210 - Make the tab crashed Try Again button reload only the selected tab. r=ally
This is a temporary solution while we wait for bug 1065785 because this is causing many users to lose their session
2014-09-17 18:32:27 -03:00
Bill McCloskey
a0855f2419 Bug 1066645 - [e10s] Fix isWindowPrivate call in about:home search (r=ttaubert) 2014-09-18 08:56:56 -07:00
Nigel Babu
489aede8a8 Merge fx-team to m-c with bustage fix, a=merge 2014-09-16 08:43:45 +05:30
Wes Kocher
332233753a Merge m-c to inbound a=merge 2014-09-15 16:41:45 -07: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
Mike Conley
ba0dd9b993 Bug 899347 - [e10s] Make click-to-play work with e10s. Originally written by mbrubeck. r=gfritzsche,felipe,Unfocused.
We now use message passing and content scripts in order to implement click-to-play. This allows
us to use click-to-play in e10s windows.

--HG--
extra : rebase_source : 719afe669c638ba4883f76f18aee38df6b60b4ad
2014-09-15 13:33:50 -04:00
Ryan VanderMeulen
a0693c9204 Backed out changeset 5747034f2bcc (bug 899347) for mochitest-bc failures.
CLOSED TREE
2014-09-15 15:30:39 -04:00
Bill McCloskey
91adbce542 Bug 1069059 - [e10s] Convert isWindowPrivate calls to isBrowserPrivate/isContentWindowPrivate as appropriate (r=mconley,margaret) 2014-09-23 15:48:52 -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
Carsten "Tomcat" Book
c308e89984 Merge m-c to fx-team 2014-09-09 16:03:23 +02:00
Blake Winton
87bcde442d Bug 1036914 - Log autocomplete selections which are like searches. r=mconley, r=mak 2014-09-04 13:41:30 -04:00
Blake Winton
66f5e3a870 Bug 1036908 - Log search suggestion selections from about:home. r=mak 2014-09-05 16:43:28 -04:00
Carsten "Tomcat" Book
1bc7dd4191 Backed out changeset b556a4fdfe52 (bug 1036908) for bc1 test errors 2014-09-08 10:19:50 +02:00
Carsten "Tomcat" Book
4df6cb96d6 Backed out changeset 6a6f51ad3348 (bug 1036914) for likely causing bc1 test error 2014-09-08 10:19:23 +02:00
Blake Winton
2f40ba33b2 Bug 1036914 - Log autocomplete selections which are like searches. r=mconley, r=mak 2014-09-04 13:41:30 -04:00
Blake Winton
82cac65240 Bug 1036908 - Log search suggestion selections from about:home. r=mak 2014-09-05 16:43:28 -04:00
Tim Taubert
242fd0fc53 Bug 1057386 - Provide an API to let the shutdown leak detector wait until resources are properly destroyed r=adw 2014-08-31 12:13:08 +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
Florian Quèze
703696446b Bug 1059220 - display window count of each application in applications list of the app share prompt, r=Gijs. 2014-08-27 16:52:22 +02:00
Florian Quèze
4df42dbe15 Bug 1057006 - Implement UI for app sharing, r=Gijs. 2014-08-27 16:52:22 +02:00
Florian Quèze
3f3df2d53f Bug 1058650 - updateBrowserSpecificIndicator should not be called for closed tabs, r=Gijs. 2014-08-27 16:52:21 +02:00
Matthew A. Miller
81f56e0ef8 Bug 1036653 - changes to webrtcUI to support applications 2014-08-19 13:05:39 -06:00
Carsten "Tomcat" Book
1461ba52e8 Backed out changeset 857d543db683 (bug 1036653) for windows non unified build bustage on a CLOSED TREE 2014-08-27 09:21:11 +02:00
Matthew A. Miller
932d84d992 Bug 1036653 - changes to webrtcUI to support applications r=florian 2014-08-19 13:05:39 -06:00
Ryan VanderMeulen
1d978d9304 Merge m-c to fx-team. a=merge 2014-08-25 16:27:23 -04:00
Gijs Kruitbosch
a44fae6d32 Bug 991757 - add telemetry for the context menu, r=mconley,bgrins,f=bwinton 2014-08-14 20:44:59 +02:00
Wes Kocher
02017e20ed Merge inbound to m-c a=merge 2014-08-22 16:47:32 -07:00