Wes Kocher
|
4eedce1509
|
Merge inbound to central, a=merge
|
2015-06-10 18:29:39 -07:00 |
Brian Hackett
|
a6cbfd3be7
|
Bug 1170372 - Use unboxed arrays for Array() and other functions keyed to allocation sites, r=jandem.
|
2015-06-10 09:42:22 -07:00 |
Paolo Amadini
|
0697364b3d
|
Bug 1158133 - Add a way to disable async stacks, and disable by default on mobile platforms. r=bent,jimb
--HG--
extra : rebase_source : 440284ded7a60d44430cd0a91fd946fa4c76c987
|
2015-06-09 11:17:09 +02:00 |
Daniel Holbert
|
5acf138794
|
Bug 1169086 followup: Add missing 'override' annotation to VerifyTraceProtoAndIfaceCacheCalledTracer::trace() method decl. rs=ehsan
|
2015-06-03 11:47:06 -07:00 |
Ryan VanderMeulen
|
0d1a75a9bd
|
Backed out changeset a2a7009adafc (bug 1172246) for crashes.
|
2015-06-09 13:40:44 -04:00 |
Boris Zbarsky
|
470161ae4a
|
Bug 1172246. Make sure CallSetup's handling of exceptions it wants to deal with itself works even when the callable is a JSNative that use the JS_Report*Error APIs instead of throwing exceptions in the usual way. r=bholley
|
2015-06-08 16:16:27 -04:00 |
Terrence Cole
|
5dd32db8cf
|
Bug 1169086 - Use virtual dispatch to implement callback tracer; r=jonco, r=mccr8
--HG--
extra : rebase_source : 8da1af998621319f7a0112f1870080dd8835063e
|
2015-05-28 16:35:08 -07:00 |
Jose Antonio Olivera Ortega
|
1fde4d00db
|
Bug 1131352 - Part 1: Fix codegen issue. r=smaug
|
2015-05-24 05:45:00 -04:00 |
Andrew Comminos
|
afee8c7898
|
Bug 1168845 - Update WebGL interface names to follow the spec. r=smaug, r=dglastonbury
|
2015-06-01 10:17:00 -04:00 |
Tom Schuster
|
8b3a3efd8b
|
Bug 1135993 - Remove js::IsInNonStrictPropertySet. r=jorendorff
|
2015-06-02 23:27:39 +02:00 |
Terrence Cole
|
c16fb495f0
|
Bug 1169791 - Strongly type GetTenuredGCThingZone; r=jonco, r=mccr8
--HG--
extra : rebase_source : bedbbb99eb9655dc3f4079e0d3e5a376f7b83764
|
2015-06-01 14:11:08 -07:00 |
Boris Zbarsky
|
ade68101e4
|
Bug 1166443. Example codegen should output the right signature for Wrap() when the object is not wrappercached. r=peterv
|
2015-06-01 23:19:57 -04:00 |
Olli Pettay
|
6c339b4947
|
Bug 1149891, backout bug 1081038 because it made us run mutation observer callbacks against the spec, part 2, r=bholley
--HG--
extra : rebase_source : 3d34419ec07782b1a3260c36fc64a1b26b3679e8
|
2015-05-29 19:11:09 +03:00 |
Andrew Comminos
|
2195da3088
|
Bug 974832 - Add support for WebGL's EXT_disjoint_timer_query. r=dglastonbury, r=smaug
|
2015-05-27 07:12:00 -04:00 |
Birunthan Mohanathas
|
180b572edb
|
Bug 968520 - Add mozilla::fallible to FallibleTArray::AppendElement calls. r=froydnj
|
2015-05-28 11:07:44 -07:00 |
Nick Fitzgerald
|
3641c12115
|
Bug 1024774 - Part 7: Add HeapSnapshot WebIDL interface; r=bholley
|
2015-05-28 07:37:42 -07:00 |
Nick Fitzgerald
|
cb75c6c34c
|
Bug 1024774 - Part 1: Add the ChromeUtils WebIDL interface. r=bholley
|
2015-05-28 07:37:42 -07:00 |
Jason Orendorff
|
112cb52d91
|
Bug 1140482 - Add JSPROP_RESOLVING. Give NativeDefineProperty standard behavior in cases where a non-resolving define needs to trigger a resolve hook. r=Waldo.
--HG--
extra : rebase_source : c63bb83179ec98e9f93ebb86cb488d65f980a07e
|
2015-05-01 14:03:17 -05:00 |
Terrence Cole
|
c01ef51c2d
|
Bug 1167453 - Rename JSGCTraceKind and make it a C++11 enum class; r=jonco
--HG--
extra : rebase_source : 7dbeee0826fa20477ed227c9d336fdfe6de6ffd2
|
2015-05-22 10:40:24 -07:00 |
Boris Zbarsky
|
51eacd8439
|
Bug 1158806. Don't try to include stuff for a generated hasInstance hook if we have no interface object, since in that case we don't need the include. r=peterv
|
2015-05-19 21:05:06 -04:00 |
Terrence Cole
|
161a4c26ba
|
Bug 1164602 - Replace js::NullPtr and JS::NullPtr with nullptr_t; r=sfink
|
2015-05-13 14:07:34 -07:00 |
Birunthan Mohanathas
|
1f8d7454e3
|
Bug 968520 - Add mozilla::fallible to Fallible{Auto,}TArray::SetCapacity calls. r=froydnj
|
2015-05-18 13:50:34 -07:00 |
Andrea Marchesini
|
3aa189b5ff
|
Bug 1163388 - patch 2 - get rid of nsIDOMFile, r=ehsan
--HG--
rename : dom/base/nsIDOMFile.idl => dom/base/nsIDOMBlob.idl
|
2015-05-18 14:52:26 +01:00 |
Boris Zbarsky
|
c3b1832743
|
Bug 913053. Split up IDLTypedef and IDLTypedefType, and likewise for IDLCallback vs IDLCallbackType, so it's clearer whether we're operating on types or objects represented by those types. r=khuey
|
2015-05-13 22:19:22 -04:00 |
Ehsan Akhgari
|
1a03395848
|
Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger
|
2015-05-13 14:31:58 -04:00 |
Andrea Marchesini
|
368a198972
|
Bug 1159401 - Split Blob and File classes, r=bz
|
2015-05-12 13:09:51 +01:00 |
Wes Kocher
|
983fcabeef
|
Backed out 2 changesets (bug 1159401) for b2g build bustage
Backed out changeset adfee1efb1e1 (bug 1159401)
Backed out changeset 70c63c8546e3 (bug 1159401)
|
2015-05-11 14:54:02 -07:00 |
Andrea Marchesini
|
91a8a35606
|
Bug 1159401 - patch 1 - Split Blob and File in 2 classes, r=bz
|
2015-05-11 18:50:50 +01:00 |
Ryan VanderMeulen
|
2390c704f8
|
Backout revisions 4287533203fb and 96a3ebfe09d8 (bug 1159401) for bustage.
CLOSED TREE
--HG--
extra : histedit_source : a6c24f88b9c5a0cbcf2d44189fd359ddb20757b4%2C46613cfc309a9f0531e8c2475ac17877f606f231
|
2015-05-11 11:43:59 -04:00 |
Andrea Marchesini
|
48ecacaa74
|
Bug 1159401 - patch 1 - Split Blob and File in 2 classes, r=bz
|
2015-05-11 15:20:06 +01:00 |
Jordan Santell
|
7b6fec2d8c
|
Bug 922221 - implement console.timeStamp(label) to create profile timeline markers. r=khuey
|
2015-04-29 12:48:57 -07:00 |
Steve Fink
|
a6e97b4780
|
Bug 1162318 - Rooting hazard in WrapNativeParentHelper, r=peterv
--HG--
extra : rebase_source : 9d5dcc6b1d5e6e42039145ba1eb80cd1983138a5
|
2015-05-07 09:51:06 -07:00 |
Tom Tromey
|
8e26488934
|
Bug 1152033 - Expose CSS lexer to js. r=heycam, r=bz
--HG--
extra : rebase_source : 1eaabcb6629c185f2e18f27b8c09d9a11611869a
|
2015-05-04 10:28:00 -04:00 |
Boris Zbarsky
|
0472742d0c
|
Bug 1160628. Speed up the URL constructor in the common case of no base URI. r=baku
|
2015-05-05 13:38:56 -04:00 |
Ryan VanderMeulen
|
2b8b4270f9
|
Merge m-c to inbound. a=merge
|
2015-05-04 16:11:38 -04:00 |
Carsten "Tomcat" Book
|
ba5c4e1c0c
|
Merge mozilla-central to b2g-inbound
|
2015-05-04 15:26:45 +02:00 |
Jamin Liu
|
da0f8172bb
|
Bug 1063444 - Implement LE scan related methods and LE device event. r=joliu, r=mrbkap
|
2015-05-04 18:59:02 +08:00 |
Andrew McCreight
|
9e8f4b219e
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
Tom Schuster
|
a74539d534
|
Bug 1161101 - Use JS_GetOwnPropertyDescriptor instead of GetPropertyDescriptor in dom/bindings. r=bz
|
2015-05-04 20:27:02 +02:00 |
Brian Birtles
|
a606228cd8
|
Bug 1159082 - Rename *Readonly animation interfaces to *ReadOnly. r=smaug
|
2015-04-30 09:06:43 -04:00 |
Carsten "Tomcat" Book
|
b05d97c166
|
Backed out changeset 1b5fc672f0d4 (bug 1159082) for B2G ICS Emulator opt R6 test failures on a CLOSED TREE
--HG--
rename : dom/animation/AnimationEffectReadOnly.cpp => dom/animation/AnimationEffectReadonly.cpp
rename : dom/animation/AnimationEffectReadOnly.h => dom/animation/AnimationEffectReadonly.h
rename : dom/webidl/AnimationEffectReadOnly.webidl => dom/webidl/AnimationEffectReadonly.webidl
|
2015-04-30 13:15:04 +02:00 |
Brian Birtles
|
4fb166f6b2
|
Bug 1159082 - Rename *Readonly animation interfaces to *ReadOnly; r=smaug
--HG--
rename : dom/animation/AnimationEffectReadonly.cpp => dom/animation/AnimationEffectReadOnly.cpp
rename : dom/animation/AnimationEffectReadonly.h => dom/animation/AnimationEffectReadOnly.h
rename : dom/webidl/AnimationEffectReadonly.webidl => dom/webidl/AnimationEffectReadOnly.webidl
extra : rebase_source : 5fb31684bf494a57e208d0cfbbc76f65b502fc0e
|
2015-04-28 10:16:45 +09:00 |
Ben Kelly
|
a874312867
|
Bug 1120501 P2 Move Cache Add/AddAll logic to child process. r=ehsan,smaug
|
2015-04-29 08:59:43 -07:00 |
ziyunfei
|
e1db0f779e
|
Bug 1102219 - Part 4: Replace `String.prototype.contains` with `String.prototype.includes` in chrome code. r=till
|
2015-04-30 00:32:05 +09:00 |
Tom Schuster
|
c6207d1a51
|
Bug 1159347 - Make BaseProxyHandler::getPropertyDescriptor not-pure virtual. r=efaust
|
2015-04-29 10:47:48 +02:00 |
Boris Zbarsky
|
7fb122d0a2
|
Bug 1157588. Produce a better error message when someone tries to pass a mixin as an argument. r=peterv
|
2015-04-28 12:25:55 -04:00 |
Boris Zbarsky
|
864f723c0c
|
Bug 1155946 part 2. Add mayResolve methods to DOM classes with resolve hooks. r=peterv
|
2015-04-28 12:25:55 -04:00 |
David Major
|
ebde6b9f4f
|
Bug 1157835: Remove the MSVC_ENABLE_PGO flag from the build system. r=glandium
--HG--
extra : rebase_source : 0c47c99bb8b92f8361a51fd81b20a2cc8647a986
|
2015-04-27 19:59:27 -04:00 |
Boris Zbarsky
|
34d521e285
|
Bug 1155984. Improve the performance of the "self" getter in both window and workers. r=peterv,jorendorff
|
2015-04-27 13:38:12 -04:00 |
Boris Zbarsky
|
d36060dc11
|
Bug 1157898 part 5. Eliminate the remaining non-ErrorResult consumers of ErrorResult::ErrorCode and make it protected. r=peterv
|
2015-04-27 09:18:52 -04:00 |