Commit Graph

453604 Commits

Author SHA1 Message Date
Kartikaya Gupta
76570d3fa8 Bug 1231504 - Make fennec use the same pan_repaint_interval as B2G. r=botond
--HG--
extra : commitid : 2sbf9LHw6NI
2015-12-10 10:22:04 -05:00
Kartikaya Gupta
af379f64b2 Bug 1231504 - Clean up APZ prefs in all.js. r=botond
- Move the layers.async-pan-zoom.enabled pref values close to each other
- Remove duplicate prefs
- Make desktop prefs the default value, and have the mobile ones override them
  rather than using an if/else structure

--HG--
extra : commitid : CzlJFreLx76
2015-12-10 10:22:04 -05:00
James Graham
1fea48419a Bug 1183023 - Disable unstable custom elements test, rs=nigelb 2015-12-10 13:01:12 +00:00
Carsten "Tomcat" Book
00e5b491e5 Merge mozilla-central to mozilla-inbound 2015-12-10 12:34:09 +01:00
Carsten "Tomcat" Book
ffb37c03fb merge mozilla-inbound to mozilla-central a=merge 2015-12-10 12:05:03 +01:00
Carsten "Tomcat" Book
67fde71130 merge fx-team to mozilla-central a=merge 2015-12-10 12:02:37 +01:00
Carsten "Tomcat" Book
f5bf9d527a merge b2g-inbound to mozilla-central a=merge 2015-12-10 12:01:29 +01:00
Carsten "Tomcat" Book
8431613ae5 Backed out changeset bcb4ebf6ffac (bug 1198459) for bustage 2015-12-10 11:14:27 +01:00
Carsten "Tomcat" Book
7265490919 Backed out changeset 4b1d470d9f98 (bug 1198459) 2015-12-10 11:14:15 +01:00
Carsten "Tomcat" Book
edd9dd84ec Backed out changeset b78e27e51c93 (bug 1198459) 2015-12-10 11:14:13 +01:00
Carsten "Tomcat" Book
0dbae93f68 Backed out changeset b3a52644af28 (bug 1198459) 2015-12-10 11:14:12 +01:00
Jan de Mooij
1762bca503 Bug 1225396 part 4 - Remove @@iterator workaround in Codegen.py. r=bz 2015-12-09 22:56:17 -05:00
Jan de Mooij
718316dc71 Bug 1225396 part 3 - Make %GeneratorPrototype% inherit from %IteratorPrototype%. r=jorendorff 2015-12-09 22:55:50 -05:00
Jan de Mooij
1c94156bf7 Bug 1225396 part 2 - Fix ES6 iterator prototype chains. r=jorendorff 2015-12-09 22:54:44 -05:00
Jan de Mooij
544e48f726 Bug 1225396 part 1 - Rename *Iterator stuff to *LegacyIterator. r=jorendorff 2015-12-09 22:54:10 -05:00
Phil Ringnalda
cf174cf04d Bug 1211213 - Skip test_bug597331.html on Android and ASan, where it fails constantly 2015-12-09 18:51:59 -08:00
Phil Ringnalda
e8a1410bc9 Bug 845176 - Skip relations/test_embeds.xul on Linux debug and ASan, where it times out constantly 2015-12-09 18:48:26 -08:00
Phil Ringnalda
c86db83adf Bug 1208199 - Skip test_osfile_async_setDates.js on b2g debug, where it fails constantly 2015-12-09 18:40:57 -08:00
Phil Ringnalda
ee2f5588bc Back out 4 changesets (bug 1051556) for java.lang.IllegalArgumentExceptions
CLOSED TREE

Backed out changeset c89683497d23 (bug 1051556)
Backed out changeset c3f4c2d01bad (bug 1051556)
Backed out changeset 4a83a8594ddc (bug 1051556)
Backed out changeset fe3d880efce8 (bug 1051556)
2015-12-09 18:20:51 -08:00
Phil Ringnalda
631f58c4f9 Back out 3 changesets (bug 1214148) for b2g test_browserElement_inproc_AudioPlayback.html, test_browserElement_oop_AudioChannel.html, etc. failures
CLOSED TREE

Backed out changeset e716d9ac93d7 (bug 1214148)
Backed out changeset 5f693237c8c1 (bug 1214148)
Backed out changeset 3a4865d79416 (bug 1214148)
2015-12-09 18:19:33 -08:00
Ben Kelly
3e447dafea Bug 1229970 Abort script loading start requests if a load has been canceled. r=khuey 2015-12-09 18:21:00 -05:00
Jim Chen
71d7f2ead5 Bug 1051556 - Re-flush IME changes when querying text triggers more changes; r=esawin
We send query text events when flushing IME changes, and sometimes these
events make Gecko commit more pending changes. In that case, we should
try flushing again, so we pick up the new changes.

This patch also makes the process of flushing text changes
transactional, so that if we have to bail due to more pending changes,
nothing will be committed.
2015-12-09 17:46:45 -05:00
Jim Chen
5f701f27e0 Bug 1051556 - Make GeckoEditable.onTextChange more efficient; r=esawin
This patch simplifies the onTextChange method, makes it more efficient
by avoiding unnecessary text copying, and fixes some small bugs.
2015-12-09 17:46:45 -05:00
Jim Chen
51fa9a0774 Bug 1051556 - Add test for re-flushing changes; r=esawin
This patch adds a test for triggering re-flushing IME changes to
testInputConnection, by ending a composition followed by setting the
value of the input field.
2015-12-09 17:46:45 -05:00
Jim Chen
bacf3d521f Bug 1051556 - Convert testInputConnection to a JS test; r=esawin
A test for this bug requires the Robocop test call some JS functions.
This patch gives testInputConnection the ability to make calls to
content JS. It also converts the existing tests to use JS instead of
using previous workarounds (e.g. using URL hash to set the initial text,
using tab key to change input focus).
2015-12-09 17:46:44 -05:00
Mats Palmgren
44222f0fc0 Bug 1230695 - [css-grid] More abs.pos. grid alignment reftests. 2015-12-09 23:46:58 +01:00
Mats Palmgren
d7d5269f4c Bug 1230695 - [css-grid] abs.pos. child spanning from an 'auto' start position to an end line should end on the start side of the gutter. r=dholbert 2015-12-09 23:46:58 +01:00
Mats Palmgren
6a61c6f7a4 Bug 1229999 - [css-grid] Reftest. 2015-12-09 23:46:58 +01:00
Mats Palmgren
0b4f94271c Bug 1229999 - [css-grid] Clamp auto-placed lines to where kMaxLine is in the translated grid. r=dholbert 2015-12-09 23:46:58 +01:00
B2G Bumper Bot
910f7c67ae Bumping manifests a=b2g-bump 2015-12-09 14:39:54 -08:00
B2G Bumper Bot
909cd2bbb1 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a01ece4ccbfb
Author: Reza Akhavan <reza@akhavan.me>
Desc: Merge pull request #33521 from jedireza/download-start-notification-1188300

Bug 1188300 - No notification when a download starts

========

https://hg.mozilla.org/integration/gaia-central/rev/00fc2a098e5e
Author: jedireza <reza@akhavan.me>
Desc: Bug 1188300 - No notification when a download starts

========

https://hg.mozilla.org/integration/gaia-central/rev/1f4406d6692c
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #33546 from zbraniecki/1231354-move-clock-to-l20n

Bug 1231354 - Move Clock to L20n. r=mcav

========

https://hg.mozilla.org/integration/gaia-central/rev/246172f2ce3d
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1231354 - Move Clock to L20n
2015-12-09 14:38:31 -08:00
Matt Howell
66cabf4a78 Bug 1079858, Deal with deprecation of SHA1 (SHA-1) Authenticode signatures for Windows signing, part 2 (swap cert, relanding), r=catlee, a=lizzard
--HG--
extra : amend_source : f8c7d16e30c6e06cd3f9c04d1e63fe3befe09160
2015-12-09 17:22:19 -05:00
Chris Rafuse
8edff14fd8 Bug 1213844 - Update Loop's user journey strings with final versions [r=mikedeboer]
--HG--
extra : amend_source : 6ca2be5cd5d58ff0f47734889eb6cea99d8d4c4d
2015-12-09 14:55:47 -05:00
Matt Howell
ea26f3c2e6 Bug 1079858, Deal with deprecation of SHA1 (SHA-1) Authenticode signatures for Windows signing, part 1 with two certs, r=catlee, a=lizzard
--HG--
extra : amend_source : aacafc1ae4b3aadd26705196280ed22a8258711f
2015-12-09 12:42:20 -05:00
Nick Thomas
a408867daf Backed out 2 changesets (bug 1079858)
Backed out changeset a8965ae93c5d (bug 1079858)
Backed out changeset ba03ae4ac5df (bug 1079858)
2015-12-09 12:40:58 -05:00
B2G Bumper Bot
187d97471f Bumping manifests a=b2g-bump 2015-12-09 09:30:30 -08:00
B2G Bumper Bot
a2cb194d6b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3db95012c09d
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #33543 from stasm/1231206-languagelist-langpack.channel

Bug 1231206 - LanguageList should read the langpack.channel setting. r=gandalf

========

https://hg.mozilla.org/integration/gaia-central/rev/6b22a59186dd
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1231206 - LanguageList should read the langpack.channel setting. r=gandalf
2015-12-09 09:29:06 -08:00
B2G Bumper Bot
cb2eb5541e Bumping manifests a=b2g-bump 2015-12-09 09:10:00 -08:00
B2G Bumper Bot
8c23f84ec3 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/75725d384df5
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #33527 from wilsonpage/1230814

Bug 1230814 - [camera] 'back' icon missing from settings menu

========

https://hg.mozilla.org/integration/gaia-central/rev/2c11f080b7e3
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1230814 - [camera] 'back' icon missing from settings menu

========

https://hg.mozilla.org/integration/gaia-central/rev/8fda136e7af0
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #33534 from KevinGrandon/bug_1230874_fdn_settings_gaia_menu

Bug 1230874 - [Settings] Convert FDN action menu to use gaia-menu component

========

https://hg.mozilla.org/integration/gaia-central/rev/964ecb4f14a3
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1230874 - [Settings] Convert FDN action menu to use gaia-menu component

========

https://hg.mozilla.org/integration/gaia-central/rev/d4014c57fbff
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #33540 from timdream/keyboard-emoji-l10n2

Bug 1216896 - Localize the keyboard layout label "Emoji", r=gasolin, jedireza, albertopq

========

https://hg.mozilla.org/integration/gaia-central/rev/53489495af56
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1216896 - Localize the keyboard layout label "Emoji"
2015-12-09 09:08:33 -08:00
B2G Bumper Bot
7e87cfba93 Bumping manifests a=b2g-bump 2015-12-09 07:54:59 -08:00
Margaret Leibovic
22506e4c27 Bug 1221513 - Disable test_TelemetryEnvironment.js on Android. r=me
--HG--
extra : commitid : E2e8gAiw27f
extra : rebase_source : 1398a25dc50d65420c51eb3134312dfc3671a072
2015-12-09 09:32:53 -05:00
Carsten "Tomcat" Book
0eda110956 merge mozilla-inbound to mozilla-central a=merge 2015-12-09 12:02:12 +01:00
Carsten "Tomcat" Book
3d540d76ec merge fx-team to mozilla-central a=merge 2015-12-09 11:46:15 +01:00
Carsten "Tomcat" Book
33f3132a46 merge b2g-inbound to mozilla-central a=merge 2015-12-09 11:37:55 +01:00
Phil Ringnalda
9af3731499 Back out 7 changesets (bug 1227015) for serviceworker bustage
CLOSED TREE

Backed out changeset a267542e8cb7 (bug 1227015)
Backed out changeset 03c28b711e1f (bug 1227015)
Backed out changeset 5fc6fca28ddf (bug 1227015)
Backed out changeset 7fb0c56916d2 (bug 1227015)
Backed out changeset 4bef51e9c8ae (bug 1227015)
Backed out changeset c46b5abddec5 (bug 1227015)
Backed out changeset fb4554bd3bde (bug 1227015)
2015-12-08 20:37:16 -08:00
Kartikaya Gupta
9491a614c4 Back out three patches from bug 1228407 on a CLOSED TREE for causing various mochitest failures. r=backout
--HG--
extra : commitid : 7gaWjh5Noye
2015-12-08 21:00:30 -05:00
Georg Fritzsche
943da0d5c5 Bug 1231055 - Fix tags usage in PluginProvider. r=dtownsend 2015-12-08 19:52:45 -05:00
Fischer Liu
15acb7cf77 Bug 1230091 - ReferenceError on using not defined aApp variable in OfflineCacheInstaller.jsm, r=fabrice 2015-12-09 13:57:00 +01:00
Ben Kelly
9227b3237b Bug 1227015 P7 Supress unused ErrorResult exception if the worker runnable failed to dispatch. r=catalinb 2015-12-08 17:52:16 -05:00
Ben Kelly
0698a4728b Back out rev 4faa4cf68052 (bug 1227015 P7) for bustage 2015-12-08 17:49:05 -05:00