Boris Zbarsky
|
ad5088b00c
|
Bug 829072 part 2. Move the event handlers that are shared by HTMLElement and Document onto a NodeEventHandlers interface that can be on the RHS of 'implements'. r=peterv
|
2013-01-29 08:44:00 -05:00 |
|
Boris Zbarsky
|
8caf3e15a8
|
Bug 829072 part 1. Move the event handlers that are shared by HTMLElement, Document, and Window onto a GlobalEventHandlers interface that can be on the RHS of 'implements'. r=peterv
|
2013-01-29 08:44:00 -05:00 |
|
Boris Zbarsky
|
948936a2c0
|
Bug 834785. Make sure to not ask the JS engine for return values in toplevel scripts, so it'll be able to ion-compile them as needed. r=bholley
|
2013-01-29 08:44:00 -05:00 |
|
Boris Zbarsky
|
fbda957199
|
Bug 830099. Flag WebIDL dictionaries and callbacks with some information indicating whether we need main-thread and worker codegen for them and then use that information to skip unneccessary codegen. r=peterv
|
2013-01-28 23:30:17 -05:00 |
|
Andrea Marchesini
|
98e801240e
|
Bug 835612 - Fix nsVolumeService to use strings better, r=jlebar
|
2013-01-29 14:27:46 +01:00 |
|
Edwin Casasola
|
30e8b06b43
|
Bug 835171 - get rid of remaining traces of nsPIDOMEventTarget; r=smaug
|
2013-01-29 11:46:07 +01:00 |
|
Eric Chou
|
fa09a368dc
|
Bug 834551 - Insert BT_LOG at several important check points, r=gyeh
|
2013-01-29 18:37:51 +08:00 |
|
Eric Chou
|
515d75fd39
|
Bug 834551 - Replace 'LOG()' with 'BT_WARNING()' defined in BluetoothCommon.h for consistency, r=qdot
|
2013-01-29 18:37:51 +08:00 |
|
Eric Chou
|
ec3404bfe2
|
Bug 834551 - Add Bluetooth debugging flag, r=qdot
|
2013-01-29 18:37:51 +08:00 |
|
Robert O'Callahan
|
a83c4b6b01
|
Backing out 306003528e10, 335160d7855a, dfc9d5651175, 0559d630dd89, 03c3ae8323bd: bug 835195, bug 832154, bug 831561 ... in a CLOSED TREE
--HG--
rename : content/svg/content/src/SVGMarkerElement.cpp => content/svg/content/src/nsSVGMarkerElement.cpp
rename : content/svg/content/src/SVGMarkerElement.h => content/svg/content/src/nsSVGMarkerElement.h
|
2013-01-29 22:45:50 +13:00 |
|
Robert O'Callahan
|
e61876bd91
|
Bug 832788. Part 4: PrimitiveConversions should avoid implicit narrowing casts to avoid compiler warnings; make them explicit. r=bzbarsky
--HG--
extra : rebase_source : 276f7834714ded347bd9d368258bc049f24787c4
|
2013-01-29 16:14:40 +13:00 |
|
Robert O'Callahan
|
a0d9b3a323
|
Bug 833542. Make scrollWidth/scrollHeight for overflow:visible match what they would be for overflow:hidden on the same element. r=mats
--HG--
extra : rebase_source : 42d1018cf48caf1eec4bc9251ec1cb3eee30001b
|
2013-01-29 14:38:22 +13:00 |
|
David Zbarsky
|
df923a09bc
|
Bug 835195: Remove nsIDOMSVGFitToViewBox r=bz
|
2013-01-29 03:50:57 -05:00 |
|
David Zbarsky
|
53dc11ac3d
|
Bug 835195: Remove nsIDOMSVGTests r=bz
|
2013-01-29 03:50:56 -05:00 |
|
David Zbarsky
|
019e6045e6
|
Bug 832154: Convert SVGMarkerElement to WebIDL r=bz
|
2013-01-29 03:50:56 -05:00 |
|
David Zbarsky
|
ac02cf4093
|
Bug 831561 - SVGClipPathElement should inherit from SVGElement r=longsonr
|
2013-01-29 03:50:56 -05:00 |
|
Chris Jones
|
0e4fac6e46
|
Bug 835641: Don't SendUpdateDimensions() when they haven't changed. r=roc
|
2013-01-28 23:49:38 -08:00 |
|
Gina Yeh
|
dc5200d225
|
Bug 811569 - Patch 4: Remove asynchronous function GetProperty , r=echou
|
2013-01-29 14:52:58 +08:00 |
|
Gina Yeh
|
e514b6c920
|
Bug 811569 - Patch 3: Cleanup for DOMRequest related checking and do_GetService checking, r=echou
|
2013-01-29 14:52:48 +08:00 |
|
Gina Yeh
|
f0f2a72ba5
|
Bug 811569 - Patch 2: Support array of nsString in SetJsObject, r=echou
|
2013-01-29 14:52:39 +08:00 |
|
Gina Yeh
|
93ca9b9bee
|
Bug 811569 - Patch 1: Remove unused files in bluetooth, r=echou
|
2013-01-29 14:52:30 +08:00 |
|
Phil Ringnalda
|
7250370ce6
|
Back out c5238879470f and b3cabb259af7 (bug 830099) for bustage
|
2013-01-28 22:36:59 -08:00 |
|
Boris Zbarsky
|
8d9b5e0402
|
Always build RTCIceServer.webidl, since it doesn't rely on WebRTC machinery, and is needed in DummyBinding. Followup for bug 830099.
|
2013-01-29 01:02:29 -05:00 |
|
Boris Zbarsky
|
023ecd137e
|
Bug 830099. Flag WebIDL dictionaries and callbacks with some information indicating whether we need main-thread and worker codegen for them and then use that information to skip unneccessary codegen. r=peterv
|
2013-01-28 23:30:17 -05:00 |
|
Boris Zbarsky
|
0f2911aa31
|
Bug 795896. Speed up UnwrapProxy, since we know what we have there is either an Xray or our proxy. r=peterv
|
2013-01-28 23:29:25 -05:00 |
|
Ehsan Akhgari
|
91e8405a19
|
Backed out changeset 19b9f064d8eb (bug 795896) because of build bustage
|
2013-01-28 23:51:11 -05:00 |
|
Ehsan Akhgari
|
00eafdea81
|
Backed out changeset 32786d29daf8 (bug 830099) because of build bustage
|
2013-01-28 23:51:03 -05:00 |
|
Boris Zbarsky
|
002da9ef93
|
Bug 830099. Flag WebIDL dictionaries and callbacks with some information indicating whether we need main-thread and worker codegen for them and then use that information to skip unneccessary codegen. r=peterv
|
2013-01-28 23:30:17 -05:00 |
|
Boris Zbarsky
|
1cc6ea039c
|
Bug 795896. Speed up UnwrapProxy, since we know what we have there is either an Xray or our proxy. r=peterv
|
2013-01-28 23:29:25 -05:00 |
|
Borja Salguero
|
ddbbfb8ab8
|
Bug 828861 - B2G PhoneNumberJS: Don't apply network mcc to to SMS in roaming scenario. r=vyang
|
2013-01-28 18:11:22 -08:00 |
|
Dave Hylands
|
4c53a55f59
|
Bug 835408 - nsVolume NameStr and MountPointStr noe return nsCString rather than ptr to freed memory. r=jlebar
|
2013-01-28 14:34:30 -08:00 |
|
Jason Smith
|
1afb99a8c4
|
Bug 822197 - Crashtest for assertion failure: cb_hdr and crash fim_process_event/FIM_DEBUG. r=ehugg
|
2013-01-28 10:38:06 -08:00 |
|
Jet Villegas
|
bd55f031cc
|
Bug 832696 - gfx gets prefs in the plugin process r=jmuizelaar
|
2013-01-25 00:22:16 -05:00 |
|
Peter Van der Beken
|
4d5c0010c4
|
Fix for bug 715156 (JS code no longer work for select options as array in a Greasemonkey script (index and name setters don't really work via XrayWrapper)). r=bz.
--HG--
extra : rebase_source : 2ced75b6d49dbab5afe9a6ce7c322bf18a634026
|
2013-01-14 11:29:48 +01:00 |
|
Peter Van der Beken
|
b9d2ae906f
|
Fix for bug 816088 (webIDL bindings try to extract nsISupports from the global object in static properties in workers). r=bz.
--HG--
extra : rebase_source : 5668d9e01bff0fe7831d98018428856e5940a620
|
2012-12-03 17:07:49 +01:00 |
|
Boris Zbarsky
|
fd94476421
|
Bug 822470 part 7. Use new callback codegen for conversion to and from JS. r=peterv
NodeFilter, EventListener, and DOMTransaction will be updated to use the new codegen once we've fixed the consumers.
|
2013-01-28 08:34:31 -05:00 |
|
Boris Zbarsky
|
1ddbf2e612
|
Bug 822470 part 6. Hook up callback interface codegen. r=peterv
|
2013-01-28 08:34:30 -05:00 |
|
Boris Zbarsky
|
27fb95d884
|
Bug 822470 part 5. Refactor callback codegen so it can be reused for callback interfaces too. r=peterv
|
2013-01-28 08:34:30 -05:00 |
|
Boris Zbarsky
|
1fc37c44da
|
Bug 822470 part 4. Expose the concept of "single operation interface" in the WebIDL data model. r=peterv
|
2013-01-28 08:34:30 -05:00 |
|
Boris Zbarsky
|
03ac2ebe1c
|
Bug 822470 part 3. Include headers as needed for callback interfaces. r=peterv
|
2013-01-28 08:34:30 -05:00 |
|
Boris Zbarsky
|
6daee483b3
|
Bug 822470 part 2. Create a CallbackInterface helper class. r=peterv
--HG--
rename : dom/bindings/CallbackFunction.h => dom/bindings/CallbackInterface.h
|
2013-01-28 08:34:30 -05:00 |
|
Boris Zbarsky
|
3349eac0ed
|
Bug 822470 part 1. Factor out the code that callback functions and callback interfaces will be able to share into a CallbackObject class. r=peterv
--HG--
rename : dom/bindings/CallbackFunction.cpp => dom/bindings/CallbackObject.cpp
rename : dom/bindings/CallbackFunction.h => dom/bindings/CallbackObject.h
|
2013-01-28 08:34:29 -05:00 |
|
Ed Morley
|
cb0790a0ed
|
Backout 3985cb4da6b6, 55ab9f026dc4, f7ead00b7654 and e2108ea96ae5 for a variety of build failures on a CLOSED TREE
|
2013-01-28 12:19:12 +00:00 |
|
Andrea Marchesini
|
46d7aa3b76
|
Bug 828283 - Apps playing sound should not be muted when the screen is put to sleep., r=sicking
|
2013-01-28 12:47:18 +01:00 |
|
Gina Yeh
|
7313c6cb98
|
Bug 828798 - [Bluetooth] [HFP] No redundant +CIEV commands are sent to bluetooth headset, r=echou
|
2013-01-28 19:28:51 +08:00 |
|
Eric Chou
|
efeafb911f
|
Bug 834551 - Insert BT_LOG at several important check points, r=gyeh
|
2013-01-28 19:23:15 +08:00 |
|
Eric Chou
|
f1a556a1f7
|
Bug 834551 - Replace 'LOG()' with 'BT_WARNING()' defined in BluetoothCommon.h for consistency, r=qdot
|
2013-01-28 19:23:12 +08:00 |
|
Eric Chou
|
9c29db61dc
|
Bug 834551 - Add Bluetooth debugging flag, r=qdot
|
2013-01-28 19:23:02 +08:00 |
|
Ed Morley
|
bc0702d0d7
|
Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures
|
2013-01-28 11:08:21 +00:00 |
|
Ed Morley
|
39e8987929
|
Backout aad75c7c49c5:2addf5bd1730 (bug 830164) for B2G marionette failures on a CLOSED TREE
|
2013-01-28 10:44:15 +00:00 |
|