Carsten "Tomcat" Book
69c278ebd8
Merge mozilla-central to autoland
2017-07-06 11:24:24 +02:00
Dão Gottwald
289f2d904a
Bug 1378313 - Fix up bogus code showing the reload button as enabled when it's disabled. r=johannh
...
Bug 1376893's approach is wrong in various ways:
- It shows the reload button as enabled for about:blank
- The disabled state styling is implemented in browser/themes/shared/toolbarbuttons.inc.css, and could be implemented differently. browser/base/content/browser.css should not depend on theme specifics.
- :not(:-moz-window-inactive) only begins to make sense on Mac, and obviously prevents the fix from taking effect in inactive windows
MozReview-Commit-ID: CaBLYFKwPgh
2017-07-06 11:07:08 +02:00
Carsten "Tomcat" Book
cbade12442
Backed out changeset ff0abac31f47 (bug 1378313) for causing browser_formless_submit_chrome.js | Test timed out
2017-07-06 10:50:28 +02:00
Dão Gottwald
5b1458c785
Bug 1378313 - Fix up bogus code showing the reload button as enabled when it's disabled. r=johannh
...
Bug 1376893's approach is wrong in various ways:
- It shows the reload button as enabled for about:blank
- The disabled state styling is implemented in browser/themes/shared/toolbarbuttons.inc.css, and could be implemented differently. browser/base/content/browser.css should not depend on theme specifics.
- :not(:-moz-window-inactive) only begins to make sense on Mac, and obviously prevents the fix from taking effect in inactive windows
MozReview-Commit-ID: A5yX9dc4TOK
2017-07-05 11:14:20 +02:00
Erica Wright
ad9aa3093a
Bug 1377182 - Fix animation for tabbar session restore button. r=Gijs
...
MozReview-Commit-ID: 9bkpvelpQEw
2017-06-29 11:31:59 -07:00
Johann Hofmann
f0cfcae173
Bug 1350210 - Part 1 - Add UI density settings to customize mode. r=jaws
...
MozReview-Commit-ID: C0g6aFPW2pX
2017-06-27 18:50:34 +02:00
Christoph Kerschbaumer
62012a3546
Bug 1364016 - Explicitly pass a triggeringPrincipal to openURI. r=gijs,baku
2017-07-05 21:58:21 +02:00
Phil Ringnalda
0d867c5501
Backed out changeset 3beaca4665c1 (bug 1355924) for massive "inline-size less than zero" assertion failures
...
CLOSED TREE
MozReview-Commit-ID: EXIjvcfYAtH
2017-07-03 19:12:55 -07:00
Jared Wein
4cb9ac5576
Bug 1355924 - The refresh/stop button should have an animation when changing between states. r=dao
...
MozReview-Commit-ID: 1t3tVLGaggl
2017-06-22 17:48:21 -04:00
Alastor Wu
501e381e9a
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: 58U7DJSMtss
2017-06-29 04:48:38 -07:00
Johann Hofmann
24de9bfeca
Bug 1364896 - Part 4 - Add a popupshowing listener to the entire document instead of individual elements. r=nhnt11
...
MozReview-Commit-ID: Fypw3TSziyk
2017-06-27 23:05:10 +02:00
Johann Hofmann
7e79708f0c
Bug 1364896 - Part 2 - Increase margin of all context menus that are triggered through touch. r=dao
...
MozReview-Commit-ID: ISc3ZyS1njY
2017-06-09 14:47:50 +02:00
Ryan VanderMeulen
72cc2193ea
Backed out 3 changesets (bug 1364896) for causing bug 1376466.
...
Backed out changeset 5c870a786e94 (bug 1364896)
Backed out changeset 134d9ee1e545 (bug 1364896)
Backed out changeset 8f52f28a9eaa (bug 1364896)
2017-06-27 14:32:07 -04:00
Johann Hofmann
def2e97b2d
Bug 1364896 - Part 2 - Increase margin of all context menus that are triggered through touch. r=dao
...
MozReview-Commit-ID: ISc3ZyS1njY
2017-06-09 14:47:50 +02:00
Erica Wright
cd2978f33c
Bug 1219725 - Add a button for session restore to the tab bar. r=dao,Gijs,mikedeboer,whimboo ui-r=shorlander
...
MozReview-Commit-ID: 6zrEbIxXp8c
2017-06-20 11:33:55 -07:00
Bob Owen
a929e84f97
Bug 1374997 Part 1: Make sure changing the tab is allowed, before we switch back after print preview. r=Gijs
2017-06-21 15:03:31 +01:00
Paolo Amadini
7afba17088
Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian
...
Changes to Promise tests designed to test .then(null) have been reverted, and the browser/extensions directory was excluded because the projects it contains have a separate process for accepting changes.
MozReview-Commit-ID: 1buqgX1EP4P
2017-06-19 11:32:37 +01:00
Rajesh Kathiriya
993895141d
Bug 1370225 - Enabled the ESLint comma-style rule across mozilla-central. r=standard8
...
MozReview-Commit-ID: 9OhLgBpYS4L
2017-06-15 18:24:17 +01:00
Johann Hofmann
df0adde97c
Bug 1355771 - Automatically enable Firefox touch mode in Windows Tablet mode. r=dao
...
MozReview-Commit-ID: 1KLFdsNlib1
2017-06-07 12:54:39 +02:00
Wes Kocher
f9dee262f9
Merge mozilla-central to autoland a=merge
...
UPGRADE_NSS_RELEASE
2017-06-13 18:57:32 -07:00
Rajesh Kathiriya
7c0507b30e
Bug 1370232 - Enabled the ESLint no-unneeded-ternary rule across mozilla-central. r=standard8
...
MozReview-Commit-ID: AH9ArRkjh78
2017-06-13 00:23:54 +05:30
Edouard Oger
4ab7e3d713
Bug 1368383 part 2 - Handle the Sync-not-ready state in page action send to device. r=markh
...
MozReview-Commit-ID: JYPCw3OVGXo
2017-06-01 16:52:40 -04:00
Dão Gottwald
5e90cba995
Bug 1371218 - Move browser.js' stray DOMContentLoaded handler into gBrowserInit. r=mconley
...
MozReview-Commit-ID: 8P7uSKdNGWK
2017-06-08 11:24:30 +02:00
Gijs Kruitbosch
2c8f60b5f8
Bug 1368194 - add tooltiptext to 'send to device' items in the page action menu, r=adw
...
MozReview-Commit-ID: JZDgR0d4puz
2017-06-08 12:51:06 +01:00
Gijs Kruitbosch
a5e58b1afb
Bug 1367012 - update edit UI visibility checks for photon, r=mikedeboer
...
This ensures we update edit UI visibility state when opening/closing the
overflow panel, as well as ensuring we do so if/when the edit controls
get over/underflowed. It then updates the test to ensure we correctly
check the overflow panel, both for overflown items and for items
put there by the user when photon is enabled.
MozReview-Commit-ID: AjRH8wz5Pla
2017-06-08 11:17:55 +01:00
Michael Layzell
a8091e0a2a
Bug 1368046 - Part 1: Propagate window.name across processes for RecvCreateWindowInDifferentProcess, r=smaug
...
MozReview-Commit-ID: 6xmLN9pbCKd
2017-06-07 12:54:53 -04:00
Mark Banner
1b7222fed5
Bug 1370240 - Enable the ESLint no-control-regex rule across mozilla-central. r=mossop
...
MozReview-Commit-ID: IN7YMk7yhAO
2017-06-05 15:43:09 +01:00
Marco Bonardo
4a869f12cd
Bug 1337858 - Replace CopyFavicon in the Docshell with a proper favicons API. r=standard8
...
MozReview-Commit-ID: 8wjSbj0FTwE
2017-05-18 16:48:23 +02:00
Andrea Marchesini
69e7e93d4f
Bug 1369761 - ContextualIdentityService should not be initialized before first paint, r=florian
2017-06-13 13:04:49 +02:00
Mike de Boer
f331197d01
Bug 1354105 - Add zoom controls - zoom in, zoom reset, zoom out and fullscreen - buttons to the Photon app menu. r=Gijs
...
MozReview-Commit-ID: 8cJg4vbdYgL
2017-06-01 19:36:04 +02:00
Ryan VanderMeulen
aff17c1bb0
Backed out changeset ff5590f1750d (bug 1367450) for browser_CaptivePortalWatcher.js failures.
2017-06-01 10:47:44 -04:00
Nihanth Subramanya
845c0a6218
Bug 1367450 - Defer initialization of CaptivePortalWatcher to just before completion of delayed startup. r=florian
...
MozReview-Commit-ID: I9NKOYEYc5g
2017-06-01 06:23:10 +05:30
Ryan VanderMeulen
5971155148
Backed out changeset a2b294e57559 (bug 1367450) for ESLint failures.
2017-06-01 10:04:57 -04:00
Nihanth Subramanya
3f5ed00296
Bug 1367450 - Defer initialization of CaptivePortalWatcher to just before completion of delayed startup. r=florian
...
MozReview-Commit-ID: 2nqIoDABm0a
2017-06-01 06:23:10 +05:30
Christoph Kerschbaumer
dafda3db17
Bug 1363975 - Have loadOneTab() provide the correct triggeringPrincipal. r=gijs,smaug
2017-05-31 20:59:02 +02:00
Timothy Guan-tin Chien
4c88727425
Bug 1363850, Part III, Set pref to make new about:preferences Nightly only, r=jaws,mconley
...
MozReview-Commit-ID: Khanjh79tPd
2017-05-25 18:12:00 +08:00
Ryan VanderMeulen
af21933227
Merge m-c to autoland. a=merge
2017-05-30 16:10:23 -04:00
Ryan VanderMeulen
6c81ed5efa
Merge inbound to m-c. a=merge
2017-05-30 16:09:14 -04:00
Ryan VanderMeulen
e37bd512e7
Merge m-c to autoland. a=merge
2017-05-30 12:59:41 -04:00
Johann Hofmann
63c2efeb74
Bug 1365912 - Add a pref for enabling compact and touch mode. r=dao
...
MozReview-Commit-ID: 1hmTdl0zSKB
2017-05-30 14:09:54 +02:00
Carsten "Tomcat" Book
f49ecb7335
Merge mozilla-central to mozilla-inbound
2017-05-30 11:53:26 +02:00
Christoph Kerschbaumer
90915a5766
Bug 1365232 - Have _delayedStartup() provide the correct triggeringPrincipal. r=gijs
2017-05-16 15:29:14 +02:00
Christoph Kerschbaumer
436065ccac
Bug 1363977 - Have loadTabs() provide the correct triggeringPrincipal. r=gijs,smaug
2017-05-29 21:32:21 +02:00
Carsten "Tomcat" Book
1d3abb096a
Backed out changeset 2b92af4575ae (bug 1357386)
2017-05-30 08:51:22 +02:00
Christoph Kerschbaumer
3bf6e7c868
Bug 1357386: Have loadTabs() provide the correct triggeringPrincipal. r=gijs,smaug
2017-05-30 08:31:08 +02:00
Dan Mosedale
8d78d0ef86
Bug 1367119 - make BrowserOpenTab fire browser-open-newtab-start observer, r=Mardak
...
MozReview-Commit-ID: KDuG5X8yMAR
2017-05-23 16:30:50 -07:00
Drew Willcoxon
d28a56eefb
Bug 1363183 - Add a "bookmark" item to the page action menu. r=mikedeboer
...
MozReview-Commit-ID: 9RR4U3X3gIT
2017-05-25 16:19:02 -07:00
Gijs Kruitbosch
369b50c7b1
Bug 1368370 - remove leftover page action hiding, r=dao
...
MozReview-Commit-ID: KEaOIYhKL6G
2017-05-29 11:40:41 +01:00
Drew Willcoxon
baa4c61b44
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
2017-05-24 15:49:43 -07:00
Sebastian Hengst
a3e07c288c
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-05-24 11:27:29 +02:00