Bogdan Tara
fdc4c696b0
Merge inbound to mozilla-central. a=merge
2018-03-27 12:12:57 +03:00
Coroiu Cristina
cd70dce895
Merge mozilla-central to inbound a=merge on a CLOSED TREE
2018-03-27 01:33:50 +03:00
Johann Hofmann
06a4cebc4c
Bug 1447531 - Reduce dom.max_chrome_script_run_time minimum access count to 20 in startup performance tests. r=florian
...
MozReview-Commit-ID: BNdHeqfTcIH
2018-03-26 17:34:52 +02:00
Dão Gottwald
36cb1e2678
Bug 1448613 - Clean up TabsInTitlebar resize event handling. r=johannh
...
MozReview-Commit-ID: CXsfgWOAtwO
2018-03-26 17:24:17 +02:00
Csoregi Natalia
6978d9813e
Backed out changeset a1bb89af06ba (bug 1448613) - expected to fail due to Bug 1446264. CLOSED TREE
2018-03-26 18:19:14 +03:00
Dão Gottwald
1e4cc40aa1
Bug 1448613 - Clean up TabsInTitlebar resize event handling. r=johannh
...
MozReview-Commit-ID: 9UaG2RHst7
2018-03-25 05:54:38 +02:00
Csoregi Natalia
e4d807c80c
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-03-26 12:21:54 +03:00
Csoregi Natalia
e7f5b1935a
Merge inbound to mozilla-central. a=merge
2018-03-26 12:20:03 +03:00
Brindusan Cristian
e3a0e66b6a
Merge mozilla-central to inbound. a=merge CLOSED TREE
2018-03-26 00:57:39 +03:00
Brindusan Cristian
f70d7991a3
Merge inbound to mozilla-central. a=merge
2018-03-26 00:44:42 +03:00
Tooru Fujisawa
c1e27f5dcf
Bug 1397098 - Wait for the content pref update after changing zoom level. r=adw
2018-03-25 17:23:48 +09:00
Arthur Iakab
ebbaa77aaf
Bug 1439493 - Disable browser_bug495058.js on Linux jsdcov (coverage). r=jmaher
2018-03-21 20:49:00 -04:00
Xidorn Quan
fed68375af
Bug 1446264 part 3 - Avoid ignoring and persisting size/position/sizemode when we are setting them from SizeShell(). r=bz,florian
...
When SetSize etc. are called before OnChromeLoaded has been invoked,
the functions assume that the window initialization code wants to size
the window specifically, and thus ignore the values from the <window>
element.
However, bug 1439875 changes the behavior so that SizeShell is also
invoked before OnChromeLoaded, which confuses the functions above, and
causes some of the attributes not to be loaded properly.
This patch adds a separate flag to avoid ignoring those attributes when
those functions are invoked as part of SizeShell itself.
It can cause extra reflow if the window is opened in maximized state,
and thus the new whitelist items. They may be fixed by bug 1448199.
MozReview-Commit-ID: 7jT8w9KGmzy
2018-03-19 14:22:38 +11:00
Xidorn Quan
aef6abec60
Bug 1446264 part 1 - Mark chevron.svg intermittent shown in startup_images test. r=florian
...
MozReview-Commit-ID: 63JdzGWuCAt
2018-03-19 18:01:18 +11:00
Kris Maglione
d9b5d3d0c9
Bug 1446686: Part 1 - Fix browser install tests that rely on non-bootstrapped legacy extensions. r=aswan
...
Several of these tests are obsolete. They only test non-AMO-signed extensions
(which are equivalent to unsigned extensions now), non-restartless extensions
(which aren't supported), or specific behaviors of the old XPInstall dialogs (which are
essentially unsupported).
The rest have been updated to use WebExtensions.
MozReview-Commit-ID: CBGTtl5XbG7
2018-03-17 16:22:22 -07:00
Tim Nguyen
d49de43825
Bug 1444760 - Combine loadURIWithFlags and loadURI methods. r=dao
...
MozReview-Commit-ID: 5dsyKwvjYht
2018-03-16 23:21:46 +00:00
Tim Nguyen
c389c6cf9c
Bug 1444760 - Support only one form of loadURIWithFlags calls. r=dao
...
MozReview-Commit-ID: A5rMjQ6xnRw
2018-03-25 14:35:17 +02:00
Margareta Eliza Balazs
8ad3204b44
Backed out 2 changesets (bug 1444760) for ES lint failure in /builds/worker/checkouts/gecko/browser/base/content/browser.js on a CLOSED TREE
...
Backed out changeset 71f61091a716 (bug 1444760)
Backed out changeset 4956db1e9bdd (bug 1444760)
2018-03-25 15:29:54 +03:00
Tim Nguyen
76bd43b52d
Bug 1444760 - Combine loadURIWithFlags and loadURI methods. r=dao
...
MozReview-Commit-ID: 5dsyKwvjYht
2018-03-16 23:21:46 +00:00
Tim Nguyen
9f6b37eabb
Bug 1444760 - Support only one form of loadURIWithFlags calls. r=dao
...
MozReview-Commit-ID: A5rMjQ6xnRw
2018-03-25 13:59:50 +02:00
Prathiksha
24a6a500d3
Bug 1443781 - Eliminate innerHTML usage in contentSearchUI.js. r=johannh
...
MozReview-Commit-ID: 3JmZF6dR0jZ
2018-03-18 00:13:14 +05:30
Boris Zbarsky
cd5ffa18a7
Bug 1448331. Fix TV failures in browser_favicon_load.js. r=mak
...
MozReview-Commit-ID: FtAR1sriBxs
2018-03-23 12:53:48 -04:00
Joel Maher
88a4c86d38
Bug 1397098 - disable browser/base/content/test/tabs/browser_preloadedBrowser_zoom.js for frequent failures. r=jmaher
2018-03-23 03:45:00 +02:00
Hector Zhao
be722f1aab
Bug 1435142 - Part 2: add a browser mochitest for closeTabByDblclick. r=dao,mixedpuppy
...
MozReview-Commit-ID: 1UEnYflvtLw
2018-03-06 16:50:38 +08:00
Kit Cambridge
e195fe535f
Bug 1448929 - Fix first sync check in gSync.syncConfiguredAndLoading. r=eoger
...
MozReview-Commit-ID: 8Xk6DMHroTm
2018-03-26 09:35:29 -07:00
Narcis Beleuzu
c387ecc278
Merge inbound to mozilla-central. a=merge
2018-03-23 11:51:38 +02:00
Noemi Erli
9e897d6278
Merge mozilla-central to inbound. a=merge CLOSED TREE
2018-03-23 01:00:18 +02:00
Timothy Guan-tin Chien
943b30167b
Bug 1446157 - Remove unused grippy binding r=enndeakin+6102
...
MozReview-Commit-ID: KWC9HpTzig
2018-03-20 17:21:19 +08:00
Mathieu Leplatre
7a06a75010
Bug 1397230 - Generalize blocklist clients to remote settings clients r=mgoodwin
...
MozReview-Commit-ID: 9VAsTFCuZUf
2018-03-13 16:23:57 +01:00
Georg Koppen
0e966236b5
Bug 1442406 - Fix intermittent test failure of browser_no_mcb_for_onions.js test. r=ckerschb
2018-03-27 18:32:55 +02:00
Bob Silverberg
53970dbf30
Bug 1344749 - Expose API to customize where new tabs open, r=dao
...
This patch implements the preference "browser.tabs.insertAfterCurrent" which,
when set to true, will cause all tabs (related and unrelated) to be opened next
to the current tab.
It also implements the browserSettings API "newTabPosition", which allows
extensions to control both "browser.tabs.insertRelatedAfterCurrent", and
"browser.tabs.insertAfterCurrent" via values for "afterCurrent",
"relatedAfterCurrent" and "atEnd".
The code for "browser.tabs.insertAfterCurrent" including the test for it is
mostly taken from a patch attached to bug 933532 written by Masayuki Nakano.
MozReview-Commit-ID: KQE7M2FGpc7
2018-01-19 12:59:53 -05:00
Dão Gottwald
fdcaea38c5
Bug 1448017 - Initialize ToolbarIconColor before the initial layout to spare a potential restyle after the initial layout. r=bgrins
...
MozReview-Commit-ID: LLJ2EftdXZn
2018-03-22 16:18:20 +01:00
Dão Gottwald
7f860b3973
Bug 1444007 - Remove race condition in browser_devices_get_user_media_multi_process.js. r=arai
...
MozReview-Commit-ID: 8cvuI8a984p
2018-03-22 12:06:24 +01:00
Andreea Pavel
1292edbcb7
Merge mozilla-inbound to mozilla-central. a=merge
2018-03-22 11:31:19 +02:00
arthur.iakab
8934da65b6
Merge mozilla-central to mozilla-inbound
2018-03-22 02:02:06 +02:00
arthur.iakab
0755cf3c0d
Merge inbound to mozilla-central. a=merge
2018-03-22 01:46:39 +02:00
Florian Quèze
4e2aa84850
Bug 1447719 - Set browser.startup.blankWindow to true on Windows and Linux, r=mconley.
2018-03-21 23:35:00 +01:00
Brian
522185dfd5
Bug 1442300 - Remove --in-content-category-background property since it is unused. r=jaws
2018-03-21 17:25:15 -04:00
arthur.iakab
94447b63e8
Merge mozilla-central to autoland
2018-03-21 21:28:49 +02:00
arthur.iakab
6e006c34b4
Merge inbound to mozilla-central. a=merge
2018-03-21 21:13:11 +02:00
arthur.iakab
0911dedf1a
Merge mozilla-central to inbound
2018-03-21 22:27:21 +02:00
sreeise
fc785515e2
Bug 1441857 - Added comment explaining custom properties are directly from CSSOM in order to get predefined style which is why they are not referenced by CSS. r=jaws
2018-03-13 22:43:06 -04:00
Timothy Guan-tin Chien
66d1a4f27e
Bug 1444489 - Part VI, Enlarge the size of controls on mobile r=e7358d9c+590837,Gijs
...
Enlarge controls by around 1.3x, which is the size of the original touch controls.
MozReview-Commit-ID: kpgFFIW2hh
2018-03-09 17:00:51 -08:00
Timothy Guan-tin Chien
360df46463
Bug 1444489 - Part IV, Implement Casting UI on videoControls r=Gijs
...
Optimize and re-commit the casting buttons SVG removed from the previous commit.
MozReview-Commit-ID: GICxaRZXTiJ
2018-03-09 17:39:44 -08:00
Timothy Guan-tin Chien
88b40be532
Bug 1444489 - Part I, Convert noControls binding to HTML content r=Gijs
...
The noControls binding is bound to <video> without controls on mobile
(see geckoview/content.css), and is only visible when the video is
blocked because of background autoplay.
MozReview-Commit-ID: KZqlQedCjd5
2018-03-12 22:30:03 +08:00
Gijs Kruitbosch
b2ce2f5b62
Bug 1445106 - don't try to have a feed reader in a frame, r=mak
...
MozReview-Commit-ID: 24EESnD4UaT
2018-03-14 18:51:42 +00:00
Gijs Kruitbosch
26f7e1ef4c
Bug 1423938 - try to fix browser_bug537474 detecting about:blank loads in the selected tab, r=johannh
...
MozReview-Commit-ID: cLfN049EJt
2018-03-20 22:46:49 +00:00
Noemi Erli
69b517254d
Backed out 3 changesets (bug 1435142) for failing in browser/base/content/test/tabs/browser_close_tab_by_dblclick.js on a CLOSED TREE
...
Backed out changeset 9193e64cfe29 (bug 1435142)
Backed out changeset ff4b0af1e773 (bug 1435142)
Backed out changeset 79b72c904600 (bug 1435142)
2018-03-20 15:38:04 +02:00
Hector Zhao
b4a6d0dfad
Bug 1435142 - Part 2: add a browser mochitest for closeTabByDblclick. r=dao
...
MozReview-Commit-ID: 1UEnYflvtLw
2018-03-06 16:50:38 +08:00
Florian Quèze
0e3973a05a
Bug 1405732 - Fix intermittent browser_appmenu_reflows.js failures where the reflow at get_alignmentPosition is encountered 3 times, r=mconley.
2018-03-21 18:14:03 +01:00