Commit Graph

220075 Commits

Author SHA1 Message Date
Patrick McManus
3181accd97 bug 1003450 - [2/3] Group Dependency nodes for HTTP/2 r=hurley 2014-12-06 14:26:50 -05:00
Patrick McManus
d47f68f40f bug 1003450 [1/3] - node-http2 refuses PRIORITY in idle state r=hurley
This only impacts the CI for h2-16

node-http2 as of at least 3.0.1 generates protocol error upon receipt
of PRIORITY frames in the IDLE state.. the http2 makes this clearly
legal in 5.1 Stream States -> idle  "Receiving any frames other than
HEADERS, PUSH_PROMISE or PRIORITY on a stream in this state MUST be treated as a connection error
(Section 5.4.1) of type PROTOCOL_ERROR."


---
 testing/xpcshell/node-http2/lib/protocol/stream.js | 2 ++
 1 file changed, 2 insertions(+)
2014-12-09 11:59:58 -05:00
Ryan VanderMeulen
59a7599e42 Backed out changeset bf93cbec0450 (bug 1112170) for OSX asserts/crashes. 2014-12-18 12:22:50 -05:00
Mason Chang
cabdc8f626 Bug 1101974. Part 6. Create VsyncSource on b2g. r=kats 2014-12-18 08:30:06 -08:00
Mason Chang
9ff10a5173 Bug 1101974. Part 5 - Refactor VsyncDispatcher to use VsyncSource. r=kats 2014-12-18 08:30:06 -08:00
Mason Chang
528489e520 Bug 1101974. Part 4 - Refactor VsyncSource on OS X. r=mstange 2014-12-18 08:30:06 -08:00
Mason Chang
4ee4e02351 Bug 1101974. Part 3 - Create VsyncSource / Display framework. r=kats 2014-12-18 08:30:06 -08:00
Mason Chang
511631c675 Bug 1101974. Part 2: Access VsyncDispatcher through nsIWidget interface. r=benwa 2014-12-18 08:30:06 -08:00
Mason Chang
5780d4d046 Bug 1101974. Part 1: Create VsyncDispatcher at nsBaseWidget. r=roc 2014-12-18 08:30:05 -08:00
Ryan VanderMeulen
af628f775a Backed out changeset eb6428c5e590 (bug 1109282) for webplatform test failures. 2014-12-18 11:18:18 -05:00
Georg Fritzsche
e8e0c5d803 Bug 1110681 - The HealthReporter AsyncShutdownTimeout state should include what provider is currently initialized. r=yoric 2014-12-18 16:43:39 +01:00
Ehsan Akhgari
08824bb9f8 Bug 1109311 - Fix the -Wundefined-bool-conversion warning in nsHtml5TreeBuilder.cpp resulting from checking the value of this; r=hsivonen
Clang gives the following warning for this code:

'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true

--HG--
extra : rebase_source : cd9bc242d22b0a5aa6767ce442368638d6186400
2014-12-18 10:33:28 -05:00
Ehsan Akhgari
bd0f8cddc0 Bug 1109895 - Send the correct -m flags to clang-cl when building libvpx; r=jrmuizel
--HG--
extra : rebase_source : 2806ced531eb39e33b30337f1112e4efb3e179db
2014-12-18 10:31:46 -05:00
Ehsan Akhgari
cf963f1579 Bug 1112622 - Remove the special case to disable PGO with MSVC2010 from js/src/moz.build; r=glandium
--HG--
extra : rebase_source : a60da260641a1b7fdc9352e970b5acba83a94a98
2014-12-18 10:30:47 -05:00
Yura Zenevich
b71ccb1ae7 Bug 1109282 - adding a accessibility checks for singleTap. r=dburns
---
 testing/marionette/client/marionette/__init__.py   |   1 +
 testing/marionette/client/marionette/errors.py     |   4 +
 testing/marionette/client/marionette/marionette.py |   2 +
 .../marionette/tests/unit/test_accessibility.py    |  86 +++++++++++++++
 .../client/marionette/tests/unit/unit-tests.ini    |   2 +
 .../client/marionette/www/test_accessibility.html  |  38 +++++++
 testing/marionette/marionette-elements.js          | 122 +++++++++++++++++++++
 testing/marionette/marionette-listener.js          |  54 ++++++++-
 testing/marionette/marionette-server.js            |   7 +-
 9 files changed, 311 insertions(+), 5 deletions(-)
 create mode 100644 testing/marionette/client/marionette/tests/unit/test_accessibility.py
 create mode 100644 testing/marionette/client/marionette/www/test_accessibility.html
2014-12-18 10:31:55 -05:00
Nicolas Silva
d53068fa11 Bug 1112170 - allow the basic compositor backend to use tiling. r=Bas 2014-12-18 15:56:54 +01:00
Alexandre Lissy
643c90291b Bug 1109704 - Expose details settings informations in about:memory. r=qdot
We want to have a better breakdown of how many get/set operations we are
doing for each setting lock. Given that we keep track of all locks, this
may consume quite some memory, so we introduce a new preference to
enable this feature. We also add memory reporting for the SettingService
lock.
2014-12-17 10:40:00 -05:00
Jeremy Chen
cf0a3a63cb Bug 1109486 - Mochitest test case. r=smaug 2014-12-17 15:58:37 +08:00
Jeremy Chen
537436bfb4 Bug 1109486 - Unconditionally use UTF-8 as default Charset. r=smaug 2014-12-18 16:50:34 +08:00
Francois Marier
294cc266ab Bug 1100206 - Teach the parser about the integrity attribute. r=hsivonen 2014-12-18 13:59:04 +02:00
Alfredo Yang
2953114bc4 Bug 938034 - Enable gonk camera recording callback. r=roc 2014-12-18 01:00:00 -05:00
Alfredo Yang
6f1d639802 Bug 938034 - Add GonkCameraImage format. r=roc 2014-12-17 23:42:00 -05:00
Carsten "Tomcat" Book
ad4a8588eb Merge mozilla-central to mozilla-inbound 2014-12-18 13:54:52 +01:00
Carsten "Tomcat" Book
e45abbf203 merge mozilla-inbound to mozilla-central a=merge 2014-12-18 13:50:27 +01:00
Carsten "Tomcat" Book
36f21f0499 merge fx-team to mozilla-central a=merge 2014-12-18 13:21:40 +01:00
Chih-Kai (Patrick) Wang
3ca2122adb Bug 970307: Part 4: Increase leak checking threshold. r=nfroyd 2014-12-18 17:01:54 +08:00
Chih-Kai (Patrick) Wang
1359f79b7f Bug 970307: Part 3: Reinitialize modules after fork. r=fabrice 2014-12-18 17:01:33 +08:00
Chih-Kai (Patrick) Wang
c0ae800cc6 Bug 970307: Part 2: Let Nuwa wait for all tasks of preload slow things to finish. r=cyu 2014-12-18 17:01:04 +08:00
Chih-Kai (Patrick) Wang
4ee772690e Bug 970307: Part 1: Report status of each thread to find when all the threads are idle. r=nfroyd 2014-12-18 17:00:39 +08:00
Ankit Goyal
ebfa6fb7e3 Bug 1109867 - Check for debugger before getting debugger info; r=gps 2014-12-17 22:30:50 -08:00
B2G Bumper Bot
0ef5d4547c Bumping manifests a=b2g-bump 2014-12-17 21:47:02 -08:00
B2G Bumper Bot
b9de361655 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d937413f736e
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #26814 from crh0716/1094009

Bug 1094009 - Follow text selection pattern r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/cc4062040b2b
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1094009 - Follow text selection pattern
2014-12-17 21:37:17 -08:00
B2G Bumper Bot
e179de1b79 Bumping manifests a=b2g-bump 2014-12-17 21:34:01 -08:00
B2G Bumper Bot
73ed74982a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/77da873dcb32
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #26838 from mnjul/bug_1112416_rocketbar_app_inputmgnt_racing

Bug 1112416 - Fix racing of InputMgmt/KBApp when switching from RocketBar to other app. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/05564b3790e6
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1112416 - Fix racing of InputMgmt/KBApp when switching from RocketBar to other app

- Through a flag in InputWindow, do not really set the iW as inactive during iW's inputapp-closed event if we know it will become ready soon.
- Also, AppTransitionController should not automatically setVisible(false) for InputWindow on "closed".
2014-12-17 21:33:44 -08:00
Mason Chang
5af999f97b bug 1102453. Read HwcComposer vsync status on main thread. r=mwu 2014-12-17 21:25:09 -08:00
Mark Hammond
c2111a4eee Bug 1109430 - Sync migrator module should show confirmation after resending verification email. r=adw 2014-12-18 16:14:58 +11:00
Mark Hammond
c56a055efe Bug 1098661 - Update sync in-content preferences UI to match FxA migration flows. r=adw 2014-12-18 16:14:58 +11:00
Matthew Noorenberghe
aa65d6d5ec Bug 1112565 - Close the Loop panel when opening the getting started tour. rs=dolske 2014-12-17 23:43:33 -05:00
B2G Bumper Bot
899fd3fc9f Bumping manifests a=b2g-bump 2014-12-17 20:41:55 -08:00
B2G Bumper Bot
9b67f385ac Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c250e324cd57
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #26865 from jrburke/bug922722-email-notification-count

Bug 922722 - [email] notifications count will only list most recent sync count r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/7830824c69e9
Author: jrburke <jrburke@gmail.com>
Desc: Bug 922722 - [email] notifications count will only list most recent sync count

========

https://hg.mozilla.org/integration/gaia-central/rev/e1c1e41c91c0
Author: EragonJ (E.J.) <eragonj@eragonj.me>
Desc: Merge pull request #26809 from EragonJ/bug-1111903

Bug 1111903 - [Settings] Refactor Dialog Service with l10n best practice...

========

https://hg.mozilla.org/integration/gaia-central/rev/9e24fb3adecc
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1111903 - [Settings] Refactor Dialog Service with l10n best practices
2014-12-17 20:37:17 -08:00
Matthew Noorenberghe
c502d62a46 Bug 1080953 - UITour: tell page when first incoming call is received and if that room window is open. r=dmose,dolske
--HG--
extra : rebase_source : de8a2b58aedc35fb07951736829cd43b8f1632fc
2014-12-17 22:37:19 -05:00
Jordan Santell
05ee16bb58 Bug 1110878 - Don't display arrow dropdowns on web audio inspector variables. r=jryans 2014-12-17 12:09:00 -05:00
Blake Winton
a4964d2011 Bug 1106101 - Let people open searches in new tabs with ctrl/cmd+click or middle mouse button. ui-r=phlsa, r=florian 2014-12-17 15:23:44 -05:00
J. Ryan Stinnett
d6de8e4cab Bug 1090768 - Update to source-map 0.1.41. r=fitzgen 2014-12-17 11:55:00 -05:00
Heather Arthur
17ccab84af Bug 990741 - Add telemetry to eyedropper. r=mratcliffe 2014-12-17 11:04:00 -05:00
Jonathan Hao
824747fa63 Bug 1111518 - Fix the logic in MediaDecoder::CanPlayThrough(). r=jwwang 2014-12-17 15:05:40 +08:00
Patrick McManus
f7c9a9f8ee bug 1111875 - remove assertion on http size input error r=keeler
--HG--
extra : rebase_source : 952fa806d6598c00412bd9b27cf3af65e78e9452
2014-12-16 21:35:57 -05:00
Ryan VanderMeulen
f21105850c Backed out changesets 70428bb355a4 and a0ba2f134695 (bug 1109457) for EME failures and crashes on OSX 10.6. 2014-12-18 00:22:19 -05:00
Ryan VanderMeulen
7c63222b7f Backed out changesets 8305a602f997 and 51a1e963d908 (bug 826176) for Android mochitest failures. 2014-12-17 23:09:13 -05:00
Ryan VanderMeulen
aeb1b8da4f Bug 1112988 - Skip layout/base on Mulet due to its inability to run the tests without blowing up in some way or another. 2014-12-17 22:39:14 -05:00