Граф коммитов

399366 Коммитов

Автор SHA1 Сообщение Дата
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
Jeff Walden 78290a2644 Bug 1116591 - Make all TypePolicy subclasses final to prevent the mistake of inheriting from one (rather than inheriting from its nested Data class). r=nbp 2014-12-31 13:51:15 -06:00
Jeff Walden 7e3220ac8e Bug 1116591 - Add a Mix4Policy template class, and switch a MixPolicy of MixPolicys over to it. r=nbp 2014-12-31 13:51:15 -06:00
Jeff Walden 007657e3a2 Bug 1116591 - Actually give a few MIR opcodes a type policy where they clearly intended to have one but failed to say the magic words correctly. r=nbp 2014-12-31 13:51:14 -06:00
Eric Rahm 4f1a16baf2 Bug 1111135 - Part 2: Check for 3gpp permission. r=roc 2015-01-05 15:15:07 -08:00
Eric Rahm 0d14c130d0 Bug 1111135 - Part 1: Add audio-capture:3gpp perimission. r=fabrice. 2015-01-05 15:15:06 -08:00
Wes Kocher 8c211c0a5a Backed out changeset e89d431543ae (bug 1113062) for smaug's revoked r+ 2015-01-05 15:12:02 -08:00
Andrea Marchesini 209eab18af Bug 1113062 - FileImpls are kept alive when a blob URI is generated from them, r=smaug 2015-01-05 23:55:26 +01:00
Ben Turner e5dcbec838 Bug 1116697 - Fix nsScriptError::InitWithWindowID to work better off the main thread, r=mrbkap. 2015-01-05 14:53:37 -08:00
ziyunfei b346d7268c Bug 1116390 - Implement %TypedArray%.prototype.{every, some}. r=evilpie 2015-01-03 08:26:00 -05:00
Ethan Lin c550c53067 Bug 1103258 - Add reftest for assertion crash. r=jmuizelaar 2015-01-05 23:45:20 +08:00
Richard Marti 1106e1e76a Bug 1114344 - Add background-clip: content-box to the #dialogBox on in-content dialogs. r=jaws 2014-12-26 18:25:07 +01:00
Tom Tromey 3da37909db Bug 1104213 - add stack traces to timeline markers. r=smaug r=vporof 2014-12-29 11:32:00 +01:00
Alexandre Poirot a22681fd34 Bug 1000993 - Allows WebIDE to run commands before pushing apps. r=jryans 2014-12-30 07:05:00 +01:00
Nathan Yee f448cb98fe Bug 990566 - Remove strings made unused by bug 738796. r=dao 2014-12-30 11:59:00 -08:00
Drew Willcoxon 6539a379c7 Bug 1110009 - Show a warning icon in the legacy-Sync-to-FxA migration menu panel items. r=markh 2015-01-02 17:26:45 +11:00
Mark Hammond ee85963eed Bug 1114461 - handle failure fetching sync migration sentinel. r=rnewman 2015-01-02 17:15:21 +11:00
Richard Newman 47777418c6 Bug 1116872 - Don't crash on startup when CastDevice.getFromBundle returns null. r=mfinkle 2015-01-01 18:56:27 -08:00
Phil Ringnalda 616987d30f Merge f-t to m-c, a=merge 2015-01-01 14:20:22 -08:00