Commit Graph

218944 Commits

Author SHA1 Message Date
Jan Varga
131170e7ae Bug 1110067 - Presence of asmjs cache in storage/temporary causing indexedDB.open() to fail for non-persistent storage; r=bent 2014-12-11 20:34:52 +01:00
Patrick McManus
efa756153d bug 865314 - ssl parallelism to new host should not be 1 r=hurley 2014-01-30 03:56:36 -05:00
Jonathan Kew
86a0e9d6c4 Bug 1110266 - Use horizontal-font metrics as basis for CSS units when text-orientation is sideways. r=smontagu 2014-12-11 18:56:21 +00:00
Jonathan Kew
a74d73b0b4 Bug 1110181 - Move mTextOrientation to the nsStyleVisibility struct to avoid potential recursive dependency in nsStyleText. r=dbaron 2014-12-11 18:56:19 +00:00
Tom Schuster
1e739cc253 Bug 825199 - Self host __defineGetter__ and friends. r=till 2014-12-11 19:31:11 +01:00
Tom Schuster
92e82eb91e Bug 825199 - Allow us the define self-hosted properties after everything is set-up properly. r=till 2014-12-11 19:31:10 +01:00
Tom Schuster
fdde3c1c70 Bug 1097267 - Change the enumerate hook usage in XPC and browser. r=bholley 2014-12-11 19:31:10 +01:00
Tom Schuster
dccd2c7afb Bug 1097267 - Use new enumerate hook for plugins. r=josh 2014-12-11 19:31:10 +01:00
Tom Schuster
70dad95d3c Bug 1097267 - Change to the simpler enumerate hook in the js engine. r=jorendorff 2014-12-11 19:31:10 +01:00
Tom Schuster
318ef0aa44 Bug 1097267 - Remove the DONT_ENUM_STATIC_PROPS flag from XPC. r=bholley 2014-12-11 19:31:10 +01:00
Ryan VanderMeulen
15d5a02c9d Backed out changesets c63a0dc3e90f and 5b53df2993fa (bug 1104623) for leaks.
--HG--
extra : rebase_source : cb4ed2e9e43d8d937f75561534f26081e694c964
2014-12-11 13:12:08 -05:00
Bill McCloskey
5ea703b9fa Backout bug 1099410 for increasing crash rate 2014-12-11 10:09:44 -08:00
Boris Zbarsky
42a7ac06b5 Bug 1105615. Make IDBObjectStoreParameters.keyPath a union instead of using "any" for it. r=baku 2014-12-11 13:07:44 -05:00
Boris Zbarsky
b179defdfa Bug 990484 part 2. Remove a bunch of now-unnecessary JSContext bits in indexedDB code. r=baku 2014-12-11 13:07:44 -05:00
Boris Zbarsky
37a122b8c2 Bug 990484 part 1. Add an overload of JS_IsIdentifier that takes chars+length. r=jorendorff 2014-12-11 13:07:44 -05:00
Boris Zbarsky
f55b11c6b8 Bug 1109888. ICGetPropCallDOMProxyNativeStub should inherit from ICGetPropCallGetter so we have our holder/holdershape/etc accessible the same way across all the JSNative getter stubs. r=efaust 2014-12-11 13:07:43 -05:00
Benjamin Peterson
0f7bbdc6a4 Bug 1084177 - Maintain only one zlib compression context per helper thread. r=njn
--HG--
extra : rebase_source : 3c4caab7e3c305418ea35292002597aae1dacb49
2014-12-10 23:41:36 -05:00
Ryan VanderMeulen
34b779d2f4 Backed out changeset c2659bf5793d (bug 1107145) for bustage.
DONTBUILD CLOSED TREE
2014-12-11 13:00:07 -05:00
Brian Hackett
ed48b245f1 Bug 1107145 - Allow typed objects with the same prototype to have different descriptors, r=nmatsakis. 2014-12-11 10:35:06 -07:00
Benjamin Bouvier
b1e181e3e4 Bug 1108825: Implement SIMD.int32x4.mul in Odin; r=sunfish 2014-12-11 12:10:35 +01:00
Kartikaya Gupta
2fda0e7056 Bug 1013432 - Follow-up to fix build bustage when debug logging is enabled. r=me and DONTBUILD 2014-12-11 11:49:17 -05:00
Andrea Marchesini
944ef562e7 Bug 1104623 - Inherit security flags if channel already has a loadinfo attached in NS_NewChannel - tests (r=ckerschb) 2014-12-11 07:47:37 -08:00
Christoph Kerschbaumer
0fdfb8000c Bug 1104623 - Inherit security flags if channel already has a loadinfo attached in NS_NewChannel (r=bz,sworkman) 2014-12-07 19:53:33 -08:00
Ryan VanderMeulen
b066004440 Backed out changesets 34a66a625618, 32db3daa20fe, and ac15ba8568c5 (bug 1102219) for Gaia unit test failures.
--HG--
extra : rebase_source : 0266cc0b2a6568ca653885745f381df8d6d167ec
2014-12-11 11:28:30 -05:00
Georg Fritzsche
db530200c7 Bug 1106552 - Fix invalid conversions of string to NPVariant in plugin code. r=bsmedberg 2014-12-11 15:05:13 +01:00
Kartikaya Gupta
da5a1ed4e2 Bug 1109855 - Fix building of APZC instances via the tree manager for gtests. r=botond
In testing scenarios ensure that we always create a TestAsyncPanZoomController
so that we can unconditionally cast to it and use the extra helpers on that
class.
2014-12-11 10:39:19 -05:00
Sotaro Ikeda
018c04a66a Bug 1109226 - Do not use HwComposer when layer has MaskLayer r=nical 2014-12-11 07:15:52 -08:00
Jan Horak
4a1c903156 Bug 1097625 - Fallback to use LANG variable as dictionary doesn't work. r=ehsan 2014-12-09 03:22:00 -05:00
ziyunfei
43231043f0 Bug 1102219 - Part 3: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till 2014-12-10 20:50:00 -05:00
ziyunfei
f655ffb4dc Bug 1102219 - Part 2: Replace String.prototype.contains with String.prototype.includes in JS code. r=till 2014-11-23 06:24:00 -05:00
ziyunfei
f3873a7560 Bug 1102219 - Part 1: Add String.prototype.includes and keep String.prototype.contains around as an alias with a (non-release builds only) warning. r=till 2014-12-11 05:42:00 -05:00
Kartikaya Gupta
7b2cbc259f Bug 1089822 - Fix running reftest-remote on B2G using a local emulator build. r=ahal 2014-12-10 05:07:00 -05:00
Josh Aas
6141b5290e Bug 1092630: Get rid of native widgets for OS X NPAPI plugins, make things work much better under e10s. Patch by Josh Aas, Markus Stange, Steven Michaud, David Parks. r=smichaud/jst/josh (more reviews pending) 2014-12-11 08:44:07 -06:00
Carsten "Tomcat" Book
4aad711842 Backed out changeset 5d3fe12c63ed (bug 1081037) for Gu Test Failures 2014-12-11 15:26:20 +01:00
Frédéric Wang
a7a2af35f7 Bug 1108378 - Do not expose the <mphantom> element to the accessible tree. r=karl 2014-12-07 08:39:00 +01:00
Cameron Kaiser
bd0a710872 Bug 1109972: nsHyphenator should not assume sizeof(bool) == sizeof(char). r=dbaron 2014-12-10 17:10:35 -08:00
Chris Manchester
8e1f7f43e2 Bug 1108781 - Log relative paths as test identifiers in xpcshell. r=ahal 2014-12-09 15:38:18 -05:00
Chris Manchester
380ec97ec6 Bug 1108786 - Update to most recent wptrunner. r=jgraham 2014-12-10 15:58:07 -05:00
Gabor Krizsanits
46faa24b07 Bug 1106713 - fixing up CSP checks for imports. r=mrbkap 2014-12-11 13:18:10 +01:00
Gabor Krizsanits
94fee331b5 Bug 1081037 - LinkConstructorAndPrototype in RegisterElement. r=wchen 2014-12-11 13:02:08 +01:00
Benjamin Bouvier
a50f2be122 Backed out changeset dd24124194d5 (bug 1108825) for SM(e) failures 2014-12-11 12:57:24 +01:00
Simon Montagu
903c64a2be Bug 1105137: treat nsFloatManager's mOrigin as an offset, not a point, and rename it to mOffset to make that clearer, r=jfkthame 2014-12-11 03:56:03 -08:00
Simon Montagu
652a0dc968 Test for bug 1105137, r=jfkthame 2014-12-11 03:56:01 -08:00
Jon Coppeard
7f3d23f2fe Bug 1108836 - Fix race condition starting background sweeping r=terrence 2014-12-11 11:19:56 +00:00
Jonathan Kew
d108e9157c Bug 1108923 - Reftest for margins specified using percentages. r=smontagu 2014-12-11 11:16:22 +00:00
Jonathan Kew
228750646b Bug 1108923 - Update comments to reflect the newly logicalized parameters. r=smontagu 2014-12-11 11:16:22 +00:00
Jonathan Kew
3066d88ace Bug 1108923 - Use the correct containing box dimension as the percent basis for margin/padding in vertical writing modes. r=smontagu 2014-12-11 11:16:22 +00:00
Benjamin Bouvier
d414e74e64 Bug 1108825: Implement SIMD.int32x4.mul in Odin; r=sunfish 2014-12-11 12:10:35 +01:00
Benjamin Bouvier
07bc3d269c Bug 1073910: Fix ARM's roundf codegen for negative numbers; r=mjrosenb 2014-12-11 12:10:27 +01:00
Carsten "Tomcat" Book
3c7b7214de Backed out changeset 53adf5b021fa (bug 1047124) for Huge Memory Leaks on a CLOSED TREE 2014-12-11 11:44:11 +01:00