Граф коммитов

34252 Коммитов

Автор SHA1 Сообщение Дата
Gijs Kruitbosch 09a77726b5 Bug 1246664 - enable browser_f7_caret_browsing.js in e10s, r=mikedeboer
MozReview-Commit-ID: 3FcoylbqlBm

--HG--
extra : rebase_source : e4a299c5e79415a240f8fec518b20cb37ab1f8d6
2016-05-11 20:49:58 +01:00
Bob Silverberg 79a85728e0 Bug 1265834 - Part 2: Implement browser.history.search. r=aswan, r=mak
Requesting review from mak for the changes to PlacesUtils.jsm.
Note that one of these changes (toPRTime) is also present in the patch for bug 1265836, but I anticipate that this patch may land before that bug.

MozReview-Commit-ID: Kg1XX40A4FW

--HG--
extra : transplant_source : %05%FAB%CENp%BE%A3%A1C%C3%B8%E6%3E%939%9E%E8%A1%5C
2016-05-13 10:32:48 -04:00
Bob Silverberg 264a472a5e Bug 1265834 - Part 1: Move normalizeTime from downloads into a shared util. r=aswan
MozReview-Commit-ID: GKWBbvTPbGy

--HG--
extra : transplant_source : %B2B%98%83%DE%8En%03%84%C3%07%B4%AF%060%FF%40%F8%99%C2
2016-05-13 10:18:04 -04:00
Chris Manchester 657b64c828 Bug 1272714 - Move MOZ_ANDROID_HISTORY to Python configure. r=glandium
MozReview-Commit-ID: BRhGpAtEHxp
2016-05-17 14:40:03 -07:00
Wes Kocher 3ac80a6ae8 Merge m-c to inbound, a=merge
--HG--
rename : testing/eslint-plugin-mozilla/lib/rules/.eslintrc => testing/eslint/eslint-plugin-mozilla/lib/rules/.eslintrc
2016-05-17 14:17:19 -07:00
Wes Kocher 1dd8a84da8 Merge fx-team to central, a=merge 2016-05-17 14:15:06 -07:00
Mike Conley 184f687452 Bug 1266575 - Dispatch click event on <select> after item is selected when in e10s mode. r=Felipe
MozReview-Commit-ID: 1AwWW9XwWXu

--HG--
extra : rebase_source : ebf18460c413cbdd6bb3f23efe9b6c4faf45e13e
2016-05-13 10:40:24 -04:00
Felipe Gomes 21e5a502a9 Bug 1272751 - Remove block of GTK+ 3.20+ from e10s on release builds. r=jimm
MozReview-Commit-ID: FAeUxCKKmfQ

--HG--
extra : rebase_source : 5e519cf22f4607af8b3a0066c25f3097c4ea8e26
2016-05-16 14:53:44 -03:00
Julian Seward 7a4c826078 Bug 1261052 - Move C++ histogram implementation code into a separate module. r=gfritzsche.
--HG--
extra : rebase_source : 8799fa405c655795fc42350666e0f3baffd316fc
2016-05-17 15:05:19 +02:00
Iaroslav Sheptykin 2af537d12e Bug 1145188: Shifting TelemetrySession init control to TelemetryController (test). r=Dexter 2016-05-13 09:30:00 +02:00
Iaroslav Sheptykin 5bafbc0e78 Bug 1145188: Shifting TelemetrySession init control to TelemetryController (core). r=Dexter 2016-05-16 06:57:00 +02:00
Wes Kocher 1a7f5d4c2c Merge m-c to fx-team, a=merge 2016-05-16 14:23:07 -07:00
Bob Owen 2d161a3465 Bug 1189846 Part 9: Add ability to print from the parent process with settings and progress listener. r=jimm, r=smaug
MozReview-Commit-ID: 7IEMByPmC0n
2016-05-16 10:40:54 +01:00
Henry Chang b852a18e67 Bug 1037555 - Initial listmanager unit test. r=francois. 2016-05-16 14:51:36 +08:00
Phil Ringnalda 62b5c1031a Merge m-c to m-i 2016-05-15 20:41:39 -07:00
Phil Ringnalda 4124f4b6e3 Merge f-t and m-i to m-c, a=merge 2016-05-15 20:37:48 -07:00
Mark Capella 3301837485 Bug 1262916 - Option to add custom search engine should disappear when site is added, r=margaret, florian 2016-05-14 16:43:51 -04:00
Phil Ringnalda 2be4cee4d3 Merge f-t to m-c, a=merge 2016-05-14 13:04:50 -07: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
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
L. David Baron 4661d364a3 Bug 1272711 - Make about:support link to about:performance. r=MattN
(I'm not particularly keen on "Performance" as the label, but I can't
think of anything better right now.)

MozReview-Commit-ID: JrTCFYksX30

--HG--
extra : transplant_source : %00E%9ER%B9%29%D9%D3%01%16%A0%E0%A2N%F9%83%01%E5R%B0
2016-05-13 20:32:21 -07:00
Chris Peterson 353ee65255 Bug 1272513 - Part 1: Suppress -Wshadow warnings-as-errors in some directories. r=glandium 2016-05-11 00:00:01 -07: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
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
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
danhuang1202 adae785e3d Bug 1126967 - keep icon showing when leaving reader mode and add transition to reader toolbar. r=jaws
MozReview-Commit-ID: 3757eBbOb7Q
2016-05-15 21:29:00 +02:00
Bob Silverberg 6af7005275 Bug 1265797 - WebExtensions Notification observer should not remove the notificationId on alertshow. r=aswan
MozReview-Commit-ID: 4RGVdSrF4OU
2016-05-10 12:14:44 -04:00
Luca Greco 92282aa3cb Bug 1263723 - [webext] Track awesomebar user interaction for webNavigation transition types and qualifiers. r=krizsa
- introducing tabTransitionData in the webNavigation internals
- listen for the "autocomplete-did-enter-text" topic notified on the observer service
- add support to from_address_bar transition qualifier and auto_bookmark/keyword/generated transition types

MozReview-Commit-ID: 7krQiJlnc1d
2016-05-09 18:24:53 +02:00
Bob Silverberg d1b3610302 Bug 1260743 - Searching by the url doesn't work. r=aswan, mak
MozReview-Commit-ID: DcqZlwbxsxg
2016-05-11 08:19:22 -04:00
Carsten "Tomcat" Book a0cec16a10 Merge mozilla-central to mozilla-inbound 2016-05-13 14:52:05 +02:00
Gijs Kruitbosch 34bef13953 bug 449358 - Disable test_videocontrols_jsdisabled.html on android, rs=me, a=Tomcat
MozReview-Commit-ID: 2P31nyL2eGQ

--HG--
extra : amend_source : 79c50b2f8de7f54418752ae21f8a273c1f2adf6d
2016-05-13 13:46:19 +01:00
Carsten "Tomcat" Book 07ece0dad9 Backed out changeset 6bf8922cd1b7 (bug 1261052) for windows pgo bustage 2016-05-13 14:26:12 +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 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
Carsten "Tomcat" Book 8184a45f39 Merge mozilla-central to mozilla-inbound 2016-05-13 12:06:58 +02:00
Kumar McMillan 3ed84ad41a Bug 1269889 - make addon.reload() more like temp loading. r=kmag r=aswan
MozReview-Commit-ID: APK49tqcjTA

--HG--
extra : transplant_source : %100%F9q%BD%FF%3CP%89%EF%0Cz%27%3Cc%BCX%3B%F4%D7
2016-05-03 17:07:10 -05:00
Jared Wein 444ccbbdef Bug 449358 - Add a test to confirm that the video controls work when JS is disabled. r=gijs
MozReview-Commit-ID: Grd6lyUwMAP
2016-05-12 20:41:00 +02:00
Georg Fritzsche d266a38370 Bug 1271986 - Allow for Histogram.json entries with "keyed":"true" when running histogram_tools.py in the pipeline. r=dexter 2016-05-12 14:07:48 +01:00
Carsten "Tomcat" Book 868e217e88 merge mozilla-inbound to mozilla-central a=merge 2016-05-12 11:54:10 +02:00
Matthew Noorenberghe 0c850eaf80 Bug 1261234 - Handle <form> without @action properly. r=me
MozReview-Commit-ID: 4IwpOedgmP3
2016-05-11 14:06:59 -07:00
Sean Lee 32084a07d2 Bug 1261234 - Use isOriginPotentiallyTrustworthy to verify the login form action.; r=MattN
MozReview-Commit-ID: CqkG54Qj9mm
2016-05-11 13:44:44 -07:00
Jared Wein 1fdc8a4a99 Bug 1271976 - Don't hide audio controls on volumechange. r=gijs
MozReview-Commit-ID: vi2UphjH5m
2016-05-11 13:34:32 -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
Michael Comella f66bbe667a Bug 1271390 - Document http date header for core ping. r=gfritzsche
MozReview-Commit-ID: GjUlr4mT7sx

--HG--
extra : rebase_source : d0375ad88582acd95005a845f44a4381aaa3a50c
2016-05-09 11:51:48 -07:00
Ray Lin 5c50fcb5f3 Bug 1267935 - Remove NIGHTLY_BUILD condition from mobile theme. r=margaret
MozReview-Commit-ID: 6aEjc6meEtK

--HG--
extra : transplant_source : X%7F%B3%93%9Dy%25%EA1j%CBw%7D%CC%AF%A2%98%24%5C%9F
2016-05-10 22:50:01 +08:00
Jared Wein 5960042c3b Bug 962560 - Audio volume UI resets to full volume after toggling the screen size of a video. r=gijs
MozReview-Commit-ID: HHPOHZQoK50
2016-05-10 08:54:00 -04:00
Jared Wein bc54cf492b Bug 1271742 - Rename currentLineHeight to currentContentWidth in AboutReader.jsm. r=gijs
MozReview-Commit-ID: Fn98gl3Tief

--HG--
extra : transplant_source : %C8%E6%07%C52%0A%B6%25%16R%5C%D5%83P%F7%21%1E%9F%5D%C7
2016-05-10 15:01:06 -04:00
Jan Henning 095e6a9c26 Bug 1242562 - Byte count rounding shouldn't depend on the decimal separator used. r=mak
Currently, download sizes on Fennec aren't rounded for locales using a "." as their decimal separator.

MozReview-Commit-ID: 54sBvTrNAln

--HG--
extra : transplant_source : %87%97%23W%7F%D2lQ%E7bYA5%AAa%A5%9BP%1FQ
2016-05-07 17:14:20 +02: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