Wes Kocher
2934c28d3e
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 4hSCKRdSJmM
2016-04-13 14:18:44 -07:00
Neil Deakin
0a31df2229
Bug 1243011, skip popup open check for back button context menu so that it doesn't sometimes contain the wrong items, r=felipe
2016-04-13 13:15:57 -04:00
Neil Deakin
1d00585fb2
Bug 1253486, [e10s only] hide select popups when the select element is removed, r=mconley
2016-04-13 13:15:55 -04:00
Florian Quèze
d7c77d10c0
Bug 1238286 - Searchbar placed in Australis Menu doesn't detect search plugins if Menu wasn't opened in the window, r=adw.
2016-04-11 15:07:27 +02:00
Chris Peterson
146c8315e6
Bug 1103588 - Part 1: Replace deprecated String#contains with String#includes in browser tests and extensions. r=dolske
2016-04-09 16:05:17 -07:00
Wes Kocher
90dcddf418
Merge m-c to inbound, a=merge CLOSED TREE
...
MozReview-Commit-ID: 8m3KF4mqAKl
2016-04-12 15:36:02 -07:00
Wes Kocher
5a7bf1dd03
Merge fx-team to central, a=merge
...
MozReview-Commit-ID: ApMCFiyBik0
2016-04-12 15:34:39 -07:00
Gijs Kruitbosch
cb15c548e9
Bug 1263174 - fix hostname insertion in SSL error pages, r=past
...
MozReview-Commit-ID: E9zaJGUHUNw
2016-04-12 14:10:56 +01:00
Drew Willcoxon
a1d85085c3
Bug 1263698 - Correctly place the em dash separator between title and URL in awesomebar popup in RTL. r=mak
...
MozReview-Commit-ID: JiD70fqK9EU
2016-04-12 09:58:14 -07:00
Chris Manchester
b085d35040
Bug 1262866 - Move crashreport.sjs from browser.ini to TEST_HARNESS_FILES to prevent failure in --disable-crashrepoter builds. r=ted
...
MozReview-Commit-ID: 6kMEMAmxBhM
2016-04-12 11:19:21 -07:00
Carsten "Tomcat" Book
fa77e6f99b
Merge mozilla-central to fx-team
2016-04-12 13:55:15 +02:00
Jared Wein
fb38497a0a
Bug 1222669 - Don't show the hidecontrols contextmenu item when viewing a standalone audio file. r=gijs
...
MozReview-Commit-ID: JGDFen7u9o4
2016-04-11 11:37:00 +02:00
Ray Lin
35488ee3c3
Bug 995758 - Focus new tab URLBar in Customization mode. r=gijs
...
MozReview-Commit-ID: C9qJE5U7sPk
2016-04-05 20:46:00 +02:00
Phil Ringnalda
71090229c9
Back out changeset 105e0e4b9d80 (bug 1263031) for Windows failures in browser_save_private_link_perwindowpb.js
2016-04-11 21:43:17 -07:00
Shane Caraveo
fd712d8aed
Bug 1263031 modernize and clarify test, r=jaws
2016-04-11 15:41:18 -07:00
johndai1984
92a37b5386
Bug 682294 - Add an error page for file access denied. r=bz
2016-04-06 08:18:00 +02:00
Andrea Marchesini
5f9ebc831e
Bug 1260535 - Update the UI of the tab when window.open() is executed from a container tab, r=mconley
2016-04-13 05:15:36 -04:00
Wes Kocher
92c5d41bcd
Backed out changeset 1d5b01d01df6 (bug 1238286) for m(oth) failures in test_focus_autocomplete.xul
...
MozReview-Commit-ID: HVzqjvciYqB
2016-04-11 09:46:26 -07:00
Florian Quèze
78a5ab08a9
Bug 1238286 - Searchbar placed in Australis Menu doesn't detect search plugins if Menu wasn't opened in the window, r=adw.
2016-04-11 15:07:27 +02:00
Andrea Marchesini
0d6b911fbc
Bug 1259169 - nsICookieManager::remove() should be back-compatible, r=jdm
2016-04-10 05:46:07 +01:00
Ryan VanderMeulen
f16cc2b8b7
Backed out changeset 7d5f1e9ce04c (bug 1259169) for various cookie-related crashes and test failures.
2016-04-09 15:36:07 -04:00
Ryan VanderMeulen
866dcfbed0
Merge m-c to inbound. a=merge
2016-04-09 15:22:21 -04:00
Andrea Marchesini
c505892d92
Bug 1259169 - nsICookieManager::remove() should be back-compatible, r=jdm
2016-04-09 19:09:49 +01:00
Ryan VanderMeulen
6ed49cb57a
Merge m-c to fx-team. a=merge
2016-04-09 10:09:49 -04:00
Wes Kocher
d34e61e3ec
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 9YZdlIARozU
2016-04-08 16:47:03 -07:00
Wes Kocher
8a80b14f72
Merge fx-team to central, a=merge
...
MozReview-Commit-ID: yuSA0kqs0F
2016-04-08 15:26:49 -07:00
Carsten "Tomcat" Book
38bd1d0e89
merge mozilla-inbound to mozilla-central a=merge
2016-04-08 12:00:31 +02:00
Phil Ringnalda
aa31b913b5
Back out changeset 5815d4fc3043 (bug 1195054) for failures in browser_urlbarEnterAfterMouseOver.js
2016-04-07 19:57:15 -07:00
Dave Townsend
17d8a23b3f
Bug 1257246: Update browser for eslint 2. r=felipe
...
Most of this is fixing functions that in some cases return a value but then
can also run to completion without returning anything. ESLint 2 catches this
where previous versions didn't. Unless there was an obvious other choice I just
made these functions return undefined at the end which is effectively what
already happens.
MozReview-Commit-ID: DEskVIjiKDM
2016-04-05 11:33:33 -07:00
Drew Willcoxon
4b0e235fe0
Bug 1262686 - Properly align awesomebar popup with window on RTL locales. r=mak
...
MozReview-Commit-ID: 9S6Azv5JVpF
2016-04-07 16:20:29 -07:00
Drew Willcoxon
795052faf9
Bug 1195054 - The location bar should display 10 autocomplete suggestions without scrollbar instead of 6. r=mak
...
MozReview-Commit-ID: L0dFVZYsvhT
2016-04-07 16:20:27 -07:00
Jonathan Watt
7d5631792c
Bug 1263065 - Avoid assignment to undeclared variable JavaScript strict warning in social-content.js. r=mixedpuppy
2016-03-21 09:11:16 +00:00
Kilik Kuo
6240f6f685
Bug 1256186 - Part 2: Remove the handler in chrome against MediaKeySystemStatus 'cdm-not-supported' and related strings to avoid confusing users. r=Gijs
...
MozReview-Commit-ID: J5sG0MtaeLG
2016-04-06 15:38:00 +08:00
Bill McCloskey
58c501f718
Bug 1262643 - Fix switcher logging (rs=me)
2016-04-07 17:15:24 -07:00
Ryan VanderMeulen
5bf882a61e
Bug 1253956 - Skip the browser/base/content/test/general test directory on Windows debug e10s due to permanent shutdown asserts/crashes. r=jimm
2016-04-07 19:04:58 -04:00
Sebastian Hengst
19ef2b5693
Backed out changeset 81df156cb345 (bug 1250203) for test failures in mochitest-5 test_ext_bookmarks.html, browser-chrome browser_views_liveupdate.js, OS X xpcshell test_browserGlue_migrate.js and maybe more. r=backout on a CLOSED TREE
2016-04-08 18:42:07 +02:00
Florian Quèze
44b6f7d1f7
Bug 1243378 - Enable the browser_devices_get_user_media_about_urls.js test for e10s, r=mconley.
2016-04-08 18:15:04 +02:00
Shane Caraveo
d3ffe88fe3
Bug 1263032 turn on pocket addon during tests, r=markh
2016-04-08 08:06:46 -07:00
Dão Gottwald
a9266fbadc
Bug 1250203 - Re-populate recent bookmarks when a bookmark has been deleted. r=mak
2016-04-08 16:33:21 +02:00
Allasso Travesser
758f72c72b
Bug 1243707 - Split up addTad, create the new browser and link it to the new tab in _linkBrowserToTab. r=dao
2016-04-08 11:58:44 +02:00
Drew Willcoxon
18cd07a42f
Bug 1195054 - The location bar should display 10 autocomplete suggestions without scrollbar instead of 6. r=mak
2016-04-07 22:03:45 -07:00
Edouard Oger
9847cc0179
Bug 1241319 - Clarify synced tabs menu when not logged in. r=markh
2016-04-08 10:46:00 -04:00
Mike Conley
334224aa0c
Bug 1262946 - Update browser_bug495058.js to account for initial browser focus changes. r=Gijs
...
MozReview-Commit-ID: BtjM4eYU0Rc
2016-04-08 13:58:57 -04:00
Mike Conley
951014ee8e
Bug 1262946 - Add focus tests for newly opened windows. r=Gijs
...
MozReview-Commit-ID: 2353D0oA0yO
2016-04-07 17:05:54 -04:00
Mike Conley
e736e31146
Bug 1262946 - Don't focus the initial browser of a new window until it has painted. r=Gijs
...
This is in order to optimize the critical path (the presenting of content to the user).
If we don't wait until the content has been presented for the tab switch, then we run
the risk of causing the content to send sync IPC messages for IME up to the parent,
which slows down the rendering of the content.
MozReview-Commit-ID: B0anKV8YVUz
2016-04-07 11:42:17 -04:00
Carsten "Tomcat" Book
4643fcd169
Backed out changeset 74330da56b82 (bug 1259169) for assertion failures in nsCookieService.cpp:2390
2016-04-08 14:47:39 +02:00
Andrea Marchesini
8100cd23b7
Bug 1259169 - nsICookieManager::remove() should be back-compatible, r=jdm
2016-04-08 12:38:15 +01:00
Peter Van der Beken
9d2658a9b0
Bug 1262110 - Null out nsIMacDockSupport.dockMenu on shutdown. r=smaug.
2016-04-05 16:46:43 +02:00
Nihanth Subramanya
6d04c738dc
Bug 1240594 - Update tests that touch about:certerror. r=Gijs
...
MozReview-Commit-ID: 6dUWaq6eNbZ
2016-03-15 02:36:21 -07:00
Nihanth Subramanya
c50ccc5ba3
Bug 1240594 - Deduplicate certerror and neterror message passing code. r=Gijs
...
MozReview-Commit-ID: 3M8caW1Zqsv
2016-03-15 02:36:21 -07:00