Jean-Yves Avenard
50d43ee5fb
Bug 1165938: Disable test on XP/Linux for intermittent failures. r=karlt
2015-05-25 15:09:15 +10:00
Jean-Yves Avenard
cd5471d5c9
Bug 1159171: Part2. Fix pts calculations in older LibAV version. r=edwin
...
LibAV v0.8 always set the pts to 0 while the dts is set to the pts.
2015-05-25 15:09:15 +10:00
Karl Tomlinson
2be891d110
back out 780f3d9c7cc3..afb28a3157b3 for test failures (bug 1167045, bug
...
1162364, bug 1166107) CLOSED TREE
2015-05-25 14:31:02 +12:00
JW Wang
23f2b638f4
Bug 1163489 - Remove dependency on MediaDecoder from DecodedStream. r=roc.
2015-05-10 12:07:14 +08:00
Nicholas Nethercote
adcd365f5e
Bug 1166598 (part 8) - Use PLDHashTable2 in nsHostResolver. r=froydnj.
2015-05-12 17:33:45 -07:00
Nicholas Nethercote
4cdc3dfb3c
Bug 1166598 (part 7) - Use PLDHashTable2 in nsLoadGroup. r=froydnj.
...
Things to note:
- nsLoadGroupConnectionInfo and its methods were just moved higher up in the
file so it could be referenced in nsLoadGroup's constructor; none of that
code has been changed;
- ~nsLoadGroup() is made public because NS_GENERIC_AGGREGATED_CONSTRUCTOR
requires it to be.
2015-05-12 17:33:44 -07:00
Nicholas Nethercote
16479c9560
Bug 1166598 (part 6) - Clean up nsStaticCaseInsensitiveNameTable. r=froydnj.
...
This patch simplifies nsStaticCaseInsensitiveNameTable greatly by taking
advantage of the following observations.
- |new| is infallible, so |new nsStaticCaseInsensitiveNameTable()| calls don't
need their return value checked.
- nsStaticCaseInsensitiveNameTable::Init() checks if any of the added entries
differ only in case, so the callers of that function don't need to do the
same check.
- nsStaticCaseInsensitiveNameTable::Init() never returns false because
moz_xmalloc() is infallible. (Its callers never check the return value
anyway.) So it can be merged into the constructor. And
~nsStaticCaseInsensitiveNameTable() need not null-check |mNameArray|.
- PLDHashTable now has an initializing constructor and destructor, so these can
be used in nsStaticCaseInsensitiveNameTable, thus avoiding manual
PLD_HashTable{Init,Finish}() calls.
2015-05-05 21:13:53 -07:00
Nicholas Nethercote
6f0071f229
Bug 1166598 (part 5) - Use PLDHashTable2 in InMemoryDataSource. r=froydnj.
2015-05-05 18:39:20 -07:00
Nicholas Nethercote
0c7ca68cbe
Bug 1166598 (part 4) - Use PLDHashTable2 in RDFServiceImpl. r=froydnj.
2015-05-05 18:30:27 -07:00
Nicholas Nethercote
ff4aa2cbfd
Bug 1166598 (part 3) - Use PLDHashTable2 in nsCommandParams. r=froydnj.
2015-05-05 18:23:39 -07:00
Nicholas Nethercote
42ce5ac7f4
Bug 1166598 (part 2) - Use PLDHashTable2 in SpanningCellSorter. r=froydnj,dbaron.
2015-05-05 16:11:43 -07:00
Nicholas Nethercote
92cf4ee2ff
Bug 1166598 (part 1) - Use PLDHashTable2 in nsScriptNameSpaceManager. r=froydnj.
2015-05-05 16:11:43 -07:00
Kartikaya Gupta
b04762c394
Bug 1151617 - Add async-zooming tests for async scrollbar positioning. r=tn,botond
2015-05-24 16:48:26 -04:00
Timothy Nikkel
71402a0b35
Bug 1160642. Add reftest-async-zoom to apply an async zoom before taking snapshot. r=dbaron
2015-05-24 16:48:26 -04:00
Phil Ringnalda
8c5f0e3ecf
Merge m-c to m-i
2015-05-24 15:27:08 -07:00
Phil Ringnalda
c94954680c
Merge f-t to m-c, a=merge
2015-05-24 12:15:26 -07:00
Phil Ringnalda
bea43f945a
Merge b-i to m-c, a=merge
2015-05-24 12:14:37 -07:00
B2G Bumper Bot
c5994012bb
Bumping manifests a=b2g-bump
2015-05-24 08:17:19 -07:00
B2G Bumper Bot
4b4b1e5b3e
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/66ad152ea509
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #30201 from mwargers/1166873
Bug 1166873 - Pin treeherder-client to 1.0 in requirements.txt
========
https://hg.mozilla.org/integration/gaia-central/rev/6014f21d9a01
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1166873 - Pin treeherder-client to 1.0 in requirements.txt
2015-05-24 08:15:23 -07:00
Jordan Santell
8546690a0e
Bug 1167006 - Refactor marker details to not handle stack traces explicitly, and move logic into marker utils. Separate out some source link styles. r=vp
2015-05-24 00:18:08 -07:00
Kai-Zhen Li
afa576c434
Bug 1167106 - Keep the default value if it is smaller than the physical partition size. r=fabrice
2015-05-24 14:08:13 +08:00
Phil Ringnalda
6455e03128
Back out 4 changesets (bug 1167022) for reftest-e10s bustage
...
CLOSED TREE
Backed out changeset de4013b979a7 (bug 1167022)
Backed out changeset b97f76c4be1c (bug 1167022)
Backed out changeset cbc7f8b88a46 (bug 1167022)
Backed out changeset 00b1c04181d3 (bug 1167022)
2015-05-23 21:40:21 -07:00
Phil Ringnalda
40bddcfcd6
Merge m-c to m-i
2015-05-23 18:46:00 -07:00
Phil Ringnalda
83a19a3796
Merge m-c to b-i
2015-05-23 18:45:13 -07:00
Masayuki Nakano
a89df8b200
Bug 1167022 part.4 Get rid of MozIMEFocus(In|Out) events r=smaug
2015-05-24 10:11:37 +09:00
Masayuki Nakano
e4df5af235
Bug 1167022 part.3 Fix test_imestate.html for conforming to the new IME focus notification behavior r=nchen
2015-05-24 10:11:37 +09:00
Masayuki Nakano
bedbc5f6bd
Bug 1167022 part.2 IMEStateManager::UpdateIMEState() should try to restart to observe focused editor when it's reframed r=smaug+nchen
2015-05-24 10:11:37 +09:00
Masayuki Nakano
3e3d31ca17
Bug 1167022 part.1 Make IMEContentObserver possible to restart to observe editor root node r=smaug
2015-05-24 10:11:37 +09:00
Fabrice Desré
2104397d2c
Bug 1161677 - Expose dev mode state read-only through the navigator.hasFeature() api r=ehsan
2015-05-23 17:38:24 -07:00
Phil Ringnalda
a9e84e7842
No bug, fix merge bustage in GMPProvider.jsm, a=me
2015-05-23 17:09:45 -07:00
B2G Bumper Bot
6b55b045b4
Bumping manifests a=b2g-bump
2015-05-23 15:52:05 -07:00
B2G Bumper Bot
d7b5ddaa6b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/83c99bcb3365
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #30134 from mwargers/1109213
Bug 1109213 - test_sms_with_attachments.py: NoSuchWindowException
========
https://hg.mozilla.org/integration/gaia-central/rev/2bf5bb1a64a9
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1109213 - test_sms_with_attachments.py: NoSuchWindowException
2015-05-23 15:50:11 -07:00
Phil Ringnalda
caed56a4f6
Merge m-c to b-i
2015-05-23 14:42:08 -07:00
Phil Ringnalda
2efe4234bc
Merge m-c to m-i
2015-05-23 14:39:57 -07:00
Phil Ringnalda
c98ffedf1c
Merge b-i to m-c, a=merge
2015-05-23 14:35:55 -07:00
Phil Ringnalda
ae0515f0a5
Merge f-t to m-c, a=merge
2015-05-23 14:28:07 -07:00
Phil Ringnalda
ea69848ec1
Back out b068592c488a (bug 1165816) for assertions in webide tests
...
CLOSED TREE
2015-05-23 14:07:05 -07:00
Tooru Fujisawa
eb05619abf
Bug 1159973 - Abort parsing when TokenStream::SourceCoords hits OOM. r=jorendorff
2015-05-24 05:38:00 +09:00
Phil Ringnalda
199f7ab4ef
Merge m-i to m-c, a=merge
2015-05-23 13:31:21 -07:00
B2G Bumper Bot
c0d1b8e767
Bumping manifests a=b2g-bump
2015-05-23 13:14:18 -07:00
B2G Bumper Bot
470a98982c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8460df1f4c0b
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #30211 from mwargers/1167848
Bug 1167848 - Disable test_lockscreen_time_check.py until bug 1141258 is fixed
========
https://hg.mozilla.org/integration/gaia-central/rev/e98442a5b014
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1167848 - Disable test_lockscreen_time_check.py until bug 1141258 is fixed
2015-05-23 13:12:22 -07:00
Mark Banner
fe67ec84b7
Bug 1155170 - Add favicon to Hello link clicker page. r=dmose NPOTB DONTBUILD
2015-05-23 12:38:39 +01:00
B2G Bumper Bot
3683792ad7
Bumping manifests a=b2g-bump
2015-05-23 04:32:18 -07:00
B2G Bumper Bot
0f999c68ff
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/beb10c663985
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #30204 from mwargers/1157316
Bug 1157316 - test_lockscreen_time_check.py: JavascriptException
========
https://hg.mozilla.org/integration/gaia-central/rev/49d2ba473da2
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1157316 - test_lockscreen_time_check.py: JavascriptException
2015-05-23 04:30:24 -07:00
ffxbld
dc52d04172
No bug, Automated blocklist update from host bld-linux64-spot-023 - a=blocklist-update
2015-05-23 03:32:25 -07:00
ffxbld
d0c500bd71
No bug, Automated HPKP preload list update from host bld-linux64-spot-023 - a=hpkp-update
2015-05-23 03:32:23 -07:00
ffxbld
4a12cdd4e2
No bug, Automated HSTS preload list update from host bld-linux64-spot-023 - a=hsts-update
2015-05-23 03:32:21 -07:00
B2G Bumper Bot
2459836e5c
Bumping manifests a=b2g-bump
2015-05-22 18:37:17 -07:00
B2G Bumper Bot
d8df620707
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/91805a7dc452
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1165257 - merge pull request #30081 from KevinGrandon:bug_1165257_ringtones_template_strings to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/90c394c1ffe0
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1165257 - [Ringtones] Migrate to tagged template strings r=squib
2015-05-22 18:35:23 -07:00
Jean-Yves Avenard
d3278ec1ae
Bug 1166836: Part4. Don't unecessarily call GetBuffered(). r=cpearce
...
Regression was introduced in 24a7f0fda98b (bug 1163445)
2015-05-23 11:16:12 +10:00