Sid Stamm
|
5026349b65
|
Bug 765398 - Add a "yes, I allow tracking" option to DNT. (r=dolske)
--HG--
extra : rebase_source : 1a0ce8dc9086dc501d9f5a183af8a5a3360ee8a9
|
2012-06-14 14:19:27 -07: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 |
|
Filippo Cristofoletti
|
38c8e0af02
|
Bug 755031 - Fix some other warnings in gfx/2d. r=jmuizelaar
|
2013-01-28 10:09:29 -05:00 |
|
Filippo Cristofoletti
|
7ade6041cf
|
Bug 755031 - Clear warnings in gfx/gl. r=jmuizelaar
|
2013-01-28 10:09:14 -05:00 |
|
Filippo Cristofoletti
|
04732008ec
|
Bug 755031 - Clear warnings in gfx/2d/ScaledFontDWrite.cpp. r=jmuizelaar
|
2013-01-15 07:21:00 -05:00 |
|
Josh Aas
|
5c26f79759
|
Bug 827979: Add Growl support back due to change in notification plans. r=backout
|
2013-01-28 10:04:51 -05:00 |
|
Bobby Holley
|
155106260a
|
Bug 830500 - Implement JS_CharsToId. r=Waldo
|
2013-01-28 14:46:10 +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 |
|
Bobby Holley
|
226296a2ab
|
Bug 830500 - Implement JS_CharsToId. r=Waldo
|
2013-01-28 12:44:04 +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 |
|
Hannes Verschore
|
53cd1ed9e0
|
Bug 824473: OOM fixes for IonBuilder, r=jandem
|
2013-01-27 23:40:01 +01:00 |
|
Peter Van der Beken
|
a6ea06e0ab
|
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 : 6bc420bd917e00a49dc5f6f3de13ff9e290c9580
|
2013-01-14 11:29:48 +01:00 |
|
Peter Van der Beken
|
b46afdef94
|
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 : 68e5630591f6209e2af9c5cd2321fed8edd3de24
|
2012-12-03 17:07:49 +01:00 |
|
Alexander Surkov
|
d469a547ce
|
Bug 569356, part2 - coalescence of state change events is bad, r=tbsaunde
|
2013-01-28 18:21:03 +09:00 |
|
Yoshi Huang
|
4a2b10464a
|
Bug 830164 - Part 6: update xpcshell tests for SST. r=vicamo
|
2013-01-28 10:57:30 +08:00 |
|
Yoshi Huang
|
44e44699a8
|
Bug 830164 - Part 5: remove SST from iccInfo. r=vicamo
|
2013-01-25 11:09:22 +08:00 |
|
Yoshi Huang
|
f5aef5e788
|
Bug 830164 - Part 4: Update GPS. r=dougt
|
2013-01-10 14:57:49 +01:00 |
|
Yoshi Huang
|
27565faba0
|
Bug 830164 - Part 3: update read IMSI. r=vicamo
|
2013-01-11 10:20:12 +01:00 |
|
Yoshi Huang
|
828a61a2d4
|
Bug 830164 - Part 2: rename icc to iccInfo. r=vicamo
|
2013-01-10 17:18:54 +01:00 |
|
Yoshi Huang
|
ffdeb09733
|
Bug 830164 - Part 1: IDL Changed. r=vicamo
|
2013-01-10 14:20:37 +01:00 |
|
Patrick Wang
|
58975ea2ce
|
Bug 829486 - Fire documentfirstpaint every time a window created. r=jlebar
|
2013-01-28 15:44:38 +08:00 |
|
Kyle Machulis
|
2ff0659932
|
Bug 777271 - Re-implement nsIDOMCallEvent using event implementation codegen. r=bent,vicamo,hsinyi
|
2013-01-28 15:39:50 +08:00 |
|
Matt Woodrow
|
5c4f0b1321
|
Bug 832611 - Use NotifyDestroyingFrame to remove frames from the OverflowChangedTracker. r=roc
|
2013-01-26 14:34:58 +13:00 |
|
Benjamin Peterson
|
0b8009e52c
|
Add test for bug 831846.
|
2013-01-27 21:43:04 -05:00 |
|
Makoto Kato
|
96e1251a73
|
Bug 830594 - Turn on ENABLE_SHARED_JS on Win64 builder for PGO linker limit. r=khuey
|
2013-01-28 10:34:41 +09:00 |
|
Brian Smith
|
630955183c
|
Bug 834741: Update NSS to NSS 3.14.2 BETA 3 (NSS_3_14_2_BETA3), r=me, a=bustage
--HG--
extra : rebase_source : 877c00c76e2c4f0899126afeb5d52c34b47f0f55
|
2013-01-28 01:37:45 +01:00 |
|
Mats Palmgren
|
ee76b2931e
|
Bug 835167 - Add reftest-wait to some crashtests to fix orange.
|
2013-01-28 01:26:04 +01:00 |
|
Shane Caraveo
|
6019bba05a
|
Bug 782850 fix nsContextMenu to work in social content panels, r=felipe
|
2013-01-27 10:31:14 -08:00 |
|
Matt Brubeck
|
3edb33b536
|
Bug 792509 - Allow Metro builds on non-Windows platforms [r=jimm]
|
2013-01-26 23:45:27 -08:00 |
|
Bill McCloskey
|
4447e28755
|
Bug 824473 - Fix build errors (r=bustage)
|
2013-01-27 14:38:43 -08:00 |
|
Kartikaya Gupta
|
9fe615f47c
|
Bug 834414 - Free the local refs in GeckoThread's long-running run method to prevent leaks. r=cpeterson
|
2013-01-25 13:51:41 -05:00 |
|
Kartikaya Gupta
|
d115f3b5a7
|
Bug 834414 - Stop holding on to a content resolver in Tab, which leaks the Activity instance it is associated with. r=bnicholson
|
2013-01-25 13:51:41 -05:00 |
|
Bill McCloskey
|
f02075dde3
|
Bug 751618 - Zone renaming comment fix (r=jonco)
|
2013-01-27 13:51:41 -08:00 |
|
Bill McCloskey
|
9880d9be50
|
Bug 751618 - Zone renaming part 9 (r=terrence)
|
2013-01-27 13:51:41 -08:00 |
|
Bill McCloskey
|
4668793972
|
Bug 751618 - Zone renaming part 8 (r=terrence)
|
2013-01-27 13:51:41 -08:00 |
|
Bill McCloskey
|
0e1f799e7b
|
Bug 751618 - Zone renaming part 7 (r=jonco)
|
2013-01-27 13:51:41 -08:00 |
|