Commit Graph

22602 Commits

Author SHA1 Message Date
Tim Chien
cb249e6a6b Bug 983490 - Better progress control for setInputMethodActive() test. r=yxl 2014-05-23 03:14:00 +02:00
Andrea Marchesini
29df09f67c Bug 1014657 - Port DOMStorageEvent to WebIDL and remove nsIDOMStorageEvent, r=smaug, f=ms2ger 2014-05-23 08:33:24 +01:00
Nils Ohlmeier [:drno]
7c55a4e670 Bug 1013822 - add test failures if delay between set*Description calls was too high. r=bwc 2014-05-22 14:30:00 +02:00
Tim Taubert
1b70826363 Backed out changeset 67652107c498 (bug 965309) 2014-05-23 08:03:19 +02:00
Tim Taubert
216eaf5379 Backed out changeset 97e18fbba4b6 (bug 965309) 2014-05-23 08:03:18 +02:00
Kyle Huey
6dc62fbe35 Bug 965309 - Test that terminating a sync XHR at loadstart doesn't hang r=test-only 2014-05-23 06:58:49 +02:00
Tim Taubert
c4a1f380d9 Bug 965309 - Stop the SyncLoop of a running sync XHR if the proxy was released before the LoadStartDetectionRunnable could run r=khuey 2014-05-09 12:53:12 +02:00
Nicholas Nethercote
b8e23eaf85 Bug 1014249 - Beef up the "is DMD enabled?" and "is DMD running?" checks. r=mccr8.
--HG--
extra : rebase_source : 868ce1a1e470e45f51447f5126982aaeb51905f1
2014-05-22 19:45:14 -07:00
Bobby Holley
3787e97238 Bug 1013576 - Guard against duplicate property holder creation in XBL. r=billm 2014-05-22 18:44:03 -07:00
Wes Kocher
e594fbd022 Merge m-c to inbound 2014-05-22 17:55:00 -07:00
Wes Kocher
4a7629e50a Merge inbound to m-c 2014-05-22 17:30:30 -07:00
Fabrice Desré
0f9a20f3c0 Bug 1014267 - Use the correct pref to check the system app manifest url in ContentParent.cpp r=cyu 2014-05-22 11:33:59 -07:00
Ryan VanderMeulen
cb09b3403c Backed out changeset aa71426c4514 (bug 983490) for intermittent failures. 2014-05-22 13:24:50 -04:00
Jason Orendorff
e77930726a Bug 987995, part 3 - Move memory pressure callbacks from nsJSEnvironment/XPCJSRuntime to CycleCollectedJSRuntime. r=mccr8. 2014-05-22 08:18:02 -05:00
Jason Orendorff
1387145693 Bug 987995, part 2 - Add a data parameter to two memory-pressure-related callbacks. r=luke. 2014-05-22 08:18:01 -05:00
Jason Orendorff
7457608460 Bug 998080 - Refactor so that definition_body methods return un-indented code. r=peterv. 2014-05-22 08:18:01 -05:00
Gene Lian
d9a0fd291b Bug 1009408 - IAC shouldn't check the install origin for certified apps (part 2, remove the install origin check for the certified app in Gecko). r=ferjm 2014-05-13 17:52:20 +08:00
Fernando Jiménez
f2ada05fb6 Bug 988427 - Allow audio-channel-ringer to be used by |privileged| apps. r=pauljt, r=fabrice 2014-05-19 05:10:00 -04:00
Fernando Jiménez
c0129b0c6c Bug 990552 - Grant |privileged| apps use the Telephony channel by requesting the audio-channel-telephony permission. r=pauljt, r=fabrice 2014-05-19 05:09:00 -04:00
Boris Zbarsky
6c0bc65ea8 Bug 891952. Named getters for HTMLCollection should never return anything for "". r=smaug 2014-05-22 00:23:51 -04:00
Nils Ohlmeier [:drno]
78dfd0b65e Bug 1013798 - fix the timeout of the checkMediaTrack function. r=jesup 2014-05-21 00:26:00 +02:00
Carsten "Tomcat" Book
48bc654378 Backed out changeset 91dad1e50118 (bug 891952) for m1 and m3 test failures on a CLOSED TREE 2014-05-22 08:24:17 +02:00
William Chen
911ba177c6 Bug 999271 - Implement web components getDestinationInsertionPoints() extension to Element interface. r=mrbkap 2014-05-21 23:11:53 -07:00
Boris Zbarsky
36b5591afb Bug 999456. Page load events should not be cancelable. r=smaug 2014-05-22 00:23:51 -04:00
Boris Zbarsky
61c102231c Bug 891952. Named getters for HTMLCollection should never return anything for "". r=smaug 2014-05-22 00:23:51 -04:00
Masayuki Nakano
b2db399fcc Bug 1009388 part.3 nsXBLPrototypeHandler should use WidgetEvent::AccelModifier() for consistency with other modules r=smaug 2014-05-22 13:06:05 +09:00
Masayuki Nakano
728e27ae6c Bug 1009388 part.1 Support getModifierState("Accel") r=smaug 2014-05-22 13:06:05 +09:00
Birunthan Mohanathas
6f68094e30 Bug 869836 - Part 9: Use AssignLiteral instead of Assign(NS_LITERAL_STRING(...)). r=ehsan 2014-05-22 06:48:52 +03:00
Birunthan Mohanathas
2deaba6d91 Bug 869836 - Part 8: Use Append('c') instead of Append("c"). r=ehsan 2014-05-22 06:48:52 +03:00
Birunthan Mohanathas
76ca8ec617 Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
c4568a7085 Bug 869836 - Part 6: Use EqualsLiteral instead of Equals where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
e2a009d822 Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
807e72372f Bug 869836 - Part 4: Use EqualsLiteral instead of Equals(NS_LITERAL_STRING(...)). r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
411a8639b4 Bug 869836 - Part 3: Use Append('c') instead of AppendLiteral("c"). r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
62570a8716 Bug 869836 - Part 2: Use AppendLiteral instead of Append(NS_LITERAL_STRING(...)). r=ehsan 2014-05-22 06:48:50 +03:00
Wes Kocher
f8bb8da7ea Merge b2g-inbound to m-c 2014-05-21 20:24:32 -07:00
Ghislain 'Aus' Lacroix
4e43971eb1 bug 1007965 - Add storageName and storagePath to DOM Download Object. r=fabrice, r=bz (for WebIDL changes) 2014-05-21 14:13:24 -07:00
Ghislain 'Aus' Lacroix
0afbc3b8e9 Backed out changeset f8c15df3a068 -- Need to re-land with correct commit message. 2014-05-21 14:07:51 -07:00
Ghislain 'Aus' Lacroix
dca4cb2f58 bug 1007965
bug 1007965

* Add storageName and storagePath to DOM Download Object.

r=fabrice
r=bz (for WebIDL changes)
2014-05-21 13:51:09 -07:00
Ryan VanderMeulen
ad4282b28a Merge b2g-inbound to m-c. 2014-05-21 16:17:37 -04:00
Ed Morley
403be7a9fd Bug 919106 - Disable test_pointerlock-api.html since it became permaorange after a chunking change; CLOSED TREE
--HG--
extra : amend_source : 3c950b1662c2e37d915e761926d330bbe0198a58
2014-05-21 18:54:59 +01:00
Gabor Krizsanits
66c718a038 Bug 877072 - HTML Imports part1. r=mrbkap 2014-05-21 19:08:12 +02:00
Kartikaya Gupta
ed28b62150 Bug 1001438 - Remove setCriticalDisplayPortForElement and have the getter function automatically compute it. r=tn 2014-05-21 12:06:02 -04:00
Andrew Osmond
efc1cdaf2c Bug 1013425 - Set extra HDR params when changing scene mode to ensure all driver accept; was causing preview freezes on flame after take picture. r=mikeh 2014-05-20 12:24:00 -04:00
Ryan VanderMeulen
a3f0913720 Backed out 7 changesets (bug 824717) for bustage. r=khuey because the webidl hook is dumb
Backed out changeset bd7c604de980 (bug 824717)
Backed out changeset 4c4b8b15da37 (bug 824717)
Backed out changeset fd9e72e50518 (bug 824717)
Backed out changeset d66a08988272 (bug 824717)
Backed out changeset 5eaab20bb1aa (bug 824717)
Backed out changeset c80dbc9a693a (bug 824717)
Backed out changeset 62e12031b8bc (bug 824717)
2014-05-21 08:42:54 -04:00
Carsten "Tomcat" Book
68f3c7307e Merge mozilla-central to b2g-inbound 2014-05-21 14:32:08 +02:00
Carsten "Tomcat" Book
3189a1798c merge b2g-inbound to mozilla-central 2014-05-21 14:08:03 +02:00
Jocelyn Liu
0039abe92e Bug 1009347 - Patch 4/4: Change binding headers in bluetooth2 for using new webidls, f=btian, r=echou 2014-05-21 14:12:31 +08:00
Jocelyn Liu
44d6fe6ff5 Bug 1009347 - Patch 3/4: Using dom/bluetooth2 based on bluetooth API version build flag, f=btian, r=marcosc 2014-05-21 14:12:28 +08:00
Jocelyn Liu
f4b7a4a84b Bug 1009347 - Patch 2/4: Using new bluetooth webidls based on bluetooth API version build flag, f=btian, r=bz, marcosc
--HG--
rename : dom/webidl/BluetoothAdapter.webidl => dom/webidl/BluetoothAdapter2.webidl
rename : dom/webidl/BluetoothDevice.webidl => dom/webidl/BluetoothDevice2.webidl
rename : dom/webidl/BluetoothManager.webidl => dom/webidl/BluetoothManager2.webidl
2014-05-21 14:12:24 +08:00