Ehsan Akhgari
|
31294a6ac2
|
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
|
b447c92ece
|
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
|
f84707bf24
|
Bug 1117064 - Use localtime_s in ComputeLocalTime on Windows. r=till
|
2015-01-03 15:54:22 +01:00 |
|
Phil Ringnalda
|
c86f1608b4
|
Back out cbf65998682c (bug 1112934) for SM(r) orange
CLOSED TREE
|
2015-01-03 01:24:44 -08:00 |
|
Phil Ringnalda
|
3d2cba0574
|
Back out 47683fccda29 (bug 1112332) for b2g reftest-6 failures
CLOSED TREE
|
2015-01-02 21:31:35 -08:00 |
|
Philipp Kewisch
|
abb9851cdb
|
Bug 1084066 - plugins and extensions moved to wrong directory by mozharness. r=ted
|
2015-01-03 01:29:57 +01:00 |
|
Ehsan Akhgari
|
7ab7d98dbb
|
Bug 1117037 - Mark virtual overridden functions as MOZ_OVERRIDE in accessible/; r=tbsaunde
|
2015-01-02 18:47:38 -05:00 |
|
Ehsan Akhgari
|
45512c0d90
|
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
|
705cd3e355
|
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
|
f15344731a
|
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
|
bc9f04611f
|
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
|
20a19ff838
|
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
|
65df2a63dd
|
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
|
a5ffa2b344
|
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
|
04b749a33d
|
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
|
85269cfb11
|
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
|
c364a37ecb
|
Bug 1114064. Support AliasNone DOM methods in ion compilation. r=efaust
|
2015-01-02 17:20:36 -05:00 |
|
Boris Zbarsky
|
c9638d4bc8
|
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
|
befbf1e8da
|
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
|
8eabe6108f
|
Bug 1113025. Fix MGetDOMMember::congruentTo to work correctly. r=jandem
|
2015-01-02 17:09:05 -05:00 |
|
Boris Zbarsky
|
35c29eb555
|
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
|
82e0a80a45
|
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
|
3d5e2d0749
|
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
|
046bdb0170
|
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
|
8fd98d4057
|
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
|
7af8dba16f
|
Bug 1107592 part 1. Implement a DOMException constructor. r=peterv
|
2015-01-02 17:08:33 -05:00 |
|
Boris Zbarsky
|
58dedbbec6
|
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
|
5f28bd754e
|
Bug 928833 - Turn on event-regions based hit-testing in APZ. r=botond
|
2015-01-02 17:07:27 -05:00 |
|
Kartikaya Gupta
|
f7c0c43ecf
|
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
|
a2be21d384
|
Bug 1115219 - Remove unnecessary RELEASE_BUILD check from GetAddrInfo.h. r=mcmanus
|
2015-01-02 16:51:04 -05:00 |
|
Joel Maher
|
6ad8bb118c
|
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 |
|
Hsin-Yi Tsai
|
eaeab06769
|
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
|
fea946ee42
|
Merge m-c to b-i
|
2015-01-04 15:20:43 -08:00 |
|
B2G Bumper Bot
|
3e5e107f82
|
Bumping manifests a=b2g-bump
|
2015-01-04 10:53:54 -08:00 |
|
B2G Bumper Bot
|
2eccbe0976
|
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/68a065b43d82
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #27093 from ferjm/bug1116986.fxa.2015effect
Bug 1116986 - (Follow-up) Dynamically populate year select. r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/dd8898d01fc0
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1116986 - (Follow-up) Dynamically populate year select. r=kgrandon
|
2015-01-04 10:52:16 -08:00 |
|
Christoph Kerschbaumer
|
b39fa64608
|
Bug 1116624 - Move CORS into dom/security (r=sicking)
--HG--
rename : dom/base/nsCrossSiteListenerProxy.cpp => dom/security/nsCORSListenerProxy.cpp
rename : dom/base/nsCrossSiteListenerProxy.h => dom/security/nsCORSListenerProxy.h
|
2014-12-30 15:54:59 -08:00 |
|
Andrew McCreight
|
f65b00d7c0
|
Bug 1110928, part 3 - Try to pass a relevant zone to PokeGC. r=smaug
This means the browser will do less full GCs.
|
2015-01-04 17:46:50 -08:00 |
|
Andrew McCreight
|
4cf56547e8
|
Bug 1110928, part 2 - Call PokeGC in nsDocumentViewer::PageHide before the call to OnPageHide. r=smaug
This ensures that the document isn't destroyed when we call PokeGC, which will be useful later.
|
2015-01-04 17:46:50 -08:00 |
|
Andrew McCreight
|
9316f22371
|
Bug 1110928, part 1 - Hoist the LOAD_END PokeGC out of nsJSContext::LoadEnd. r=smaug
nsDocumentViewer knows which document is involved which will help us later.
Also, fix a typo in the comment.
|
2015-01-04 17:46:50 -08:00 |
|
Andrew McCreight
|
7a91a82059
|
Bug 1116821 - Don't PokeGC in SetNewDocument. r=smaug
|
2015-01-04 17:46:49 -08:00 |
|
Andrew McCreight
|
a308cb0dfc
|
Bug 1088268 - Use a switch statement in DOMGCSliceCallback. r=smaug
|
2015-01-04 17:46:49 -08:00 |
|
Bas Schouten
|
e7e398a29a
|
Bug 1084450: Disable subpixelAA text when requested for header/footer drawing code. r=mattwoodrow
|
2015-01-05 01:18:11 +01:00 |
|
Ehsan Akhgari
|
ca01209c42
|
Debugging patch for bug 1111137
|
2015-01-03 20:08:17 -05:00 |
|
Cameron McCormack
|
1f8920f851
|
Bug 1105596 - Simplify aboutNetError_alert.svg a little. r=gijs
|
2015-01-05 09:37:43 +11:00 |
|
vivek
|
1a4bb3bd58
|
Bug 1116027 - Switch to tab not available in Recent Tabs Panel. r=margaret
|
2014-12-29 12:09:00 +01:00 |
|
Jordan Santell
|
36254cdc23
|
Bug 1115780 - increase timeout on audionode destruction tests. r=vp
|
2014-12-28 10:26:00 +01:00 |
|
Jeff Walden
|
dfb0bb73c0
|
Bug 603201 - Implement JS_ForwardSetPropertyTo. r=efaust
|
2014-12-26 15:36:06 -06:00 |
|
Jeff Walden
|
cd37d44288
|
Bug 1115853 - Don't call a __noSuchMethod__ hook if the receiver for the property-get isn't an object. (Again.) r=efaust
|
2014-12-31 16:25:05 -06:00 |
|
Jeff Walden
|
79c821101e
|
Bug 603201 - Make HasPropertyOnPrototype fallible. r=peterv
|
2015-01-02 14:02:36 -06:00 |
|
Jeff Walden
|
7377546e91
|
Bug 1116591 - Make every MIR opcode's typePolicy() member function consult op::thisTypePolicy(), never the global thisTypePolicy() method. r=nbp
|
2014-12-31 13:51:15 -06:00 |
|