Nicholas Nethercote
28bfe1d2d9
Bug 1210291 - Streamline StreamingLexer's handling of terminal states. r=seth.
...
This patch introduces TerminalState and changes LexerTransition::mNextState to
be a Variant<State, TerminalState>. This means that SUCCESS and FAILURE no
longer need to be part of State.
Some things to note:
- This simplifies the handling of Lex()'s return value, which is nice.
- The patch splits Terminate() into TerminateSuccess() and TerminateFailure().
- |const State& aNextState| wouldn't work for the first arg to
LexerTransition's ctor due to errors in Variant construction that I didn't
understand. I had to change it to |State aNextState|.
2015-10-28 01:30:20 -07:00
Cameron McCormack
c78a9e3e4c
Bug 1222745 - Restore eRestyleResult_StopWithStyleChange optimization for shared style contexts by comparing rule nodes for inherited style data changes. r=dbaron
2015-11-17 15:09:55 +11:00
Phil Ringnalda
53ed38ad2d
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
3d51b7ac88
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
c3c53352ea
Bug 1163487 - sniff LANGUAGE when determining language for lang group. r=karlt
2015-11-17 11:39:58 +09:00
William Chen
c9b27a9be1
Bug 1210211 - Part 3: Test for push notification quota with web notifications. r=kitcambridge
2015-11-16 13:20:20 -08:00
William Chen
91115f8170
Bug 1210211 - Part 2: Notify Push service of visible notifications. r=baku
2015-11-16 13:20:15 -08:00
William Chen
5c41ea00c1
Bug 1210211 - Part 1: Delay updating push quota. r=kitcambridge
2015-11-16 13:20:09 -08:00
Andrea Marchesini
5afdfe223c
Bug 1224936 - AudioChannelAgent should be informed when HTMLMediaElement dispatches an error, r=roc
2015-11-17 01:28:07 +00:00
Wes Kocher
29734c35d6
Merge m-c to inbound, a=merge
2015-11-16 17:27:08 -08:00
Wes Kocher
69ec321b3a
Merge inbound to m-c a=merge
2015-11-16 17:20:42 -08:00
Wes Kocher
268243ae19
Merge b2ginbound to central, a=merge
2015-11-16 15:38:57 -08:00
Wes Kocher
a0bc417359
Backed out 2 changesets (bug 1218433) for wpt failures CLOSED TREE
...
Backed out changeset 1cc8cc0444c0 (bug 1218433)
Backed out changeset 5418ca0e0378 (bug 1218433)
2015-11-16 11:13:43 -08:00
Wes Kocher
f014157a98
Backed out changeset 14641a6d6747 (bug 1223282) for test_value_cloning.html bustage CLOSED TREE
2015-11-16 11:00:47 -08:00
Wes Kocher
19574bd530
Backed out changeset 5204879f21c8 (bug 1223282) for test_value_cloning.html bustage CLOSED TREE
2015-11-16 11:00:41 -08:00
Wes Kocher
0cf13080d3
Backed out changeset 028619a0e9ae (bug 1224804) for test_value_cloning.html bustage CLOSED TREE
2015-11-16 11:00:37 -08:00
Wes Kocher
062f92e6a6
Backed out changeset cbc8ceae73a2 (bug 576927) for test_value_cloning.html bustage CLOSED TREE
2015-11-16 11:00:32 -08:00
Wes Kocher
93af20bb4c
Backed out changeset 1fc0ecca3e9b (bug 1153695) for test_value_cloning.html bustage CLOSED TREE
2015-11-16 11:00:28 -08:00
Wes Kocher
70be364976
Backed out changeset ceb2a5dce49b (bug 1153695) for test_value_cloning.html bustage CLOSED TREE
2015-11-16 11:00:17 -08:00
B2G Bumper Bot
4a1405c768
Bumping manifests a=b2g-bump
2015-11-16 10:42:25 -08:00
B2G Bumper Bot
5796f3e4eb
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/503587ee1e9b
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #33151 from JonHylands/jhylands-1223931-add-bt-pairing-to-gaiatest
Bug 1223931 - Added capability to pair to BT device from test
========
https://hg.mozilla.org/integration/gaia-central/rev/1479a9de5989
Author: Jon Hylands <jhylands@mozilla.com>
Desc: Bug 1223931 - Added capability to pair to BT device from test
2015-11-16 10:40:39 -08:00
Boris Zbarsky
b2b21fe47f
Bug 1224580. Copy of URLSearchParams should not copy its observer pointer. r=baku
2015-11-16 13:29:57 -05:00
Boris Zbarsky
1e471fc1dd
Bug 1224643. Fix handling of U+0000 in URLSearchParams serialization. r=baku
2015-11-16 13:29:55 -05:00
B2G Bumper Bot
aceb98227e
Bumping manifests a=b2g-bump
2015-11-16 10:12:09 -08:00
B2G Bumper Bot
c89984591b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1f2bc9f50ec9
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33076 from michielbdejong/1218420-internal-client-error
Bug 1218420 - Reset after internal client error, r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/b0526af8b7a1
Author: Michiel de Jong <mbdejong@mozilla.com>
Desc: Bug 1218420 - Reset after internal client error, r=ferjm
2015-11-16 10:10:18 -08:00
B2G Bumper Bot
7b21c26e30
Bumping manifests a=b2g-bump
2015-11-16 09:46:41 -08:00
B2G Bumper Bot
464f7cfebb
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f07469367946
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #33119 from julienw/1205907-fix-contacts-marionette-test
Bug 1205907 - Don't do pointer-events: none on the next panel r=francisco
========
https://hg.mozilla.org/integration/gaia-central/rev/3f248a81d107
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1205907 - Don't do pointer-events: none on the next panel r=francisco
2015-11-16 09:45:17 -08:00
Olli Pettay
6c7ae69493
Bug 1223445 - KeyframeEffectReadOnly objects end up keeping lots of other objects alive too long, r=birtles
2015-11-16 19:44:55 +02:00
B2G Bumper Bot
20c1036cec
Bumping manifests a=b2g-bump
2015-11-16 08:42:21 -08:00
B2G Bumper Bot
60c903b52a
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/bcaa8f344f67
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #33215 from etiennesegonzac/bug-1213233
Bug 1213233 - [WindowManager] Support switching from one homescreen to another. r=cwiiis
========
https://hg.mozilla.org/integration/gaia-central/rev/74513a9fd2c7
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1213233 - [WindowManager] Support switching from one homescreen to another. r=cwiiis
========
https://hg.mozilla.org/integration/gaia-central/rev/788501a36511
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33043 from michielbdejong/1214189-datastore-conflicts
Bug 1214189 - DataStore conflicts handling, r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/a2f5cc54bd26
Author: Michiel de Jong <mbdejong@mozilla.com>
Desc: Bug 1214189 - places DataStore conflicts handling, r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/16d06efdd763
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #33201 from andrenatal/settings_webactv
Bug 1224395 - Back button arrow has no functionality in Message Settings or in Homescreen Settings. r=gasolin
========
https://hg.mozilla.org/integration/gaia-central/rev/2e2b14fba93d
Author: Andre Natal <anatal@mozillas-MacBook-Pro-2.local>
Desc: Bug 1224395 - Back button arrow has no functionality in Message Settings or in Homescreen Settings r=gasolin
2015-11-16 08:40:35 -08:00
B2G Bumper Bot
c0c09e65e1
Bumping manifests a=b2g-bump
2015-11-16 08:16:36 -08:00
B2G Bumper Bot
598a85f5d0
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9b4387aa77bd
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #33169 from comzeradd/bug-1222180
Bug 1222180 - Fix error message for contacts who lack a phone number or email address
========
https://hg.mozilla.org/integration/gaia-central/rev/a7061fe076ac
Author: Nikos Roussos <nikos@roussos.cc>
Desc: Bug 1222180 - Fix error message for contacts who lack a phone number or email address
2015-11-16 08:15:13 -08:00
Nigel Babu
a51e941a56
Merge m-c to fx-team
...
CLOSED TREE
2015-11-16 18:43:36 +05:30
Nigel Babu
da6023ea21
Backed out changeset 25a5db43969c (bug 1159385)
2015-11-16 18:30:49 +05:30
Nicholas Nethercote
96f4de9dab
Bug 1187781 (part 5) - Replace nsBaseHashtable::EnumerateRead() calls in dom/xbl/ with iterators. r=mrbkap.
2015-11-15 15:28:57 -08:00
Nicholas Nethercote
9e663a0da8
Bug 1187781 (part 4) - Replace nsBaseHashtable::EnumerateRead() calls in dom/xbl/ with iterators. r=mrbkap.
2015-11-15 15:24:38 -08:00
Nicholas Nethercote
828cfb1df0
Bug 1187781 (part 3) - Replace nsBaseHashtable::EnumerateRead() calls in dom/xbl/ with iterators. r=mrbkap.
2015-11-15 14:58:50 -08:00
Nicholas Nethercote
aa616ddb48
Bug 1187781 (part 2) - Replace nsBaseHashtable::EnumerateRead() calls in dom/xbl/ with iterators. r=mrbkap.
2015-11-15 14:55:10 -08:00
Nicholas Nethercote
10bda332bd
Bug 1187781 (part 1) - Replace nsBaseHashtable::EnumerateRead() calls in dom/xbl/ with iterators. r=mrbkap.
2015-11-15 14:52:57 -08:00
Mike Hommey
21ea6a1c90
Bug 1224490 - Kill LIBXUL_DIST. r=mshal
2015-11-17 10:00:19 +09:00
Mike Hommey
a3b3922631
Bug 1224490 - Don't set NSS_LIBS in the non-native NSS case. r=mshal
...
We never use the variable in that case.
2015-11-17 09:59:45 +09:00
Chris Manchester
0953a7e528
Bug 1219521 - Add imported python modules in the tree to dependencies of GENERATED_FILES scripts. r=glandium
2015-11-16 16:51:51 -08:00
Chris Manchester
cace689ddb
Bug 1217015 - Convert AccEventGen.py to GENERATED_FILES and get rid of most of accessible/xpcom/Makefile.in r=glandium,tbsaunde
2015-11-16 16:51:51 -08:00
Cameron McCormack
fa1b4b0db7
Bug 1225004 - Record reason for NS_ERROR_FILE_CORRUPTED in nsLayoutStylesheetCache::LoadSheet in crash reports. r=roc
2015-11-16 19:18:45 +11:00
Jonas Sicking
4e4332aa98
Bug 1224865: Don't set a document in FetchDriver for requests in workers. r=bkelly
2015-11-16 11:43:12 -08:00
Christoph Kerschbaumer
4ab9e210d3
Bug 1223437 - Use channel.asyncOpen2 in toolkit/components/jsdownloads/test/unit (r=sicking)
2015-11-15 14:48:38 -08:00
Christoph Kerschbaumer
bfa00b54c4
Bug 1223435 - Use channel.asyncOpen2 in toolkit/mozapps/extensions/internal/XPIProvider.jsm (r=sicking)
2015-11-15 14:48:11 -08:00
Christoph Kerschbaumer
6d763341e0
Bug 1223225 - Use channel.asyncOpen2() in browser/base/content/nsContextMenu.js (r=sicking)
2015-11-15 14:47:51 -08:00
Andrea Marchesini
8f2d88c30b
Bug 1218433 - Use AsyncOpen2 in dom/workers/ScriptLoader.cpp - part 3 - WPT, r=sicking, r=Ms2ger
2015-11-17 00:22:24 +00:00
Mason Chang
697b7b8e70
Bug 1221674 Part 2: Correct for negative content delay values. r=avih
2015-11-16 16:21:04 -08:00