Commit Graph

10765 Commits

Author SHA1 Message Date
Florian Quèze
00255e4a06 Bug 1056179 - WebRTC global indicator fails to open the sharing doorhanger if there's another notification before it, r=gavin. 2014-09-24 12:21:57 +02:00
Florian Quèze
2aa2289817 Bug 1067444 - Clicking the microphone button on the global webrtc sharing indicator opens a doorhanger with a camera icon, r=gavin. 2014-09-24 12:21:57 +02:00
Blair McBride
44d02cacf6 Bug 1067888 - Add autocomplete result type for searching via current search engine. r=mak
--HG--
rename : toolkit/components/places/tests/unifiedcomplete/test_searchEngine.js => toolkit/components/places/tests/unifiedcomplete/test_searchEngine_restyle.js
extra : transplant_source : t%CE%24%5D%2C%FF%18%CF%F5%21%BC%D0%C4%B9%EB%FD%06%F4%DB%BE
2014-09-24 18:33:07 +12:00
vladikoff
f3905cbf49 Bug 1071225 - Fix closing the FxAccountsOAuthClient tab with e10s. r=MattN
--HG--
extra : rebase_source : 5ffdd51c674dfc22ac301ab54b317b9219d8e07f
2014-09-23 17:57:00 -07:00
Ryan VanderMeulen
4cd2d230f2 Backed out changeset 9debd2833863 (bug 1067888) for mochitest-bc failures.
CLOSED TREE

--HG--
rename : toolkit/components/places/tests/unifiedcomplete/test_searchEngine_restyle.js => toolkit/components/places/tests/unifiedcomplete/test_searchEngine.js
2014-09-23 14:26:16 -04:00
Blair McBride
98c98f59f7 Bug 1067888 - Add autocomplete result type for searching via current search engine. r=mak
--HG--
rename : toolkit/components/places/tests/unifiedcomplete/test_searchEngine.js => toolkit/components/places/tests/unifiedcomplete/test_searchEngine_restyle.js
extra : transplant_source : %851%B0%7BmD%40w/%86%89%CA%AF%25%60k%FE%9Am%F7
2014-09-24 05:21:48 +12:00
Tim Taubert
5ccfa07bf9 Bug 1067173 - Bail out early if _resizeGrid() is called before the page has loaded f=Mardak r=adw 2014-09-20 20:41:18 +02:00
Mark Hammond
d62e1dc202 Bug 1050080 - add default permissions for uitour and addon installations, and remove PermissionsUtils. r=MattN 2014-09-23 16:33:35 +10:00
Florian Quèze
1612f1e7c9 Bug 973001 - getUserMedia UI doesn't work with e10s - fix test, r=felipe. 2014-09-22 20:39:58 +02:00
Florian Quèze
783671ecaf 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
0d58508a60 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
Blair McBride
91854111b0 Bug 1066358 - Improve how keyword autocomplete results are displayed. r=mak
--HG--
extra : transplant_source : %EC%9E%D7%F8%C7-%87%90%F67%8Ah8%1E%60%CCh%23%9F-
2014-09-20 15:44:36 +12:00
Jim Mathies
af9be8e2a8 Bug 1072417 - Remove the browser.tabs.remote pref and turn everything it controls on by default. r=felipe 2014-09-29 16:11:08 -05:00
Jim Mathies
0c802f536a Bug 1074299 - Fix navbar shortcut dragging in e10s. r=gavin 2014-09-29 16:51:55 -05:00
Bill McCloskey
4465d2b3ff Bug 1039528 - [e10s] Make "Inspect element" context menu item work (r=pbrosset) 2014-09-29 13:05:22 -07:00
Bobby Holley
0a4400066c Bug 1030420 - QI the pref service to the appropriate interface. r=billm
nsIPrefService and nsIPrefBranch are implemented by the same XPCOM object, but
getBranch lives on nsIPrefService rather than nsIPrefBranch. The bug here is
only noticeable if nobody has already QIed the per-scope-singleton object to
nsIPrefService. If we create two scopes where there previously was one, that's
more likely to be the case, and manifest itself as the bc1 orange we see on TBPL.
2014-09-24 09:17:34 +02:00
Asaf Romano
268a8a3563 Fix the 'bustage' of browser_parsable_script.js coming from bug 1067954 by whitelisting controller.js. It broke due to bug 1015578 (see mak's comment 2 there). CLOSED TREE 2014-09-19 18:23:20 +03:00
Blair McBride
9de8c71e4e Bug 1065303 - Prepare autocomplete.xml/UnifiedComplete for adding new special result types and heuristics. r=mak
--HG--
extra : transplant_source : %96%27%20FGCQ%D9%B5%FC%8E%CAV%F3%80%5DN%88%0F.
2014-09-19 23:58:46 +12:00
Mike Conley
11e4975e65 Bug 1069567 - [e10s] Make remote browser contentPrincipals not be CPOWs. r=billm.
--HG--
extra : rebase_source : 4f47430a2ff95737e579ddca1655d410656bb64a
2014-09-18 19:26:50 -04:00
Jared Wein
44294c5842 Bug 1047181 - Change the Loop toolbar button when FxA sign in completes. r=MattN 2014-09-18 16:14:44 -04:00
Wes Kocher
d5de15a742 Backed out changeset 5710731f09e9 (bug 1047181) for bc1 orange 2014-09-18 14:47:24 -07:00
Iaroslav Sheptykin
db3ed9977b Bug 620565 - Proper handling of question mark in the action field of a form when creating a search keyword bookmark. r=MattN 2014-09-18 13:54:04 -07:00
Jared Wein
497dd662ca Bug 1047181 - Change the Loop toolbar button when FxA sign in completes. r=MattN
--HG--
extra : rebase_source : e0821ac3fdb8e5840ef241f24c4d9e675388dbf3
2014-09-18 16:14:44 -04:00
Justin Dolske
c80af2ab0d Bug 836415 - Kill PFS. r=bsmedberg 2014-09-18 10:01:23 -07:00
Gijs Kruitbosch
06493e0af6 Bug 990045 - focusNextFrame should special-case panels and notificationpopups, with the latter getting noautofocus by default, r=Enn, f=MarcoZ
--HG--
extra : rebase_source : a0fe3fba430301560433db3dbb825d5bbd7bfb9b
2014-09-18 13:29:03 +02:00
Drew Willcoxon :adw
adfedbd7d8 Bug 1068852 - Highlight search suggestions on hover/mouseover. r=MattN 2014-09-17 13:37:00 +02:00
Alex Bardas
e198245b30 Bug 1043805 - Add tests for checking mixedblockdisabled and trackingblockdisabled attributes. r=adw 2014-09-17 10:39:00 +02:00
Alex Bardas
a061476e64 Bug 1043805 - Added red shield when protection is disabled in blocked content doorhanger. r=Unfocused 2014-09-11 15:13:00 +02:00
Mike Conley
6aecdba124 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
5723c50a02 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
Jim Mathies
868cb823ab Follow up for back out of bug 1047603, disable browser_social_flyout.js test that's failing in e10s. a=RyanVM CLOSED TREE 2014-09-17 15:28:36 -05:00
Ryan VanderMeulen
6353009054 Backed out changesets 1e0e069b5cc7 and dc6a44c16a37 (bug 1047603) for causing bug 1067164. a=me 2014-09-17 14:19:58 -04:00
Drew Willcoxon
e8554ec8fc Bug 1060888 - Autocomplete drop down list item should not be copied to the search fields when mouse over the list item. r=MattN 2014-09-17 09:11:06 -07:00
Drew Willcoxon
405a49873c Bug 1066794 - Make the search suggestions popup on about:home/about:newtab more consistent with the main search bar's popup. r=MattN 2014-09-17 09:11:04 -07:00
Alex Bardas
a14dc9af73 Bug 1063115 - Grey out text for mixed content and tracking protection if the corresponding type has been disabled. r=Unfocused r=dao 2014-09-16 17:57:00 +02:00
Mark Hammond
cf3f6bc618 Bug 1053969 - get more social tests working with e10s. r=mixedpuppy 2014-09-17 14:52:44 +10:00
Ehsan Akhgari
7db5ff7a85 Bug 1067514 - Don't attempt to capture a tab preview in e10s; r=dao 2014-09-16 19:03:59 -04:00
Tim Taubert
9a181e80ae Bug 1067128 - [e10s] _setupSwipeGesture() tries to access content when scrolling down r=spohl 2014-09-15 21:49:47 +02:00
Alex Bardas
f5ebeb1478 Bug 1058412 - Add access keys to disable / re-enable tracking protection doorhanger. r=jaws 2014-09-15 13:24:00 +02:00
Carsten "Tomcat" Book
2216d12dc4 Merge m-c to fx-team 2014-09-16 07:07:55 +02:00
Ryan VanderMeulen
c0b6c35cc7 No bug - Revert browser-plugins.js to revision 687318d464a5. a=me 2014-09-15 23:20:24 -04:00
Nigel Babu
1da2de4cb7 Merge fx-team to m-c with bustage fix, a=merge 2014-09-16 08:43:45 +05:30
Shu-yu Guo
3eee564f75 Bug 1001090 - Followup: fix merge error in browser-plugins.js on a CLOSED TREE. r=bustage 2014-09-15 18:23:03 -07:00
Wes Kocher
6e187f49f8 Merge m-c to inbound a=merge 2014-09-15 16:41:45 -07:00
Shu-yu Guo
59ccd2fecb Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Shu-yu Guo
15262d36a9 Bug 1001090 - Part 4: Fix errors in chrome code. (r=zombie,gavin,fitzgen,dcamp,bgrins,fabrice,gwagner,margaret,mrbkap,mak,njn,vicamo) 2014-09-15 16:30:46 -07:00
Wes Kocher
293eb7ac77 Merge fx-team to m-c a=merge 2014-09-15 16:24:37 -07:00
Blair McBride
b660c827ef Bug 1065265 - Improve infrastructure dealing with moz-action: autocomplete results. r=mak
--HG--
extra : transplant_source : %EC%FDu%A45%17%A73%1D%BF%E92%FC%1F%D7%1B%E6J/%B3
2014-09-16 16:01:58 +12:00
Mike Conley
91e7e2f96f 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
Wes Kocher
9b3e22a50e Merge m-c to fx-team a=merge 2014-09-15 16:49:06 -07:00
Mark Hammond
de5ef22e44 Bug 1063696 - fix datareporting timeout orange by not closing the prefs tab prematurely. r=gfritzsche 2014-09-16 09:22:55 +10:00
Ryan VanderMeulen
e84550c5e3 Backed out changeset 5747034f2bcc (bug 899347) for mochitest-bc failures.
CLOSED TREE
2014-09-15 15:30:39 -04:00
Tim Taubert
75753e84c3 Bug 1047469 - Implement search terms hilighting r=dao 2014-09-08 11:54:00 +02:00
Phil Ringnalda
103f1abf22 Merge m-i to m-c, a=merge 2014-09-13 09:28:33 -07:00
Mike Conley
178692e841 Bug 1047603 - [e10s] Follow-up to disable test for Linux until OMTC is enabled by default. rs=dholbert on a CLOSED TREE.
--HG--
extra : rebase_source : 6ff1875d4df4c6451e1aa4fd1205e32cc5e2a64c
extra : histedit_source : a7b120d39b38b936325908b28ac1ea4ea68a15ae
2014-09-12 17:56:06 -04:00
Bobby Holley
bca5ea6dd2 Bug 1066340 - Handle null/undefined alternativeURI.host. r=Gijs
Without this, we fail in [1] and friends when we pass the host value to
asyncResolve.

[1] browser/base/content/test/general/browser_keywordSearch.js
2014-09-15 14:17:32 +02:00
Bill McCloskey
2fb10cfe7f Bug 1059007 - [e10s] Allow remote chrome: URLs (r=mconley) 2014-09-23 15:48:53 -07:00
Bill McCloskey
8f71982b1a Bug 1067527 - [e10s] Use contentWindowAsCPOW in context menu code (r=mconley) 2014-09-23 15:48:53 -07:00
Bill McCloskey
cb01bf980d Bug 1069059 - [e10s] Convert isWindowPrivate calls to isBrowserPrivate/isContentWindowPrivate as appropriate (r=mconley,margaret) 2014-09-23 15:48:52 -07:00
Carsten "Tomcat" Book
4b66ac5e67 Merge m-c to mozilla-inbound 2014-10-01 15:41:25 +02:00
Christian Holler
5184091514 Bug 982600 - Disable tests that only make sense with crashreporter. r=markh
--HG--
extra : rebase_source : f67e498380f53cfe60a45431e300bc0937d2b6e9
2014-09-30 14:59:41 +02:00
Felipe Gomes
ae8261ac56 Bug 1076314 - Re-prompt nightly users to enable e10s. r=mconley 2014-10-08 22:56:26 -03:00
Wes Kocher
914394a0f9 Merge m-c to inbound a=merge CLOSED TREE 2014-10-08 17:14:42 -07:00
Jan Jongboom
87c112ff47 Bug 1067255 - Disallow cut and copy in password fields. r=ehsan 2014-10-08 16:27:31 -07:00
Camilo Viecco
1af72d7987 Bug 1075081 - Enhance pinning test to ensure the neterror page the one found. r=keeler 2014-10-02 10:49:56 -07:00
Ryan VanderMeulen
b20021a33c Merge m-c to inbound. a=merge 2014-10-02 13:14:06 -04:00
Till Schneidereit
ff0240c3f6 Bug 1075059 - Part 1: Backout of Array.prototpype.contains usages. r=me
--HG--
extra : rebase_source : c40bca2849fdfee824560253c7ffe8fb93f9b774
2014-10-02 17:37:48 +02:00
Bill McCloskey
ea74115231 Bug 1047751 - Disable HTML-controlled context menu in e10s (r=mconley) 2014-09-12 12:58:23 -07:00
Felipe Gomes
139fe9d530 Bug 1065880 - Measure e10s usage through telemetry. r=bsmedberg,mconley 2014-09-12 16:14:41 -03:00
Alexandre Lissy
e5a303a93b Bug 1066044 - Make Mochitest pass on Mulet r=jmaher,ochameau
To get Mochitest green with Mulet, we need to disable a couple more of
tests. We also need to disable the crash on non local connections, as it
is being done for runtestsb2g.
2014-09-11 22:59:00 +02:00
Ryan VanderMeulen
283ce21d17 Backed out changeset 3afb6445a73c (bug 1066044) for B2G desktop mochitest perma-fail. 2014-09-11 20:38:06 -04:00
Alexandre Lissy
d72a0e1df7 Bug 1066044 - Make Mochitest pass on Mulet. r=jmaher, r=ochameau
To get Mochitest green with Mulet, we need to disable a couple more of
tests. We also need to disable the crash on non local connections, as it
is being done for runtestsb2g.
2014-09-11 07:37:00 -04:00
Carsten "Tomcat" Book
72880b711b merge fx-team to mozilla-central a=merge 2014-09-11 15:29:54 +02:00
Bill McCloskey
3814244dbb Bug 1058543 - Make page info work again in e10s (r=mconley) 2014-09-10 17:15:41 -07:00
Bill McCloskey
d282184f34 Bug 1057663 - Make sure content process crashes always get reported (r=felipe) 2014-09-10 17:15:40 -07:00
Ryan VanderMeulen
eb14ebf16d Merge m-c to inbound. a=merge
CLOSED TREE
2014-09-10 18:36:26 -04:00
Dave Townsend
c66253d900 Bug 1062522 - Fix intermittent failure in browser_bug575561.js. r=ttaubert 2014-09-09 13:58:26 -07:00
Alan K
27d4c79cc8 Bug 1045046 - Handle manual sync event and broadcast to registered cloudsync adapters. r=ttaubert 2014-09-08 07:23:00 +02:00
Blair McBride
75eab3241b Bug 1064130 - Improve handling of a11y labels for autocomplete results. r=mak
--HG--
extra : transplant_source : %99%EDK%AF4%ACH%8D%C4%2B%07%A8%0E%C6%0D%FE%E2%40%E9/
2014-09-10 13:08:23 +12:00
Carsten "Tomcat" Book
57fcc86793 Merge m-c to fx-team 2014-09-09 16:03:23 +02:00
Carsten "Tomcat" Book
e91cbc1f8c Backed out changeset 71198624da7b (bug 1045046) for bc2 test failures 2014-09-09 12:58:27 +02:00
Alex Bardas
603011765d Bug 1053939 - pass entry point to fxa content server when opening about:accounts + tests. r=markh 2014-09-10 13:39:00 +02:00
Alan K
ad4ed646df Bug 1045046 - Handle manual sync event and broadcast to registered cloudsync adapters. r=ttaubert 2014-09-08 07:23:00 +02:00
Blake Winton
103aa81085 Bug 1036912 - Log selections of searchSuggestTable in newtab. r=mak 2014-09-08 11:13:30 -04:00
Blake Winton
fe4298b751 Bug 1036908 - Log search suggestion selections from about:home. r=mak 2014-09-05 16:43:28 -04:00
Tim Taubert
396ccedd64 Bug 1064217 - Fix closed window list for menu bar of hidden window on OS X r=gijs 2014-09-08 14:25:05 +02:00
Carsten "Tomcat" Book
5f0ce67fb2 Backed out changeset b556a4fdfe52 (bug 1036908) for bc1 test errors 2014-09-08 10:19:50 +02:00
Carsten "Tomcat" Book
cf071d51ad Backed out changeset ceb9328526e0 (bug 1036912) for bc1 test errors 2014-09-08 10:19:39 +02:00
Blake Winton
f386206aae Bug 1036912 - Log selections of searchSuggestTable in newtab. r=mak 2014-09-04 11:03:57 -04:00
Blake Winton
100062f5b1 Bug 1036908 - Log search suggestion selections from about:home. r=mak 2014-09-05 16:43:28 -04:00
Ryan VanderMeulen
1a839a6f29 Merge m-c to inbound. a=merge
--HG--
rename : mobile/android/tests/browser/junit3/src/tests/BrowserTestCase.java => mobile/android/tests/browser/junit3/src/BrowserTestCase.java
rename : mobile/android/tests/browser/junit3/src/tests/TestDistribution.java => mobile/android/tests/browser/junit3/src/TestDistribution.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoMenu.java => mobile/android/tests/browser/junit3/src/TestGeckoMenu.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoProfilesProvider.java => mobile/android/tests/browser/junit3/src/TestGeckoProfilesProvider.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoSharedPrefs.java => mobile/android/tests/browser/junit3/src/TestGeckoSharedPrefs.java
rename : mobile/android/tests/browser/junit3/src/tests/TestImageDownloader.java => mobile/android/tests/browser/junit3/src/TestImageDownloader.java
rename : mobile/android/tests/browser/junit3/src/tests/TestJarReader.java => mobile/android/tests/browser/junit3/src/TestJarReader.java
rename : mobile/android/tests/browser/junit3/src/tests/TestRawResource.java => mobile/android/tests/browser/junit3/src/TestRawResource.java
rename : mobile/android/tests/browser/junit3/src/tests/TestSuggestedSites.java => mobile/android/tests/browser/junit3/src/TestSuggestedSites.java
rename : mobile/android/tests/browser/junit3/src/tests/TestTopSitesCursorWrapper.java => mobile/android/tests/browser/junit3/src/TestTopSitesCursorWrapper.java
extra : rebase_source : 45e2cb5230292b398a90b74756ec65f86bfb03ef
2014-09-08 19:31:10 -04:00
Bobby Holley
52e67dbdb5 Bug 1062631 - Stop leaking observers in search tests. r=Gijs 2014-09-08 13:36:22 -07:00
Bobby Holley
c3f44e7717 Bug 1062631 - Handle null ownerDoc in browser.js and content.js for the benefit of browser_newtab_drag_drop_ext.js. r=ttaubert 2014-09-08 13:36:22 -07:00
Bobby Holley
3d290ab8b6 Bug 1062631 - Watch out for dead object proxies in gXPInstallObserver. r=Gijs
In browser_navigateaway2.js we end up with an XPCWrappedJS double-wrapped
DeadObjectProxy here, which triggers an exception when it's inserted into
the WeakMap.
2014-09-08 13:36:21 -07:00
Bobby Holley
58364167ca Bug 1062631 - Handle null originatingURI in browser-addons.js. r=Gijs 2014-09-08 13:36:21 -07:00
Felipe Gomes
382f4efc2f Bug 1063848 - Disable e10s in safe mode. r=bsmedberg,ally. 2014-09-10 15:53:55 -03:00
Ryan VanderMeulen
50bd7c0e7f Merge m-c to inbound. a=merge 2014-09-05 12:15:01 -04:00
Ryan VanderMeulen
6ca1d53198 Merge fx-team to m-c. a=merge 2014-09-05 11:54:57 -04:00
Gijs Kruitbosch
9b5fa0c78c Bug 1035536 - move CSS to themes directory, r=dao
--HG--
rename : browser/base/content/aboutneterror/netError.xhtml => browser/base/content/aboutNetError.xhtml
rename : browser/base/content/aboutneterror/info.svg => browser/themes/shared/aboutNetError_info.svg
extra : rebase_source : c78b55b877ded23ad05aa942ab7983516a688cd8
2014-09-05 15:14:27 +02:00
David Keeler
d219ed0d80 bug 775370 - (part 2/2) use DataStorage as back-end to nsSiteSecurityService r=briansmith 2014-09-04 10:42:31 -07:00
Alan K
14b5bc554e Bug 993584 - Initial landing for CloudSync. r=rnewman 2014-09-04 21:44:00 +02:00
Ehsan Akhgari
34a29c16e1 Bug 1063020 - Do not attempt to capture screenshots in e10s yet; r=dao 2014-09-04 23:17:42 -04:00
Wes Kocher
d48269bc7c Merge inbound to m-c a=merge 2014-09-04 18:30:01 -07:00
Tim Taubert
f20cb9b88b Backed out changeset 1917953b1f89 (bug 961867) on a CLOSED TREE r=bustage 2014-09-04 15:08:57 -04:00
Tim Taubert
63a0a01f4c Backed out changeset bf39866cc3a5 (bug 1047469) on a CLOSED TREE 2014-09-04 13:39:45 -04:00
Dave Townsend
3ad459f0a7 Backing out bug 961867 for causing an intermittent test failure. 2014-09-04 11:37:55 -04:00
Tim Taubert
235ece2358 Bug 1047469 - Implement search terms hilighting r=dao 2014-08-07 14:42:50 +02:00
Gijs Kruitbosch
e43bf1d79b Bug 1035536 - add blank theme file for net error pages, r=Unfocused 2014-09-02 13:23:46 +01:00
Ryan VanderMeulen
f5859a2048 Merge inbound to m-c. a=merge 2014-09-03 16:38:57 -04:00
Dão Gottwald
92e019efcb Bug 1058237 - Ctrl-Tab previews should use the PageThumbs API. r=ttaubert 2014-09-03 19:14:01 +02:00
Bill McCloskey
757ebcfbe3 Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
Adam Roach [:abr]
a68e250f83 Bug 1055319 - Add DNS-based soft-start mechanism for Loop in release builds r=dolske 2014-08-18 17:52:26 -05:00
Jared Wein
0c34a1ad01 Bug 1055239 - SVG icons and theming for SocialAPI/Loop. r=MattN 2014-09-02 11:20:39 -04:00
Matthew Noorenberghe
615e43805d Bug 1047284 - Update the Loop toolbar icon upon errors and "Do not disturb". f=Standard8 r=jaws 2014-09-01 17:37:23 -04:00
Mark Banner
65b1e9d478 Backout cset b2bae68e3809 / bug 1055319 due to test failures 2014-09-01 22:11:03 +01:00
Adam Roach [:abr]
973271a09a Bug 1055319 - Add DNS-based soft-start mechanism for Loop in release builds r=dolske 2014-08-18 17:52:26 -05:00
Mike Conley
294fcbd543 Bug 1057966 - Fix Help menu in e10s windows. r=billm.
The help menu wasn't populating properly because gSafeBrowsing was attempting
to get the URI for the loaded page by getting content.document.documentURI.
Since bug 1051017 landed, content is unavailable for e10s windows. We use
the selected browser's currentURI instead.

--HG--
extra : rebase_source : 7dfa0f74b99ed35563bc4507c2a5ff70a703af3e
2014-08-29 19:54:32 -04:00
Carsten "Tomcat" Book
8fdc266131 merge fx-team to mozilla-central a=merge 2014-08-29 15:13:15 +02:00
Monica Chew
7b33f67fcf Bug 1058133: Telemetry for tracking protection events (r=bmcbride) 2014-08-28 09:29:14 -07:00
Carsten "Tomcat" Book
75e6151d92 Merge mozilla-central to mozilla-inbound 2014-08-28 16:13:13 +02:00
Carsten "Tomcat" Book
13c41fb6fd merge mozilla-inbound to mozilla-central a=merge 2014-08-28 13:07:10 +02:00
Wes Kocher
7c9c4378df Merge m-c to fx-team a=merge 2014-08-27 17:07:39 -07:00
Shane Caraveo
ac2b2f0c46 Bug 1057596 fix manifest updating and worker reload, r=markh 2014-08-27 16:11:36 -07:00
Ryan VanderMeulen
0522226c5e Merge m-c to inbound. a=merge
CLOSED TREE

--HG--
extra : amend_source : e59af3fa8b325da192204b3a227c24de690055c7
2014-08-27 15:54:44 -04:00
Ryan VanderMeulen
32bd82b2d8 Merge fx-team to m-c. a=merge 2014-08-27 15:49:46 -04:00
Birunthan Mohanathas
4fc4635893 Bug 1059623 - Remove the report file in browser_CTP_crashreporting.js. r=jaws 2014-08-28 21:03:09 -07:00
Florian Quèze
62156f6da6 Bug 1057006 - Implement UI for app sharing, r=Gijs. 2014-08-27 16:52:22 +02:00
Wes Kocher
4cd0da25ab Merge m-c to inbound a=merge 2014-08-26 18:19:08 -07:00
Wes Kocher
dac5eaa4c4 Merge m-c to inbound a=merge 2014-08-26 17:49:52 -07:00
Tetsuharu OHZEKI
7c0402641f Bug 1058708 - [e10s] View Page Source of context menu does not work in e10s. r=mconley 2014-08-27 05:35:02 +09:00
Gijs Kruitbosch
d143c8ad79 Bug 670587 - include protocol when dragging URLs from the URL bar, r=dao
--HG--
extra : rebase_source : d2d72590306779f561f3178de096af940da7e2b7
2014-08-26 19:58:11 +01:00
Bill McCloskey
0b46442514 Bug 1046761 - e10s context menu should handle preventDefault (r=felipe) 2014-08-26 11:44:10 -07:00
David Keeler
a409eb3c73 bug 800882 - make about:certerror clear as to why overrides don't work on HSTS sites r=dao ui-r=phlsa 2014-08-26 11:31:34 -07:00
Monica Chew
6c78361c3f Bug 1058348: Make disable protection string match mockup (r=adw) 2014-08-25 17:52:30 -07:00
Harshit Harchani
e2453ce168 Bug 898166 - Remove try/catch in SocialUI.observe. r=jaws 2014-08-27 05:33:19 +05:30
Wes Kocher
79bcafc2c6 Merge inbound to m-c a=merge 2014-08-25 17:19:50 -07:00
Gijs Kruitbosch
e126ede3c2 Bug 991757 - add telemetry for the context menu, r=mconley,bgrins,f=bwinton 2014-08-14 20:44:59 +02:00
Ryan VanderMeulen
81342753e0 Merge inbound to m-c. a=merge
CLOSED TREE
2014-08-25 11:49:37 -04:00
Florian Quèze
7665e6eb6f Bug 1041658 - write tests for the global webrtc sharing indicator, r=Gijs. 2014-08-25 15:35:10 +02:00
Georgios Kontaxis
753bba5b54 Bug 1043801: tests asserting doorhanger correctly reflects tracking protection state r=adw 2014-08-22 20:26:46 -07:00
Georgios Kontaxis
7c0ff43850 Bug 1043801: tracking protection notifications show up in the generic security notification doorhanger, interactions with permissionManager to disable/enable tracking protection for a page r=adw 2014-08-22 20:26:31 -07:00
Georgios Kontaxis
07f24d71aa Bug 1045809: mixedContentChannel is set to null and page is reloaded to re-engage mixed content blocking r=jaws 2014-08-22 20:26:14 -07:00
Georgios Kontaxis
d6ca4b7a06 Bug 1043803: checkIdentity following onSecurityChange now shows doorhanger on STATE_LOADED_MIXED_ACTIVE_CONTENT. Doorhanger now acknowledges this new state. r=adw 2014-08-22 20:26:03 -07:00
Georgios Kontaxis
529502822e Bug 1043797: extended popup notifications to create a generic doorhanger for all security notifications incl. mixed content r=adw
--HG--
rename : browser/themes/linux/mixed-content-blocked-16.png => browser/themes/linux/bad-content-blocked-16.png
rename : browser/themes/linux/mixed-content-blocked-64.png => browser/themes/linux/bad-content-blocked-64.png
rename : browser/themes/osx/mixed-content-blocked-16.png => browser/themes/osx/bad-content-blocked-16.png
rename : browser/themes/osx/mixed-content-blocked-16@2x.png => browser/themes/osx/bad-content-blocked-16@2x.png
rename : browser/themes/osx/mixed-content-blocked-64.png => browser/themes/osx/bad-content-blocked-64.png
rename : browser/themes/osx/mixed-content-blocked-64@2x.png => browser/themes/osx/bad-content-blocked-64@2x.png
rename : browser/themes/windows/mixed-content-blocked-16.png => browser/themes/windows/bad-content-blocked-16.png
rename : browser/themes/windows/mixed-content-blocked-64.png => browser/themes/windows/bad-content-blocked-64.png
2014-08-22 15:34:25 -07:00
Wes Kocher
ab9325b9fb Merge m-c to fx-team a=merge 2014-08-22 17:10:53 -07:00
Wes Kocher
c725a726be Merge inbound to m-c a=merge 2014-08-22 16:47:32 -07:00
Gijs Kruitbosch
279d3a0174 Bug 1004418 - annnnd disable on ASAN as well... 2014-08-22 19:01:32 +02:00
Gijs Kruitbosch
13d6925e7f Bug 1004418 - followup, disable test on debug for timing out, rs=ttaubert over IRC
--HG--
extra : rebase_source : cf05defc0e67a82fa972e47dcf5391ad6723d536
2014-08-22 16:53:05 +02:00
Gijs Kruitbosch
2fbc0da862 Bug 1004418 - create a mochitest to verify all JS we ship parses, r=ttaubert
--HG--
extra : rebase_source : 94af2c3b26c3fca0f3c697b56c5e7b7d6488fce6
2014-08-19 15:43:31 +02:00
Ed Lee
36f8360fb3 Bug 1040369 - Replace sponsored icon with identifying text [r=adw]
Add sponsored text next to title that triggers explanation text. Remove unused sponsored icon and related files.
2014-08-21 19:21:38 -07:00
Nigel Babu
3f9402bca3 Merge m-c to fx-team 2014-08-22 07:17:47 +05:30
Wes Kocher
7c30e1bbf2 Merge inbound to m-c a=merge 2014-08-21 18:22:11 -07:00
Wes Kocher
b82f058ff2 Merge fx-team to m-c a=merge 2014-08-21 17:44:40 -07:00
Shane Caraveo
5c162690c1 Bug 1047316 part 2: dont use docshell swapping for marks button, r=jaws 2014-08-21 15:53:19 -07:00
Jared Wein
40a594a21c Bug 1007336 - Set lightweight themes in customization mode. r=gijs 2014-08-21 15:57:41 -04:00
Mike Conley
01b60720a1 Backing out 893fa8436b70 (bug 1041917) for multiple problems. 2014-08-21 15:12:22 -04:00
Shane Caraveo
73862322b2 Bug 1047316 dont display panels using docshell swapping in panelviews, r=jaws 2014-08-21 07:44:17 -07:00
Shane Caraveo
f55f10b661 Bug 1056415 fix updating the marks buttons during tabchange, r=jaws 2014-08-21 07:41:23 -07:00
Ed Morley
7412a6ccf2 Merge latest green inbound changeset and mozilla-central; a=merge 2014-08-21 13:22:44 +01:00
Mike Conley
7e2a3c862d Bug 1056152 - Fix reference to undefined event variable in content.js. rs=jaws 2014-08-20 11:27:03 -04:00
Ed Morley
c1b14be4c2 Backed out changeset b3632bd4c076 (bug 1014332) for intermittent test failures 2014-08-21 12:27:40 +01:00
Ed Morley
59f76a94a9 Backed out changeset 93cd3fc35cfc (bug 1014332) 2014-08-21 12:27:16 +01:00
Ed Morley
a7d997e7e8 Backed out changeset bfe0d5c41edd (bug 1014332) 2014-08-21 12:27:12 +01:00
Sang Mercado
2e7890f304 Bug 1043257 - Bookmark toolbar items overflow completely instead of only the not fitting ones, if on the Navigation Bar. r=jaws 2014-08-19 13:06:09 -05:00
Jared Wein
7a1be70c02 Bug 1037049 - In-content preference subdialogs that contain a <resizer> need to have their <resizer> removed and passed in as a "resizable" window opening parameter. r=Gijs 2014-08-20 17:22:55 -04:00
Ryan VanderMeulen
556b135ea8 Merge inbound to m-c. a=merge 2014-08-20 16:14:23 -04:00
Mike Conley
d3974cd62a Bug 1050447 - Skip focusing content if we're opening a new about:blank or about:newtab tab. r=dao, feedback=jimm.
This fixes a change in order of focus events for e10s after bug 1009628 landed.
We were accidentally focusing the content after focusing the URL bar for new
tabs. We now skip focusing the content entirely when opening a new tab.

--HG--
extra : histedit_source : a6c140d4e2b4677209b039880922c29e7c24b584
2014-08-20 11:23:43 -04:00
Alex Bardas
2d5b47fd36 Bug 1054931 - Ctrl-K focuses an invisible search bar in about:newtab in blank mode. r=adw 2014-08-19 14:16:00 -04:00
Markus Stange
e2078449de Disable the test for bug 1015721 on Windows because it fails.
CLOSED TREE
2014-08-20 19:00:45 +02:00
Ehsan Akhgari
d278d985d3 Bug 1055507 - Avoid calling drawWindow in e10s mode when using tab previews until bug 698371 gets fixed; r=dao 2014-08-20 22:24:27 -04:00
Ed Morley
aae02d523c Merge mozilla-central and fx-team 2014-08-20 15:18:31 +01:00
Ed Morley
64c4bef1c1 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-20 15:14:31 +01:00
Mike Conley
36148f8108 Bug 961362 - DOM Fullscreen API support for e10s. r=smaug,billm. 2014-08-19 16:58:00 -04:00
Bill McCloskey
82c686b942 Bug 1054840 - Ignore popups shown during onunload (r=felipe) 2014-08-19 17:24:21 -07:00
Shane Caraveo
2518fecc4c Bug 1047340 fix annotation of marks by using the browser url rather than cannonical url, r=jaws 2014-08-19 09:01:52 -07:00
Florian Quèze
c2cfac10fd Bug 1048230 - Global indicator inaccessible when taskbar is on top of the screen, r=Enn. 2014-08-19 17:50:10 +02:00
Mike Conley
526c7cd453 Bug 1041917 - Make it possible to transition from non-remote to remote browsers while browsing away from about: pages. r=billm. feedback=mrbkap.
--HG--
extra : histedit_source : f6bc00b11d21d68cc1a09c5da70d81a1c054085e
2014-08-13 14:03:32 -04:00
Jim Mathies
85e4123ae4 Bug 903022 - Parent save-as file pickers to the browser window rather than the content window. r=gavin 2014-08-25 11:48:58 -05:00
Birunthan Mohanathas
bf4c35d36d Bug 1054584 - Fix "statusDiv is null" error in browser-plugins.js and add test. r=jaws 2014-08-25 12:17:37 -07:00
Ryan VanderMeulen
baca1ac7b9 Merge m-c to inbound. a=merge
CLOSED TREE
2014-08-20 16:23:04 -04:00
Jim Mathies
88c04c979b Bug 691601 - Update tests. r=felipe 2014-08-21 10:42:42 -05:00
Jim Mathies
a72af37b5f Bug 691601 - Update browser form validation so that it is e10s compatible. r=felipe, dao 2014-08-21 10:42:42 -05:00
Tanvi Vyas
5743e32a30 Bug 1057643 - add an closeButton to the Mixed Content Blocker / Tracking Protection Doorhanger. r=gijs 2014-08-27 15:28:29 -07:00
Markus Stange
ee6dab8974 Bug 1015721 - Add test. r=jimm 2014-08-20 17:14:58 +02:00
Markus Stange
477587277a Bug 1015721 - Detect zoom changes by listening for ZoomChangeUsingMouseWheel events instead of DOMMouseScroll events. r=dao 2014-08-20 17:13:35 +02:00
Bill McCloskey
b6264372dc Bug 1051017 - Add browser.contentWindowAsCPOW and browser.contentDocumentAsCPOW (r=mconley,mrbkap) 2014-08-20 12:49:11 -07:00
Jim Mathies
a259f20f3b Bug 921959 - Re-enable nsIWebNavigation::reload(LOAD_FLAGS_ALLOW_MIXED_CONTENT) tests for e10s. r=billm 2014-08-28 14:51:08 -05:00
Bill McCloskey
7a1cc0305b Bug 1059007 - [e10s] Compute gMultiProcessBrowser when window opens (r=felipe) 2014-08-28 13:37:16 -07:00
Bill McCloskey
604f50dbd4 Bug 1059032 - Don't use PageThumbs in e10s (r=felipe) 2014-08-28 13:37:16 -07:00
Ed Lee
14f090dfa9 Bug 1053530 - Enhanced Tiles intro text popup [r=adw]
Add a panel that opens from the customize menu. Automatically show it on first opening.
2014-08-21 12:05:48 -07:00
Ed Lee
5b064add4e Bug 1042214 - Send detailed view ping of shown tiles [r=adw f=gavin]
Report click and view pings the same way by including sites with their metadata when tiles are enhanced defaulting to true unless DNT is on. Remove telemetry probes and related now unused codepaths. Explicitly not send urls for history and only for enhanced.
2014-08-08 15:40:40 -08:00
J. Ryan Stinnett
ef16df4baa Bug 1055348 - Add WebIDE shortcut. r=paul 2014-08-22 11:52:54 -07:00
Birunthan Mohanathas
cb71cd9b96 Bug 1060084 - Remove the created .dmp/.extra files in browser_pluginCrashCommentAndURL.js. r=jaws 2014-09-03 12:14:39 -07:00
Birunthan Mohanathas
4a3be1daaf Bug 1060084 - Remove the created report files in browser_pluginCrashCommentAndURL.js. r=jaws 2014-09-03 12:14:31 -07:00
Florian Quèze
3236b7aaa6 Bug 1056172 - the recording-window-ended notification isn't reliably fired, r=jesup. 2014-08-22 12:21:48 +02:00
Nigel Babu
f6d09d898f Merge m-c to m-i
--HG--
extra : rebase_source : 76298d970d75f13c5315889f6a0167ef6430b4a7
2014-08-22 07:10:18 +05:30
Birunthan Mohanathas
b86bfef458 Bug 1024672 - Part 3: Remove CrashManager.addSubmission in favor of CrashManager.addSubmission{Attempt,Result}. r=gps 2014-08-21 15:43:50 -07:00
Ed Lee
90c9a6f633 Bug 1055261 - Reduce new tab performance impact by only attempting to show 5 columns (from 8) [r=adw] 2014-08-18 20:36:04 -07:00
Alex Bardas
6ff70f9c17 Bug 1054600 - Refactor AboutHomeListener & browser.js document URI checks. r=adw 2014-08-18 17:27:35 -07:00
Alex Bardas
eda17f764c Bug 1054776: Ctrl+K should focus the search bar if it is in the toolbar. r=adw 2014-08-18 17:27:33 -07:00