Commit Graph

37225 Commits

Author SHA1 Message Date
Neil Deakin
e8520ef209 Bug 1311279, scroll the select popup when click+drag is used, r=mconley 2016-11-17 09:56:43 -05:00
Neil Deakin
18dc1a098a Bug 1314251, close menulist on alt+up/down, r=ksteuber 2016-11-17 09:56:43 -05:00
Neil Deakin
74aa0c0079 Bug 1313131, don't wrap when using cursor navigation in menus onr dropdowns on Mac, or dropdowns on Windows, r=ksteuber 2016-11-17 09:56:43 -05:00
Neil Deakin
140766f711 Bug 1314647, clear active state of select on mouseup, r=mconley 2016-11-17 09:56:43 -05:00
Carsten "Tomcat" Book
c274b1bb68 Backed out changeset deec8c2ba931 (bug 1314647) for eslint failures 2016-11-17 15:42:59 +01:00
Carsten "Tomcat" Book
8a5fc639cc Backed out changeset 4ed7a34ea7ab (bug 1313131) 2016-11-17 15:42:45 +01:00
Carsten "Tomcat" Book
52809c6506 Backed out changeset 9af8f4f33471 (bug 1314251) 2016-11-17 15:42:43 +01:00
Carsten "Tomcat" Book
27c7333444 Backed out changeset 09093d38540e (bug 1311279) 2016-11-17 15:42:38 +01:00
Neil Deakin
5a0853cab6 Bug 1311279, scroll the select popup when click+drag is used, r=mconley 2016-11-17 09:28:27 -05:00
Neil Deakin
28bb8afb89 Bug 1314251, close menulist on alt+up/down, r=ksteuber 2016-11-17 09:28:27 -05:00
Neil Deakin
3982f6a6c1 Bug 1313131, don't wrap when using cursor navigation in menus onr dropdowns on Mac, or dropdowns on Windows, r=ksteuber 2016-11-17 09:28:27 -05:00
Neil Deakin
842f358037 Bug 1314647, clear active state of select on mouseup, r=mconley 2016-11-17 09:28:26 -05:00
Carsten "Tomcat" Book
2c792af8f0 Merge mozilla-central to mozilla-inbound 2016-11-17 14:39:33 +01:00
Andrew Swan
b6b483f98a Bug 1317590 followup, placate eslint 2016-11-16 20:17:23 -08:00
Wes Kocher
609b9922f7 Merge m-c to autoland, a=merge 2016-11-16 17:29:05 -08:00
Wes Kocher
f9e9d69899 Merge inbound to m-c a=merge CLOSED TREE 2016-11-16 17:07:26 -08:00
Eric Rahm
4ec2c95fa7 Bug 1316729 - Pass command-line args to gtest. r=ted
MozReview-Commit-ID: 8Xs52E9NnCq
2016-11-16 13:04:11 -08:00
Kestrel
36dbde7294 Bug 1235822 - Focus window for beforeunload dialog so it is seen when shutting down. r=dao 2016-11-17 10:52:50 +01:00
Andrew Swan
92002248b4 Bug 1317590 AddonManager support for permissions r=rhelmer
MozReview-Commit-ID: 6I6BTb0TJR2

--HG--
extra : rebase_source : 82d7c03327518b827d5988e72b3fac6c6ab77f31
2016-11-16 08:53:56 -08:00
Robert Helmer
2ac6133e12 Bug 1313960 - synchronous addon DB loader should handle in-progress async load r=kmag
MozReview-Commit-ID: LwzmRr3PdXx

--HG--
extra : rebase_source : d8c8aa7c3974fe88f4b6228a157dc3140c664980
2016-11-15 13:40:47 -08:00
Benjamin Smedberg
d3f7e3065e Bug 1314378 part A - remove startupcache telemetry of dubious value. r=froydnj
MozReview-Commit-ID: J1cLTvO4ecC

--HG--
extra : rebase_source : f6c504a8279fd2a74e97d544a3812fbb43c93b4d
extra : source : 419e1a311337ecdf208f5474f182d1f88102cc9f
2016-11-01 15:21:53 -04:00
Carsten "Tomcat" Book
e7ca75286b Merge mozilla-central to inbound 2016-11-16 14:53:15 +01:00
Shane Caraveo
d981ec07ec Bug 1311576 fix webrequest filter for tabId and windowId, r=kmag
MozReview-Commit-ID: FzW53LXktWz

--HG--
extra : rebase_source : e19987aa7f2bfa711f07abebaf37b75464508177
2016-11-15 16:34:33 -08:00
Wes Kocher
c2c5f83043 Backed out 3 changesets (bug 1271765) for win8 mochitest(5) failures a=backout
Backed out changeset 022a4a018996 (bug 1271765)
Backed out changeset 1d96f03289f8 (bug 1271765)
Backed out changeset 57317a080c99 (bug 1271765)
2016-11-15 10:50:59 -08:00
Shane Caraveo
5faec917c9 Bug 1305421 - Implement chrome.identity, r=kmag
MozReview-Commit-ID: LCAbodtV4XZ

--HG--
extra : rebase_source : 0111582457f86008cb7a9462368f1c2eee0918f9
2016-11-14 13:02:02 -08:00
Timothy Guan-tin Chien
f8ad75dfdd Bug 1316828 - Allow finer control over narration speed, r=eeejay
This patch updates the available speed for user from 8 different speeds to 40.

MozReview-Commit-ID: DZXIhqQERIv

--HG--
extra : rebase_source : d2546c672e8bbd5cb9f38328c23e5b5311fa6d85
2016-11-11 18:51:04 +08:00
Carsten "Tomcat" Book
f28942ae47 Merge mozilla-central to autoland 2016-11-15 12:34:47 +01:00
Carsten "Tomcat" Book
8cfa5253e8 merge mozilla-inbound to mozilla-central a=merge 2016-11-15 12:26:41 +01:00
Kris Maglione
0c9bfc0605 Bug 1317366: Handle blocking WebRequest listeners returning non-object values. r=mixedpuppy
MozReview-Commit-ID: HMbgONPqsKU

--HG--
extra : rebase_source : 08e20cd9e7b6732ab05ae2d1aeada8c80bdf222c
2016-11-14 21:34:23 -08:00
Phil Ringnalda
aee7b7f39e Merge m-c to autoland 2016-11-14 20:08:18 -08:00
Phil Ringnalda
8562d3859b Backed out changeset a8be4ebc85cf (bug 1313595) for permaorange unexpected assertion in test_referrerdirective.html, a=backout
MozReview-Commit-ID: GxBqDrHHg7z
2016-11-14 18:30:58 -08:00
Florian Quèze
0f2c54719e Bug 1317296 - Keep the SEARCH_RESET_RESULT Telemetry probe until Firefox 57. r=bsmedberg
CLOSED TREE
2016-11-14 19:10:20 +01:00
Sebastian Hengst
55da257ddf Backed out changeset d67c6dcba478 (bug 430745) on request from jaws. r=backout
MozReview-Commit-ID: DGzLTDimdZZ
2016-11-14 16:25:04 +01:00
Carsten "Tomcat" Book
c7a033c3e2 merge mozilla-inbound to mozilla-central a=merge 2016-11-14 10:22:06 +01:00
Iris Hsiao
0343b687bc Backed out changeset c7054d08b878 (bug 1305421) for test_chrome_ext_identity.html Timed out 2016-11-14 12:02:56 +08:00
Ray Lin
756d5da9f8 Bug 1271765 - Part 3. Update tests for video control visual refresh. r=jaws
MozReview-Commit-ID: 24GoxgtN0Bo

--HG--
extra : rebase_source : 2ecc77eed9ff4ce6ca989a78b13d209bed356656
2016-11-09 16:47:29 +08:00
Sean Lee
5416c9a8fe Bug 1289913 - Show autocomplete UI on password fields.; r=MattN
MozReview-Commit-ID: LGKM6igKbQB

--HG--
extra : rebase_source : 31e144b0290f23e24cc09a7768541865f675df36
2016-11-03 18:07:39 +08:00
Ethan Glasser-Camp
cb41aa0ef8 Bug 1253740 - Try to build and function even on Android, r=kmag
MozReview-Commit-ID: 5NGXzNhHGUN

--HG--
extra : rebase_source : 61e2f10036c8862028ca22d9c5ba6a13bed1fa53
2016-11-07 12:13:08 -05:00
Ray Lin
55062c0a73 Bug 1271765 - Part 2: Desktop video control visual refresh. r=jaws
MozReview-Commit-ID: 1GfyGmrhgCs

--HG--
extra : rebase_source : 8d4fc403c481fcdedf3976cdd97cc56ccc8344f9
2016-10-12 13:31:32 +08:00
Mike Hommey
6fa3828b4e Bug 1316844 - Remove unused dependencies. r=chmanchester
--HG--
extra : rebase_source : f9c4f39b198fbb83aa02b2eee65863695e7b75ca
2016-11-11 12:52:37 +09:00
Andrew Swan
aced3b2ee7 Bug 1317450 Remove duplicate implementation of AddonInstall.postpone() r=rhelmer
MozReview-Commit-ID: F9mp8tJfdFx

--HG--
extra : rebase_source : 4f6d9974c4ea4b147524af49e3b5d85a9a440da4
2016-11-14 13:24:02 -08:00
Justin Wood
5e46395953 Bug 1317313 - Unbust todays Android Aurora Nightly (post merge-day) by adding more to whitelist, and fixing regex. r=mshal,Tomcat
MozReview-Commit-ID: BaSzx54qSZ8

--HG--
extra : rebase_source : 755bda8419e9804a842bd92987b012e74853603f
2016-11-14 10:56:37 -05:00
Mike de Boer
ad8f80e48a Bug 1316513 - make sure that non-modal highlighting works after page (re)load, re-opening the findbar and other hidden cases caused by bug 253793. This also backs out bug 253793. r=Gijs
MozReview-Commit-ID: 70G51flaaHo

--HG--
extra : rebase_source : 3707c10a214948a988a58587d5b11ce654d16071
2016-11-14 13:49:20 +01:00
Mike de Boer
91c5ca1bb6 Bug 1316515 - clear the find selection when the findbar input box is cleared. r=Gijs
MozReview-Commit-ID: AfmubgbCevw

--HG--
extra : rebase_source : e2e6b2db980b41f72e629f5a9b1f7f277fc1b0d5
2016-11-14 13:29:12 +01:00
Mike de Boer
877d38b3a2 Bug 935521 - properly disable the find next/ previous buttons on the find toolbar and update their appearance when disabled. r=Gijs
MozReview-Commit-ID: ECynT7VYvTt

--HG--
extra : rebase_source : 963d53ed044a015d36d1fcb46e7744cb66a36593
2016-11-14 13:00:34 +01:00
Tomislav Jovanovic
2c891cc35b bug 1310331 - implement matchAboutBlank for tabs.executeScript r=kmag
MozReview-Commit-ID: ApuakyrctzD

--HG--
extra : rebase_source : 8155b4244f6f9652b7cb9ef79ee3d0e9dc6f1b8b
2016-11-03 11:41:21 +01:00
Carsten "Tomcat" Book
5ad0e3405a Merge mozilla-central to autoland 2016-11-14 10:36:41 +01:00
Alfredo.Yang
c9c1355882 Bug 1313556 - update rust parser for pssh parsing. r=rillian
MozReview-Commit-ID: KH8K7mizUHl

--HG--
extra : rebase_source : 8e53260bbfcee797bbf05c2504810c7a1ad81a55
2016-11-10 14:50:30 +08:00
Nathan Froyd
2a75c9dbeb Bug 1312313 - turn off -Wc++11-narrowing on clang; r=ted.mielczarek
Breakpad has enums that look like:

typedef enum {
  VAL1 = 0xc000008f,
  ...
} WeirdEnum;

The C++ standard says that the implementation needs to pick the
underlying type of the enum such that it can safely hold all values
of the enumeration.  For the above enum, uint32_t would be such a
type.  However, MSVC (and clang-cl) apparently do something quite
different, and clang-cl complains when you use the enum above like
so:

  uint32_t testval = ...;
  switch (testval) {
    case VAL1:
    ...
  };

since you can't convert VAL1 (a negative, signed 32-bit integer)
into a uint32_t to compare with testval.

The easiest way avoid this is to disable the warning for breakpad
code.  We also disable the related -Wmicrosoft-enum-value warning
globally, for similar reasons.

MozReview-Commit-ID: 4IoEHSrb7aH

--HG--
extra : rebase_source : 065be306faf7ad16649b00c0fce674c449c7dabe
2016-10-26 12:14:06 -04:00
Ethan Glasser-Camp
ba082acec6 Bug 1253740 - Handle password resets more correctly, r=markh
MozReview-Commit-ID: 1mSvbsYP9fV

--HG--
extra : rebase_source : 24676ce50564a291ce4fdcce40633f76e381bb46
extra : intermediate-source : 385eb385501deec773b4680e64e8014bddaf0edb
extra : source : 8595b3a68fbd2dccbe63324524fd9532ea62bca5
2016-09-30 12:12:58 -04:00