Граф коммитов

12407 Коммитов

Автор SHA1 Сообщение Дата
Marco Bonardo 1555baed19 Bug 1192555 - browser_urlbarSearchSuggestionsNotification.js should force unifiedComplete. r=post-facto-test-only
--HG--
extra : commitid : IreoD3cFtB
2015-08-08 23:39:06 +02:00
Drew Willcoxon 43cb0073e1 Bug 1192211 - Remove Array.prototype.includes call from browser_urlbar_autoFill_backspaced.js so it doesn't permafail on non-Nightly. r=Mossop 2015-08-07 11:26:34 -07:00
Ehsan Akhgari 4db099dbd2 Bug 1191491 - Do not dispatch an audio-playback notification when swapping browsers; r=smaug
We send a pagehide event during swapping docshell frame loaders, and
before this patch we would not be able to differentiate this event with
the one that we send when navigating away from a page, so we would
incorrectly dispatch an audio-playback notification indicating that
audio playback has stopped.  This patch adds a flag to the root docshell
when the frame loader swapping is in progress and disables the above
behavior when that flag is set.
2015-08-07 12:18:24 -04:00
Carsten "Tomcat" Book bfa6580a77 merge mozilla-inbound to mozilla-central a=merge 2015-08-07 13:13:06 +02:00
Drew Willcoxon 63591bbd24 Bug 959567 - Change urlbar search suggestions from opt-out to opt-in, add opt-in prompt to urlbar popup. r=mak 2015-08-06 20:13:00 -07:00
Brian Grinstead f3f695c8a6 Backed out changeset 657bc9b41d71 (bug 1175702)
--HG--
extra : commitid : 6qJWtAsJq8W
extra : rebase_source : 328815d4c1eceb9e7b40135344976f320c4d40f2
2015-08-06 17:00:31 -07:00
Brian Grinstead 19c02557e7 Backed out changeset dc33bb49347d (bug 1175702)
--HG--
extra : commitid : 3VRtJmtTRzi
extra : rebase_source : 016f85a611f405760dbfe07eedbf5a012189755e
2015-08-06 17:00:16 -07:00
Brian Grinstead dfe6ceded6 Backed out changeset 7216b345380e (bug 1175702)
--HG--
extra : commitid : 12e4K25LrrI
extra : rebase_source : 25536245d7019402973becf141955e442589839b
2015-08-06 16:59:56 -07:00
Ryan VanderMeulen 6b37d9c465 Merge m-c to fx-team. a=merge 2015-08-06 15:53:46 -04:00
Tim Taubert c0ff1b00d2 Bug 1175702 - Fix browser_bug590206.js failures r=paolo 2015-08-06 15:35:52 +02:00
Tim Taubert 2785d75e89 Bug 1175702 - Fix browser_identity_UI.js failures r=paolo 2015-08-06 15:01:37 +02:00
Tim Taubert 4194314d45 Bug 1175702 - Implement mixed content states in the control center r=paolo 2015-08-04 20:04:24 +02:00
Dave Townsend 5b29571481 Bug 1191520: Hide the search settings footer in non-nightly builds. r=adw
--HG--
extra : commitid : IP9xkJw9xA4
extra : rebase_source : 25a862e918129d17d43fa79e8a5deec2474fb943
2015-08-05 15:11:15 -07:00
Alessio Placitelli 62c8a726f7 Bug 1191749 - Skip |browser_datachoices_notification.js| on e10s. r=gfritzsche 2015-08-06 04:18:00 +02:00
Georg Fritzsche 013fab113e Bug 1180673 - Part 1 - Use a different URL pref for healthreport when Unified Telemetry is on and opt-out. r=bsmedberg 2015-07-29 16:59:52 +02:00
Xidorn Quan 0b0e879cbb Bug 1186890 - Ensure parent always know when the child exit fullscreen. r=Dolske
--HG--
extra : source : b2dc98b8e5f055fb529b4821966028e558c18450
2015-08-07 13:38:10 +10:00
Ehsan Akhgari 93dbfbbfed Bug 1191959 - Make sure that pinned tabs are still clickable after unuting a tab that is not playing; r=jaws
This bug happens becuase when toggleMuteAudio() is called from the click
handler for the tab, we remove the muted attribute during unmuting,
which makes the element display:none.  Therefore, when the mouse pointer
leaves that region, there is no element to receive the mouseout event
and as a result, the _overPlayingIcon variable stays true, which means
we stop tab switching in the mousedown handler.
2015-08-06 23:09:11 -04:00
Wes Kocher 83a7cbf448 Merge m-c to inbound, a=merge 2015-08-06 18:11:16 -07:00
Brian Grinstead bfd11788ac Backed out changeset 657bc9b41d71 (bug 1175702)
--HG--
extra : source : 0fb83409ff34131af0c1cb49f1b27e1fafa7f79a
2015-08-06 17:00:31 -07:00
Brian Grinstead b7bda2e9ff Backed out changeset dc33bb49347d (bug 1175702)
--HG--
extra : source : 6e9c284ce3f8d9a67942939a46d64246af20f012
2015-08-06 17:00:16 -07:00
Brian Grinstead 35f4f92f8a Backed out changeset 7216b345380e (bug 1175702)
--HG--
extra : source : 38ee781d437c8e442be901c0644392b5eecbc2c6
2015-08-06 16:59:56 -07:00
Bobby Holley 8830ca657f Bug 1184387 - Stop using the hidden DOM window in browser_parsable_css. r=Gijs
The hidden DOM window has a chrome:// URI on mac and a resource:// URI elsewhere,
which makes it really terrible for stuff like this.
2015-08-06 16:36:32 -07:00
Ehsan Akhgari 01622f82f4 Bug 1193134 - Run test_click_on_pinned_tab_after_mute independently; r=jaws
This way the function runs after all of the tabs from the previous
function have been closed, and since this test is independent, it would
be better for it to be isolated.
2015-08-11 21:29:37 -04:00
Ehsan Akhgari 1a31ede1e0 Bug 1193085 - Always remove the soundplaying state when starting a new top-level load; r=jaws 2015-08-11 21:29:35 -04:00
Wes Kocher 3116a05040 Merge m-c to inbound, a=merge 2015-08-11 15:55:50 -07:00
Justin Crawford d505bd22c2 bug 1184369 - Add hover styling to paragraph links in newtab intro. r=msamuel
--HG--
extra : commitid : G6zYoIjY2vM
2015-08-05 23:40:44 -07:00
Matthew Noorenberghe 0f0ea8b44c Bug 1188454 - Make the Control Center panel sticky when noautohide is used. r=ttaubert
--HG--
extra : commitid : 4udpDwBoSgG
extra : rebase_source : 9f0a3529e29f223e02798560b4f09e89a15dce5b
2015-08-05 23:37:52 -07:00
Edouard Oger 006cce37ad Bug 1186521 - Enforce new requirements for Hamburger menu badges. r=markh 2015-08-06 14:47:32 +10:00
Edouard Oger be5abed620 Bug 1180584 - Support multiple badges on the Hamburger menu button. r=markh 2015-08-06 14:47:32 +10:00
Mark Hammond 28ed82509d Bug 1180587 - remove most error handling from browser-syncui now it is shown in the hamburger menu. r=adw 2015-08-06 14:47:31 +10:00
Ryan VanderMeulen 28edcba412 Backed out changeset fc9cae9a0f60 (bug 1180495) for browser_purgehistory_clears_sh.js failures.
CLOSED TREE

--HG--
extra : rebase_source : c509a1dff11ae6c03ceff5500158d7d41e29454c
2015-08-05 14:54:49 -04:00
Felipe Gomes 9cde9adbe8 Bug 1180495 - [e10s] Ensure that clearing history also clears the session history of remote tabs. r=mconley 2015-08-05 15:08:06 -03:00
Carsten "Tomcat" Book b998607785 Merge mozilla-central to fx-team 2015-08-05 13:36:41 +02:00
Carsten "Tomcat" Book 592d83d1f5 merge mozilla-inbound to mozilla-central a=merge 2015-08-05 13:12:59 +02:00
Mark Hammond 31c893bae6 Bug 1190279 - fix UI for unverified FxA users in both hamburger menu and Sync prefs pane. r=oeger 2015-08-05 15:50:36 +10:00
Carsten "Tomcat" Book 6954d6e5b6 Backed out changeset ad37329e81ce (bug 1190279) for test failures in browser_fxaccounts.js 2015-08-05 07:47:37 +02:00
Mark Hammond 147bced11a Bug 1190279 - fix UI for unverified FxA users in both hamburger menu and Sync prefs pane. r=oeger 2015-08-05 14:22:20 +10:00
Wes Kocher 26d416417a Backed out changeset e87075045bf3 (bug 1180495) for browser_purgehistory_clears_sh.js e10s permafails CLOSED TREE 2015-08-04 15:51:45 -07:00
Tim Taubert 06fa4c8c09 Bug 1031661 - Apply correct zoom level to preloaded content like about:newtab r=dao 2015-07-29 14:57:35 +02:00
Ehsan Akhgari 778c91d13d Bug 1190082 - Rename media-playback and the related stuff to audio-playback; r=smaug
Given that we only dispatch this for audio, media-playback sounds
like a misnomer.
2015-08-04 21:07:41 -04:00
Felipe Gomes bdf12fb5ec Bug 1180495 - [e10s] Ensure that clearing history also clears the session history of remote tabs. r=mconley 2015-08-04 14:15:57 -03:00
Felipe Gomes 9b1d66b74d Bug 1190707 - Declare charset of dummy_page.html. r=mconley 2015-08-04 14:14:23 -03:00
Mike Conley 6d801dbe16 Bug 1181475 - Refactor duplicateTabIn to avoid a race between swapping frameloaders and SessionStore. r=Mossop
A race between SessionStore tab duplication and swapBrowsersAndCloseOther was
causing us to usually display a duplicated tab before it was actually ready
to be shown. We were also being pretty inefficient, since SessionStore supports
being able to duplicate a tab into a new window.

--HG--
extra : commitid : 1WrFqJntAbt
extra : rebase_source : c0348a15ffb907b97693cf350cecedc46f5e841a
2015-07-30 15:06:13 -04:00
Brian Grinstead b9d0dc39cc Bug 1189928 - Disable Tracking Protection telemetry in private browsing mode;r=MattN
--HG--
extra : commitid : ZwNOUYFlDK
2015-08-04 07:41:20 -07:00
Brian Grinstead 0e5ccbaee8 Bug 1189928 - Move Tracking Protection shield probe into browser-trackingprotection.js;r=MattN
--HG--
extra : commitid : 33AkDyE03FE
2015-08-04 07:41:19 -07:00
Carsten "Tomcat" Book 57a966656a merge mozilla-inbound to mozilla-central a=merge 2015-08-04 13:01:07 +02:00
Mark Hammond 4cc97da765 Bug 1184005 - Remove readinglist. r=MattN,jaws,adw 2015-08-04 12:00:43 +10:00
Nihanth Subramanya 6329dd5d22 Bug 1182338 - In-content search tests: ensure we actually wait on the search engine change promise (follow up). r=adw
--HG--
extra : rebase_source : 6d97ece858ecbb59d9e45c2527f4bc8d117dffcd
2015-08-03 16:17:31 -07:00
Nihanth Subramanya f1b7467d39 Bug 1186327 - Increase timeout threshold for browser_contentSearchUI.js. r=adw
--HG--
extra : rebase_source : 119255070a8096fa8dbbb1f0048eba2e6c040dc9
2015-08-03 15:50:17 -07:00
Dave Townsend 19cd57be63 Bug 1184296: Cancel add-on installs if the user dismisses the install notification. r=dao
--HG--
extra : commitid : 8RszgolqGs2
extra : rebase_source : 4338d315997e49fa80b656e91f956ba38d7e9a50
extra : amend_source : 2426e0d825168ec482977e2048d20bfc8e0a40e3
2015-08-03 10:50:07 -07:00
Nihanth Subramanya 557d9030a3 Bug 1188618 - In-content search: For engines without an icon, use default favicon in the header, and the @2x icon in one-offs for retina screens. r=adw 2015-07-28 15:39:58 -07:00
Nihanth Subramanya 46c06ae757 Bug 1182338 - Add tests for keyboard navigation in the in-content search UI. r=adw 2015-07-23 19:35:37 -07:00
Nikhil Marathe 25e263af21 Bug 1144660 - client.focus() adds window interaction checks and directly uses DOMServiceWorkerFocusClient to focus window. r=ehsan,dao
client.focus() now directly uses the DOMServiceWorkerFocusClient event. The
platform popup checking is not available on service workers. Instead each
worker maintains a counter of if it is allowed to interact with windows. This
counter is currently only incremented by the notificationclick event and
dropped after the event has been dispatched.

Since acquiring a client is an async operation most service workers will
perform in notificationclick, an additional extension is granted after the event
during which the service worker may focus a client. This extension is only granted
if the script invokes NotificationEvent.waitUntil() at which point the timer begins.
The extension is terminated when the Promise passed to waitUntil() is fulfilled, or
the timer expires, whichever comes first.

--HG--
extra : commitid : 5wavKTRZWcy
extra : rebase_source : fc8ab4ef6c9bf384b5525b0bc979b3cedc4e1d6c
2015-07-23 08:30:27 -07:00
Ehsan Akhgari 9af0e36ebc Bug 1186267 - Add a keyboard shortcut for toggling the mute state of a tab; r=jaws 2015-08-06 13:38:07 -04:00
Ehsan Akhgari b93c5afb6f Bug 1188114 - Change the tooltips for the tab audio indicator icon to describe the action taken by clicking the icon; r=jaws
The (%S) in the tooltip strings is a placeholder to be filled in bug
1186267.
2015-08-06 13:38:06 -04:00
Ehsan Akhgari d9c119e925 Bug 1189759 - Part 2: Add sound playing and muted icons to the all tabs menu; r=jaws 2015-08-06 13:38:05 -04:00
Wes Kocher de08e9e79c Merge m-c to inbound, a=merge 2015-08-05 16:47:52 -07:00
Olli Pettay ae832de474 Bug 1156703 - [e10s] Detaching a 1st tab does not work if drop the 1st tab onto contents area, r=felipe 2015-08-06 02:35:22 +03:00
Wes Kocher 5e90ccec17 Backed out 3 changesets (bug 1191495, bug 1153499, bug 1144660) for mochitest-push crashes
Backed out changeset 8917e7323399 (bug 1191495)
Backed out changeset 13ed6f60d3f9 (bug 1144660)
Backed out changeset 95bd6642e4b1 (bug 1153499)
2015-08-05 15:18:05 -07:00
Ehsan Akhgari 129ec2c01e Bug 1191081 - Part 1: Mute the browser after restoring from a crash if it was muted before; r=jaws 2015-08-05 18:00:28 -04:00
Ehsan Akhgari a4f45d506e Bug 1191038 - Remove the sound playing icon from a tab when it crashes; r=jaws 2015-08-05 17:59:56 -04:00
Nikhil Marathe 9c77fa0bcd Bug 1144660 - client.focus() adds window interaction checks and directly uses DOMServiceWorkerFocusClient to focus window. r=ehsan,dao
client.focus() now directly uses the DOMServiceWorkerFocusClient event. The
platform popup checking is not available on service workers. Instead each
worker maintains a counter of if it is allowed to interact with windows. This
counter is currently only incremented by the notificationclick event and
dropped after the event has been dispatched.

Since acquiring a client is an async operation most service workers will
perform in notificationclick, an additional extension is granted after the event
during which the service worker may focus a client. This extension is only granted
if the script invokes NotificationEvent.waitUntil() at which point the timer begins.
The extension is terminated when the Promise passed to waitUntil() is fulfilled, or
the timer expires, whichever comes first.

--HG--
extra : commitid : 5DUAOg4j41K
extra : rebase_source : 775d36e41c3d3b62e5189b032220fa2469ac237d
extra : source : 8300859f8e9751ca663f96fae3375dfda8b2ad13
2015-07-23 08:30:27 -07:00
Jed Davis f9cdea85fa Bug 1101100 - Multiprocess-enable nsWebBrowserPersist. r=billm
The high-level overview is that the parts of nsWebBrowserPersist which
access the DOM have been factored out (as WebBrowserPersistLocalDocument)
and abstracted (nsIWebBrowserPersistDocument) such that they can be
implemented in the cross-process case using IPC.
2015-08-05 14:25:39 -07:00
Ryan VanderMeulen f2cc7352a6 Backed out changesets f4fa8c49ebc6 and 78e2ba8842d4 (bug 1184387) for browser_parsable_css.js failures.
CLOSED TREE
2015-08-05 14:39:28 -04:00
Bobby Holley be1f3861b1 Bug 1184387 - Stop using the hidden DOM window in browser_parsable_css. r=Gijs
The hidden DOM window has a chrome:// URI on mac and a resource:// URI elsewhere,
which makes it really terrible for stuff like this.
2015-08-05 10:43:21 -07:00
Mike Conley 45df99ecea Bug 1181475 - Refactor duplicateTabIn to avoid a race between swapping frameloaders and SessionStore. r=Mossop
A race between SessionStore tab duplication and swapBrowsersAndCloseOther was
causing us to usually display a duplicated tab before it was actually ready
to be shown. We were also being pretty inefficient, since SessionStore supports
being able to duplicate a tab into a new window.

--HG--
extra : rebase_source : eba9df742ad49a6ea8c8cc2d519fd6d95d77d1d1
2015-07-30 15:06:13 -04:00
Ehsan Akhgari 6d278fed4c Bug 1190106 - Preserve the playing and muted icons when swapping browsers; r=jaws 2015-08-04 15:54:39 -04:00
Bill McCloskey b1a00d7c72 Bug 1175770 - New extension API (r=Mossop) 2015-08-03 10:41:24 -07:00
Ryan VanderMeulen 9b18006662 Backed out changeset 4a78aef5ef0d (bug 1189911) for Win8 e10s browser_plugin_reloading.js (and more) permafail.
CLOSED TREE
2015-08-03 12:39:54 -04:00
Carsten "Tomcat" Book 49d83b3b7d Merge mozilla-central to mozilla-inbound 2015-08-03 15:45:57 +02:00
Carsten "Tomcat" Book 6b441cd90a merge mozilla-inbound to mozilla-central a=merge 2015-08-03 13:56:39 +02:00
Carsten "Tomcat" Book 03d48d1951 Backed out changeset 4e3821b236f9 (bug 1175770) 2015-08-03 09:37:54 +02:00
Bill McCloskey 14e7d8ca0a Bug 1175770 - New extension API (r=Mossop) 2015-08-02 17:29:55 -07:00
Sebastian Hengst d3364c4ca1 Backed out 8fdfa9d502f8 (bug 1190106) for M-e10s(bc2) bustage. r=backout 2015-08-02 10:17:50 +02:00
Ehsan Akhgari f87c728a4a Bug 1190106 - Preserve the playing and muted icons when swapping browsers; r=jaws 2015-08-02 01:43:23 -04:00
Ehsan Akhgari 7781b0599d Bug 1190081 - Keep the tab muted icon visible and functional even when the audio playback on the tab has been stopped; r=jaws 2015-08-02 01:39:00 -04:00
Ehsan Akhgari 4362e0e7a4 Bug 1189590 - Make the about:accounts start page RTL aware; r=jaws 2015-08-01 00:03:33 -04:00
Blake Kaplan b22c011fa8 Bug 940206 - Implement Navigator.registerContentHandler and Navigator.registerProtocolHandler for e10s. r=dao 2015-07-31 17:03:37 -07:00
Carsten "Tomcat" Book c4a4af42ea Merge mozilla-central to fx-team 2015-07-31 14:19:22 +02:00
Edouard Oger ba5e9283c5 Bug 1182009 - Remove empty sync button in the Hamburger menu for sync 1.0 users. r=markh
--HG--
extra : commitid : 1fehXZ80SWv
2015-07-30 14:10:00 -07:00
Ursula 07526cb72c Bug 1189959 - Make dragging external URI onto newtab grid work in e10s. r=mconley
--HG--
extra : commitid : 2VOcudfh5wD
extra : amend_source : 377a170f6bdfc9edf7bb5947585e0e6928f5ab59
2015-07-31 18:01:51 -04:00
Ryan VanderMeulen 5a0dad74c7 Backed out changeset 91b6fe481685 (bug 1172937) for test_autocomplete_with_composition_on_input.html failures. 2015-07-30 12:45:03 -04:00
Ryan VanderMeulen e2577f4059 Merge m-c to fx-team. a=merge
CLOSED TREE
2015-07-30 12:11:08 -04:00
Marco Bonardo d2d3c3a83b Bug 1172937 - Action row doesn't always update correctly with unified autocomplete. r=adw
Original patch by Felipe Gomes <felipc@gmail.com>

--HG--
extra : commitid : 9zGMBGXYqlm
2015-07-30 16:54:27 +02:00
Carsten "Tomcat" Book 12c307d6c2 Backed out changeset da180640c3f6 (bug 1182338) for making Bug 1186327 failing more frequently across branches 2015-07-30 16:11:41 +02:00
Carsten "Tomcat" Book ba64dcce75 Backed out changeset 04144901baf6 (bug 1182338) 2015-07-30 16:09:58 +02:00
Wes Kocher 68bcb02c04 Merge m-c to inbound, a=merge 2015-07-29 20:20:59 -07:00
Wes Kocher 10301118e8 Merge inbound to central, a=merge 2015-07-29 18:12:11 -07:00
Mark Finkle b576c37bde Bug 1188609 - Remove mirroring support from RokuApp (Desktop) r=jaws 2015-07-29 16:09:32 -04:00
Ehsan Akhgari 2f210910eb Bug 1188718 - Don't change the currently selected tab when clicking on the audio mute button; r=jaws 2015-07-29 17:18:16 -04:00
Ehsan Akhgari 043fb66742 Bug 486262 - Part 4: Add automated tests; r=dao 2015-07-29 17:18:15 -04:00
Ehsan Akhgari 9d049995b6 Bug 486262 - Part 3: Allow muting and unmuting a tab by clicking on the playing icon; r=dao 2015-07-29 17:18:14 -04:00
Ehsan Akhgari 88b20b1817 Bug 486262 - Part 2: Implement a tooltip for the tab playing icon; r=dao,jaws 2015-07-29 17:18:13 -04:00
Ehsan Akhgari b633e9a8ef Bug 486262 - Part 1: Provide a visual indicator for tabs that are playing audio; r=dao,jaws 2015-07-29 17:18:12 -04:00
Ryan VanderMeulen d94d3f12b3 Backed out changeset 1efbd6874bfb (bug 1187219) because something in the push was causing browser_dragdrop.js to try to connect to support.mozilla.org.
--HG--
extra : rebase_source : 2ad5b5acae4128a95c10b26644f1442415653a14
2015-07-29 13:53:40 -04:00
Dão Gottwald 1747d07e07 Bug 1187219 - Remove _visuallySelected, _logicallySelected from tabbox.xml, avoid code duplication with tabbrowser.xml. r=mconley 2015-07-29 17:33:31 +02:00
Tim Taubert eb3398ce02 Bug 1188438 - Close the control center when the user clicks the tracking protection enable/disable button r=MattN 2015-07-28 18:29:12 +02:00
Ursula c92c765174 Bug 1142034 - Don't show 'Restore All Crashed Tabs' when only one tab has crashed. r=mconley
--HG--
extra : commitid : KI4QTK8C8S9
extra : rebase_source : fbfb838e3e56b950ea3e37956d808b3deab3ce8c
2015-07-23 14:47:35 -04:00
Adam Dane [:hobophobe] 2a320ebef6 Bug 1187008 - Fix intermittent failure of findbar highlight button test r=mconley
--HG--
extra : commitid : Kh1bcFtbAfF
extra : rebase_source : d188ff14f71eed5e18e7131b1e8c7343701e34d7
2015-07-28 16:12:07 -05:00
Brian Grinstead 61bd1320d3 Bug 1178163 - Convert browser_bug590206.js to add_task format;r=ttaubert
--HG--
extra : commitid : 5eDsAagG9Ws
2015-07-28 14:48:43 -07:00