Commit Graph

6345 Commits

Author SHA1 Message Date
Gurzau Raul
239d8976ff Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-03-29 00:59:08 +03:00
Gurzau Raul
55e4fbec5a Merge inbound to mozilla-central. a=merge 2018-03-29 00:55:16 +03:00
ui.manish
efa6a9118c Bug 1429396 - Remove toolkit/content/global/XPCNativeWrapper.js r=mconley 2018-03-28 09:53:33 +02:00
Dão Gottwald
f914c66877 Bug 1448303 - Refactor TabsInTitlebar initial update handling. r=florian
MozReview-Commit-ID: BQTe6cVyHo1
2018-03-28 20:36:21 +02:00
Drew Willcoxon
bd8f7faa4e Bug 1221539 - Add search engine discovery to the page action menu. Part 2: Add the new action. r=Gijs
MozReview-Commit-ID: DEEZBwmV0JD
2018-03-28 11:28:20 -07:00
Drew Willcoxon
0a460e67a4 Bug 1221539 - Add search engine discovery to the page action menu. Part 1: Page action changes. r=Gijs
MozReview-Commit-ID: DGy3sBibpRW
2018-03-28 11:28:13 -07:00
Csoregi Natalia
3fedeb1f16 Backed out changeset 3e32fb05601e (bug 1448303) expected to fail on browser_windowopen.js. CLOSED TREE 2018-03-28 21:34:21 +03:00
Dão Gottwald
9eb9a0c4bb Bug 1448303 - Refactor TabsInTitlebar initial update handling. r=florian
MozReview-Commit-ID: ASVRIsVIoKa
2018-03-28 20:24:26 +02:00
Bryce Van Dyk
efba5c5948 Bug 1436523 - Make sure webrtc chrome mochitests don't use loopback devices. r=achronop
Before this changeset, mochitests in browser/base/content/test/webrtc will pick
up loopback devices due to the changes made earlier in this patch chain to
device enumeration. This results in test bustages (for unknown reasons).

This changeset updates the setup JS for these tests to make sure loopback
devices prefs are unset. A comment has been added noting that if the tests
can be made to work with loopback devices that would be ideal.

MozReview-Commit-ID: KG0io8s5r86
2018-03-15 10:41:36 -04:00
Masayuki Nakano
3ed74d7cc4 Bug 1449018 - The bookmark panel should listen to keypress event at the system event group r=mak
The bookmark panel should handle keypress events at the system event group
because it needs to handle keypress events after autocomplete module which
handles keypress events at the system event group.

MozReview-Commit-ID: 9KjBlQ59gHw
2018-03-27 16:50:18 +09:00
Margareta Eliza Balazs
8419d911e7 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-03-28 01:00:31 +03:00
Margareta Eliza Balazs
3a5e9c1231 Merge inbound to mozilla-central. a=merge 2018-03-28 00:48:11 +03:00
Franziskus Kiefer
bf83b05857 Bug 1415279 - Move error strings for certError and netError pages to frontend, r=johannh,keeler,Honza,snorp
This patch moves all TLS error string handling to the frontend.
Dev-tools doesn't show the same error code as the page does anymore but only the error code as string.
All logging of these error messages has been removed.

Bug #: 1415279

Differential Revision: https://phabricator.services.mozilla.com/D607
2018-03-27 13:31:52 +02:00
Florian Quèze
37c6e61400 Bug 1448446 - remove unused browser_windowopen_flicker.js test file, r=mconley. 2018-03-27 13:46:43 +02:00
Florian Quèze
c6faa7a1ff Bug 1448446 - accept a height of 14px for the reload icon in the browser_windowopen.js exception, r=mconley. 2018-03-27 13:46:40 +02:00
Edouard Oger
c1723c965c Bug 1447829 - Fix the "now" anchor for relative date in browser_sync.js test. r=markh
MozReview-Commit-ID: GPiFRQedMgQ
2018-03-22 18:21:26 -04:00
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