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
johndai1984
92a37b5386
Bug 682294 - Add an error page for file access denied. r=bz
2016-04-06 08:18:00 +02:00
Gijs Kruitbosch
63ec35d6b6
Bug 1238032 - fix dependent tab close issues by part-reverting bug 305085, r=jaws
...
MozReview-Commit-ID: IRaytDjRHe6
2016-04-04 14:43:37 +01: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
Nihanth Subramanya
a057aaf629
Bug 1240594 - Merge about:neterror and about:certerror UI code. r=Gijs
...
MozReview-Commit-ID: 8BjT6sKD4KL
2016-03-01 18:06:20 -08:00
Carsten "Tomcat" Book
ead4761061
merge fx-team to mozilla-central a=merge
2016-04-06 11:59:25 +02:00
Drew Willcoxon
be5007495c
Bug 1181078 - Implement new awesomebar popup design. r=mak
...
Based on an earlier patch by Marco Bonardo <mbonardo@mozilla.com >.
MozReview-Commit-ID: 7S0OoTGivbC
2016-04-05 18:56:54 -07:00
Thom Chiovoloni
5648288004
Bug 1246606 - Ensure a tooltip is present on the 'Sign in to sync' button in the customizable menu. r=markh
2016-04-05 14:52:00 -07:00
Alexandre Poirot
1dd77421e8
Bug 1261092 - Simplify gcli initialization/destruction codepaths. r=jryans,jwalker
2016-04-05 07:16:48 -07:00
Carsten "Tomcat" Book
b661cf1dc5
Backed out changeset 033ae34a1c53 (bug 1246606) for test failures in browser_fxaccounts.js | no tooltip when signed out
2016-04-05 12:18:28 +02:00
Carsten "Tomcat" Book
3fdcdfe8e9
Merge mozilla-central to fx-team to fix 2 perma failures
2016-04-05 10:36:40 +02:00
Carsten "Tomcat" Book
56a1050407
Backed out changeset 864320b75e76 (bug 1259466) for suspicion this caused bc 7 test failures on m-c
2016-04-05 08:54:01 +02:00
Chris Manchester
a3478d13f6
Bug 1242051 - Add inter-directory test support file dependencies to ini manifests. r=gps
...
Previously, every test and support file would be synced to the objdir
when running any test. Now that only those support files and tests requested
are synced, we note support files required beyond those in a test's
directory in ini manifests.
MozReview-Commit-ID: EmlDz9d4lqt
2016-04-04 14:56:52 -07:00
Jeff Muizelaar
d0aa19d58f
Bug 1259466. Rename layers.offmainthreadcomposition.enabled. r=milan
...
We would rather people not use this pref.
2016-04-04 17:15:00 -04:00
Josh Matthews
f3ecac3ed9
Bug 1255576 - Propagate privacy status for removed content preferences to observers. r=adw
2016-04-04 15:25:58 -04:00
Thom Chiovoloni
2a3edba411
Bug 1246606 - Ensure a tooltip is present on the 'Sign in to sync' button in the customizable menu. r=markh
...
MozReview-Commit-ID: GQjHez4gtky
2016-04-04 11:56:09 -07:00
Ryan VanderMeulen
8442c3a904
Merge m-c to fx-team. a=merge
2016-04-04 23:37:40 -04:00
Kris Maglione
69026a7049
Bug 1261738: Try to avoid overlapping FX_TAB_SWITCH_TOTAL_MS stopwatches. r=mconley
...
MozReview-Commit-ID: JSSvsbL6q1n
2016-04-04 19:32:58 -07:00
Jared Wein
344dc31204
Backout the backout because follow-up fix got pushed. Bug 1259859 - Add a test that looks for misused characters in user-facing strings. r=dolske,jryans
...
MozReview-Commit-ID: IBHYB76bvsk
2016-04-02 10:50:50 +02:00
Sebastian Hengst
0fb917a8da
Backed out changeset a877338b4740 (bug 1259859) for failures in devtools mochitest browser_cmd_highlight_03.js. r=backout
2016-04-02 10:45:08 +02:00