Carsten "Tomcat" Book
36da017f96
merge b2g-inbound to mozilla-central a=merge
2015-12-10 12:01:29 +01:00
B2G Bumper Bot
7d5adbe545
Bumping manifests a=b2g-bump
2015-12-09 21:05:15 -08:00
B2G Bumper Bot
7cf61e8c86
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cc0d190cd586
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #33448 from zbraniecki/1229221-migrate-settings-to-l20n
Bug 1229221 - Move Settings to L20n. r=gasolin
========
https://hg.mozilla.org/integration/gaia-central/rev/77de16652400
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1229221 - Move Settings to L20n
2015-12-09 21:03:52 -08:00
Jan de Mooij
3294e47854
Bug 1225396 part 4 - Remove @@iterator workaround in Codegen.py. r=bz
2015-12-09 22:56:17 -05:00
Jan de Mooij
630ce90f8f
Bug 1225396 part 3 - Make %GeneratorPrototype% inherit from %IteratorPrototype%. r=jorendorff
2015-12-09 22:55:50 -05:00
Jan de Mooij
afc1d4f970
Bug 1225396 part 2 - Fix ES6 iterator prototype chains. r=jorendorff
2015-12-09 22:54:44 -05:00
Jan de Mooij
b255085fa1
Bug 1225396 part 1 - Rename *Iterator stuff to *LegacyIterator. r=jorendorff
2015-12-09 22:54:10 -05:00
Phil Ringnalda
1de29ea84b
Bug 1211213 - Skip test_bug597331.html on Android and ASan, where it fails constantly
2015-12-09 18:51:59 -08:00
Phil Ringnalda
1bcc4dfe4c
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
77f53f29fc
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
b8a831086b
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
61ed209b74
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
2ccaba4d4a
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
195455ec83
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
50ad2d7f57
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
8aa7301f50
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
6e9cb513ec
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
c57d1dd7ea
Bug 1230695
- [css-grid] More abs.pos. grid alignment reftests.
2015-12-09 23:46:58 +01:00
Mats Palmgren
68a7206e4e
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
90bada0a1e
Bug 1229999 - [css-grid] Reftest.
2015-12-09 23:46:58 +01:00
Mats Palmgren
507de6d81a
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
ae91356e80
Bumping manifests a=b2g-bump
2015-12-09 14:39:54 -08:00
B2G Bumper Bot
2713dd07cf
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
c975e9e76c
Bug 1079858, Deal with deprecation of SHA1 (SHA-1) Authenticode signatures for Windows signing, part 2 (swap cert, relanding), r=catlee, a=lizzard
2015-12-09 17:22:19 -05:00
Chris Rafuse
4b6ca81611
Bug 1213844 - Update Loop's user journey strings with final versions [r=mikedeboer]
2015-12-09 14:55:47 -05:00
Matt Howell
7b53d7d3fb
Bug 1079858, Deal with deprecation of SHA1 (SHA-1) Authenticode signatures for Windows signing, part 1 with two certs, r=catlee, a=lizzard
2015-12-09 12:42:20 -05:00
Nick Thomas
6d33aac7d5
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
1e7d7c2143
Bumping manifests a=b2g-bump
2015-12-09 09:30:30 -08:00
B2G Bumper Bot
243363b126
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
3dfbf79b5b
Bumping manifests a=b2g-bump
2015-12-09 09:10:00 -08:00
B2G Bumper Bot
8474f574a0
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
4c24b1e80e
Bumping manifests a=b2g-bump
2015-12-09 07:54:59 -08:00
Margaret Leibovic
424b41a053
Bug 1221513 - Disable test_TelemetryEnvironment.js on Android. r=me
2015-12-09 09:32:53 -05:00
Carsten "Tomcat" Book
62952d060a
merge mozilla-inbound to mozilla-central a=merge
2015-12-09 12:02:12 +01:00
Carsten "Tomcat" Book
88c40f6652
merge fx-team to mozilla-central a=merge
2015-12-09 11:46:15 +01:00
Carsten "Tomcat" Book
1a5cd08fc7
merge b2g-inbound to mozilla-central a=merge
2015-12-09 11:37:55 +01:00
Phil Ringnalda
d99acb1b78
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
1d1913eb1c
Back out three patches from bug 1228407 on a CLOSED TREE for causing various mochitest failures. r=backout
2015-12-08 21:00:30 -05:00
Ben Kelly
d722823ec7
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
e0200e84d3
Back out rev 4faa4cf68052 (bug 1227015 P7) for bustage
2015-12-08 17:49:05 -05:00
Matt Howell
6bb4330486
Bug 1079858, Deal with deprecation of SHA1 (SHA-1) Authenticode signatures for Windows signing, part 2 (swap cert), r=catlee, a=lizzard
2015-12-08 16:16:55 -05:00
Matt Howell
6771b6a90a
Bug 1079858, Deal with deprecation of SHA1 (SHA-1) Authenticode signatures for Windows signing, part 1, r=catlee, a=lizzard
2015-12-08 16:06:26 -05:00
Reuben Morais
079e40fcb3
Bug 1212679 - Handle KitKat default messaging app intents. r=fabrice r=snorp
2015-12-08 14:43:09 -05:00
Reuben Morais
f864c25f7f
Bug 1212679 - Import MMS PDU definition and helpers from Android telephony. r=fabrice
2015-12-08 14:43:02 -05:00
B2G Bumper Bot
ddd50ccf7f
Bumping manifests a=b2g-bump
2015-12-08 11:00:25 -08:00
B2G Bumper Bot
ebe6c48a58
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6dbfaf37e8ce
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #33529 from edmorley/rm-gaiatest-treeherder-submission
Bug 1230244 - gaiatest: Remove unused Treeherder submission code
========
https://hg.mozilla.org/integration/gaia-central/rev/187c9cb924ca
Author: Ed Morley <emorley@mozilla.com>
Desc: Bug 1230244 - gaiatest: Remove unused Treeherder submission code
Results are now posted to Treeherder using Taskcluster instead. The
existing code is broken and/or using deprecated features so is best
removed to avoid confusion.
The boto package is also unused after the removal of treeherder.py.
2015-12-08 10:59:03 -08:00
B2G Bumper Bot
ba39a33cb9
Bumping manifests a=b2g-bump
2015-12-08 07:45:59 -08:00
B2G Bumper Bot
b178e48816
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f4014d067342
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #33536 from mozilla-b2g/revert-33344-bug_1181061
Revert "Bug 1181061 - Add support for calendar events with zero duration"
========
https://hg.mozilla.org/integration/gaia-central/rev/8523c869f92c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1181061 - Add support for calendar events with zero duration"
2015-12-08 07:44:36 -08:00
B2G Bumper Bot
b1c3873beb
Bumping manifests a=b2g-bump
2015-12-08 03:05:31 -08:00
B2G Bumper Bot
8d352bb046
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7d9015f02a6a
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #33344 from AlekoNN/bug_1181061
Bug 1181061 - Add support for calendar events with zero duration. r=gaye
========
https://hg.mozilla.org/integration/gaia-central/rev/9e8057ee6362
Author: Alexey Yakimov <Alexey.Yakimov@harman.com>
Desc: Bug 1181061 - Add support for calendar events starting and ending at the same date and time
2015-12-08 03:04:09 -08:00