Commit Graph

40443 Commits

Author SHA1 Message Date
Nihanth Subramanya
87f70a9bc2 Bug 1240594 - Remove aboutCertError.dtd and move strings still in use to neterror.dtd. r=Gijs
MozReview-Commit-ID: BqtJy929H6A

--HG--
extra : rebase_source : b6766f06a6bd4adcf6acb1d7b89cc2ffb36551ce
2016-03-21 01:41:55 -07:00
Nihanth Subramanya
a24cc64519 Bug 1240594 - Merge about:neterror and about:certerror UI code. r=Gijs
MozReview-Commit-ID: 8BjT6sKD4KL

--HG--
extra : rebase_source : 316560c5243ba8a1a5d1921603529d7bce101a46
2016-03-01 18:06:20 -08:00
Georg Fritzsche
698d0b134f Backed out changeset b3501e6ad98a (bug 1254550) for Linux & OS X build config issues. 2016-04-06 20:24:53 +02:00
Mark Banner
ec176f1853 Bug 1257154 - Switch to getting DOM title updates via a frame script to work better with e10s. r=mikedeboer 2016-04-06 19:06:59 +01:00
Mark Banner
518688b037 Bug 1262522 - Land version 1.2.6 of the Loop system add-on in mozilla-central. rs=Standard8 for already reviewed code. 2016-04-06 18:28:36 +01:00
Carsten "Tomcat" Book
dddbd2f44f merge fx-team to mozilla-central a=merge 2016-04-06 11:59:25 +02:00
Kestrel
ba45045c35 Bug 1260360 - Purge cookies on clean shutdown according to sanitize preference. r=mconley 2016-04-05 01:46:00 +02:00
Kyle Huey
b98d3ef86c Bug 1259581: Remove MOZ_MEDIA_NAVIGATOR. r=jesup 2016-04-05 20:12:03 -07:00
Kit Cambridge
1b26f871ce Bug 1257008 - Don't collapse the tab list when right-clicking on a device in the Synced Tabs sidebar. r=markh
MozReview-Commit-ID: JsaWLfMOYyC

--HG--
extra : rebase_source : 420fbc43630f308e5b8117f58bacb6529eccd9e5
2016-03-15 16:56:52 -07:00
Edouard Oger
9091ecd4f5 Bug 1251159 - Sync Tab Sidebar now shows clear filter button on osx properly. r=markh
MozReview-Commit-ID: BjTUiSqfOXF

--HG--
extra : rebase_source : 3b5d0570e3fc4f95d1e721640cfbc305995ea825
2016-04-05 18:37:42 -07:00
Kit Cambridge
b9d8f2d371 Bug 1262310 - Fix opening synced tabs from the sidebar. r=markh
MozReview-Commit-ID: 8VHbEqsyuF2

--HG--
extra : rebase_source : 04924f295134834cf66c0d9c4a31d43c614b3abf
2016-04-05 17:06:00 -07:00
Drew Willcoxon
ee27759c39 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
640073c9d7 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
e6645862ac Bug 1261092 - Simplify gcli initialization/destruction codepaths. r=jryans,jwalker 2016-04-05 07:16:48 -07:00
Florian Quèze
8844aff4db Bug 1258019 - avoid JS errors on closed windows in ContentWebRTC.jsm, r=felipe.
--HG--
extra : rebase_source : bc4761305c594bd3dd567864ecfaede0fc34ad62
2016-04-05 12:13:45 +02:00
Carsten "Tomcat" Book
fd5763b37f 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
1fe30696da Backed out changeset ffd370115779 (bug 1261185) for memory leaks on own test 2016-04-05 10:39:36 +02:00
Carsten "Tomcat" Book
8f42935451 Merge mozilla-central to fx-team to fix 2 perma failures 2016-04-05 10:36:40 +02:00
Carsten "Tomcat" Book
0c8ce93507 Backed out changeset 902ee4a0983d (bug 1261223) for XPC failures 2016-04-05 09:18:57 +02:00
Carsten "Tomcat" Book
fad84a5168 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
Ryan VanderMeulen
26094430c0 Merge inbound to m-c. a=merge 2016-04-04 23:34:14 -04:00
George Wright
50500e36f3 Bug 1261416 - Rename firefox-plugin-container back to plugin-container to satisfy Flash's protected mode checks, and ensure that we launch the correct binary r=ted 2016-04-04 18:03:33 -04:00
Chris Manchester
f7a1b3fb60 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
328e2a6882 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
80d7a050f3 Bug 1255576 - Propagate privacy status for removed content preferences to observers. r=adw 2016-04-04 15:25:58 -04:00
bsilverberg
ace0427254 Bug 1261185 - Complete test coverage for browser.windows.create, r=kmag
Add coverage for:
* passing an invalid |tabId|
* passing an array of URLs to open in |url|

MozReview-Commit-ID: EW8sh0p6hgB

--HG--
extra : transplant_source : %5D%BF%EE%EBM%9C%EA%AFj%0F%7F%AFx%F1%8E%F0QV%1Bb
2016-03-31 18:01:45 -04:00
Thom Chiovoloni
4c300de472 Bug 1239845 - Replace fetching synced tabs text with blank panel r=markh
MozReview-Commit-ID: 4j37OvKlWhE

--HG--
extra : rebase_source : 249e42bc6a8e38afbac6445ec9f1e22e7da684a9
2016-04-01 11:16:23 -04:00
Alessio Placitelli
d073596ed6 Bug 1254550 - Set MOZ_TELEMETRY_REPORTING in the common browser configuration. r=glandium
MozReview-Commit-ID: 3aqJfoU2YxT
2016-03-25 06:14:00 +01:00
Mike Conley
9b79809916 Bug 1261657 - Don't record SSTabRestored events in StartupPerformance that are the result of a remoteness flip. r=Yoric
MozReview-Commit-ID: 2pnT2DdKPHV

--HG--
extra : rebase_source : f64f2007b7738c259996402a722b3a9bfcab5e0d
2016-04-03 00:30:14 -04:00
Edouard Oger
b5e12e8fc6 Bug 1261223 - Synced Tabs now uses HiDPI default favicons. r=markh 2016-04-04 11:33:00 +02:00
Edouard Oger
15b6cbd91f Bug 1261215 - Change Synced Tabs tooltip. r=markh 2016-04-04 11:41:00 +02:00
Thom Chiovoloni
2fe899e657 Bug 1261172 - update link to sync sign-in page shown in dev edition r=markh
MozReview-Commit-ID: K7vTJfaixBM

--HG--
extra : transplant_source : %A1%EEq%C5%C7%D0%D8%DF%21%FC%8D%93%8D%A3%99%80%BE%89b%C4
2016-04-04 19:21:32 -07:00
Thom Chiovoloni
2e34be3d6b Bug 1246606 - Ensure a tooltip is present on the 'Sign in to sync' button in the customizable menu. r=markh
MozReview-Commit-ID: GQjHez4gtky

--HG--
extra : transplant_source : P%04%7EV%C3%F9%87%91%C3%C7%B5%A9%8FUl%E9%941%9F%CE
2016-04-04 11:56:09 -07:00
Ryan VanderMeulen
8f64ef0960 Merge m-c to fx-team. a=merge 2016-04-04 23:37:40 -04:00
Kris Maglione
dff885cba8 Bug 1261738: Try to avoid overlapping FX_TAB_SWITCH_TOTAL_MS stopwatches. r=mconley
MozReview-Commit-ID: JSSvsbL6q1n

--HG--
extra : rebase_source : 91a1888d5bbf4878a37644e44fc076b9aa018282
2016-04-04 19:32:58 -07:00
Felipe Gomes
92e3b4d357 Bug 1260190 - Disable e10s for accessibility users on OS X. r=jimm
MozReview-Commit-ID: 1tke1RXrCE2
2016-04-04 21:48:30 -03:00
Kit Cambridge
81cb8e12e4 Bug 1246156 - Show additional link options in the synced tabs sidebar context menu. r=markh
MozReview-Commit-ID: 44KlEasJiLc

--HG--
extra : rebase_source : ccd6b124d5d8159d47ad8918710ad7060e63b750
2016-03-10 15:56:25 -08:00
Ralph Giles
40394ef9d9 Bug 1261503 - Update win32 rustc to support i586-pc-windows-msvc. r=mshal
Update win32 builds to use a Repack of today's (2016 April 1)
rustc nightly for i686-pc-windows-msvc host and
i586-pc-windows-msvc target.

This should properly support machines without sse2 instructions.
2016-04-04 10:09:46 -07:00
Ryan VanderMeulen
1bb567e688 Merge fx-team to m-c. a=merge 2016-04-02 13:34:45 -04:00
Jared Wein
8955f79d9b 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
370ca8535c 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
Jared Wein
4dbcfae693 Bug 1259859 - Add a test that looks for misused characters in user-facing strings. r=dolske,jryans
MozReview-Commit-ID: IBHYB76bvsk
2016-04-02 02:27:36 -04:00
Kit Cambridge
e42c1be8df Bug 1233535 - Show the user's email and display name in Sync preferences when available. r=markh
MozReview-Commit-ID: JU0HgQDPxPJ

--HG--
extra : rebase_source : 133304a27b06dc45dce05af015481ce7709994b0
2016-04-01 14:31:46 -07:00
Sebastian Hengst
b6fc1a89c5 Bug 1260460 - reset user's restore on demand preference since we're removing it from the UI. Follow-up: Replace "currentVersion" with "currentUIVersion" to fix XPCshell and browser-chrome bustage related to nsBrowserGlue.js. r=bustage on a CLOSED TREE 2016-04-02 01:30:14 +02:00
Masatoshi Kimura
24dc7a411b Bug 1251819 - Use the classic Control Panel if the Settings app believes the current Windows logon is a Microsoft account while actually it is not. r=jimm 2016-04-02 08:17:16 +09:00
Wes Kocher
e5f0bc1053 Merge m-c to fx-team, a=merge
MozReview-Commit-ID: NdvPhdYhbi
2016-04-01 15:49:51 -07:00
Wes Kocher
56b7127be0 Merge fx-team to central, a=merge
MozReview-Commit-ID: 8rupfWq5Wa6
2016-04-01 15:43:36 -07:00
Felipe Gomes
b88e06345b Bug 1260460 - reset user's restore on demand preference since we're removing it from the UI. r=mconley
MozReview-Commit-ID: DHqSTh18wQu
2016-04-01 18:22:36 -03:00
Wes Kocher
52eafbcb7d Backed out 2 changesets (bug 1259729) for pocket test failures
Backed out changeset 9b5113e833ff (bug 1259729)
Backed out changeset 24134582d0ce (bug 1259729)

MozReview-Commit-ID: AKMIgo1HJBi
2016-04-01 09:53:07 -07:00
Mark Banner
91944788b7 Bug 1138638 - Make Loop's browser sharing work properly in e10s mode and enable the mochitest. r=mikedeboer 2016-04-01 16:53:10 +01:00