Commit Graph

184094 Commits

Author SHA1 Message Date
Christoph Kerschbaumer
316a66c158 Bug 1013559 - CSP in C++: Support to parse 1.x headers with the new parser while supporting XCSP using the old JS parser. r=sstamm,grobinson 2014-05-20 15:44:22 -07:00
Carsten "Tomcat" Book
1507d6cf86 Backed out changeset 91dad1e50118 (bug 891952) for m1 and m3 test failures on a CLOSED TREE 2014-05-22 08:24:17 +02:00
Carsten "Tomcat" Book
ddf193ed51 Backed out changeset c0cf2e5d7c56 (bug 1013316) 2014-05-22 08:22:30 +02:00
William Chen
5c4b43981d Bug 999271 - Implement web components getDestinationInsertionPoints() extension to Element interface. r=mrbkap 2014-05-21 23:11:53 -07:00
Matt Woodrow
ca8a3778af Bug 1013771 - Dump nsDisplayTransform transforms during display list dumping. r=roc 2014-05-22 14:36:26 +12:00
Boris Zbarsky
44d9965e0b Bug 869836 followup to fix build bustage 2014-05-22 00:48:11 -04:00
Nicholas Nethercote
236e740ed4 Bug 1013670 - Remove all traces of leaktest.py.in. r=ted.
--HG--
extra : rebase_source : ee2941433fc12726624377362d3d46d3225eb0db
2014-05-21 20:29:55 -07:00
Birunthan Mohanathas
32b3e983f7 Bug 869836 - Fix bustage on Windows due to rebases. r=me 2014-05-22 07:25:28 +03:00
Boris Zbarsky
a55f979389 Bug 528456. Enable :scope support in querySelector and scoped stylesheets by default. r=dholbert 2014-05-22 00:23:51 -04:00
Boris Zbarsky
834808ffd3 Bug 999456. Page load events should not be cancelable. r=smaug 2014-05-22 00:23:51 -04:00
Boris Zbarsky
18526a329e Bug 1013316. Implement GetSupportedNames on HTMLAllCollection. r=smaug
This also fixes the GetSupportedNames on nsContentList HTMLCollections to follow the spec.
2014-05-22 00:23:51 -04:00
Boris Zbarsky
e998368d7b Bug 891952. Named getters for HTMLCollection should never return anything for "". r=smaug 2014-05-22 00:23:51 -04:00
Matthew Gregan
13d60a8552 Bug 1013032 - Initialize pending subdecoders directly rather than waiting on a task (that may be blocked) to do it. r=cajbir 2014-05-19 19:59:00 +12:00
Matthew Gregan
acfc7f9b64 Bug 847903 - Limit active cubeb streams to 16 on OS X 10.6 and older. r=padenot 2014-05-19 14:16:56 +12:00
Timothy Nikkel
074465432f Bug 1013780. Silly bustage fixup. 2014-05-21 23:17:56 -05:00
Timothy Nikkel
94569d08b7 Bug 1013780. Only create displayports during display list building if the display list is for painting to the screen. r=botond 2014-05-21 23:14:49 -05:00
Ehsan Akhgari
42505dd3f6 Bug 1013664 - Fix bad implicit conversion constructors in XPCOM; r=froydnj
--HG--
extra : rebase_source : e3260a536292175cb1ad23a53dfe9e3f4bb8ff10
2014-05-21 21:33:28 -04:00
Ehsan Akhgari
a5e1d3edf7 Bug 1013662 - Part 1: Add MOZ_IMPLICIT to Attributes.h; r=froydnj
--HG--
extra : rebase_source : 4654de918e6f73f40c34a19cfd1b457ba2c734f1
2014-05-21 21:31:29 -04:00
Masayuki Nakano
f645b23ffb Bug 1009388 part.4 nsMenuFrame should use WidgetEvent::AccelModifier() for consistency with other modules r=smaug+enndeakin 2014-05-22 13:06:06 +09:00
Masayuki Nakano
369b03c8cd Bug 1009388 part.3 nsXBLPrototypeHandler should use WidgetEvent::AccelModifier() for consistency with other modules r=smaug 2014-05-22 13:06:05 +09:00
Masayuki Nakano
066f82fb48 Bug 1009388 part.2 Accessible should use WidgetEvent::AccelModifier() for consistency with other modules r=smaug+surkov.alexander 2014-05-22 13:06:05 +09:00
Masayuki Nakano
442e0f0f31 Bug 1009388 part.1 Support getModifierState("Accel") r=smaug 2014-05-22 13:06:05 +09:00
Birunthan Mohanathas
849371302f Bug 869836 - Part 9: Use AssignLiteral instead of Assign(NS_LITERAL_STRING(...)). r=ehsan 2014-05-22 06:48:52 +03:00
Birunthan Mohanathas
f59f0e1fd0 Bug 869836 - Part 8: Use Append('c') instead of Append("c"). r=ehsan 2014-05-22 06:48:52 +03:00
Birunthan Mohanathas
c6f127456b Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
fa0eb27120 Bug 869836 - Part 6: Use EqualsLiteral instead of Equals where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
e5b0697f13 Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
53a11ecbdf Bug 869836 - Part 4: Use EqualsLiteral instead of Equals(NS_LITERAL_STRING(...)). r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
016d46e5f3 Bug 869836 - Part 3: Use Append('c') instead of AppendLiteral("c"). r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
41bdca1ff6 Bug 869836 - Part 2: Use AppendLiteral instead of Append(NS_LITERAL_STRING(...)). r=ehsan 2014-05-22 06:48:50 +03:00
Birunthan Mohanathas
34c5fc5a49 Bug 869836 - Part 1: Use EqualsLiteral instead of == NS_LITERAL_STRING(...). r=ehsan 2014-05-22 06:48:50 +03:00
Camilo Viecco
adc414a37a Bug 1010594 - Part 2/2 tests - r=keeler
--HG--
extra : rebase_source : 4ca9623b815544edc58308544fa85b192c2f31f3
2014-05-19 13:26:23 -07:00
Camilo Viecco
1156dda879 Bug 1010594 - Part 1/2 OCSP url check - r=briansmith
--HG--
extra : rebase_source : 0b26339d33db90722401ae1d8ac255d0390aea30
2014-05-16 13:53:14 -07:00
Wes Kocher
0f615452fd Merge m-c to inbound 2014-05-21 20:34:12 -07:00
Wes Kocher
a4147f61f7 Merge fx-team to m-c 2014-05-21 20:29:05 -07:00
Wes Kocher
20d6a4da36 Merge b2g-inbound to m-c 2014-05-21 20:24:32 -07:00
Wes Kocher
4fd3e47dc9 Backed out changeset 91d280c835b2 (bug 1013771) for b2g osx build bustage 2014-05-21 20:00:33 -07:00
Anthony Jones
93019cbd7b Bug 908503: Change to stagefright demuxer; r=cpearce
Bug 908503: Build config changes for libstagefright demuxer; r=glandium
Bug 908503: Remove Chrome demuxer; r=cpearce
Bug 908503: Add conversion to Annex B; r=cpearce
2014-05-22 14:42:39 +12:00
Matt Woodrow
7ecf9d751e Bug 1013784 - Implement ClearRect for BasicCompositor. r=Cwiiis 2014-05-22 14:36:26 +12:00
Matt Woodrow
e43dbfd110 Bug 1013771 - Dump nsDisplayTransform transforms during display list dumping. r=roc 2014-05-22 14:36:26 +12:00
Matt Woodrow
a00ad1aed9 Bug 1013536 - Clip paint flashing area when using single-rect painting mode. r=Bas 2014-05-22 14:36:26 +12:00
Brian Hackett
b9966abd46 Bug 966646 - Use JS helper threads for GC background sweeping / allocation, r=billm. 2014-05-21 19:35:07 -07:00
Wes Kocher
c18978a8b2 Backed out 4 changesets (bug 1012407) for b2g reftest5 orange on an otherwise CLOSED TREE
Backed out changeset 08e17f48aed1 (bug 1012407)
Backed out changeset b17b7b59cf88 (bug 1012407)
Backed out changeset 1c692df3f080 (bug 1012407)
Backed out changeset 560bd45d52de (bug 1012407)
2014-05-21 18:05:15 -07:00
B2G Bumper Bot
77d7cb49b2 Bumping manifests a=b2g-bump 2014-05-21 17:12:21 -07:00
B2G Bumper Bot
8b2e6840cf Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/21652299e037
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Revert "Merge pull request #19504 from justindarc/bug1008349"

This reverts commit c16d56833586c34be586aee357f860b890039a3d, reversing
changes made to 43d26d9f869d62616b217b8c68b21d02e1a8da5b.

========

https://hg.mozilla.org/integration/gaia-central/rev/08f70c0f0cc0
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #19504 from justindarc/bug1008349

Bug 1008349 - [B2G][Camera][Zoom][Open C]zoom level in preview is higher...

========

https://hg.mozilla.org/integration/gaia-central/rev/4c0c7df92b6c
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 1008349 - [B2G][Camera][Zoom][Open C]zoom level in preview is higher than the zoom level of the picture taken.
2014-05-21 17:06:15 -07:00
B2G Bumper Bot
bc8d4e26ea Bumping manifests a=b2g-bump 2014-05-21 16:31:36 -07:00
B2G Bumper Bot
f27693167f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/58fe6b7c3ae4
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #19492 from jrburke/bug1010867-email-slow-down-there-buddy

Bug 1010867 - [OPENC_1.3][email/UI] Message notification handling is pushing message_reader onto the stack twice r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/ebe506ff8c45
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1010867 - [OPENC_1.3][email/UI] Message notification handling is pushing message_reader onto the stack twice
2014-05-21 16:26:09 -07:00
Wes Kocher
8674ea6303 Backed out changesets 8c23781bad3c,16418be9d4dd (bug 996310) for dt1 bustage on a CLOSED TREE 2014-05-21 16:21:17 -07:00
B2G Bumper Bot
fe0034ebf2 Bumping manifests a=b2g-bump 2014-05-21 15:51:41 -07:00
B2G Bumper Bot
6674f555be Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f8c2f092306f
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #19490 from justindarc/bug1014110

Bug 1014110 - [Camera] Lazy-loaded controller references are not kept

========

https://hg.mozilla.org/integration/gaia-central/rev/8860fd015cd0
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 1014110 - [Camera] Lazy-loaded controller references are not kept
2014-05-21 15:46:14 -07:00