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

501970 Коммитов

Автор SHA1 Сообщение Дата
Xidorn Quan ae670d64ee Bug 389283 - Choose cursor value based on selectability. r=dbaron
MozReview-Commit-ID: 2c4RcXgwz1U

--HG--
extra : rebase_source : c3525339d5d64f24c6f0667244885b8b33042072
2016-11-25 01:00:34 +11:00
Hiroyuki Ikezoe 6f58b63037 Bug 1319378 - Don't set NS_FRAME_MAY_BE_TRANSFORMED against nsIFrame that does not support transforms. r=dbaron
MozReview-Commit-ID: CuDA14ktcDL

--HG--
extra : rebase_source : f9dbd7ac8457bd0428402db3f856f0f96b1e1ecc
2016-11-28 14:19:40 +09:00
Andrew McCreight ced5e33c0a Bug 1319910 - Crash child, not parent, on FatalError in TestActorPunning and TestBadActor. r=billm
The parent process crashes if it gets a bad message from the child,
but that makes it hard to test. This patch overrides the fatal error
handling method and uses the old behavior, that kills the child.

I copied the code to kill the child from TestHangs.

MozReview-Commit-ID: 3YgqaCgHGI0

--HG--
extra : rebase_source : cbecee2742014e969c641b89833cff5f46b99a33
2016-11-23 13:40:04 -08:00
Andrew McCreight 1cb2f34ca9 Bug 1319595, part 7 - Remove obsolete test. r=billm
Bill said it is okay to declare interrupt parent-to-child messages now.

MozReview-Commit-ID: 5Ma6pfkUZmt

--HG--
extra : rebase_source : 68fd3f51a9154136003871425762816593d66139
2016-11-22 16:06:11 -08:00
Andrew McCreight 35d5402bc4 Bug 1319595, part 6 - Fix various IPDL tests. r=billm
managerNoCtor.ipdl: Add a message so that parsing doesn't just fail
immediately with a syntax error.

shmem_access_union.ipdl: Remove this test, which involves the
semi-removed ACL feature for shmem.

oldIncludesyntax.ipdl: To be safe, make the protocol more valid by
adding a message.

multimanNonexistentMgrs.ipdl: Make the name of the protocol match the
name of the file.

MozReview-Commit-ID: 9zx5fmAWIIc

--HG--
extra : rebase_source : a5b9b9f19bc0329a06ca4ff8be3ef4b879054dd9
2016-11-22 15:26:08 -08:00
Andrew McCreight 554d2bf9c1 Bug 1319595, part 5 - Rename rpc to interrupt in IPDL error/ unit tests. r=billm
Change message annotations from "rpc" to "intr" to match the current
name, and similarly rename the protocols and the files.

MozReview-Commit-ID: Dd9ikvAHMnV

--HG--
extra : rebase_source : 0b2d57ca2c4405319f4ecd6ba2f633128355b381
2016-11-22 15:01:33 -08:00
Andrew McCreight 6d897bf5ca Bug 1319595, part 4 - Fix type checker handling of end points without qualifiers. r=billm
If qname has no quals, then fullname would be None, which breaks the
string concatenation in parentEndpointDecl and childEndpointDecl, even
if no endpoints are declared. This patch uses the short name if there
are no quals, while preserving the behavior that we want to pass None
into declare for fullname.

MozReview-Commit-ID: 9nuO8GWhBRH

--HG--
extra : rebase_source : df7e8b80d06b5cf1d4905624c0a3c4eac6703612
2016-11-22 13:55:59 -08:00
Andrew McCreight 025b63715a Bug 1319595, part 3 - Allow including a type twice as long as it is from the same file both times. r=billm
This patch fixes multipleUsingCxxTypes.ipdl. This is a regression from
bug 918651.

MozReview-Commit-ID: 3ByBvp6FZUe

--HG--
extra : rebase_source : 8038d8662360a8f12e571716eb7c59d2b3754508
2016-11-22 14:25:04 -08:00
Andrew McCreight 175c88a5d3 Bug 1319595, part 2 - Add async annotations to IPDL unit tests. r=billm
As of bug 1240871 these are no longer optional.

MozReview-Commit-ID: 2r2uxJP9dDr

--HG--
extra : rebase_source : 6ca55ae336a7c7d37764b657333e331f3b6158c9
2016-11-22 14:05:19 -08:00
Andrew McCreight 05edbf70f3 Bug 1319595, part 1 - Remove IPDL error tests involving state machine or bridge/open. r=billm
MozReview-Commit-ID: 4TUWBGzh3eJ

--HG--
extra : rebase_source : 1e7bed9deaec652e7aafab03860e58a2c3b10716
2016-11-22 14:01:34 -08:00
Chris Manchester 2f511ae3e1 Bug 1306614 - Correctly detect when a conflicting version of a python package is found by the build system's virtualenv. r=gps
The pip function `check_if_exists` returns True if any version of the named
package exists, and sets attributes on the requirement object based on
whether the correct version exists. Prior to this patch, we were interpreting
a `True` result from `check_if_exists` to mean the named package did not need
to be installed or updated at all, causing the build system virtualenv to use
incorrect dependency versions and fail in some cases. This was found in the
case of attempting an artifact build on a system where mozregression was
installed locally, resulting in an incompatible version of the taskcluster
client being used by the artifact code.

MozReview-Commit-ID: 5Q54PsUIrKR

--HG--
extra : rebase_source : f6ae53957401af13cf2eae2780783094f99f8136
2016-11-28 13:05:19 -08:00
Ralph Giles a394c35724 Bug 1320397 - mozboot: Install dbus-glib on Fedora. r=gps
This is needed on Fedora as well as CentOS, at least on Fedora 25
where it's evidently not part of the "GNOME Software Development"
group.

MozReview-Commit-ID: KMW8FUsvJcv

--HG--
extra : rebase_source : 07acb80148409cc1d2918900a56e5d0210c157e1
2016-11-25 15:35:12 -08:00
Mike Hommey b4a7c9cf1c Bug 1319389 - Generically set SK_CPU_[BL]ENDIAN based on __BYTE_ORDER__ when available. r=lsalzman
--HG--
extra : rebase_source : 895f2166b36df699d542bd39e22bdddd0b423594
2016-11-22 20:09:02 +09:00
Mike Hommey 413da6b410 Bug 1320006 - Shell-quote the flags used for file_generate commands. r=mshal
Ideally, we'd shell-quote more arguments, but that would also require
different quoting for the make dependencies and the command line
arguments, so go for the immediate need.

--HG--
extra : rebase_source : c24c782e4faec41ccb18575dce4d0cf513f8649a
2016-11-24 16:17:34 +09:00
Alexandre Poirot a4f35a668b Bug 1302996 - Remove SDK dependencies for JSONView modules loaded on startup. r=jryans
MozReview-Commit-ID: AClST5BXfK1

--HG--
extra : rebase_source : 725e2374c42cbf7b55fd53acce8f9755af19fbba
2016-11-15 09:30:46 -08:00
Alexandre Poirot b76dc18132 Bug 1302996 - Stop loading various useless SDK modules on early devtools startup. r=jryans
MozReview-Commit-ID: 5Roi7rmmbes

--HG--
extra : rebase_source : 25868d462dbfe87b00caf40bc17cebe78d7ad353
2016-08-29 08:23:32 -07:00
Alexandre Poirot 3ab3766b4a Bug 1319928 - Prevent gDevTools.showToolbox from racing when called multiple times in a row. r=jryans
MozReview-Commit-ID: ZQrecrTwb5

--HG--
extra : rebase_source : a421a1c7b14493dbcf6ae2d1671a5e8cec700dfa
2016-11-24 10:03:12 -08:00
Wes Kocher 52efb60291 Backed out 7 changesets (bug 1309162) for valgrind failures a=backout
Backed out changeset 3f0ad2d2c594 (bug 1309162)
Backed out changeset 17c744162fbe (bug 1309162)
Backed out changeset 2015de6577af (bug 1309162)
Backed out changeset fe1771c91309 (bug 1309162)
Backed out changeset b5ab5eae225d (bug 1309162)
Backed out changeset 16ceabbf8eef (bug 1309162)
Backed out changeset 6b09c6adcfa5 (bug 1309162)
2016-11-28 13:16:31 -08:00
Mike Conley e085c0e851 Bug 1320732 - Make sure borders for checkbox and radio input fields can be styled on Fennec. r=snorp
MozReview-Commit-ID: 3phE0L38exp

--HG--
extra : rebase_source : 99b7a3b71001745f404350673e3b21340db3f4ee
2016-11-28 13:22:42 -05:00
J. Ryan Stinnett 6aed2784e0 Bug 1319948 - Remove DevTools emoji theme. r=bgrins
MozReview-Commit-ID: 7o1NFODq6Ma

--HG--
extra : rebase_source : 16b9e21898dd8ee59224c0663f0cfa7b0b1eb54b
2016-11-23 17:21:35 -06:00
Eitan Isaacson 79929567ac Bug 1318137 - Added charLength to speech synth boundary events. r=m_kato,smaug
MozReview-Commit-ID: 2B9gM3wmEVQ

--HG--
extra : rebase_source : 4a871e8eac27678d387d61f11830019189b90b53
2016-11-16 17:22:36 -08:00
Botond Ballo 1a3f01bf7e Bug 1320200 - Propagate scroll-behavior on a text input to the anonymous scrollable <div> inside it. r=tnikkel
MozReview-Commit-ID: Cur3x41wAfU

--HG--
extra : rebase_source : 0db4979a2717d54da258dbd83c6be31fdb6c1537
2016-11-25 19:39:17 -05:00
Sebastian Kaspari 7dfcff8b08 Bug 1301468 - Add activity stream session for new tab panel. r=ahunt
MozReview-Commit-ID: 45yMkb3bJfS

--HG--
extra : rebase_source : 899298bc8a26a3d2ae472d20e368756178f4356e
2016-11-23 17:24:31 +01:00
Sebastian Kaspari 600414d90f Bug 1301468 - Add telemetry to AS context menu (following the pattern of existing probes). r=ahunt
MozReview-Commit-ID: 91E0c9rPSbB

--HG--
extra : rebase_source : ca96399cc2c442113415639f082c47f15c61658b
2016-11-23 17:10:04 +01:00
Sebastian Kaspari 08059cfec8 Bug 1301468 - AS Top Sites: Add telemetry for showing context menu. r=ahunt
MozReview-Commit-ID: 9OzR2NjUnZJ

--HG--
extra : rebase_source : 41917acebefd7a7c0affd31a01e77a6011a99da0
2016-11-23 16:59:13 +01:00
Sebastian Kaspari 5cab60e280 Bug 1301468 - AS Highlights: Add LOAD_URL telemetry. r=ahunt
MozReview-Commit-ID: 4iVJXkz8L61

--HG--
extra : rebase_source : f41cdf98ad0b91e00ced69fe1f84fd34c6ccf790
2016-11-23 16:55:06 +01:00
Sebastian Kaspari 3c4f7c1f39 Bug 1301468 - AS Top Sites: Add LOAD_URL telemetry. r=ahunt
MozReview-Commit-ID: 2vgWB2KxPMK

--HG--
extra : rebase_source : 5f8209c48f4e01a13ccf6772a803dad6f2604b24
2016-11-23 16:52:20 +01:00
Andi-Bogdan Postelnicu b780416e7c Bug 1319408 - Replace integer literals which are cast to bool in embedding/. r=myk
MozReview-Commit-ID: 3PLvkLGG45T

--HG--
extra : rebase_source : c0305100d7709a4570a9484410945815fdda6cc0
2016-11-22 14:57:41 +02:00
Andi-Bogdan Postelnicu 013eaba858 Bug 1319408 - Replace string literals containing escaped characters with raw string literals in embedding/. r=myk
MozReview-Commit-ID: 8JziAMAhoLq

--HG--
extra : rebase_source : 95b9e065adf97885895b18a90a72113a540938a9
2016-11-22 14:57:01 +02:00
Andi-Bogdan Postelnicu f15c92c2a2 Bug 1319408 - Replace default bodies of special member functions with = default; in embedding/. r=myk
MozReview-Commit-ID: HUOfzBiwxBB

--HG--
extra : rebase_source : bd3743ff56550b6e98612f3dfbcbc5307e011aa7
2016-11-22 14:56:19 +02:00
Andi-Bogdan Postelnicu 931318ff0d Bug 1319408 - Use auto type specifier where aplicable for variable declarations to improve code readability and maintainability in embedding/. r=myk
MozReview-Commit-ID: GJSRXaQCDXS

--HG--
extra : rebase_source : 05dd531d4910f72388ad70423dfe148338320d66
2016-11-22 14:55:44 +02:00
Marco Bonardo f468a686dd Bug 1319435 - Remove unused chrome://browser/skin/feeds/subscribe-ui.css file. r=florian
MozReview-Commit-ID: BTtM6iIw7g5

--HG--
extra : rebase_source : e1bc7bcc0030a23c49fa20e4a995d08175633aeb
2016-11-28 17:41:01 +01:00
Jan Henning c2c425bc88 Bug 1320550 - Part 2 - Clear closed tabs when max_tabs_undo is set to 0. r=sebastian
Currently, we stop updating closed tabs if max_tabs_undo is set to 0, however we don't clear that data and carry it around indefinitely unless the user clears the browser history.

This means that when closing a tab, we still show the "Undo close tab" snackbar, however with its contents referring to the last tab the user closed before setting browser.sessionstore.max_tabs_undo to 0.

With this patch, we clear all closed tabs (and don't reload them from disc on startup) if max_tabs_undo is 0, which also stops the snackbar from showing after closing a tab.

MozReview-Commit-ID: PEtminpW4B

--HG--
extra : rebase_source : 7c8039db1d1d7c5bc127cdc11fbc0a1387694ef9
2016-11-27 16:59:53 +01:00
Jan Henning ebe2077f8b Bug 1320550 - Part 1 - Only try showing the "Undo close tab" snackbar if we actually have some closed tab data. r=sebastian
This can happen if the users sets browser.sessionstore.max_tabs_undo to 0 - with no closed tabs available, without this fix the resulting exception breaks browser.js's closed tab handling, meaning the tab gets closed in the UI but not in Gecko.

MozReview-Commit-ID: 7yMyIB6UzAB

--HG--
extra : rebase_source : 37ca55519b30cbd5d263127d3ecd6b893ccfafc9
2016-11-27 16:44:38 +01:00
Carsten "Tomcat" Book 50f8f4ff5e Merge mozilla-central to autoland 2016-11-28 16:48:44 +01:00
Carsten "Tomcat" Book d98418da69 merge mozilla-inbound to mozilla-central a=merge 2016-11-28 16:37:22 +01:00
Carsten "Tomcat" Book 19da73399e merge autoland to mozilla-central a=merge 2016-11-28 16:36:11 +01:00
ffxbld 78cfa1f6f4 No bug, Automated blocklist update from host bld-linux64-spot-488 - a=blocklist-update 2016-11-28 06:24:02 -08:00
ffxbld b1d487a44b No bug, Automated HPKP preload list update from host bld-linux64-spot-488 - a=hpkp-update 2016-11-28 06:23:59 -08:00
ffxbld 1fc4ec756d No bug, Automated HSTS preload list update from host bld-linux64-spot-488 - a=hsts-update 2016-11-28 06:23:57 -08:00
Sebastian Hengst cc75cb97eb Backed out changeset 626c5d74b74c (bug 1315976) for breaking Mac L10n nightlies. r=backout a=backout
MozReview-Commit-ID: 8mie8tWYrcz
2016-11-28 14:19:47 +01:00
Alastor Wu ea67dfa463 Bug 1309162 - part7 : wrap custom policy function. r=jwwang
MozReview-Commit-ID: EdjzMi90ukx

--HG--
extra : rebase_source : 6bfc2fa4638b5a2200087961bf4842f8b482cc66
2016-11-28 10:23:14 +08:00
Lars T Hansen a88e9af85a Bug 1286816 - wasm baseline, optimize boolean expressions for control. r=h4writer
--HG--
extra : rebase_source : 0657614b1897b2381538938ac9afb48eb93c6ac3
2016-11-27 23:41:08 +01:00
ffxbld 957458d8fa No bug, Automated blocklist update from host bld-linux64-spot-409 - a=blocklist-update 2016-11-27 06:22:27 -08:00
ffxbld f00cf77ea1 No bug, Automated HPKP preload list update from host bld-linux64-spot-409 - a=hpkp-update 2016-11-27 06:22:25 -08:00
ffxbld d11829b65d No bug, Automated HSTS preload list update from host bld-linux64-spot-409 - a=hsts-update 2016-11-27 06:22:22 -08:00
Phil Ringnalda af7c09796f Merge m-c to m-c, a=merge 2016-11-26 17:54:22 -08:00
Phil Ringnalda 6486a0ac34 Merge autoland to m-c, a=merge 2016-11-26 17:53:09 -08:00
Jan de Mooij c2a90e4728 Bug 1319437 part 5 - Use CustomAutoRooter for CacheIRWriter. r=jonco 2016-11-26 21:19:23 +01:00
Jan de Mooij a9b7b0f949 Bug 1319437 part 4 - Port code for unshadowed GETPROP on DOM proxies to CacheIR. r=nbp 2016-11-26 21:19:23 +01:00