Commit Graph

222279 Commits

Author SHA1 Message Date
B2G Bumper Bot
f63eae829a Bumping manifests a=b2g-bump 2015-01-02 14:41:55 -08:00
B2G Bumper Bot
4830075d6a Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ed856141367c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1117002 - Deduplicate AST entries for ab-CD.json"

This reverts commit fee0d623346c34b7eaa860141158f2fc57913391.
2015-01-02 14:32:15 -08:00
B2G Bumper Bot
c5c95129fd Bumping manifests a=b2g-bump 2015-01-02 13:06:54 -08:00
B2G Bumper Bot
a7669d5c26 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a591afc35f7a
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #27095 from zbraniecki/1117002-deduplicate-ast-entries

Bug 1117002 - Deduplicate AST entries for ab-CD.json. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/69a8a1b9ca0f
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1117002 - Deduplicate AST entries for ab-CD.json
2015-01-02 13:02:16 -08:00
B2G Bumper Bot
ebf2dbf4e7 Bumping manifests a=b2g-bump 2015-01-02 10:54:02 -08:00
B2G Bumper Bot
743cfe02d8 Bumping manifests a=b2g-bump 2015-01-02 07:13:57 -08:00
Carsten "Tomcat" Book
8586519a65 Merge mozilla-central to b2g-inbound 2015-01-02 14:15:38 +01:00
Carsten "Tomcat" Book
a661b33faa merge mozilla-inbound to mozilla-central a=merge 2015-01-02 13:53:24 +01:00
B2G Bumper Bot
a710159e1b Bumping manifests a=b2g-bump 2015-01-02 01:43:54 -08:00
B2G Bumper Bot
5784e07cc0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0b39f31acc92
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #27086 from zbraniecki/1116162-expose-console-for-l10njs-at-buildtime

Bug 1116162 - Expose console.log|warn|info|error when loading l10n.js at buildtime. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/a16e0a60a934
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1116162 - Expose console.log|warn|info|error when loading l10n.js at buildtime.
2015-01-02 01:42:17 -08:00
Phil Ringnalda
2c514abe69 Bug 1116664 - test_crash_nested_loop.html really does intermittently intend to use a flaky timeout, r=ehsan 2014-12-31 22:27:10 -08:00
Ehsan Akhgari
b7a647884b Bug 1117263 follow-up: Fix a build bustage in opt builds 2015-01-03 12:38:20 -05:00
Ehsan Akhgari
80fc5b9947 Bug 1116669 - Wait for focus before running test_offlineNotification.html; r=dao 2015-01-03 12:25:48 -05:00
Ehsan Akhgari
55462afe5c Bug 1117265 - Mark virtual overridden functions as MOZ_OVERRIDE in IPC code; r=baku 2015-01-03 12:25:13 -05:00
Ehsan Akhgari
d2919c59e9 Bug 1117248 - Mark virtual overridden functions as MOZ_OVERRIDE in image/; r=jrmuizel 2015-01-03 12:24:49 -05:00
Ehsan Akhgari
e94c27dbc9 Bug 1117196 - Stop asserting |this| in AudioNodeStream; r=roc
recent clang gives the following warning on these:
'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
2015-01-03 12:22:16 -05:00
Ehsan Akhgari
5dfb3ef670 Bug 1117262 - Mark virtual overridden functions as MOZ_OVERRIDE in docshell; r=bzbarsky
This also devirtualizes some of the functions that were not overriden by
any class.
2015-01-03 12:21:47 -05:00
Ehsan Akhgari
fcf3f5e262 Bug 1117263 - Mark virtual overridden functions as MOZ_OVERRIDE in graphics layers code; r=roc 2015-01-03 12:21:23 -05:00
Jacek Caban
0b4b0d37d7 Bug 1117064 - Use localtime_s in ComputeLocalTime on Windows. r=till 2015-01-03 15:54:22 +01:00
Phil Ringnalda
054554a917 Back out cbf65998682c (bug 1112934) for SM(r) orange
CLOSED TREE
2015-01-03 01:24:44 -08:00
Phil Ringnalda
e60d3a013a Back out 47683fccda29 (bug 1112332) for b2g reftest-6 failures
CLOSED TREE
2015-01-02 21:31:35 -08:00
Philipp Kewisch
b83466546e Bug 1084066 - plugins and extensions moved to wrong directory by mozharness. r=ted 2015-01-03 01:29:57 +01:00
Ehsan Akhgari
c9b01f65f0 Bug 1117037 - Mark virtual overridden functions as MOZ_OVERRIDE in accessible/; r=tbsaunde 2015-01-02 18:47:38 -05:00
Ehsan Akhgari
df1f59a183 Bug 1107592 follow-up: Add a missing include for Optional to fix the non-unified build bustage 2015-01-02 18:06:58 -05:00
Ehsan Akhgari
7011ee1731 Bug 1113449 - Assert that nsCORSListenerProxy is properly initialized before it is used; r=sicking
This will hopefully prevent the likes of bug 1080987 from happening again.
2015-01-02 17:56:43 -05:00
Ehsan Akhgari
2f017e1856 Bug 1116551 - Remove the code to handle shutdown-cleanse from the prefs service; r=bsmedberg
shutdown-cleanse has not been a thing for quite a while.
2015-01-02 17:55:32 -05:00
Ehsan Akhgari
3e1ee389fe Bug 1116558 - Remove the code to handle shutdown-cleanse from the RDF code; r=bsmedberg
shutdown-cleanse has not been a thing for quite a while.
2015-01-02 17:54:35 -05:00
Ehsan Akhgari
ec982ba41a Bug 1116560 - Spell shutdown-persist properly in nsXREDirProvider::DoShutdown to make it greppable; r=bsmedberg 2015-01-02 17:53:56 -05:00
Ehsan Akhgari
f14765ef15 Bug 1116880 - Pass in the referrer policy to the savePrivacyAwareURI() call in openInExternalEditor(); r=geekboy 2015-01-02 17:53:11 -05:00
Ehsan Akhgari
f8fbd19e8b Bug 1117040 - Mark virtual overridden functions as MOZ_OVERRIDE in SVG DOM code; r=longsonr 2015-01-02 17:51:17 -05:00
Daniel Holbert
5da4b98e9d Bug 1068603: Extend FlattenBezier to handle case where full path can be approximated by a linear segment. r=Bas 2015-01-02 14:46:53 -08:00
Ehsan Akhgari
a111a190ad Bug 1111244 - Remove some code specific to old unsupported MSVC versions from js/src; r=Waldo 2015-01-02 17:32:43 -05:00
Boris Zbarsky
7a1b927b37 Bug 1114064. Support AliasNone DOM methods in ion compilation. r=efaust 2015-01-02 17:20:36 -05:00
Boris Zbarsky
aae44cf505 Bug 1112934. Tell MGetDOMMember what its result type is so it can do a typed slot load. r=jandem 2015-01-02 17:18:16 -05:00
Boris Zbarsky
616841709b Bug 1113018. Stop manually moving things into ScratchReg in the x86-64 version of extractObject; just rely on unboxNonDouble doing the right thing as needed. r=sunfish 2015-01-02 17:09:14 -05:00
Boris Zbarsky
15c65b6f4d Bug 1113025. Fix MGetDOMMember::congruentTo to work correctly. r=jandem 2015-01-02 17:09:05 -05:00
Boris Zbarsky
2babbab449 Bug 1111164 part 4. Switch to typed reserved slot gets in String.js. r=jorendorff 2015-01-02 17:08:34 -05:00
Boris Zbarsky
2620909ce6 Bug 1111164 part 3. Switch to typed reserved slot gets in TypedObject.js. r=sfink 2015-01-02 17:08:33 -05:00
Boris Zbarsky
ae7ca098dc Bug 1111164 part 2. Switch to typed reserved slot gets in Array.js. r=jorendorff 2015-01-02 17:08:33 -05:00
Boris Zbarsky
910379cbae Bug 1111164 part 1. Add infrastructure for doing typed reserved slot gets in self-hosted code and having the resulting unboxing be unconditional in Ion. r=jandem 2015-01-02 17:08:33 -05:00
Boris Zbarsky
1525c9e29b Bug 1107592 part 2. Allow chrome JS to directly throw content DOMExceptions that will propagate out to the web script. r=peterv 2015-01-02 17:08:33 -05:00
Boris Zbarsky
b805566e95 Bug 1107592 part 1. Implement a DOMException constructor. r=peterv 2015-01-02 17:08:33 -05:00
Boris Zbarsky
b2c4383ca2 Bug 1117131. Output the JS hooks for our cache-clearing stuff for [Pure] properties on JS-implemented objects even if we have no interface object, since these live on instances. r=mccr8 2015-01-02 17:08:33 -05:00
Kartikaya Gupta
f3f6d11228 Bug 928833 - Turn on event-regions based hit-testing in APZ. r=botond 2015-01-02 17:07:27 -05:00
Kartikaya Gupta
b72125b024 Bug 1107280 - Fuzz a test unrelated to event-regions but that fails with event regions enabled. r=me 2015-01-02 17:07:20 -05:00
Ryan VanderMeulen
0d86a9be92 Bug 1115219 - Remove unnecessary RELEASE_BUILD check from GetAddrInfo.h. r=mcmanus 2015-01-02 16:51:04 -05:00
Joel Maher
e8ac3f45a2 Bug 1114710 - test_leaf_layers_partition_browser_window.xul fails when run as a standalone directory. r=tn 2014-12-31 12:02:00 +01:00
Yoshi Huang
4f3f52ebd1 Bug 1116725 - TypeError : isLost is a readonly attribute. r=smaug, dimi 2014-12-31 17:08:17 +08:00
Hsin-Yi Tsai
2f5937bfec Bug 1116431 - mobileconnection.iccId should be null instead of an empty string when no sim. r=edgar 2014-12-31 15:13:50 +08:00
Phil Ringnalda
4504961699 Merge m-c to b-i 2015-01-04 15:20:43 -08:00