Commit Graph

450489 Commits

Author SHA1 Message Date
James Willcox
5df7f27109 Bug 1225287 - Use more reasonable APZ multipliers on mobile 2015-11-17 10:09:16 -05:00
William Chen
551e115461 Bug 1210211 - Part 3: Test for push notification quota with web notifications. r=kitcambridge
--HG--
extra : commitid : 6jOIM2i8D3P
extra : rebase_source : 2c3dbcb73f561d8a6132f465148b59d269f96d8b
2015-11-16 21:34:00 -08:00
William Chen
cfff602824 Bug 1210211 - Part 2: Notify Push service of visible notifications. r=baku
--HG--
extra : commitid : JIe7odI4Fgo
extra : rebase_source : f71dc1cf94def6ad72db773c1ba77473149f8359
2015-11-16 21:33:17 -08:00
William Chen
8588891ca7 Bug 1210211 - Part 1: Delay updating push quota. r=kitcambridge
--HG--
extra : commitid : 70QSm4u4WLW
extra : rebase_source : e52cc3bae822448e64dca6c40be48d74ea924e0b
2015-11-16 21:33:11 -08:00
Jesse Ruderman
20405e523f Bug 1153695 - Crashtest. 2015-11-16 17:32:39 +01:00
Mats Palmgren
03bd1366df Bug 1153695 - Wrap nsAutoOOFFrameList in a scope to ensure its dtor runs before the VerifyOverflowSituation() call (to avoid frames appearing to be on two child lists). r=roc 2015-11-16 17:32:39 +01:00
Mats Palmgren
91c762fa9b Bug 576927 - Use saturating multiply when calculating zoomed app units to avoid integer overflow. r=roc 2015-11-16 17:32:39 +01:00
Mats Palmgren
5c372395c9 Bug 1224804 - [css-align] Make ::-moz-table-outer inherit 'justify-self'. r=dholbert 2015-11-16 17:32:39 +01:00
Jesse Ruderman
9ff4167bee Bug 1223282 - Crashtest. 2015-11-16 17:32:39 +01:00
Mats Palmgren
82b3daf6c8 Bug 1223282 - Make NS_AUTOMARGIN be a different value than NS_UNCONSTRAINEDSIZE to avoid having clamped huge margin values be interpreted as auto margins. r=roc 2015-11-16 17:32:39 +01:00
Mats Palmgren
d376b16387 Bug 1224634 - [css-grid] Tweak a few tests to account for correct 'justify-self' behavior. 2015-11-17 15:00:29 +01:00
Mats Palmgren
921715fa31 Bug 1224634 - [css-grid] Make grid items shrink-wrap when reflowing them, unless they have justify-self:stretch. r=dholbert 2015-11-17 15:00:29 +01:00
Jesse Ruderman
0468f22070 Bug 1225118 - Crashtest. 2015-11-17 15:00:29 +01:00
Mats Palmgren
b442e0b4b3 Bug 1225118 - [css-grid] Deal with nscoord overflow when applying [align|justify]-self:stretch. r=dholbert 2015-11-17 15:00:29 +01:00
Jan de Mooij
da54c2a828 Bug 1221737 followup - Bump XDR_BYTECODE_VERSION_SUBTRAHEND to fix build errors on a CLOSED TREE. r=bustage 2015-11-17 14:43:17 +01:00
Jason Orendorff
8d209e7ee4 Bug 1221737 - Drop some BytecodeEmitter checks for cases that the Parser rules out. r=jonco.
--HG--
extra : commitid : AdGjcp4XF2w
extra : rebase_source : 29da4df939bcdf4a078f55a87c8f8eb12bf9091f
2015-10-22 16:17:39 -05:00
Jason Orendorff
5d6913aa24 Bug 1221716 - Part 2: Factor out all remaining complex cases from the switch statement in emitTree(). r=Waldo.
--HG--
extra : commitid : 6W3X5FpNplQ
extra : rebase_source : 08b3a1bb6934e9976a5ea2f63429297401579857
extra : amend_source : 889b0d6b8092703776c92a5e63feecf5d8a66e2f
2015-11-16 15:31:08 -06:00
Jason Orendorff
ec28dfc964 Bug 1221716 - Part 1: Make the simpler parts of BytecodeEmitter::emitTree() use the ok boolean consistently. r=Waldo.
--HG--
extra : commitid : Jwks8by9l8N
extra : rebase_source : ec75a3de14100016e188f9d5eb4d99602694d1c5
2015-10-22 15:57:56 -05:00
Jason Orendorff
c97e9cc482 Bug 1221660 - Part 2: Move pn_offset into a branch of the ParseNode::pn_u union. Add a subclass of ParseNode for PNK_CASE nodes. Merge PNK_DEFAULT with PNK_CASE. r=Waldo.
--HG--
extra : commitid : IAPWFRnFxVm
extra : rebase_source : 481aa7e4bb61634f15d16a37dca0c8ecce9ab8f7
2015-11-04 12:16:47 -06:00
Jason Orendorff
8a8dec88c4 Bug 1221660 - Part 1: Stop populating ParseNode::pn_offset most of the time. r=Waldo.
--HG--
extra : commitid : 3HB262DZhj8
extra : rebase_source : eeaeb23c5d6e06304d761914d703b949f2c99757
2015-10-22 15:06:10 -05:00
Jason Orendorff
4252eda5b4 Bug 1221600 - Tweak comments about standard internal methods in jsobj.h, jsfriendapi.h. r=efaust.
--HG--
extra : commitid : G20Xg6GyRa9
extra : rebase_source : 4cbe829704f2fdec0cbef1b8c164a63f57aaff06
2015-10-21 15:15:24 -05:00
Jason Orendorff
63c05bf58b Bug 1220702 - Part 3: Distinguish ES6 generators from legacy generators in Reflect.parse() output. r=Waldo.
--HG--
extra : commitid : EjbmKoUzVHY
extra : rebase_source : c9a5d21662ebe9b22a6ea4f6b74de30d5a7979a4
2015-11-03 14:53:44 -06:00
Jason Orendorff
ee1aaa35e1 Bug 1220702 - Part 2: Fix the .method property of certain FunctionDeclaration nodes. r=Waldo.
--HG--
extra : commitid : 4oo17Jwpqp9
extra : rebase_source : f68618834e1e233b3e4084780d1f93ce3b9874a0
2015-11-03 14:51:42 -06:00
Jason Orendorff
8f623568f5 Bug 1220702 - Part 1: Replace callback() and newNode() with variadic templates. What could go wrong? r=Waldo.
--HG--
extra : commitid : DITW83KQ7j5
extra : rebase_source : 8d630dfb40a1e9df06c6411b97f468ddb8c772a4
2015-11-02 11:30:04 -06:00
Jason Orendorff
2f08226381 Bug 1221285 - Part 2: Test harness support for --test-reflect-stringify. r=efaust.
--HG--
extra : commitid : JvQv6CQ9Xe6
extra : rebase_source : 85b5429995ed9ece0c7111b0801e51d794c061bf
2015-11-02 11:29:31 -06:00
Jason Orendorff
532dddb89e Bug 1221285 - Part 1: Add "-S" option to disassemble() to omit source notes from the output. Not strictly necessary, but convenient. r=efaust.
--HG--
extra : commitid : HcVVW4SDGqf
extra : rebase_source : f9491eec9b7fc141e02edc89d5977d81cb9b90f8
2015-10-30 16:52:58 -05:00
Jan de Mooij
96bb56e338 Bug 1225176 - Don't call wrap() in JitActivation constructor, it can GC and crash. r=fitzgen 2015-11-17 13:36:58 +01:00
Neil Deakin
4f9e89b42d Bug 1212733, cache dnd window state instead of using gtk_window_get_type_hint, r=karlt 2015-11-17 07:13:22 -05:00
Carsten "Tomcat" Book
a22ff2640a Merge mozilla-central to mozilla-inbound 2015-11-17 12:33:46 +01:00
Carsten "Tomcat" Book
1cf9b8b2ab merge mozilla-inbound to mozilla-central a=merge 2015-11-17 12:26:16 +01:00
Carsten "Tomcat" Book
6f7666a6c8 merge fx-team to mozilla-central a=merge 2015-11-17 12:10:03 +01:00
Carsten "Tomcat" Book
0f397d9a20 merge b2g-inbound to mozilla-central a=merge 2015-11-17 12:00:15 +01:00
Jean-Yves Avenard
cf6ee74e32 Bug 1222201: Only use container calculated dimensions. r=cpearce 2015-11-17 21:30:46 +11:00
Sotaro Ikeda
88d1681a84 Bug 1144103 - Support screen recording r=mwu 2015-11-17 02:04:40 -08:00
ffxbld
af7e2c703b No bug, Automated blocklist update from host bld-linux64-spot-383 - a=blocklist-update 2015-11-17 00:45:00 -08:00
ffxbld
869bf240ee No bug, Automated HPKP preload list update from host bld-linux64-spot-383 - a=hpkp-update 2015-11-17 00:44:58 -08:00
ffxbld
a3e192d586 No bug, Automated HSTS preload list update from host bld-linux64-spot-383 - a=hsts-update 2015-11-17 00:44:56 -08:00
Phil Ringnalda
6edbd4d1af Back out 3 changesets (bug 1210211) for b2g build bustage
CLOSED TREE

Backed out changeset 204a1746f421 (bug 1210211)
Backed out changeset e5d16111e809 (bug 1210211)
Backed out changeset b78d00c9af42 (bug 1210211)
2015-11-16 19:34:14 -08:00
Phil Ringnalda
a0dfb7b514 Back out changeset a9ca2bcc8633 (bug 1224936) for Mulet Gij bustage in Player_test.js
CLOSED TREE
2015-11-16 19:33:26 -08:00
John Daggett
fcabcac70e Bug 1163487 - sniff LANGUAGE when determining language for lang group. r=karlt 2015-11-17 11:39:58 +09:00
Wes Kocher
3663e7217a Merge m-c to b2ginbound, a=merge
--HG--
extra : commitid : D2Y3M7mYh1H
2015-11-16 17:27:40 -08:00
Wes Kocher
c4f40f5dfc Merge inbound to m-c a=merge
--HG--
extra : commitid : 8FO2ow49CX2
2015-11-16 17:20:42 -08:00
Wes Kocher
234f7ca3e5 Merge b2ginbound to central, a=merge
--HG--
extra : commitid : BSBFtYPaA87
2015-11-16 15:38:57 -08:00
B2G Bumper Bot
fbdadde127 Bumping manifests a=b2g-bump 2015-11-16 15:01:39 -08:00
B2G Bumper Bot
1b4def1a4d Bumping gaia.json for 34 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0513f90869b6
Author: Tamara Hills <thills@mozilla.com>
Desc: Bug 1218327 - Fix appUsage install counts to count marketplace apps. r=fabrice, a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/b8b79ff16426
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1210201 - Work around the better event fluffing algorithm r=jrburke r=jlorenzo, a=mahe

When we get a DOM event for an existing event "<a>" link, maybe it's the result
of Gecko's event retargeting algorithm: the user may have actually tapped around
the link but not right on the link.

While this is generally a good thing, this is not in this case, as it prevents
the user from creating a new event just before or after an existing event. So we
validate this event to see whether it happened really on the button.

Note that for the "+" buttons, we actually keep the retargeting algorithm.

========

https://hg.mozilla.org/integration/gaia-central/rev/bdea119b0449
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1218091 - [Messages][Performance] Use optimized Bridge libraries. r=schung, a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/e7913269255c
Author: Augustin Trancart <augustin.trancart@phoxygen.com>
Desc: Bug 1171848 - put scrollbar at the right position for textarea. r=francisco, a=mahe

If you put a dir="auto" on an element, its direction is viewed as LTR
when it is empty, and the scrollbar is on the left. This is bug 1103011.
But here, we already have a unicode-bidi: -moz-plaintext on the element.
So we don't need any dir="auto" anyway.

========

https://hg.mozilla.org/integration/gaia-central/rev/29dbee2de7f6
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 1178197 - Avoid browserbox's naive folder name inference logic. r=jrburke, a=mahe

propagate https://github.com/mozilla-b2g/gaia-email-libs-and-more/pull/398

========

https://hg.mozilla.org/integration/gaia-central/rev/ebb666007ab9
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 1217809 - [Email] quoted reply generation is failing to inject newlines for the non-base-case. r=jrburke, a=mahe

propagate https://github.com/mozilla-b2g/gaia-email-libs-and-more/pull/389

========

https://hg.mozilla.org/integration/gaia-central/rev/4906b47a55af
Author: Sean Lee <selee@mozilla.com>
Desc: Bug 1221472 - Show URI as title when a record is without title. r=danhuang, a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/b98df6ab4288
Author: yifan <yliao@mozilla.com>
Desc: Bug 1220996 - Catch before/after key events for non-mozbrowser iframes in smart-system. r=rexboy, a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/97e0a5ec332b
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1221195 - Remove unused systemXHR permission. r=gmarty,kgrandon, a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/456cee36594c
Author: Tamara Hills <thills@mozilla.com>
Desc: Bug 1221867 - Use a regexp to globally replace underscores in histogram names. r=marshall. a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/78bded00b6b0
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1220576 - [Stingray][Home] Add first-time-use screen. r=yliao, a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/033a15c9ecfc
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1220589 - [Stingray][system] Add first-time-use screen for pin-to-card. r=lchang, a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/c59e149bec95
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1222369 - Escape bookmark names properly when removing. r=gmarty, a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/082ddb84479f
Author: Augustin Trancart <augustin.trancart@phoxygen.com>
Desc: Bug 1217781 - [Shared] Fix layout of search form. r=francisco, a=mahe

The search input field wasn't growing enough. Therefore, there was some
space after the "cancel" button. If the word cancel is to small (in
certain locale as arabic), it can apppear shifted to the beginning.

========

https://hg.mozilla.org/integration/gaia-central/rev/f1d31a5c151d
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1219153 - Update gaia-container to work around gecko bug. r=me, a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/5d5c91952197
Author: Augustin Trancart <augustin.trancart@phoxygen.com>
Desc: Bug 1221367 - Correct alignment for meta in search. r=kevingrandon, a=mahe

There was a typo in a previous patch: there should be one rule for RTL
and one for LTR.

========

https://hg.mozilla.org/integration/gaia-central/rev/85f163f84e90
Author: Andre Natal <anatal@gmail.com>
Desc: Bug 1221358 - Modify "Manage" web activity from ringtone app to use window.close instead activity.postResult() to close it. r=squib, a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/daf2a6c3f37e
Author: danhuang1202 <danhuang1202@gmail.com>
Desc: Bug 1219575 - save favor icon data in data synced indexedDB. r=selee, a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/5bd94c73f163
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1214992 - [Stingray][Home] Filter out cards inside folder. r=yliao, a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/7d7222afda74
Author: yifan <yliao@mozilla.com>
Desc: Bug 1220078 - [TV Browser] Please change the color for "Terms of Service" and "Privacy Notice". r=dhuang, a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/d076ac3e3cc5
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1216523 - Fix task manager enter/exit transitions. r=etienne, a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/47f932b8e3e9
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1200583 - [Messages][Tests] It is difficult to debug when we forget to set the mock data in an integration test. Storage code is rewritten so that data can be set _before_ app is started. r=julien, a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/e715823a739c
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #32926 from weilonge/seanlee/TVBrowser/v2.5/Bug1220528

Bug 1220528 - Configure FIREFOX_SYNC=1 for TV only. r=rchien, a=mahe

========

https://hg.mozilla.org/integration/gaia-central/rev/19cd7f783ded
Author: Sean Lee <selee@mozilla.com>
Desc: Bug 1220528 - Configure FIREFOX_SYNC=1 for TV only.

========

https://hg.mozilla.org/integration/gaia-central/rev/c67ef2ba24f2
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #32904 from justindarc/bug1219994

Bug 1219994 - [Music] Update DOM Scheduler dependency after Issue #35…

========

https://hg.mozilla.org/integration/gaia-central/rev/6e28cd6f31bc
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #32968 from gabrielesvelto/bug-1221060-disable-multitap-emergency-call

Bug 1221060 - Disable multi-tap on the emergency call keypad. r=thills
(cherry picked from commit 5ab39e87a843a8e4cd206265934a01889af3ae27)

========

https://hg.mozilla.org/integration/gaia-central/rev/5899a5119b6d
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1221817 - Observer moztimechange in IntlHelper

========

https://hg.mozilla.org/integration/gaia-central/rev/ed86b0cfadb0
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1213172 - Remove smart collections r=rickychien

========

https://hg.mozilla.org/integration/gaia-central/rev/6e18f5cbded2
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #33029 from ngokevin/mkt2.5fix

Bug 1222254 - incoming marketplace package (r=fabrice)

========

https://hg.mozilla.org/integration/gaia-central/rev/c100527f4918
Author: Kevin Ngo <me@ngokevin.com>
Desc: Bug 1222254 - incoming marketplace package (r=fabrice)

========

https://hg.mozilla.org/integration/gaia-central/rev/737b29528c5f
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Revert "Merge pull request #32536 from timdream/input-mgmt-chrome-event2"

This reverts commit 043b7c9231335e2257588005ab9c13dcdb7fc3c4, reversing
changes made to 956ff6cae980105886dd94dd37d1c7dede05ac4e.

========

https://hg.mozilla.org/integration/gaia-central/rev/98339b177faa
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1222415 - Update l20n.js to 3.4.1

========

https://hg.mozilla.org/integration/gaia-central/rev/6fe0bafc5385
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #32981 from ngokevin/mkt2.5

Bug 1198031 - incoming marketplace updates r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/9dfb4718e2c7
Author: Kevin Ngo <me@ngokevin.com>
Desc: Bug 1198031 - incoming marketplace updates (r=fabrice)
2015-11-16 15:00:15 -08:00
William Chen
658a242e1a Bug 1210211 - Part 3: Test for push notification quota with web notifications. r=kitcambridge
--HG--
extra : commitid : 7VLdKkGHG
extra : rebase_source : 222edbb7684e86e1fd656ad91df6d9ce4661105e
2015-11-16 13:20:20 -08:00
William Chen
1677aaeb9a Bug 1210211 - Part 2: Notify Push service of visible notifications. r=baku
--HG--
extra : commitid : 7lTQ80hfQU6
extra : rebase_source : f31c7dd4c3dc9f9d4bb492791fd59c413268d22d
2015-11-16 13:20:15 -08:00
William Chen
e791f70b13 Bug 1210211 - Part 1: Delay updating push quota. r=kitcambridge
--HG--
extra : commitid : GXDHaPbe8pi
extra : rebase_source : 260a2a8e1434355671b25d58e36007c88b934464
2015-11-16 13:20:09 -08:00
Andrea Marchesini
96905fb6e8 Bug 1224936 - AudioChannelAgent should be informed when HTMLMediaElement dispatches an error, r=roc 2015-11-17 01:28:07 +00:00
Wes Kocher
187dd319f1 Merge m-c to inbound, a=merge
--HG--
extra : commitid : DGwcWNlrDUA
2015-11-16 17:27:08 -08:00