Christoph Kerschbaumer
0944826c8a
Bug 1363975 - Have loadOneTab() provide the correct triggeringPrincipal. r=gijs,smaug
2017-05-31 20:59:02 +02:00
Timothy Guan-tin Chien
0d616cb6d0
Bug 1363850, Part III, Set pref to make new about:preferences Nightly only, r=jaws,mconley
...
MozReview-Commit-ID: Khanjh79tPd
--HG--
extra : rebase_source : 84d197b1b1915d767049bfc0280c070e89c286d1
2017-05-25 18:12:00 +08:00
Ryan VanderMeulen
1c7a54d579
Merge m-c to autoland. a=merge
2017-05-30 16:10:23 -04:00
Ryan VanderMeulen
bd262b8cd1
Merge inbound to m-c. a=merge
2017-05-30 16:09:14 -04:00
Ryan VanderMeulen
af691573d4
Merge m-c to autoland. a=merge
2017-05-30 12:59:41 -04:00
Johann Hofmann
2b3b15148f
Bug 1365912 - Add a pref for enabling compact and touch mode. r=dao
...
MozReview-Commit-ID: 1hmTdl0zSKB
--HG--
extra : rebase_source : ff11c96e23d80cf943d7b22173cf996d8d5dff51
2017-05-30 14:09:54 +02:00
Carsten "Tomcat" Book
c9c84e3b6a
Merge mozilla-central to mozilla-inbound
2017-05-30 11:53:26 +02:00
Christoph Kerschbaumer
6d2ca8d657
Bug 1365232 - Have _delayedStartup() provide the correct triggeringPrincipal. r=gijs
2017-05-16 15:29:14 +02:00
Christoph Kerschbaumer
3fc12a8c6e
Bug 1363977 - Have loadTabs() provide the correct triggeringPrincipal. r=gijs,smaug
2017-05-29 21:32:21 +02:00
Carsten "Tomcat" Book
bdfe9a25bf
Backed out changeset 2b92af4575ae (bug 1357386)
2017-05-30 08:51:22 +02:00
Christoph Kerschbaumer
74a7c96cd0
Bug 1357386: Have loadTabs() provide the correct triggeringPrincipal. r=gijs,smaug
2017-05-30 08:31:08 +02:00
Dan Mosedale ext:(%3E)
98c3ffc703
Bug 1367119 - make BrowserOpenTab fire browser-open-newtab-start observer, r=Mardak
...
MozReview-Commit-ID: KDuG5X8yMAR
--HG--
extra : rebase_source : aa84a69015a7ff8fd7709b5107c8847659cf3504
2017-05-23 16:30:50 -07:00
Drew Willcoxon
83efe33bc6
Bug 1363183 - Add a "bookmark" item to the page action menu. r=mikedeboer
...
MozReview-Commit-ID: 9RR4U3X3gIT
--HG--
extra : rebase_source : b2307c2c64a2913fd2c0fc3d2225164fcd6d0cba
2017-05-25 16:19:02 -07:00
Gijs Kruitbosch
26219bb139
Bug 1368370 - remove leftover page action hiding, r=dao
...
MozReview-Commit-ID: KEaOIYhKL6G
--HG--
extra : rebase_source : 60bf711ab0332f640035e277a843aba87f85161e
2017-05-29 11:40:41 +01:00
Drew Willcoxon
547921aa65
Bug 1363182 - Add a "send to device" subview to the page action menu. r=eoger,mikedeboer
...
Add a Send to Device subview to the page action panel. When the page isn't
sendable, disable the Send to Device menu item. When the user doesn't have any
devices, show a menu item that opens the Firefox Account preferences pane.
Generalize gSync.populateSendTabToDevicesMenu() so that it can be used to
populate any kind of container, not only a menupopup with menuitems.
Add an SVG that shows a phone and an SVG that shows a desktop.
MozReview-Commit-ID: EZQKAEAr08q
--HG--
extra : rebase_source : bda87f105712a6c6ba83da1a78179eee93b5f4d0
2017-05-24 15:49:43 -07:00
Sebastian Hengst
d1ec3e6aa9
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-05-24 11:27:29 +02:00
Paolo Amadini
33ebc4466d
Bug 1009116 - Redo resizing architecture of panelmultiview. r=Gijs
...
The height of the "panelmultiview" binding is now determined by the stack layout code, and doesn't have to be calculated manually via JavaScript anymore. This allows the removal of mutation and overflow observers, and reduces the number of synchronous layouts being made.
There is still a workaround included for wrapping blocks not being taken into account in height calculations.
MozReview-Commit-ID: 9rrPU5O5hUx
--HG--
extra : rebase_source : b872c14a553c4293ac476d5d22c634a5a0f6cb24
extra : intermediate-source : bf96469b6ea7daee29eb75a60d11f017a1c86a64
extra : source : 719bb4e7286fbd3baf32061929e4b7d9f953c671
2017-05-23 17:08:01 +01:00
Doug Thayer
82301632cc
Bug 1359733 - (pt. 2) Refactor gMenuButtonUpdateBadge r=rstrong
...
Since we now have a store of notifications that is global across
all windows, it no longer makes sense to consume the API from
within browser.js. This patch moves the browser.js logic out into
a jsm file that is wired up through nsBrowserGlue, such that it
will be lazily instantiated on the first update event it would
receive[1].
We decided to move this into toolkit, as this piece of the
system is fairly generic and shouldn't differ between
applications.
[1]: There is a change to nsBrowserGlue to use "global[module]"
instead of this[module]. This mirrors the code for all the other
types of notifications, and I suspect it was just a latent bug,
since the original diff that includes this line makes no use of
it.
MozReview-Commit-ID: 8EQdM9BOpgl
--HG--
rename : browser/base/content/test/appUpdate/.eslintrc.js => toolkit/mozapps/update/tests/browser/.eslintrc.js
rename : browser/base/content/test/appUpdate/browser.ini => toolkit/mozapps/update/tests/browser/browser.ini
rename : browser/base/content/test/appUpdate/browser_updatesBackgroundWindow.js => toolkit/mozapps/update/tests/browser/browser_updatesBackgroundWindow.js
rename : browser/base/content/test/appUpdate/browser_updatesBackgroundWindowFailures.js => toolkit/mozapps/update/tests/browser/browser_updatesBackgroundWindowFailures.js
rename : browser/base/content/test/appUpdate/browser_updatesBasicPrompt.js => toolkit/mozapps/update/tests/browser/browser_updatesBasicPrompt.js
rename : browser/base/content/test/appUpdate/browser_updatesBasicPromptNoStaging.js => toolkit/mozapps/update/tests/browser/browser_updatesBasicPromptNoStaging.js
rename : browser/base/content/test/appUpdate/browser_updatesCantApply.js => toolkit/mozapps/update/tests/browser/browser_updatesCantApply.js
rename : browser/base/content/test/appUpdate/browser_updatesCompleteAndPartialPatchesWithBadCompleteSize.js => toolkit/mozapps/update/tests/browser/browser_updatesCompleteAndPartialPatchesWithBadCompleteSize.js
rename : browser/base/content/test/appUpdate/browser_updatesCompleteAndPartialPatchesWithBadPartialSize.js => toolkit/mozapps/update/tests/browser/browser_updatesCompleteAndPartialPatchesWithBadPartialSize.js
rename : browser/base/content/test/appUpdate/browser_updatesCompleteAndPartialPatchesWithBadSizes.js => toolkit/mozapps/update/tests/browser/browser_updatesCompleteAndPartialPatchesWithBadSizes.js
rename : browser/base/content/test/appUpdate/browser_updatesCompletePatchApplyFailure.js => toolkit/mozapps/update/tests/browser/browser_updatesCompletePatchApplyFailure.js
rename : browser/base/content/test/appUpdate/browser_updatesCompletePatchWithBadCompleteSize.js => toolkit/mozapps/update/tests/browser/browser_updatesCompletePatchWithBadCompleteSize.js
rename : browser/base/content/test/appUpdate/browser_updatesDownloadFailures.js => toolkit/mozapps/update/tests/browser/browser_updatesDownloadFailures.js
rename : browser/base/content/test/appUpdate/browser_updatesMalformedXml.js => toolkit/mozapps/update/tests/browser/browser_updatesMalformedXml.js
rename : browser/base/content/test/appUpdate/browser_updatesPartialPatchApplyFailure.js => toolkit/mozapps/update/tests/browser/browser_updatesPartialPatchApplyFailure.js
rename : browser/base/content/test/appUpdate/browser_updatesPartialPatchApplyFailureWithCompleteAvailable.js => toolkit/mozapps/update/tests/browser/browser_updatesPartialPatchApplyFailureWithCompleteAvailable.js
rename : browser/base/content/test/appUpdate/browser_updatesPartialPatchApplyFailureWithCompleteValidationFailure.js => toolkit/mozapps/update/tests/browser/browser_updatesPartialPatchApplyFailureWithCompleteValidationFailure.js
rename : browser/base/content/test/appUpdate/browser_updatesPartialPatchWithBadPartialSize.js => toolkit/mozapps/update/tests/browser/browser_updatesPartialPatchWithBadPartialSize.js
extra : rebase_source : 24048650b23eff0a1da9679d1e9b5e1db1900287
2017-05-19 08:56:22 -07:00
Mike de Boer
96546e2ad2
Bug 1354108 - Add the edit controls (cut, copy, paste) to the static menu panel. r=Gijs
...
MozReview-Commit-ID: Dudscy7dSB1
--HG--
extra : rebase_source : 42ac8e4c57b19b03bcf965d40b65c81dde790fba
2017-05-23 12:03:00 +02:00
Carsten "Tomcat" Book
067f1fa700
Merge mozilla-central to mozilla-inbound
2017-05-18 14:59:47 +02:00
Bob Owen
d01f9cd1f7
Bug 1175267 Part 1: Handle file:// URI xpi files in chrome code directly instead of routing through content browser. r=mossop
2017-05-18 13:31:44 +01:00
Bob Owen
15654b3b71
Bug 1351358 Part 4: Select correct remote type upfront when passed window arguments in browser.js onDCL. r=Gijs
...
This prevents short-lived processes when we are not at the maximum normal content process count and the new window's first tab is not going to load in that remote type.
2017-05-18 12:08:57 +01:00
Bob Owen
d0c57d84c1
Bug 1351358 Part 2.5: Move logic in the parent for switching in and out of Large Allocation process into browser.js RedirectLoad. r=mystor
...
This fixes a bug where we swap out of the Large Allocation process, when reloaded via the UI.
2017-05-18 12:08:56 +01:00
Bob Owen
47421837bf
Bug 1351358 Part 2: Limit the http pages that will load in the file content process with allowLinkedWebInFileUriProcess pref. r=Gijs, r=mystor
...
This change means that any related http pages driven through content (window.open, links, etc.) will continue to be loaded in the file content process.
Same-origin loads via the UI will also remain in the file content process.
Cross-origin loads via the UI will cause a process switch.
History navigation will stay in the process, if it was originally loaded in that process.
2017-05-18 12:08:56 +01:00
Matthew Wein
7353ca75f1
Bug 1266012 - Add identity indication for the moz-extensions scheme r=mixedpuppy
...
MozReview-Commit-ID: BtbRGPJbsHs
--HG--
rename : browser/components/extensions/extension.svg => browser/themes/shared/controlcenter/extension.svg
extra : rebase_source : a89e321d3f5750307a869fdf82521a61bce62ce1
2017-05-10 15:14:15 -04:00
Carsten "Tomcat" Book
4603014981
Backed out changeset a9ac97cc2efa (bug 1347791) for test failures in browser_ext_sessions_restore.js | restored tab has the expected url - Got about:blank, expected about:config
2017-05-17 08:11:47 +02:00
Alastor Wu
ce9ddc4dab
Bug 1347791 - part1 : rename the attribute for the tab which has blocked the autoplay audio and would show the play-tab icon. r=mikedeboer
...
The "blocked" attribute is too general to indicate the real usage, so rename it
to "activemedia-blocked".
This attribute indicates that whether the tab has blocked the autoplay media.
MozReview-Commit-ID: EAmq6OuBYjq
--HG--
extra : rebase_source : e8e9321854b80736f0959fbfecbc8bf9a83b0712
2017-05-17 11:55:54 +08:00
Andreas Tolfsen
10877e266b
Bug 1355890 - Add visual cue to urlbar when under remote control r=Gijs
...
This patch adds a visual UX cue to visually distinguish the user agent
sessions that are under remote control from those used for normal
browsing sessions. The new hue helps the user identify windows that
are under automation.
browser/base/content/browser.js will now query Marionette to find out if
the remote protocol is running when starting a new <xul:browser>.
The remote-control system notification will also be sent when the
Marionette remote protocol is running, activating any already opened
<xul:browser>s. The message is sent from testing/marionette/server.js.
MozReview-Commit-ID: AsjGmLL1Rl1
--HG--
extra : rebase_source : b46137b3b620c8216e3f4cc532a35149edb8dcf7
2017-04-27 23:21:43 +01:00
Drew Willcoxon
efa8951e8a
Bug 1355323 - Create action menu panel with initial "copy URL" and "email link" items. r=mikedeboer
...
MozReview-Commit-ID: LpR63K7riho
--HG--
rename : browser/themes/shared/page-action.svg => browser/themes/shared/icons/page-action.svg
extra : rebase_source : b9ab550ffa6c7941af9a2040a794d3df8d9dd35a
2017-05-16 10:25:22 -07:00
Fischer.json
c0472057e4
Bug 1330315 - Add a telemetry probe to track how the Preferences are opened, r=mconley
...
MozReview-Commit-ID: GfuGF4v30pI
--HG--
extra : rebase_source : e8b4399bd1e3fc5e5b220e80d6694c00a4b7e482
2017-05-09 10:43:48 -04:00
Kris Maglione
84e0c25849
Bug 1356826: Part 6 - Wait for delayed startup before checking for side-loads. r=aswan
...
MozReview-Commit-ID: IpuRNbdUXmE
--HG--
extra : rebase_source : 0fc72897bc0a12b5bd789c9a0d00df3dec4f7760
extra : source : d47998fa24cd084ffba07a73834d8ffb3af81b60
2017-04-15 14:09:41 -07:00
Florian Quèze
5e3539e504
Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop.
2017-05-12 14:42:39 +02:00
Chris Pearce
b1275c271a
Bug 1362212 - Remove canPlayTelemetry from _delayedStartup. r=dao
...
Calling HTMLMediaElement.canPlayType() on the main thread will cause
us to do disk I/O to load system decoding libraries, so we shouldn't
do it on the main thread, let alone on the parent process' main thread.
I moved the telemetry into an idle service observer off main thread
into Gecko in the previous patch.
MozReview-Commit-ID: CH6LNNLzreJ
--HG--
extra : rebase_source : 7075d0a0e1fd88c51da23ab8ef5860a51bf4b2cd
2017-05-05 17:38:40 +12:00
Dão Gottwald
9cc94f157a
Bug 1364090 - Detach the reload and stop buttons from the location bar. r=johannh
...
MozReview-Commit-ID: Ltp6EghiI44
--HG--
extra : rebase_source : f033cadab35b56cf96f25786260853a8a5f9a1ed
2017-05-11 19:16:05 +02:00
Wes Kocher
ea3b6b9f1e
Backed out changeset 75a14f02f6f7 (bug 1330315) for build failures in TelemetryHistogramData.inc a=backout
...
MozReview-Commit-ID: KKnLXDjgmqC
--HG--
extra : rebase_source : 29e2b567cd0bc75cc4e0b22af20c7efaeb73a259
2017-05-10 10:45:18 -07:00
Fischer.json
7102edfb97
Bug 1330315 - Add a telemetry probe to track how the Preferences are opened, r=mconley
...
MozReview-Commit-ID: GfuGF4v30pI
--HG--
extra : rebase_source : 68ed5ae4ff04c79aab70e288276ca527a807a435
2017-05-09 10:43:48 -04:00
Andrew McCreight
e3a114f978
Bug 1363215 - Replace calls to __define{Getter,Setter}__ on top-level this with Object.defineProperty. r=Gijs
...
__define{Getter,Setter}__ are deprecated, and are not defined on
NonSyntacticVariablesObjects, so these calls get in the way of sharing
globals between different .jsms. Probably only the DownloadUtils.jsm
change is really needed for that.
configurable and enumerable are both set to true to match the existing
behavior. If enumerable is set to false, then tests fail, because some
of the getters overwrite the getter with a regular property.
MozReview-Commit-ID: 1OZF45fIAQ
--HG--
extra : source : 96dd2e2d8d1677fb04c98bb3a063df32478fbc00
2017-05-08 14:07:34 -07:00
Doug Thayer
7e3c287071
Bug 1356675 - Show manual update on cant-apply status r=rstrong
...
If there is an update available but the user can't apply it, we
publish a notification on the update-available topic with the
status "cant-apply". This was previously being ignored by
browser.js. This should fix the bug in question on Windows 10.
MozReview-Commit-ID: 1twRvYEXbiT
--HG--
extra : rebase_source : c116239a35db022f7be13e693702fdff58882fc5
2017-05-04 10:12:52 -07:00
Bob Owen
e317cff839
Bug 1361992: Ensure that PrintPreviewListener methods all use the same source browser. r=Gijs
2017-05-07 16:11:19 +01:00
Iris Hsiao
fa6e98e026
Merge mozilla-central to autoland
2017-05-04 13:22:44 +08:00
Ehsan Akhgari
2f73dfe826
Bug 1360864 - Defer the install and update check for the OpenH264 plugin until the browser is idle; r=cpearce,spohl
2017-05-03 20:15:21 -04:00
Edouard Oger
b3b3ff9cc5
Bug 1353571 part 3 - Refactor browser-syncui and browser-fxaccounts. r=markh
...
MozReview-Commit-ID: K790Ag8WZgv
--HG--
rename : browser/base/content/test/general/accounts_testRemoteCommands.html => browser/base/content/test/sync/accounts_testRemoteCommands.html
rename : browser/base/content/test/general/browser_fxa_web_channel.html => browser/base/content/test/sync/browser_fxa_web_channel.html
rename : browser/base/content/test/general/content_aboutAccounts.js => browser/base/content/test/sync/content_aboutAccounts.js
extra : rebase_source : dcba087df94d06b15c9f073ff2df3324fd646c57
2017-04-18 14:15:43 -04:00
Kershaw Chang
e8df9986bf
Bug 1351281 - Remove NetworkPrioritizer.jsm, r=dao
...
Since Necko has already given higher priority to http transactions from the focused window, we don't need NetworkPrioritizer.jsm anymore.
2017-05-03 03:28:00 +02:00
Swapnesh Kumar Sahoo
c11cf34901
Bug 1354331 - Remove network.http.enablePerElementReferrer usages. r=valentin r=baku
2017-05-01 00:12:34 +05:30
Dão Gottwald
64faacdafa
Bug 1360597 - Cancel existing FX_PAGE_LOAD_MS stopwatch before re-starting it in case we missed a previous STATE_STOP change. r=mconley
...
MozReview-Commit-ID: 8smK3JwmOFL
--HG--
extra : rebase_source : a265154ab70d860525ae40bfe6bbe82a8374b036
2017-04-28 19:04:24 +02:00
Neil Deakin
cf77cf0e03
Bug 1356587, update the gEditUIVisible flag when the panelUI is opened and closed so that the command updating optimization actually applies. Currently it never applies once the panel has been opened at least once, r=gijs
2017-05-01 10:42:33 -04:00
Matheus Longaray
1cec8e74d5
Bug 1332386 - Create extra print preview browser when using Simplify Page option. r=mconley
...
This patch creates a new print preview browser to host the simplified cloned-document
when Simplify Page option is used on preview. Also, this patch keeps track of what browser
should be presented, based on whether the 'Simplify page' checkbox is checked.
MozReview-Commit-ID: FZSRUyC49Wk
2017-05-01 17:30:48 +02:00
Kevin Jones
4171e7467d
Bug 1360940 - Don't instantiate lazy browsers when checking if the window can close. r=mconley
...
--HG--
extra : amend_source : b43a008cff64aec3fd09fd743bb794c9ecc4fbdf
2017-04-30 15:21:00 -04:00
Sebastian Hengst
8961c1494e
Backed out changeset 99fd6973d18e (bug 1332386) for frequently failing browser_tabSwitchPrintPreview.js on Linux x64 opt-ish builds. r=backout a=backout
...
MozReview-Commit-ID: 7oyiuBSTGtI
2017-04-29 20:47:54 +02:00
Masatoshi Kimura
8266cde3a0
Bug 817374 - Fix inconsistency of the setOverLink parameter. r=mossop
...
MozReview-Commit-ID: 6rLOm1T2sOd
--HG--
extra : rebase_source : 1ab6b328ce4190f40934720c9c4c1fd94107d217
2016-11-21 21:39:15 +09:00
Mike Conley
1a7c6049d6
Bug 1336763 - If browser.permitUnload times out in CanCloseWindow, make sure to check the rest of the browsers belonging to other processes before returning a result. r=dao
...
MozReview-Commit-ID: D59PVfsbDV0
--HG--
extra : rebase_source : 223825be086104e2e06fa69152ebc00ec76dee47
2017-04-19 14:29:42 -04:00
Matheus Longaray
e723d98949
Bug 1332386 - Create extra print preview browser when using Simplify Page option. r=mconley
...
This patch creates a new print preview browser to host the simplified cloned-document
when Simplify Page option is used on preview. Also, this patch keeps track of what browser
should be presented, based on whether the 'Simplify page' checkbox is checked.
MozReview-Commit-ID: FZSRUyC49Wk
--HG--
extra : rebase_source : cccc12f17f315089c9e5d05116077b7f87f4053b
2017-04-20 14:04:03 +02:00
Drew Willcoxon
197941aadc
Bug 1355322 - Add anchor button to urlbar for action menu. r=Gijs
...
MozReview-Commit-ID: CajXNdGt9cZ
--HG--
extra : rebase_source : 18df66d122108ebba769ed3cada7a8c0847b206f
2017-04-27 18:17:29 -07:00
Wes Kocher
5e8bdb175d
Merge inbound to m-c a=merge
...
MozReview-Commit-ID: A85cs7Yriqj
2017-04-25 13:53:00 -07:00
Florian Queze
b6597dcb0c
Bug 1359111 - stop using BrowserUtils.makeURI, r=jaws.
2017-04-25 09:21:49 +02:00
Shawn Huang
a776ab68f5
Bug 1358160 - Get usage from subject instead of data field, r=Fischer
...
MozReview-Commit-ID: 5UNttoq1jiX
--HG--
extra : rebase_source : b629cf3c33b54fe9a20ceb6e7d996d71917757fe
2017-04-24 21:18:32 +08:00
Ehsan Akhgari
6399dc4d9a
Bug 1356922 - Part 1: Replace the next TabParent global pointer with per-window/tab next TabParent ID; r=billm,mconley
...
This patch replaces the usage of sNextTabParent pointer to store the next
PBrowser parent actor to be used by the next frame loader with the
following information:
* In the case where the content JS has requested a new tab, the ID of the
next TabParent will be stored on the <xul:browser> element.
* In the case where the content JS has requested a new window, the ID of
the next TabParent will be stored on the created nsXULWindow.
2017-04-24 14:18:29 -04:00
Wes Kocher
4f3c2d9829
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: DPzfAm14Tdx
2017-04-20 15:52:28 -07:00
Dão Gottwald
5e74d85f79
Backed out changeset 3edd47730527
...
MozReview-Commit-ID: AESEl0ht2Gi
2017-04-20 12:41:20 +02:00
Sam Foster
1ce685a8c2
Bug 1334642 - Cache luminance values for each toolbar in ToolbarIconColor. r=dao,mconley
...
* Track window states: active, fullscreen and tabsintitlebar for each window
* Use toolbar.id and window state to store and retrieve values from cache
* Note: As each window has its own ToolbarIconColor object, the cache is not currently shared across windows
* inferFromText callers pass in a reason and associated value, which is used to update the state we track, and potentially clear out the cache
* Create new windows test directory for browser-window-specific tests like this
* Test for the ToolbarIconColor changes to avoid sync style flushes when windows activate/deactivate
MozReview-Commit-ID: JDJ3RtL4Lge
--HG--
extra : rebase_source : f944ccd1c2340a5d2973bf47480a6eb78b2aae3b
2017-04-06 10:50:09 -07:00
Wes Kocher
9f7208991b
Backed out changeset 6404057679f4 (bug 1332386) for frequent failures in browser_preview_switch_print_selected.js a=backout
2017-04-18 16:21:58 -07:00
Matheus Longaray
89917b659f
Bug 1332386 - Create extra print preview browser when using Simplify Page option. r=mconley
...
This patch creates a new print preview browser to host the simplified cloned-document
when Simplify Page option is used on preview. Also, this patch keeps track of what browser
should be presented, based on whether the 'Simplify page' checkbox is checked.
MozReview-Commit-ID: 77pLXhdbpPp
--HG--
extra : rebase_source : 7201f230299c571d6c3a86ce650d6852c43e0943
2017-04-18 22:21:10 +02:00
Florian Queze
f935ddc4b3
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
37ff4fc7cc
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
a07223d699
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Sebastian Hengst
738d097aae
Backed out changeset 55f3df15eaa6 (bug 1356569)
2017-04-14 23:39:17 +02:00
Florian Queze
3c564a2b02
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
95d4d20c17
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Wes Kocher
514e230373
Merge inbound to central, a=merge
2017-04-13 17:24:01 -07:00
Dão Gottwald
a25a473801
Bug 1356183 - Let MousePosTracker use event.clientX instead of event.screenX - window.mozInnerScreenX to avoid flushing layout. r=florian
...
MozReview-Commit-ID: 5jULHMnWFBW
--HG--
extra : rebase_source : eba1780a107c904225b8c316d48133b8454d447b
2017-04-13 11:44:56 +02:00
Kris Maglione
307bb6e57e
Bug 1355120: Get rid of top-level window ID tracking. r=aswan
...
MozReview-Commit-ID: y7DzMxXBot
--HG--
extra : rebase_source : 0c68bc16eaa016bc7d0e228a95e10d9348dda59f
2017-04-12 14:12:22 -07:00
Sebastian Hengst
51beeffdec
Backed out changeset bc87945ba833 (bug 1342178)
...
MozReview-Commit-ID: 2TLlzk8hOZY
2017-04-11 11:28:05 +02:00
Jonathan Hao
e5a3b0c533
Bug 1342178 - Pass origin attributes to isSecureURI in devtools and browser. r=keeler,past
...
MozReview-Commit-ID: HIOYH8iUUkO
--HG--
extra : rebase_source : 2512cb3e403093e0f18b3b979d7b4a10e3d7c42b
2017-04-11 10:14:10 +08:00
Wes Kocher
59b56514c9
Backed out 4 changesets (bug 1342178) for frequent test_network_security.html failures a=backout
...
Backed out changeset 7f9114ffbcae (bug 1342178)
Backed out changeset f19289f0cfef (bug 1342178)
Backed out changeset 4afce44bc2b9 (bug 1342178)
Backed out changeset db9b64a44012 (bug 1342178)
--HG--
rename : devtools/shared/webconsole/test/test_network_security.html => devtools/shared/webconsole/test/test_network_security-hpkp.html
2017-04-10 12:34:10 -07:00
Jonathan Hao
851f486bfc
Bug 1342178 - Pass origin attributes to isSecureURI in devtools and browser. r=keeler,past
...
MozReview-Commit-ID: HIOYH8iUUkO
--HG--
extra : rebase_source : e8cfe06ac3691d45bf97f61a3f5603cbec1bae39
2017-04-06 15:43:35 +08:00
Doug Thayer
f463069928
Bug 893505 - Simplify the application update UI r=chmanchester,enndeakin+6102,Gijs,rstrong
...
There's quite a few changes in here. At a high level, all we're trying to do
is to replace the old update popup with a less intrusive and more modern
doorhanger (set of doorhangers) for various update failure conditions.
MozReview-Commit-ID: 24sESMTosNX
--HG--
extra : rebase_source : ee0c1e00fe3f99e16388f0de17274ff97a3b9fcf
2017-03-21 13:50:09 -07:00
Mark Banner
427e3b23dc
Bug 1342459 - Fix various no-undef issues in browser/base. r=mossop
...
MozReview-Commit-ID: CRYxu7copKb
--HG--
extra : rebase_source : bc176c5e6890ffc6a4e26cb9bc9d441d9486ce7b
2017-04-04 13:42:33 +01:00
Mark Banner
1087fc1884
Bug 1352969 - Fix various ESLint no-undef issues in browser/base (no-undef is not enabled yet). r=mossop
...
MozReview-Commit-ID: BuTyJAfUoWR
--HG--
extra : rebase_source : 482bdc039362347f35aec9fd15e07a143dccb860
2017-02-22 17:02:59 +00:00
Christoph Kerschbaumer
07ba3f59c3
Bug 1344706 - Do not reuse originPrincipal as triggeringPrincipal within utilityOverlay.js. r=gijs
2017-04-03 12:43:01 +02:00
Carsten "Tomcat" Book
0c24635a19
Backed out changeset fdb11fbb53cf (bug 1344706) for eslint failure
2017-04-03 11:32:38 +02:00
Christoph Kerschbaumer
a40ae7abe5
Bug 1344706 - Do not reuse originPrincipal as triggeringPrincipal within utilityOverlay.js. r=gijs
2017-04-03 09:58:17 +02:00
Gijs Kruitbosch
290c64c982
Bug 1309946 - remove all traces of add-on performance monitoring, r=Yoric
...
This removes all the code for add-on performance watching from the
perfmonitoring component. This should mean that for add-on
compartments, we no longer trigger jank or CPOW monitoring in the JS
engine. This should result in minor performance improvements. As a
result, about:performance no longer reports on add-on performance
(but still reports on web page performance).
It also removes the AddonWatchers.jsm module and the related Nightly-
only UI (disabled in the parent commit) and strings. This UI wasn't
ready for release, there wasn't sufficient data it was creating
value for users, and there was some evidence that it didn't always
correctly identify the cause of performance issues, thus potentially
leading to user confusion or annoyance. Removing it therefore seemed
the right thing to do.
MozReview-Commit-ID: LsRwuaUtq6L
--HG--
extra : rebase_source : 92d4b775a7a7cbb5793e74eea471be81be974dda
2017-03-29 11:03:47 +01:00
Nihanth Subramanya
612842ec96
Bug 1345687 - Allow identity popup to be shown irrespective of pageproxystate if a permission has been granted to the current site. r=johannh
...
MozReview-Commit-ID: 4Bjnkgf1m16
--HG--
extra : rebase_source : 222b450ffe9df611b1456a13ee766d5c5b0542a2
2017-03-29 21:04:32 +05:30
Zack Herrick
84361e7e85
Bug 1335907 - Reorganize the preferences based on feedback from user research. r=mconley
...
The FX_PREFERENCES_CATEGORY_OPENED probe must be extended to version 59 to support the fallback "forked" preference implementation (in-content-old).
The switchToAdvancedSubPane within utilityOverlay's openPreferences must also remain until the fallback has been removed (bug 1349689).
Patch co-authored by Zack Herrick <herrickz@msu.edu> and Ziyan Long <lzylong@gmail.com>.
MozReview-Commit-ID: 1sx0Wj15yM7
--HG--
extra : rebase_source : 0266027fb3023d4cb155533193d6809d799de1e4
2017-03-29 11:52:08 -04:00
Tim Huang
c9c5bbc22e
Bug 1330882 - Part 1: Making new windows to be rounded size when fingerprinting resistance is enabled (adopt from Tor #19459 ). r=arthuredelstein,smaug
...
MozReview-Commit-ID: 1qBNQhfdIYP
--HG--
extra : rebase_source : c46b4a936960ff165f950a59c1d31c1c5849645f
2017-03-29 15:43:54 +08:00
Bianca Danforth
238bdec559
Bug 1347493 - Correctly assign a value to 'title' for phishing and malware sites r=johannh
...
MozReview-Commit-ID: KiEOLdLjuI5
--HG--
extra : rebase_source : 0353587f9d8e157c8a3fecf5b1bf70159b16ee00
2017-03-26 12:47:50 -07:00
Sebastian Hengst
e86c4a75af
Backed out changeset 9ef667136bbe (bug 1335907) for failing browser_datachoices_notification.js. r=backout
2017-03-28 23:43:11 +02:00
Zack Herrick
18ed059dcd
Bug 1335907 - Reorganize the preferences based on feedback from user research. r=mconley
...
The FX_PREFERENCES_CATEGORY_OPENED probe must be extended to version 59 to support the fallback "forked" preference implementation (in-content-old).
The switchToAdvancedSubPane within utilityOverlay's openPreferences must also remain until the fallback has been removed (bug 1349689).
Patch co-authored by Zack Herrick <herrickz@msu.edu> and Ziyan Long <lzylong@gmail.com>.
MozReview-Commit-ID: 1sx0Wj15yM7
--HG--
extra : rebase_source : 29359bb726a0ac8164d7304a2453ffeb8009e990
2017-03-28 14:32:54 -04:00
Phil Ringnalda
bf4625c652
Backed out changeset 2a98180ffc2f (bug 1334642) for Win8 failures in browser_toolbariconcolor_restyles.js
...
CLOSED TREE
2017-04-11 18:59:02 -07:00
Sam Foster
4f20cc9f80
Bug 1334642 - Cache luminance values for each toolbar in ToolbarIconColor. r=dao,mconley
...
* Track window states: active, fullscreen and tabsintitlebar for each window
* Use toolbar.id and window state to store and retrieve values from cache
* Note: As each window has its own ToolbarIconColor object, the cache is not currently shared across windows
* inferFromText callers pass in a reason and associated value, which is used to update the state we track, and potentially clear out the cache
* Create new windows test directory for browser-window-specific tests like this
* Test for the ToolbarIconColor changes to avoid sync style flushes when windows activate/deactivate
MozReview-Commit-ID: JDJ3RtL4Lge
--HG--
extra : rebase_source : 7b49921bc653d57117f1c08212acc6c2db537984
extra : source : dd2d15dc577d9ec1ec16eb69d823c793dd1e9db0
2017-04-06 10:50:09 -07:00
Gijs Kruitbosch
3b26fd9456
Bug 1325841 - fix hiding popup icon when navigating the browser, r=Felipe
...
MozReview-Commit-ID: AXBgxwb3Jt
--HG--
rename : browser/base/content/test/general/browser_popupUI.js => browser/base/content/test/popups/browser_popupUI.js
rename : browser/base/content/test/general/browser_popup_blocker.js => browser/base/content/test/popups/browser_popup_blocker.js
rename : browser/base/content/test/general/popup_blocker.html => browser/base/content/test/popups/popup_blocker.html
extra : rebase_source : d03d139710882beaaac9581eab6b323e7bc82a45
2017-03-21 15:57:42 +00:00
Dão Gottwald
f6623be0e7
Bug 1348264 - Expose keyboard shortcuts in tooltips for Stop, Reload and Reset Zoom buttons. r=mikedeboer
...
MozReview-Commit-ID: kTUc5pRdVw
--HG--
extra : rebase_source : 283bde91a2f23fcb11cd4a36b1e4e8ffb1231867
2017-03-22 11:16:48 +01:00
Jared Wein
a54eda04ca
Bug 1348068 - Enable the key-spacing rule for eslint and fix the related issues. r=standard8
...
Running eslint with --fix didn't fix many of the issues. The majority here had to be fixed by hand but a significant majority of the issues were related to a few files that I was able to use find-and-replace with. I regret not making this in to separate commits of the hand-fixes and the fixes from --fix but I don't recall --fix fixing any of the issues.
MozReview-Commit-ID: ANyg2qfo3Qx
--HG--
extra : rebase_source : 61d2aa91bf9474af3d72a5dea41b25dca442c1b7
2017-03-21 14:29:43 -04:00
Mike Conley
e7ee65a066
Bug 1256472 - Make sure checkEmptyPageOrigin checks the browser documentURI for about:blank along with the currentURI. r=Gijs
...
checkEmptyPageOrigin was only checking the currentURI on the passed browser for about:blank, but
sometimes the currentURI isn't the whole picture. For example, SessionStore, after restoring a
window, can cause a number of blank tabs to start to load, be cancelled, and have their history
replaced. This results in a bunch of unrestored background tabs that appear to have currentURI
set to the URI that the tab will be sent to once restored, but a null content principal, since
the original about:blank load was stopped before it could complete.
We side-step this issue by checking both the currentURI and the documentURI for about:blank
when comparing against the null principal for checkEmptyPageOrigin.
MozReview-Commit-ID: Kzm0MthLqVM
--HG--
extra : rebase_source : e6a83368dd99d458333789f9d986e4706cd4d2bf
2017-03-14 16:24:53 -04:00
Dão Gottwald
fefc17425c
Bug 1348122 - Share code between the customizable zoom control and the location bar's zoom indicator. r=Gijs
...
MozReview-Commit-ID: 7iRRr1gF9R5
--HG--
rename : browser/modules/URLBarZoom.jsm => browser/modules/FullZoomUI.jsm
extra : rebase_source : 90a4f8f0b4a3804c3306a4f5bc70d566b288979f
2017-03-21 09:23:24 +01:00
Wes Kocher
4f5262444c
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 2omKclRg40c
2017-03-20 18:19:52 -07:00
Federico Padua
26d8b036b5
Bug 1346188 - Remove redundant AppConstants.jsm import from browser.js; r=dao
...
This patch removes the redundant lazy import of AppConstants.jsm from
browser/base/content/browser.js since it gets loaded previously as described
in the bug description.
MozReview-Commit-ID: EoSfSgedgNc
--HG--
extra : rebase_source : 8db27f79b9b43559ed4f94457592b092c5f75942
2017-03-19 16:12:48 +01:00
Thomas Nguyen
405f2f52de
Bug 1345569 - Get blocked info from content when clicking report false deceiptive site from xul browser. r=francois
...
MozReview-Commit-ID: GXkbjfOrnHX
--HG--
extra : rebase_source : 7130d656b0dfd2f0cbc64227657347efdce54036
2017-03-20 14:43:08 +08:00
Timothy Guan-tin Chien
4e61315b53
Bug 1273537. r=gijs
2017-03-20 15:57:45 -04:00
Michael Layzell
ccc519e3f4
Bug 1347983 - Part 1: Make forms submitted from a large-allocation page not leave the large-allocation process, r=smaug
...
MozReview-Commit-ID: 7SEdTJN9Xd2
2017-03-16 14:32:26 -04:00
Florian Quèze
9c4d40bb54
Bug 1345294 - script generated patch (+ some hand cleanup) to replace {get,set}ComplexValue for nsISupportsString by {get,set}StringPref, r=Mossop.
2017-03-16 19:26:01 +01:00
Paolo Amadini
0f0a3e05bd
Bug 1345449 - Suppress popup notifications explicitly when the window is minimized. r=johannh
...
MozReview-Commit-ID: CnMxZN7kpmj
--HG--
extra : rebase_source : 127151ac31ba0f772482c582fd16f26cc9807b70
2017-03-08 13:08:41 +00:00
Bob Owen
c5d10b21ef
Bug 1345807 Part 1: When viewing source of existing browser always use its remoteType. r=Gijs
2017-03-10 10:53:43 +00:00
Florian Quèze
37bbced84d
Bug 1344711 - hand cleanup of remaining useless try blocks around get*Pref calls identified by eslint, r=jaws.
...
--HG--
extra : rebase_source : 18c027010838faba91f0ac699f9bde07f85500e7
2017-03-07 15:29:48 +01:00
Florian Quèze
cd762cc83c
Bug 1344711 - script-generated patch to remove try blocks around get*Pref calls, r=jaws.
...
--HG--
extra : rebase_source : c6e20e6e79b0ca5de751c52712d96cbea9432d26
2017-03-07 15:29:48 +01:00
Johann Hofmann
9445b26d32
Bug 1343210 - Only move focus into identity popup when opened via keyboard. r=Gijs
...
MozReview-Commit-ID: FZG2DKSM5Fh
--HG--
extra : rebase_source : 144b81bf94259b4755db231989822db84a7c37f2
2017-02-28 14:29:03 +01:00
Tim Huang
fc6e097c7a
Bug 1337893 - Part 4: Updating whole gecko to make all callers of DNS using correct originAttributes. r=baku
...
MozReview-Commit-ID: D6Vp8ANSzLI
--HG--
extra : rebase_source : f3608b09835040e4a4f8e7675aa53d003f298d32
2017-02-15 10:39:40 +08:00
Johann Hofmann
793b540f87
Bug 1335016 - Add tooltip to identity popup expander button. r=florian,MarcoZ
...
MozReview-Commit-ID: 7ulEwzyYFsW
--HG--
extra : rebase_source : 3b3aa1bdd1882c1f959961a9cd04f274be845981
2017-03-01 15:23:46 +01:00
Carsten "Tomcat" Book
d0bd960945
merge mozilla-inbound to mozilla-central a=merge
2017-03-06 10:53:27 +01:00
Ursula Sarracini
6b1858e254
Bug 1340181 - Hide Activity Stream URL in URLbar r=fkiefer,mconley
...
MozReview-Commit-ID: F0P5tn2wyG
--HG--
extra : rebase_source : a9f766913b8340e12a4f526dc741e8ed752e6acf
2017-02-22 13:18:09 -05:00
Matthew Noorenberghe
8e6dfd43c3
Bug 1342462 - UITour: Remove automatic reader view tour based on a URL regex. r=Gijs
...
MozReview-Commit-ID: 1GCx4tOtjXA
--HG--
extra : rebase_source : 61e0798dc9d6315da864af63a10c78e9874eb039
2017-02-28 21:52:54 -08:00
Luca Greco
706324f05b
Bug 1190687 - [webext] webNavigation.onCreatedNavigationTarget on new windows/tabs from context menu and user clicks on links. r=kmag
...
MozReview-Commit-ID: KYVKkVUSOzR
--HG--
extra : rebase_source : 95a995a2bceac3488347a87b7363a72d76012ce8
2017-02-24 19:49:38 +01:00
Jared Wein
dcc9efeeac
Bug 864562 - Fix the tests and move more logic from JS to CSS now that the values exist as CSS Variables. r=mikedeboer
...
MozReview-Commit-ID: BuJdjtVBnin
--HG--
extra : rebase_source : 47d244f3fa2e4f8768ce803201f238f456b22ecb
2017-02-28 12:15:04 -05:00
Dão Gottwald
233f3a1a90
Bug 1300376 - Update zoom indicator when moving a browser to another window. r=jaws
...
MozReview-Commit-ID: 3iWBQBM9jC3
--HG--
extra : rebase_source : 60675f06a4c68d429f8f7a9ffac6334b22f47804
2017-03-01 10:35:20 +01:00
Kevin Jones
a35d5c581b
Bug 1344212 - Create lazy browser only if the addTab caller opts in. r=dao
2017-03-03 18:58:27 +01:00
Kevin Jones
4c4d2e43e2
Bug 1287330 - Insert tabs' linkedBrowser lazily into the document. r=dao
2017-02-23 17:19:28 +01:00
Matheus Longaray
d06e88eb2a
Bug 1323987 - Update browser printing code accordingly. r=mconley
...
This patch updates browser printing code to make use of about:printpreview
when loading new tab for print preview. The same URI is used when the user
makes use of simplify page feature while print previewing.
MozReview-Commit-ID: DXHT71hpnWo
--HG--
extra : rebase_source : 9ccda6cd971931df70093177c6a9bdd16c93b7db
2017-01-05 17:38:13 +01:00
Fischer.json
3ea1b8cd85
Bug 1340618 - Don't hardcode Firefox in strings for space disk warning in Preferences r=jaws
...
MozReview-Commit-ID: KyEba2v30rC
--HG--
extra : rebase_source : 871a2a57614725e1157325ab8228775dd785dccf
2017-02-20 11:57:13 +08:00
Thomas Nguyen
65d9ef988a
Bug 1288633 - Add more information when an URL matches Safe Browsing list. r=dragana,francois
...
MozReview-Commit-ID: 6u0dUOB838F
--HG--
extra : rebase_source : 8800e60e6a3b787f1ebaeafb48057e3a3d509468
2017-02-21 09:46:36 +08:00
Gijs Kruitbosch
b3c5114330
Bug 1337959 - fix BrowserOpenAddonsMgr to always resolve the promise with a window, r=aswan
...
MozReview-Commit-ID: 6kPkmC7mtaz
--HG--
extra : rebase_source : 0afa058dca0ab73ba3e1cdc4c3b09f6937fcda22
2017-02-10 12:44:50 +00:00
Fischer.json
3cf5350b8f
Bug 1323395 - Show warning when disk space available for firefox is not enough, r=jaws
...
MozReview-Commit-ID: HttJ2RFCTtS
--HG--
extra : rebase_source : 0e3fc00c0f429b0fb010827de6f33bdfe197d161
2016-12-28 16:53:38 +08:00
Wes Kocher
51dac1f2e8
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: FqToQ9qk7dg
2017-02-15 16:33:46 -08:00
Wes Kocher
017c515285
Merge inbound to m-c a=merge
...
MozReview-Commit-ID: IKI0zVtF1n9
2017-02-15 16:18:13 -08:00
J. Ryan Stinnett
32d643c588
Bug 1335281 - Use frame loader for same process browsers. r=mrbkap
...
This changes the `relatedBrowser` property which held a <xul:browser> to the
more explicit `sameProcessAsFrameLoader` which takes an nsIFrameLoader.
This clarifies the purpose of the property and also (by switching to the frame
loader) makes it easier to set in some contexts.
MozReview-Commit-ID: LnEvSP8zkto
--HG--
extra : rebase_source : f9f4c07995ef39f1ccd5042e9ae3df37879423b6
2017-02-14 14:12:35 -06:00
Andrea Marchesini
cd3d39251f
Bug 1337964 - SiteDataManager should check correctly if a cookie belongs to a private identity or not, r=aryx, r=gijs
2017-02-15 13:12:52 +01:00
Jonathan Hao
ef8f78b212
Bug 1336867 - Remove unsafeProcessHeader and isSecureHost in nsISiteSecurityService r=keeler,mgoodwin,past
...
--HG--
extra : rebase_source : e4a69e18154adf22e045c820ae2b3fd8a77877a6
2017-02-08 11:17:29 +08:00
Johann Hofmann
31a66750f4
Bug 1335018 - Make the side identity popup adhere to role=alertdialog for a11y. r=Gijs,MarcoZ
...
MozReview-Commit-ID: DpqeeN570H9
--HG--
extra : rebase_source : 932d597e9e37235259e8e1060b3eeba57995992a
2017-02-09 17:16:28 +01:00
Carsten "Tomcat" Book
cc005af04c
Merge mozilla-central to mozilla-inbound
2017-02-10 14:27:13 +01:00
Paolo Amadini
4bf8de0d84
Bug 1328304 - Hide notifications when the address bar has focus and the URL is being edited. r=johannh
...
MozReview-Commit-ID: 5GhCsA9Gi3f
--HG--
extra : rebase_source : 17befcf3c98465dc9bf6407a812e81d83bc185bc
2017-02-10 13:16:02 +00:00
Phil Ringnalda
b5acb9b812
Backed out 2 changesets (bug 1336867) for (at least) eslint failures
...
CLOSED TREE
Backed out changeset 0a4f283638cb (bug 1336867)
Backed out changeset 837766805d75 (bug 1336867)
--HG--
rename : security/manager/ssl/tests/unit/test_sts_parser.js => security/manager/ssl/tests/gtest/STSParserTest.cpp
2017-02-09 19:02:32 -08:00
Jonathan Hao
e28cb314a8
Bug 1336867 - Remove unsafeProcessHeader and isSecureHost in nsISiteSecurityService r=keeler,mgoodwin,past
...
--HG--
extra : rebase_source : 3b14ddfcb4107eeeb15ba5498d0b516310847c58
2017-02-08 11:17:29 +08:00
Shane Caraveo
6359cf10d6
Bug 1208596 implement sidebar api for webextensions, f?kmag, gijs r=Gijs,kmag
...
MozReview-Commit-ID: 6GMdU5kcrFR
--HG--
extra : rebase_source : 03acc88de0a87051f222408cc6e80b8f62a770cb
2017-02-09 15:32:50 -08:00
Gijs Kruitbosch
bb2da25549
Bug 1332595 - remove useless click handling, r=mossop
...
Really, the entire pagehide handling and attribute setting should
go away too, but there were serious test issues with doing so.
See the bug for more details. Remaining work will be in bug 1337794.
MozReview-Commit-ID: 5yhym5QemGr
--HG--
extra : rebase_source : 69d341efc8cc7097691fddf1f47b8bc59606fd6c
2017-02-08 13:09:04 +00:00
Masatoshi Kimura
0f8ff5260b
Bug 1321778 - Remove vestigial RC4 fallback frontend. r=Dolske
...
MozReview-Commit-ID: G0KF4j2OtyY
--HG--
extra : rebase_source : f535d51d3ae6a5d00a93b61f7cd1e476899c7efe
extra : intermediate-source : a2a4e0de90d3ef841136e2a1b8406dee67c352d1
extra : source : bfc3b47cc97a3dabdeab4cac0ed4c13f3dfd7c31
2016-11-19 13:45:46 +09:00
Mike Conley
dcbceadedd
Bug 1336230 - If the current window is maximized if the user opens a new window, skip the opening animation. r=Felipe
...
MozReview-Commit-ID: JHmG9nclcGC
--HG--
extra : rebase_source : 4e72cc25572d53681300db3f9afe92d28ddf901f
2017-02-03 16:11:44 -05:00
Matheus Longaray
5dfa84f720
Bug 1336554 - Add support to e10s-multi for simplified browser tab. r=mconley
...
This patch adds support to e10s-multi when creating tab for simplified browser.
MozReview-Commit-ID: KHXePRVxrGl
--HG--
extra : rebase_source : 4c215fdd2506f19864dd9dfdfacd9f7f710802aa
2017-02-03 21:21:01 +01:00
Mike Conley
31e8fd5174
Bug 1307689 - Add telemetry to detect when user abandons an in-progress page load. data-review=bsmedberg, r=bsmedberg,mossop
...
MozReview-Commit-ID: D8emwJriu4m
--HG--
extra : rebase_source : a72e73504a2783cf5166df0493e61f722c02b3d8
2017-01-26 14:01:49 -05:00
Phil Ringnalda
c1e454fb06
Backed out 2 changesets (bug 1307689) for browser-chrome complaints that tab is undefined
...
Backed out changeset 452e602b9ee9 (bug 1307689)
Backed out changeset 5deef62563d2 (bug 1307689)
2017-01-31 20:36:38 -08:00
Mike Conley
50aa633d89
Bug 1307689 - Add telemetry to detect when user abandons an in-progress page load. data-review=bsmedberg, r=bsmedberg,mossop
...
MozReview-Commit-ID: D8emwJriu4m
--HG--
extra : rebase_source : 5c20ae8bf08810f4060389f05801d6f188f339dc
2017-01-26 14:01:49 -05:00
Marco Bonardo
391b744644
Bug 1327155 - Can't open urlbar Blocked Popups menu with a single click if it's already open from the notification bar. r=Felipe
...
MozReview-Commit-ID: Lo4fz9kVeEG
--HG--
extra : rebase_source : ad3ab08ce40fc99e09d010b68a66c1813ac8e1f6
2017-01-27 01:11:09 +01:00
Florian Quèze
bdc1ffa608
Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws.
2017-01-30 08:10:22 +01:00
Wes Kocher
4a3e331d92
Backed out 5 changesets (bug 1323987) for browser-chrome printing failures a=backout
...
Backed out changeset 77bc28c97be0 (bug 1323987)
Backed out changeset 48837569b4e9 (bug 1323987)
Backed out changeset fcf065b47fdc (bug 1323987)
Backed out changeset 06444044d4e5 (bug 1323987)
Backed out changeset 1e7285465d1b (bug 1323987)
MozReview-Commit-ID: KTG6VusQeC0
2017-01-25 13:06:47 -08:00
Matheus Longaray
baf00beae5
Bug 1323987 - Update browser printing code accordingly. r=mconley
...
This patch updates browser printing code to make use of about:printpreview
when loading new tab for print preview. The same URI is used when the user
makes use of simplify page feature while print previewing.
MozReview-Commit-ID: DXHT71hpnWo
--HG--
extra : rebase_source : 7d1e6009ff81bdb37e042cd9a9ad9a6694bab464
2017-01-05 17:38:13 +01:00
Carsten "Tomcat" Book
ff34e66ec7
Merge mozilla-central to autoland
2017-01-25 13:52:18 +01:00
Florian Quèze
0e0865f4fc
Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws.
2017-01-25 07:01:52 +01:00
Phil Ringnalda
1a66390178
Backed out changeset 08db703246b2 (bug 1332595) for timeouts in browser_newtab_bug1178586.js and browser_newtab_reportLinkAction.js
...
CLOSED TREE
2017-01-24 21:46:58 -08:00
Gijs Kruitbosch
25a986c1df
Bug 1333726 - use serializeToString instead of non-existant serializePrincipal, r=ckerschb
...
MozReview-Commit-ID: Ka0ORFpILjm
--HG--
extra : rebase_source : eff25ecae58c135596d3d720a528e52a012f9a42
2017-01-25 11:09:30 +00:00
Vedant Sareen
c1332060f3
Bug 1206048 - Remove E10S_WINDOW metric. r=Dexter
...
Removed the histogram |E10S_WINDOW| and related code as it is no longer in use.
2017-01-20 23:24:07 +05:30
Nihanth Subramanya
7e904b701f
Bug 1323420 - Add a pref to control the close button on web permission prompts. r=past
...
MozReview-Commit-ID: JHEY478q3C
--HG--
extra : rebase_source : 402b02863e95f0cae9f6aaacc5f0645f31ca02b1
2017-01-16 18:08:07 +05:30
Alastor Wu
fe2f735f6d
Bug 1330232 - show the label of 'play tab' in the pop-up menu. r=jaws
...
If the tab is blocked, we should show "play tab" in the pop-up menu instead of "mute tab".
MozReview-Commit-ID: 9SQOtgK4vgv
--HG--
extra : rebase_source : 95d2d8e3d2d3f1060ebc3097075c871249072acb
2017-01-23 10:34:02 +08:00
Christoph Kerschbaumer
efed4c23ee
Bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ctrl-click and open link in new tab. r=gijs
2017-01-22 11:47:36 +01:00
Christoph Kerschbaumer
a45dace275
Bug 1332595 - Fix missing triggeringPrincipal within browser.js. r=gijs
...
--HG--
extra : rebase_source : e7952d2dd38769e13cdcfdb1a4405aff965bb05d
2017-01-24 17:15:56 +01:00
Kris Maglione
a877454fe6
Bug 1305162: Part 1b - Properly serialize nsIMIMEInputStream in RemoteWebNavigation. r=dragana
...
MozReview-Commit-ID: 6PePVAEL1Px
--HG--
extra : rebase_source : a485b0c7dc427b82c2d6e1e440716040a885afc7
extra : source : 1202edf6008d7c4da0976c78ed88cec7aa4f05d1
2017-01-21 13:28:08 -08:00
Nihanth Subramanya
f2ba2936d1
Bug 1313568 - Handle captive portal UI in per-window script. r=MattN
...
MozReview-Commit-ID: FxjE2NblJe4
--HG--
rename : browser/modules/CaptivePortalWatcher.jsm => browser/base/content/browser-captivePortal.js
extra : rebase_source : c6c1321b591fdbd870ff40374477bbc05fbcb27c
2017-01-08 03:23:09 +01:00
Dão Gottwald
e3ce2d647d
Bug 1331172 - Current permission state should use the past tense. r=Paolo
...
MozReview-Commit-ID: 7XqHa0xrfsh
--HG--
extra : rebase_source : 244519d23c6e95847e304fbda24bdd6228fb6df1
2017-01-16 20:33:00 +01:00
Munro Mengjue Chiang
f0be461749
Bug 1270572 - allow un-prompted gUM access if the page has a live track connected to the same device; r=florian,gcp,smaug
...
MozReview-Commit-ID: EvATqR4NNTH
--HG--
extra : rebase_source : cf3b08d7f47e8239bdb6ed27a2eaacb491200d48
2017-01-19 12:24:59 +08:00
Dão Gottwald
5d0a680586
Bug 1332267 - Rename the "host" and "hostless" classes to be more distinctive. r=jkt
...
MozReview-Commit-ID: 1fjd1upFTeM
--HG--
extra : rebase_source : 866b4697dc3706d08782460a74bc0d836f018c7e
2017-01-19 14:20:51 +01:00
Andrew Swan
2e63037fde
Bug 1317363 Implement the new sideloading flow r=florian,rhelmer
...
MozReview-Commit-ID: JgloWKYAhlK
--HG--
extra : rebase_source : 732c178b13c231b36dea0c8c9f0871c7486e18c3
2017-01-18 18:16:19 -08:00
Ryan VanderMeulen
4eacb032f5
Merge autoland to m-c. a=merge
2017-01-18 09:24:55 -05:00
Christoph Kerschbaumer
be82c7af85
Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal. r=bz,gijs
2017-01-18 08:24:55 +01:00
Wes Kocher
602c930ba0
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 10MpA6zwIWr
2017-01-17 17:59:26 -08:00
Wes Kocher
cb7e0bda60
Backed out 2 changesets (bug 1329032) for failures a=backout
...
Backed out changeset 16c4f0df527d (bug 1329032)
Backed out changeset 54f7bfe3ca11 (bug 1329032)
MozReview-Commit-ID: ChGyTdJvT8N
2017-01-17 14:08:10 -08:00
Christoph Kerschbaumer
05287d4fa8
Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal. r=bz,gijs
2017-01-17 21:52:01 +01:00
Jessica Jong
cb707ac950
Bug 1326779 - [e10s] Fire beforeunload event when navigating to a page in different process. r=smaug
...
--HG--
extra : rebase_source : f1268fbb9c2725e79fef2d6627e9e11e6e000acc
2017-01-16 21:33:00 -05:00
Florian Quèze
85611a7b6d
Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
...
--HG--
extra : rebase_source : a22344ee1569f58f1f0a01017bfe0d46a6a14602
2017-01-17 11:50:25 +01:00
Jared Wein
43bac26d30
Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
...
MozReview-Commit-ID: 6tv0Z06CO4a
--HG--
extra : rebase_source : 014c0b04d8538dc5f15bc6dd4ed6bd220c55c5d4
2017-01-17 09:48:17 -06:00
Thom Chiovoloni
0861a8ce52
Bug 1312094 - Don't show 'send to device' for huge or otherwise unsyncable URIs. r=markh
...
MozReview-Commit-ID: 8Eh23UGOwNv
--HG--
extra : rebase_source : 635e6bf7eb2763e7d417770782270bd636676d39
2017-01-09 17:38:34 -05:00
Johann Hofmann
95370d69a3
Bug 1206232 - Add temporary permission states to SitePermissions.jsm. r=jdm,Paolo
...
MozReview-Commit-ID: zQVeEHhIax
--HG--
extra : rebase_source : bebcd31cfbd638c51ff21c7e2b62bcc536b026da
2016-09-22 23:09:30 +02:00
Brian Grinstead
91605663d0
Bug 1314091 - Rename devedition.* to compacttheme.*;r=Gijs
...
MozReview-Commit-ID: 9y9BTK2TeAr
--HG--
rename : browser/base/content/browser-devedition.js => browser/base/content/browser-compacttheme.js
rename : browser/base/content/test/general/browser_devedition.js => browser/base/content/test/general/browser_compacttheme.js
rename : browser/themes/linux/devedition.css => browser/themes/linux/compacttheme.css
rename : browser/themes/osx/devedition.css => browser/themes/osx/compacttheme.css
rename : browser/themes/shared/devedition.inc.css => browser/themes/shared/compacttheme.inc.css
rename : browser/themes/windows/devedition.css => browser/themes/windows/compacttheme.css
2017-01-13 11:53:58 -08:00
Dão Gottwald
de0dcabc7d
Bug 1327142 - Disable "Move to New Window" context menu item for the customize mode tab. r=mikedeboer
2017-01-11 13:40:35 +01:00
Dão Gottwald
900b14556f
Bug 1330001 - Remove browser code behind Windows XP and Vista version checks. r=jaws
2017-01-11 10:54:16 +01:00
Carsten "Tomcat" Book
89882dc5f4
merge mozilla-inbound to mozilla-central a=merge
2017-01-10 12:11:31 +01:00
Johann Hofmann
1a6470f3a1
Bug 1329210 - Hide the permission reload hint when the control center is reopened. r=florian
...
MozReview-Commit-ID: Fb6ZEeYIJHG
--HG--
extra : rebase_source : 3d9fc16b3cfffe6c2a5adef2537ad9dd9b47cb48
2017-01-06 17:10:39 +01:00
Jalen Adams
5f953f5097
Bug 1326581 - Rewrite PointerlockFsWarning.Timeout to use ES6-class. r=jaws
...
MozReview-Commit-ID: ISK3gO2vo1r
--HG--
extra : rebase_source : 8d14f337816a9ab084a85e4a07ba34395398246e
2017-01-05 19:30:54 -05:00
Wes Kocher
0f254a30d6
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 1ij6nLf8f8s
2017-01-05 17:30:35 -08:00
Jared Wein
f0942cd4b3
Bug 1328798 - Enable the no-delete-var rule for eslint and fix the one error spotted by the rule. r=jkt
...
MozReview-Commit-ID: 5wKobd1ehAu
--HG--
extra : rebase_source : 0737687ad78e796b5d97be45a2b564db97c371b5
2017-01-05 12:59:50 -05:00
Iris Hsiao
03a9b9a558
Backed out changeset b33b0cfdf138 (bug 1328798) for functional test bustages
...
CLOSED TREE
2017-01-05 13:07:20 -05:00
Jared Wein
d90a3f519b
Bug 1328798 - Enable the no-delete-var rule for eslint and fix the one error spotted by the rule. r=jkt
...
MozReview-Commit-ID: 5wKobd1ehAu
--HG--
extra : rebase_source : db4ce9ad3e49c589a4f3987a592b8c66548f9ac9
2017-01-05 00:13:39 -05:00
Jared Wein
9141469edf
Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
...
MozReview-Commit-ID: FuVu8skcqOe
--HG--
extra : rebase_source : 8ab34c4e46a7c3075b459bf44786ec184d10d203
2016-12-30 21:47:25 -05:00
Jared Wein
ecab54a7c9
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
--HG--
extra : rebase_source : 0572a35415a766a3f31d266760ecd07f0dcc3f72
2016-12-29 18:34:54 -05:00
Wes Kocher
0dfb7c2b5c
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
7255df4e9a
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
--HG--
extra : rebase_source : da7172285d43b820421557ed3b05887e091ff939
2016-12-29 15:20:47 -05:00
Florian Quèze
028a82f682
Bug 1329182 - remove trailing newURI null parameters in browser/, r=jaws.
2017-01-09 20:27:25 +01:00
Pavan
8318438649
Bug 1235547 - Automatically dismiss the Thanks popup after forgetting history if it isn't interacted with. r=Gijs
2017-01-04 05:42:00 +01:00
Thomas Nguyen
0aaea58b69
Bug 1304623 - Create a pref to control the default referrer policy - part 3. r=bkelly
...
MozReview-Commit-ID: 1A6IHPeNYBQ
2017-01-05 11:29:56 +08:00
Gijs Kruitbosch
18264b1649
Bug 1323838 - make allowing popups work better, r=Felipe
...
MozReview-Commit-ID: LnW5QoxQiGK
--HG--
extra : rebase_source : 0df8261377b85514690bdb22eb67e57ca70a7183
2016-12-17 20:15:01 +00:00
David Keeler
104c38c723
bug 1324071 - add nsIPK11Token.hasPassword to replace unnecessary uses of nsIPKCS11Slot.status r=Cykesiopka,gps,MattN,sebastian
...
MozReview-Commit-ID: C2jwQHPEDC0
--HG--
extra : rebase_source : 16271e70ef32da8657cdc4f8df41b7822430e3bf
2016-12-02 15:09:35 -08:00
Mark Banner
071c48e792
Bug 1325374 - Specify more globals in browser.js/nsBrowserGlue.js, and start fixing up some of places. r=mossop
...
MozReview-Commit-ID: C22lTfaUzHB
--HG--
extra : rebase_source : 8d186d18814a84363ebf2657dd7584a26edd845f
2016-12-22 12:14:05 +00:00
Phil Ringnalda
3abfe370ac
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: 3TWj1elRxgV
2016-12-17 14:00:48 -08:00
Paolo Amadini
8131ab6c9d
Bug 1300755 - Notification anchors are not hidden when the user types in the location bar. r=past
...
MozReview-Commit-ID: 5xY87Jnekv7
--HG--
extra : rebase_source : 0aacb6a4afcd11bf731220df694dc7c12d73dc38
2016-12-15 14:39:30 +01:00
Michael Layzell
65b516822e
Bug 1318767 - Part 3: Use SessionStore to recover from missing GroupedSHistory segments, r=ehsan, r=mconley
...
MozReview-Commit-ID: FDmQIjiHox7
2016-12-13 16:32:54 +08:00
Michael Layzell
14a9005e68
Bug 1318767 - Part 1: When performing SessionRestore on a GroupedSHistory tab, ensure that it reverts to a complete SHistory state before restoring, r=mikedeboer
...
MozReview-Commit-ID: 2zNXDtkx3bs
2016-11-24 10:45:00 +08:00
Nihanth Subramanya
f9fc114f8b
Bug 989197 - Reload error pages showing captive portal UI when the portal is freed. r=Gijs
...
MozReview-Commit-ID: FJLTu5S3d6j
--HG--
extra : rebase_source : a1b6b19a6451849d2436b6920ed3e19a951b33ae
2016-11-21 08:00:14 +05:30
Nihanth Subramanya
81dfc8023b
Bug 989197 - Show alternate UI in cert error pages when a captive portal is active. r=Gijs
...
MozReview-Commit-ID: DnWdwcx8r9S
--HG--
extra : rebase_source : 537be91c2d9dd1482f3134d1833029fdfefd7c5f
extra : amend_source : ee3595059b4426ce9b35bb942dcdaa5793cc5ef7
2016-11-08 16:10:12 +05:30
Gijs Kruitbosch
8cd2b1e623
Bug 1320502 - fix paste (and go) issues regressed in bug 1229426, r=mak
...
MozReview-Commit-ID: Lm6J4Xfik5t
--HG--
extra : rebase_source : 3c32f78781495d2fff3a1e663653a25a5f3f0bf9
2016-11-28 14:59:02 +00:00
Carsten "Tomcat" Book
a666835bf5
merge mozilla-inbound to mozilla-central a=merge
...
--HG--
extra : rebase_source : 7f6b0f633da54f747b30496110e5260a226fe249
2016-11-25 15:36:56 +01:00
Bob Owen
9d6013aa66
Bug 1147911 Part 3: Add remote type parameter to forceInitialBrowserRemote. r=gijs
...
Also change talos pageloader.js to force type to match test URLs.
2016-11-24 15:08:30 +00:00
Bob Owen
4f48f9317d
Bug 1147911 Part 2: Add a remote type property and use it to drive the process switching in frontend code. r=gijs, r=jryans, r=mikedeboer
2016-11-24 15:08:30 +00:00
Bob Owen
db5fb76036
Bug 1147911 Part 1: Fix call to _openURIInNewTab in browser.js to take a URI referrer not a string. r=gijs
2016-11-24 15:08:30 +00:00
Sebastian Hengst
40b0a847d6
Backed out changeset e793767cb441 (bug 1147911) for failing T-e10s(o). r=backout
2016-11-23 18:33:50 +01:00
Sebastian Hengst
4240700f13
Backed out changeset 5b26ae9afaea (bug 1147911)
2016-11-23 18:33:10 +01:00
Sebastian Hengst
0333e0a2b0
Backed out changeset ec84ee6acb88 (bug 1147911)
2016-11-23 18:33:06 +01:00
Bob Owen
c547888b81
Bug 1147911 Part 3: Add remote type parameter to forceInitialBrowserRemote. r=gijs
...
Also change talos pageloader.js to force type to match test URLs.
2016-11-23 13:36:57 +00:00
Bob Owen
67d3ea6af8
Bug 1147911 Part 2: Add a remote type property and use it to drive the process switching in frontend code. r=gijs, r=jryans, r=mikedeboer
2016-11-23 13:36:57 +00:00
Bob Owen
12ab598876
Bug 1147911 Part 1: Fix call to _openURIInNewTab in browser.js to take a URI referrer not a string. r=gijs
2016-11-23 13:36:57 +00:00
Panos Astithas
e0efffb708
Bug 1282768 - Part 3 - Convert permission notifications to use two buttons and a checkbox instead of multiple secondary actions. r=florian
...
MozReview-Commit-ID: KNf04CBaLKB
--HG--
extra : rebase_source : 6c89da5ce541922f55db3853a7bf6f3b6cbc74fa
2016-11-20 18:40:26 +01:00
Panos Astithas
55ed3317db
Bug 1004061 - Make most doorhanger notifications persistent. r=florian
...
MozReview-Commit-ID: IEPkDRnYpiM
--HG--
extra : rebase_source : 59ba5ffcd41d80ad5e4a0e3b9cd05f5b3a4308a3
2016-11-20 18:40:04 +01:00
Sebastian Hengst
bd15eb3df2
Backed out changeset 960112fbae78 (bug 1147911) for T-e10s(o) permafail. r=backout
2016-11-18 00:58:52 +01:00
Sebastian Hengst
5fca81c6e4
Backed out changeset 5cffb4645bc0 (bug 1147911)
2016-11-18 00:58:52 +01:00
Sebastian Hengst
9318d3bb24
Backed out changeset a236e690e2f6 (bug 1147911)
2016-11-18 00:58:52 +01:00
Bob Owen
c9055e97ff
Bug 1147911 Part 3: Add remote type parameter to forceInitialBrowserRemote. r=gijs
...
Also change talos pageloader.js to force type to match test URLs.
2016-11-17 15:48:52 +00:00
Bob Owen
8c7b20c42d
Bug 1147911 Part 2: Add a remote type property and use it to drive the process switching in frontend code. r=gijs, r=jryans, r=mikedeboer
2016-11-17 15:48:52 +00:00
Bob Owen
3cbf12fe33
Bug 1147911 Part 1: Fix call to _openURIInNewTab in browser.js to take a URI referrer not a string. r=gijs
2016-11-17 15:48:52 +00:00
Jared Wein
3718f00db1
Bug 1316870 - Enable no-shadow eslint rule for browser/. r=mossop
2016-11-15 22:58:30 -05:00
Dave Townsend
8de07a19a0
Bug 1316882: Turn on space-before-function-paren eslint rule (browser). r=jaws
...
MozReview-Commit-ID: 2ZvTiZDHchz
--HG--
extra : rebase_source : db6482481b7338df491afd6f6fd376eccec84d7e
2016-11-11 08:10:51 -08:00
Dave Townsend
0a2c8f9b78
Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
...
MozReview-Commit-ID: HBpjT2uHJaZ
--HG--
extra : rebase_source : 78fe71a1d673a1c698520a9c82c6f35959614f8f
2016-11-10 14:48:04 -08:00
Gijs Kruitbosch
b99cd7fcf5
Bug 1229426 - avoid dnd of js URIs, r=mak
...
MozReview-Commit-ID: 70ApmoEYn5Z
--HG--
extra : rebase_source : d1568a3c7c35dd11b191a04c1f9cac7b14ce5298
2016-11-16 18:25:50 +00:00
Gijs Kruitbosch
eca53451e1
Bug 1322719 - treat about:newtab like about:home in our UI when it's the default, r=dao
...
MozReview-Commit-ID: DFn7ZZF2dXw
--HG--
extra : rebase_source : 21fa3d920d7e92c9c7ab9862c74d0f47c1228db9
2016-12-16 17:44:52 +00:00
Jonathan Kingston
6f2e2fd1b5
Bug 1272256 - Add a longpress menu to the new tab button for containers. r=dao, r=Gijs
...
MozReview-Commit-ID: 3GM15cnuQGA
--HG--
extra : rebase_source : 160c4a1c25be9960edfdc8b7e48b1aa8dc53c9dc
2016-09-12 18:25:59 +01:00
Carsten "Tomcat" Book
c30b70be6d
Merge mozilla-central to autoland on a CLOSED TREE
2016-11-04 11:54:35 +01:00
Carsten "Tomcat" Book
a4d6240b83
Backed out changeset e00ed3bd29f9 (bug 1272256) fix eslint issues
2016-11-04 11:53:06 +01:00
Carsten "Tomcat" Book
da760bfc3f
Bug 1300376 - fix bustage on a CLOSED TREE
2016-11-04 11:52:30 +01:00
Carsten "Tomcat" Book
e8ea3d2955
Merge mozilla-central to autoland on a CLOSED TREE
2016-11-04 11:38:37 +01:00
Carsten "Tomcat" Book
0e1f512a95
Backed out changeset 8002299dfc3f (bug 1300376) causing es bustage on a CLOSED TREE
2016-11-04 11:35:25 +01:00
Carsten "Tomcat" Book
59d55de411
Merge mozilla-central to autoland on a CLOSED TREE
2016-11-04 11:24:13 +01:00
Phil Ringnalda
c9fdc270b6
Merge m-c to autoland
...
--HG--
rename : dom/media/webaudio/compiledtest/TestAudioEventTimeline.cpp => dom/media/webaudio/gtest/TestAudioEventTimeline.cpp
2016-11-03 20:02:24 -07:00
Phil Ringnalda
0f32b67e2d
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: Hm1RxN6OaoZ
2016-11-03 19:32:48 -07:00
Phil Ringnalda
393b414467
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: 48WAQwKUCpw
2016-11-02 19:28:38 -07:00
Jared Wein
87b2d4c295
Bug 1315013 - part 1, remove unnecessary double-slash comments that don't add value and look out of place with the spaced-comment eslint rule. r=mossop
...
MozReview-Commit-ID: HIUTSdkXxbY
--HG--
extra : rebase_source : 2f05e2f275ac7f293f9c650bdec8943189e3ce01
2016-11-03 14:42:06 -04:00
Kaffeekaethe
0a6fe253c6
Bug 1308931 - Make accel+k focus the urlbar if search bar is not present. r=Dao
2016-11-02 15:44:11 +01:00
Jonathan Kingston
6375d2a38e
Bug 1278177 - Change container icons to a single sprite sheet and to be rendered by CSS r=jaws
...
MozReview-Commit-ID: 2M1yFOxweBm
2016-09-14 22:48:58 +01:00
Jonathan Kingston
7a9ade6c38
Bug 1272256 - Adding a longpress menu to the new tab button for containers because innocent of Bustage on a CLOSED TREE. r=dao
...
MozReview-Commit-ID: 3GM15cnuQGA
2016-09-12 18:25:59 +01:00
Mark Banner (:standard8)
2bac4bcac7
Bug 1300376 fixing conflicts in backout that likely causing tree closing timeouts on a CLOSED TREE r+a=sheriffduty
2016-11-04 10:04:32 +01:00
Carsten "Tomcat" Book
1eb96f0f30
Backed out changeset f19157ac2e48 (bug 1272256) for possibly causing timeouts on trunk trees on a CLOSED TREE
2016-11-04 09:15:03 +01:00
Jonathan Kingston
ac78554a1e
Bug 1272256 - Adding a longpress menu to the new tab button for containers. r=dao
...
MozReview-Commit-ID: 3GM15cnuQGA
2016-09-12 18:25:59 +01:00
Dão Gottwald
8ed8f8e276
Backed out changeset dad84422bcfc (bug 1300376)
2016-11-03 11:55:04 +01:00
Carsten "Tomcat" Book
780e21d615
Backed out changeset 309e32ebbc3a (bug 1272256) for eslint failure
2016-11-03 09:15:25 +01:00
Jonathan Kingston
d8bcf33598
Bug 1272256 - Adding a longpress menu to the new tab button for containers. r=dao
...
MozReview-Commit-ID: 3GM15cnuQGA
2016-09-12 18:25:59 +01:00
Wes Kocher
df5dbf81cc
Merge central to inbound a=merge
2016-11-02 17:31:08 -07:00
Sebastian Hengst
1537803e32
Backed out changeset 6f52a805df83 (bug 1278177) for failing browser_sessionStoreContainer.js. r=backout on a CLOSED TREE
2016-11-02 13:36:59 +01:00
Jonathan Kingston
d3a1d9a3de
Bug 1278177 - Change container icons to a single sprite sheet and to be rendered by CSS r=jaws
...
MozReview-Commit-ID: 2M1yFOxweBm
--HG--
extra : rebase_source : 45184035e85ff932a6ec324ed36f899e1d2c23b7
2016-09-14 22:48:58 +01:00
Jared Wein
7328c9bd83
Bug 1300376 - Update the zoom indicator status on XULBrowserWindow location changes to catch cases where the indicator wasn't getting updated such as swapping doc shells. r=Gijs
...
MozReview-Commit-ID: 9Qk3Aa0W8Vl
--HG--
extra : rebase_source : 4950789544b62bae308314fb1fcae5f8e00665fc
2016-11-01 15:25:06 -04:00
Mark Banner
09ab00a94f
Bug 1313998 - Turn on no-unused-vars for local variable scopes in browser/base/content. r=mossop
...
MozReview-Commit-ID: IyFGBotfd11
--HG--
extra : rebase_source : aa43e5aea9e7fd7223fc59e941ecdc067abdb48f
2016-10-31 10:33:38 +00:00
Jared Wein
5040f17e00
Bug 1312486 - Enable no-extra-boolean-cast, no-new-object, no-shadow-restricted-names, and spaced-comment rules for eslint. r=standard8
...
MozReview-Commit-ID: 7Gx90a5y8t6
--HG--
extra : rebase_source : 9c8a6b15c19982d720b0163fbbf19d465da786fe
2016-10-24 13:14:19 -04:00
Marco Bonardo
23e690ddcb
Bug 1310737 - Urlbar doesn't properly handle %S and POST keywords. r=adw
...
MozReview-Commit-ID: 3IEqahvOwVH
--HG--
extra : rebase_source : 26788f336ba279d004dbae71423b435515ad7ae9
2016-10-19 15:09:01 +02:00
Sebastian Hengst
5d794a611f
Backed out 3 changesets (bug 1308931) for failing browser_901207_searchbar_in_panel.js, browser_urlbarFocusedCmdK.js and browser_urlbarHashChangeProxyState.js. r=backout
...
Backed out changeset eab68afb0708 (bug 1308931)
Backed out changeset 8109faaf35c0 (bug 1308931)
Backed out changeset 992fa87b5fbe (bug 1308931)
2016-10-29 17:17:54 +02:00
Ryan VanderMeulen
4714739ed4
Bug 1308931 - Fix indentation from whitespace fix.
...
--HG--
extra : rebase_source : d525d6ec7957236e7f1cd91d602557fe183b50c4
2016-10-29 09:44:00 -04:00
Alessio Placitelli
808ed0e224
Bug 1303333 - Implement the probe to count URI loads triggered by search. r=mak, data-review=rweiss
...
MozReview-Commit-ID: 3toynbrFeLP
2016-10-28 23:13:00 +02:00
Ryan VanderMeulen
3e9ae9b2b0
Bug 1308931 - Fix ESLint no-mixed-spaces-and-tabs failures.
2016-10-29 09:35:50 -04:00
Kaffeekaethe
d757807cea
Bug 1308931 - Make cmd k focus the urlbar if search bar is not present. r=Dao
2016-10-29 15:19:44 +02:00
Phil Ringnalda
81279910ba
Backed out changeset 73aacf4a8f56 (bug 1303333) for browser_UsageTelemetry_content_aboutHome.js failures
2016-10-28 19:00:48 -07:00
Alessio Placitelli
eea61b23c3
Bug 1303333 - Implement the probe to count URI loads triggered by search. r=mak, data-review=rweiss
...
MozReview-Commit-ID: 3toynbrFeLP
2016-10-28 13:13:00 +02:00
Eric Rahm
775d4b8f8d
Bug 1312901 - Part 1: Update browser.js URL argument check to use nsIArray. r=Gijs
...
nsISupportsArrays now implement the nsIArray interface so this can be swapped out.
MozReview-Commit-ID: 8DAa7pYdt1b
2016-10-27 14:22:13 -07:00
Michael Layzell
de29c95ed2
Bug 1303196 - Part 7: Updates to apply correctly after noopener changes, r=smaug
...
MozReview-Commit-ID: 25Ew2PLpP5c
2016-10-27 15:53:35 -04:00
Michael Layzell
f9eea2d135
Bug 1303196 - Part 2: Connect the DocGroup and TabGroup objects to nsGlobalWindow and nsDocument, ensuring that Opener is set early enough that it is correct, r=smaug
...
MozReview-Commit-ID: 3rZfLw3dXkF
2016-10-27 15:53:35 -04:00
Marco Bonardo
ab630e99be
Bug 1251569 - It's not possible to hide the Blocked Popup menu by clicking its anchor button in urlbar. r=Dolske
...
MozReview-Commit-ID: 7L6JwLNJt5x
--HG--
extra : rebase_source : 97d9188694ecfeeb08fcea26797018cf5f38ccad
2016-09-28 13:52:44 +02:00
Eric Rahm
c15406fea3
Bug 1312143 - Delete toolkit/obsolete. r=John-Galt
...
This removes the obsolete toolkit directory. A few references to dialogOverlay
have been updated to just used <dialog> directly. The InlineSpellCheckerUI var
has also been moved directly to browser.js and defined as lazy getter.
MozReview-Commit-ID: JZfi0W2wqCL
2016-10-24 18:23:24 -07:00
Alessio Placitelli
05422502cf
Bug 1304446 - Move |recordSearchInTelemetry| to BrowserUsageTelemetry.jsm. r=mak
...
MozReview-Commit-ID: 3OWlz5alrsj
2016-10-07 03:48:00 +02:00
Sebastian Hengst
9bc54244b6
Backed out changeset 82c63072cba7 (bug 1304446) for browser-chrome bustages, e.g. browser_aboutHome.js | histogram with key should be recorded - false == true. r=backout
2016-10-05 20:24:27 +02:00
Alessio Placitelli
4a3222f7be
Bug 1304446 - Move |recordSearchInTelemetry| to BrowserUsageTelemetry.jsm. r=mak
...
MozReview-Commit-ID: 3OWlz5alrsj
2016-10-05 07:06:00 +02:00
Saad Siddiqui
60b9984753
Bug 1304826 - Expanded the regexp so that large hex numbers are not recognized as IP address. r=Gijs
...
MozReview-Commit-ID: IwQMyYj6D5Z
--HG--
extra : rebase_source : c8c5a09e91c013848459874a9ab7cdc9130df17d
2016-10-04 13:44:17 +05:30
Gijs Kruitbosch
67b24ae5ac
Bug 1301876, r=mconley
...
MozReview-Commit-ID: EV40sJD6yR2
--HG--
extra : rebase_source : 8c837c793e4a85116bbf365510c648d7320ec74c
2016-09-13 12:10:54 +01:00
Gijs Kruitbosch
17db78f2b5
Bug 1284395, r=bz,mconley,baku
...
MozReview-Commit-ID: 1nPyv7G3q7d
--HG--
extra : rebase_source : 9b0b75c43d441a13992f085ce6f766aee0614666
extra : source : 6036b8acdab58eb565f15e12f8184f8abe7c6413
2016-09-06 14:19:45 +01:00
Tooru Fujisawa
b7cc988f18
Bug 92737 - Part 7: Open multiple windows when multiple items are dropped on New Window button. r=enndeakin
2015-08-15 07:30:03 +09:00
Tooru Fujisawa
91a5ddf3ae
Bug 92737 - Part 6: Open multiple tabs when multiple items are dropped on New Tab button. r=enndeakin
2015-08-15 07:29:11 +09:00
Tooru Fujisawa
2caa4866f5
Bug 92737 - Part 5: Set multiple homepage when multiple items are dropped on Home button. r=enndeakin
2015-08-15 07:25:55 +09:00
Tooru Fujisawa
e933275fe8
Bug 92737 - Part 3: Open multiple tabs when multiple items are dropped on remote content area. r=enndeakin
2015-11-11 07:35:12 +09:00
Tooru Fujisawa
9867f060f7
Bug 92737 - Part 2: Open multiple tabs when multiple items are dropped on non-remote content area. r=Gijs
2015-08-15 07:20:15 +09:00
Sebastian Hengst
e183b1ce5d
Backed out changeset 6036b8acdab5 (bug 1284395) for asserting in ChromeUtils::IsOriginAttributesEqualIgnoringAddonId at nsDocShell.cpp:8007 for Windows debug builds. r=backout
2016-09-19 17:10:09 +02:00
Gijs Kruitbosch
2370806614
Bug 1284395, r=bz,mconley
...
MozReview-Commit-ID: 1nPyv7G3q7d
--HG--
extra : rebase_source : 9e0d93d1dee7fff2b599da2e79d8a286d2ca8007
2016-09-06 14:19:45 +01:00
Bill McCloskey
50c44c717c
Bug 1279086 - Allow painting for tab switch when JS is running (r=dvander,mconley,mrbkap)
2016-09-16 20:35:11 -07:00
Gijs Kruitbosch
36ec5a3a5c
Bug 1302004 - go back to relying on the asciiHost instead of the input when determining whether to show an info bar, as it more reliably corresponds to the host only in expressions like 123/2, r=jaws
...
The patch uses a combination of IPv4 detection and the existing regexp check, for reasons outlined in the patch. The network-level normalization for URIs catches some of the numbers-only IP requests, but not all of them.
MozReview-Commit-ID: AS02rs2b2NP
--HG--
extra : rebase_source : 4538778137496748802650013d01327c1b4591f8
2016-09-13 14:44:13 +01:00
Florian Quèze
faa5281786
Bug 1299437 - Manually calculate height changes of the control center's permission list until we have a real fix for sizing issues in panelmultiview, r=jaws.
2016-09-12 13:32:25 +02:00
Wes Kocher
b916384275
Merge inbound to m-c a=merge
2016-09-08 15:21:19 -07:00
Carsten "Tomcat" Book
e3c2ddf887
Merge mozilla-central to mozilla-inbound
2016-09-08 12:42:45 +02:00
Andrea Marchesini
f84859945a
Bug 1299480 - Fix regression in the context menu when containers are in used, r=gijs
2016-09-08 11:40:46 +02:00
Florian Quèze
564b3b6ddd
Bug 1294576 - Remove device sharing indicator on location changes, r=johannh.
2016-09-08 12:46:25 +02:00
Fischer.json
7190eefb7f
Bug 1120967 - Broken middle/right click on links via about:preferences pages. r=jaws
...
MozReview-Commit-ID: FejMTP3invj
--HG--
extra : transplant_source : xN3%8A%28%5D%B4%82U%FC%DF%CE%CD%22%D0%236%1A%83o
2016-08-19 17:32:31 +08:00
Johann Hofmann
2b02d71f08
Bug 1286118 followup - Remove accidentally added if clause. r=me
2016-09-05 15:51:37 +02:00
Johann Hofmann
95395ae5d0
Bug 1286118 - Add telemetry probe to measure changes to permissions after initial prompt. r=florian
...
MozReview-Commit-ID: 9Y4XaY71dhh
--HG--
extra : rebase_source : 6cb6ba2f3d36670f84f96a859ce0f86a0bfe69c3
2016-07-20 12:20:43 +02: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
7
d000f8cc89
Bug 1297430 -Add tooltip to X icon in control center. r=johannh
...
--HG--
extra : rebase_source : 6c6d577f71057903995e6a5138da89474367573f
2016-09-01 19:54:10 +02:00
Dão Gottwald
e5b0ac3e96
Backed out changeset 08e4eadbb77d for causing bug 1299667
2016-09-02 13:06:24 +02:00
Sebastian Hengst
e1afe71af4
Backed out changeset 27ffae997b83 (bug 1286118) for failing browser_devices_get_user_media.js. r=backout
2016-09-01 17:05:03 +02:00
Johann Hofmann
421c0f5be9
Bug 1298530 - Fix strikethrough for blocked controlcenter permission icons. r=florian
...
MozReview-Commit-ID: 8TPSOGQ6rC5
--HG--
extra : rebase_source : 8c5134ff09bc7193386b47578b96b9922a2a432c
extra : histedit_source : 69b1327373cbf57332d02723cc20bb4a506634eb
2016-08-30 16:39:19 +02:00
Johann Hofmann
3f7d436e2f
Bug 1286118 - Add telemetry probe to measure changes to permissions after initial prompt. r=florian data-review=bsmedberg
...
MozReview-Commit-ID: 9Y4XaY71dhh
--HG--
extra : rebase_source : 73f91b2211976329f56c8b721b8d1097ef258c4b
extra : amend_source : d92576417f6d92cb477b70064b147685410e3309
2016-07-20 12:20:43 +02:00
Ryan VanderMeulen
60c3cb1548
Merge m-c to fx-team. a=merge
2016-08-31 22:37:49 -04:00
Wes Kocher
a6fa167a46
Merge fx-team to central, a=merge
2016-08-31 17:11:06 -07:00
Jared Wein
97e69eb233
Bug 336290 - remove --enable-safe-browsing from configure since its used everywhere. r=gcp
...
MozReview-Commit-ID: Duwu5vZOhtF
--HG--
extra : rebase_source : 564542010fd854c92978defba889b18a73f398f9
2016-08-31 19:28:29 -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
Jonathan Kingston
b55bb2b76f
Bug 1272256 - Adding in longpress new tab button container menu r=Gijs
...
MozReview-Commit-ID: 5KECDW34G8M
--HG--
extra : rebase_source : 95cd57a27dc0ac76e1a0ac15afa59ba04a2e3c8a
2016-07-14 11:44:39 +01:00
Boris Chiou
1a643a8877
Bug 1245751 - Part 12: Retrieve href from both None & XLink namespace in Browser & Android. r=Gijs,sebastian
...
MozReview-Commit-ID: dSyuTRh5MY
--HG--
extra : rebase_source : 5ee3d94495ce90c16c9e7de1dcd9adcb1388446b
2016-07-07 17:07:14 +08: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
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
Ryan VanderMeulen
82663d8710
Merge inbound to m-c. a=merge
2016-08-23 10:05:18 -04:00
Wes Kocher
b38dbd1378
Backed out 2 changesets (bug 1279086) for causing painting issues a=backout
...
Backed out changeset b1c893387fdd (bug 1279086)
Backed out changeset 277c54118c8a (bug 1279086)
2016-08-22 16:00:34 -07: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
Wes Kocher
431cc3777c
Merge m-c to inbound a=merge
2016-08-19 18:39:52 -07:00
Wes Kocher
bb22cc4067
Merge inbound to central, a=merge
2016-08-19 18:16:20 -07:00
Bill McCloskey
3a7ee5574b
Bug 1279086 - Allow painting for tab switch when JS is running (r=dvander,mconley,mrbkap)
2016-08-19 14:41:26 -07:00