Commit Graph

40970 Commits

Author SHA1 Message Date
Kartikaya Gupta
e688f4d7c8 Bug 1265880 - Drop the APZ velocity bias to 0 on desktop. r=mstange
MozReview-Commit-ID: 5n62Vo5rzVk

--HG--
extra : rebase_source : 3f3e485cdacdb4085371186e5f472f6533950ea5
2016-05-16 11:20:44 -04:00
Henry Chang
0740b887ab Bug 1269426 - Forward or clear nsDocShell::mMixedContentChannel on redirection. r=ckerschb r=smaug
--HG--
extra : amend_source : 19d78ed0342ba00cb53d2748aa11616132fc2039
2016-05-13 17:22:33 +08:00
Xidorn Quan
cbf6f73785 Bug 1271160 - Add telemetry items for fullscreen transition. r=smaug data-review=bsmedberg
MozReview-Commit-ID: EvmLvE5VWOu

--HG--
extra : source : ad09f13328a7455e5b3ae9610fb1b4c9b1baa4bf
2016-05-16 11:30:36 +10:00
Sebastian Hengst
c327e18391 Bug 1272986 - Removal call of E10SUINotification.checkStatus. r=Felipe
E10SUINotification got removed in bug 1227230.

MozReview-Commit-ID: BqPcMCM1tOY

--HG--
extra : rebase_source : f9173be0ddb9ee5b802ebe9765c11d82b29fd7df
2016-05-15 19:51:00 +02:00
Chris Peterson
8a9e2d2bd4 Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium 2016-05-14 00:54:55 -07:00
Gijs Kruitbosch
f2de33cf7d Bug 1269462 - fix race condition in TabsInTitlebar code where it was possible we'd only be called before init(), resulting in never updating the titlebar maths, r=MattN,mconley
MozReview-Commit-ID: KM274gGpiuR

--HG--
extra : rebase_source : 06cfc19ce026cfc033fff0a6b0c6a455c78e0cdf
2016-05-13 18:52:53 +01:00
Phil Ringnalda
2be4cee4d3 Merge f-t to m-c, a=merge 2016-05-14 13:04:50 -07:00
stefanh@inbox.com
15f3daeef2 Bug 1255588 - Make Mac OS X 10.9.0 the minimum supported OS version. r=spohl. 2016-05-14 14:02:26 +02:00
L. David Baron
55b6b3268e Bug 1111440 - Replace rest of -moz-/Moz prefixed logical margin/padding/border properties with their standard versions. r=heycam
This patch was generated by the command:
  find * -type f -exec sed -i -f ../mozpropsub {} \;
in the root of the repository, with the file ../mozpropsub containing:
s/-moz-padding-end\>/padding-inline-end/g
s/-moz-padding-start\>/padding-inline-start/g
s/-moz-margin-end\>/margin-inline-end/g
s/-moz-margin-start\>/margin-inline-start/g
s/-moz-border-end\>/border-inline-end/g
s/-moz-border-end-color\>/border-inline-end-color/g
s/-moz-border-end-style\>/border-inline-end-style/g
s/-moz-border-end-width\>/border-inline-end-width/g
s/-moz-border-start\>/border-inline-start/g
s/-moz-border-start-color\>/border-inline-start-color/g
s/-moz-border-start-style\>/border-inline-start-style/g
s/-moz-border-start-width\>/border-inline-start-width/g
s/\<MozPaddingEnd\>/paddingInlineEnd/g
s/\<MozPaddingStart\>/paddingInlineStart/g
s/\<MozMarginEnd\>/marginInlineEnd/g
s/\<MozMarginStart\>/marginInlineStart/g
s/\<MozBorderEnd\>/borderInlineEnd/g
s/\<MozBorderEndColor\>/borderInlineEndColor/g
s/\<MozBorderEndStyle\>/borderInlineEndStyle/g
s/\<MozBorderEndWidth\>/borderInlineEndWidth/g
s/\<MozBorderStart\>/borderInlineStart/g
s/\<MozBorderStartColor\>/borderInlineStartColor/g
s/\<MozBorderStartStyle\>/borderInlineStartStyle/g
s/\<MozBorderStartWidth\>/borderInlineStartWidth/g

The diffs for the following files:
  layout/style/nsCSSPropAliasList.h
  layout/style/test/property_database.js
  layout/style/test/test_value_computation.html
were then manually removed from the patch.

MozReview-Commit-ID: 8fbYnlZcn9U
2016-05-14 00:00:18 -07:00
Wes Kocher
a960c70ca2 Backed out changeset 53ab4450aff9 (bug 1269998) for browser_ext_tabs_captureVisibleTab.js failures 2016-05-13 16:09:00 -07:00
Brad Lassey
1291088205 bug 1269998 - Prompt users with pending crash reports to submit them r=mconley ui-r=shorlander 2016-05-10 23:50:55 -07:00
Jan-Ivar Bruaroey
0645564b21 Bug 1257950 - getUserMedia switched from SecurityError to NotAllowedError. r=jesup
MozReview-Commit-ID: Di8fDDFkpwX

--HG--
extra : rebase_source : d6f69321bc1a469ad29ec541aaf25ca2a62661cf
2016-05-08 22:29:46 -04:00
Felipe Gomes
918237b0ca Bug 1227230 - Remove all of the e10s prompting code. r=jimm
This removes all of the e10s-related prompting code, including:
- doorhanger offering to opt-in into e10s
- pref and telemetry probe used to measure the number of users who remained opted-in
- dialog that shows up when unchecking the e10s checkbox saying that a tab will open, requesting feedback
- tab opening requesting feedback
- all related strings

The checkbox in the preferences window remains (nightly/aurora only), as well as the message saying that e10s requires a restart.

The e10s accessibility doorhanger remains. and chrome://browser/skin/e10s-64@2x.png remains too because it's also used in the a11y doorhanger.

MozReview-Commit-ID: aOdvnbeHOa

--HG--
extra : rebase_source : e89cc42dddcb376bece435138611b364d3477fa8
2016-05-12 20:31:52 -03:00
Mike Shal
dbfbbfe42c Bug 1272483 - Remove MOZ_UPDATE_PACKAGING and --enable-update-packaging; r=chmanchester
MozReview-Commit-ID: A3SDJCc5eHH

--HG--
extra : rebase_source : af8d081c349b27ac0e2567b0f5863fbbeb7f98ce
2016-05-12 12:15:58 -04:00
Jan-Ivar Bruaroey
7ee4ecc032 Bug 802326 - update tests to work wo/"No Video" and "No Audio" in cam+mic permission prompt. r=florian
MozReview-Commit-ID: FwjmJfOLNct

--HG--
extra : rebase_source : 5a4420a6f55ac5621dbe60ba350144ee9c4c72ce
2016-05-06 10:02:56 -04:00
Jan-Ivar Bruaroey
a29f219fea Bug 802326 - remove "No Video" and "No Audio" choices in cam+mic permission prompt on desktop. r=florian
MozReview-Commit-ID: Bhunec6MuEo

--HG--
extra : rebase_source : cca0c5ac9d15d3e9981e7988ee4343ab0a0ab0f6
2016-05-05 22:28:02 -04:00
Carsten "Tomcat" Book
8184a45f39 Merge mozilla-central to mozilla-inbound 2016-05-13 12:06:58 +02:00
Carsten "Tomcat" Book
50dfc69f35 merge mozilla-inbound to mozilla-central a=merge 2016-05-13 11:59:20 +02:00
L. David Baron
cd2fc4d4b4 Bug 1111440 - Manual comment changes along with replacing -moz- prefixed logical margin/padding/border properties with their standard versions. r=heycam
MozReview-Commit-ID: LLFMGCsQtMO
2016-05-12 22:19:58 -07:00
L. David Baron
d097996b85 Bug 1111440 - Replace -moz- prefixed logical margin/padding/border properties with their standard versions. r=heycam
This patch was generated by the command:
  find . -name "*.css" -exec sed -i -f mozpropsub {} \;
in the root of a mozilla-central tree, with the file mozpropsub
containing the contents:
s/-moz-padding-end\>/padding-inline-end/g
s/-moz-padding-start\>/padding-inline-start/g
s/-moz-margin-end\>/margin-inline-end/g
s/-moz-margin-start\>/margin-inline-start/g
s/-moz-border-end\>/border-inline-end/g
s/-moz-border-end-color\>/border-inline-end-color/g
s/-moz-border-end-style\>/border-inline-end-style/g
s/-moz-border-end-width\>/border-inline-end-width/g
s/-moz-border-start\>/border-inline-start/g
s/-moz-border-start-color\>/border-inline-start-color/g
s/-moz-border-start-style\>/border-inline-start-style/g
s/-moz-border-start-width\>/border-inline-start-width/g

While I didn't manually review all the changes, I did review the list of
files, and manually reviewed the changes in the files that I thought
were more interesting.

Note that there are a few tests that should be fixed up as well, but
I'll do that in a later patch.

MozReview-Commit-ID: EiQTuuV0MNQ
2016-05-12 22:19:58 -07:00
Edouard Oger
bec6ae8b31 Bug 1272462 - Use regular device icon in Synced Tabs sidebar when device selected but no focus. r=markh
MozReview-Commit-ID: FNVXmF8vIQm

--HG--
extra : transplant_source : %E9CG3L%ECC%D0Z%1E%B4%E0%16%FB%F9%3B%C5%A60%FD
2016-05-12 13:16:27 -07:00
Ryan VanderMeulen
7cf37913cd Bug 1272518 - Update pdf.js to version 1.5.256. r=bdahl 2016-05-12 19:02:00 -04:00
Shane Caraveo
1b1eafcff3 Bug 1168229 fix intermittent orange caused by dead CpOWs, r=markh 2016-05-12 15:36:11 -07:00
Carsten "Tomcat" Book
868e217e88 merge mozilla-inbound to mozilla-central a=merge 2016-05-12 11:54:10 +02:00
Jared Wein
e42c2899de Bug 862399 - Add UI to loop playback of media files. r=gijs
MozReview-Commit-ID: 7cLdwpYTCGQ
2016-05-11 08:14:00 -07:00
gasolin
2c9a87102a Bug 1217134 - Replace show password placeholder with conventional show password checkbox; r=MattN
MozReview-Commit-ID: 26bja1C8vl2
2016-05-11 13:32:15 -07:00
Gijs Kruitbosch
3ee440e18e Bug 1268285 - E10SUtils shouldn't throw when passed invalid chrome: URIs, r=felipe
MozReview-Commit-ID: CYof4pGFHIk

--HG--
extra : rebase_source : 8ce188454bdbd0b019f27aec8c70ab4a49875a73
2016-05-11 10:42:21 +01:00
gasolin
4659760eb1 Bug 1271502 - list does not align well in private browsing new tab page with locale lang; r=Gijs
MozReview-Commit-ID: 669uE0FzUwx

--HG--
extra : transplant_source : %1E%0E%19%90%A3E%A8%90%D6R%F4%A5%16%C4X%CB%A8H%D1N
2016-05-10 11:00:23 +08:00
Ricky Chien
dda668b9b8 Bug 1267499 - Fix Private Browsing start-page overflows off the window bottom. r=Gijs
MozReview-Commit-ID: F9Do3T8d7R3

--HG--
extra : transplant_source : %BAEaE%D5%A8%C1%86I%7F%B6%3By%C9e%E3%F0d%5C%22
2016-04-27 15:13:21 +08:00
Mike de Boer
eee09d89ec Bug 1270943 - fix e10s issues in browser_focus.js mochitest and enable all chat tests, for sure this time. r=mixedpuppy 2016-05-11 14:10:18 +02:00
Thomas Klausner
3bc2440a04 Bug 1268882 - Fix test operator in run-all-loop-tests.sh to be portable. r=Standard8 NPOTB so DONTBUILD 2016-05-11 12:32:26 +01:00
Ryan VanderMeulen
5439a41bbd Backed out changeset d8df7fcffeb1 (bug 862399) for browser_contextmenu.js failures. 2016-05-10 22:42:00 -04:00
Edouard Oger
7cfd572f3e Bug 1260482 - Use SVGs instead of bitmaps for devices in Synced Tabs menu. r=markh 2016-05-10 10:59:00 -04:00
Robert Strong
2a488ce1f3 Comment only followup fix for bug 1268340. r=me 2016-05-10 17:40:17 -07:00
Jared Wein
4b9b9a7d92 Bug 862399 - Add UI to loop playback of media files. r=gijs
MozReview-Commit-ID: 7cLdwpYTCGQ
2016-05-10 09:24:00 -04:00
Ray Lin
faf52b7a40 Bug 925101 - Remove legacy signons.txt files. r=dolske
MozReview-Commit-ID: ICZADhIeKiB

--HG--
extra : transplant_source : c%C5%92S%F1%7B%7E%9C%B6%F0%91%E1%C9T%F6%F5I%A23%B0
2016-04-19 17:28:01 +08:00
Katie Broida
3a08f86d74 Bug 1260595 - Clear the lightweight themes menu in popupshowing instead of popuphidden to prevent duplicates in certain scenarios. r=jaws 2016-05-10 08:49:00 -04:00
Katie Broida
6b12bb7807 Bug 1093750 - Add tooltips to icons in Customize mode. r=jaws
MozReview-Commit-ID: HYgprjtoOcE

--HG--
extra : transplant_source : H%E5%BF%92F%7D%E2%D3%99r%18%F6%8D%D8%3A%D8y%92N%D1
2016-05-02 11:33:07 -04:00
Jared Wein
3065f1fd06 Bug 1271626 - Remove erroneous gUIStateBeforeReset property of gUIStateBeforeReset that should have been removed with the patch for bug 1094821. r=gijs
MozReview-Commit-ID: Kcv85kjhcZT
2016-05-10 06:16:00 -04:00
Andrea Marchesini
487efd0283 Bug 1270679 - Ensure blob URLs are only accessible within the same usercontextId, r=bz 2016-05-11 19:53:13 +02:00
Neil Deakin
a4ee9d8df2 Bug 1249522, when a file is present, only specify file type, r=smaug 2016-05-11 10:04:19 -04:00
Carsten "Tomcat" Book
adfbf18177 Merge mozilla-central to mozilla-inbound 2016-05-11 15:22:21 +02:00
Neil Deakin
bbc0cc12e6 Bug 1262332, fix select popup and invalid form popup position when inside a transformed frame, r=felipe 2016-05-11 08:57:03 -04:00
Shane Caraveo
0bce69d748 Bug 1257723 move to using messagemanager for some events, r=markh 2016-03-17 18:44:03 -07:00
Wes Kocher
26012d19b7 Backed out 4 changesets (bug 1266235) for test_ev_certs.js failures on pretty much every platform CLOSED TREE
Backed out changeset f684fac95bd9 (bug 1266235)
Backed out changeset f560cba61749 (bug 1266235)
Backed out changeset 5f321f10da1e (bug 1266235)
Backed out changeset 93deaa5641bc (bug 1266235)

--HG--
rename : services/common/blocklist-clients.js => services/common/KintoBlocklist.js
rename : services/common/blocklist-updater.js => services/common/kinto-updater.js
rename : services/common/tests/unit/test_blocklist_clients.js => services/common/tests/unit/test_kintoAddonPluginBlocklist.js
rename : services/common/tests/unit/test_blocklist_certificates.js => services/common/tests/unit/test_kintoCertBlocklist.js
rename : services/common/tests/unit/test_blocklist_updater.js => services/common/tests/unit/test_kinto_updater.js
2016-05-10 13:46:28 -07:00
Mathieu Leplatre
031d6fbdbb Bug 1266235 - Move blocklist preferences to all.js. r=MattN
Related:

* https://bugzilla.mozilla.org/show_bug.cgi?id=1248557
* https://bugzilla.mozilla.org/show_bug.cgi?id=1259947

MozReview-Commit-ID: H2Eh1oqXeS1

--HG--
extra : transplant_source : %A0%96%22%DB%F3%19%8A%CF%A9%3B%FB%11%27%FB%E7%7B%BCzH%9F
2016-04-29 13:17:09 +02:00
Mathieu Leplatre
34370ce5a8 Bug 1266235 - Use blocklist prefix in preference names. r=Mattn
MozReview-Commit-ID: 5aeoiSEMwYw

--HG--
extra : amend_source : bb232bb34c7a25abffac36531d5ab4d8e9c6c7af
extra : transplant_source : K%1A1d%EEc%8FY%030NRb%AFD%00.%40U8
2016-04-29 12:48:45 +02:00
Ricky Chien
bc20d8239b Bug 1269485 - Improve New Private Browsing start-page background styles r=Gijs
MozReview-Commit-ID: 6gju3cfipJ3

--HG--
extra : transplant_source : %AC%E3bd%AA%20Ua%C4%BD%A2Xx%12%CA%26%97%E7%07%B8
2016-05-04 17:05:50 +08:00
Nomis101
51b7105186 Bug 1271458 - Simplify Minimum System Version detection. r=mstange 2016-05-09 23:48:53 +02:00
Jared Wein
48b93f48cd Bug 1126282 - Add a 1.25x faster video speed option in the video controls. r=gijs
MozReview-Commit-ID: GRf265vktMR
2016-05-09 09:39:00 +02:00