Commit Graph

20468 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
e5a94418f6 Merge mozilla-central to mozilla-inbound 2014-02-26 13:06:38 +01:00
Carsten "Tomcat" Book
03e20d3a92 merge b2g-inbound to mozilla-central 2014-02-26 12:48:53 +01:00
Wes Kocher
b64c8d22b6 Merge m-c to b2g-inbound 2014-02-25 20:36:29 -08:00
Wes Kocher
4b2c29ea00 Merge inbound to m-c
--HG--
rename : mobile/android/chrome/content/PluginHelper.js => browser/metro/base/content/contenthandlers/PluginHelper.js
2014-02-25 20:09:33 -08:00
"Kan-Ru Chen (陳侃如)"
69828ffd57 Bug 970290 - Rename NoWhitelist to NoPermission. r=fabrice
We no longer use whitelist to control the permission. Test against no
permission instead.

--HG--
extra : rebase_source : 8fd77b2588a07bc17363b49d104b3b08ee2293a5
2014-02-26 11:38:32 +08:00
Mike Habicher
bf695152c7 Bug 976032 - check for null callbacks, r=dhylands 2014-02-25 17:01:29 -05:00
Ryan VanderMeulen
7d0757c0c6 Merge fx-team to m-c. 2014-02-25 15:20:54 -05:00
Ryan VanderMeulen
24a481ec8a Merge inbound to m-c. 2014-02-25 15:09:43 -05:00
Gabriele Svelto
0d89791e8f Bug 975434 - Remove the ability to cancel memory minimizations. r=njn 2014-02-25 16:37:30 +01:00
Carsten "Tomcat" Book
2f4750a69d Backed out changeset 0cea4bded6f8 (bug 936340) for mochitest-3 bustage on a CLOSED TREE 2014-02-25 16:00:47 +01:00
Carsten "Tomcat" Book
ba5a0fa512 Merge mozilla-central to fx-team on a CLOSED TREE 2014-02-25 15:42:32 +01:00
Carsten "Tomcat" Book
114e87fc5d Merge mozilla-central to b2g-inbound 2014-02-25 15:29:02 +01:00
Carsten "Tomcat" Book
60446c5e55 Merge mozilla-central to mozilla-inbound 2014-02-25 15:18:06 +01:00
Carsten "Tomcat" Book
3d4f8f1aaf merge b2g-inbound to mozilla-central 2014-02-25 14:30:13 +01:00
Masayuki Nakano
523af9ade2 Bug 975688 part.7 Rename nsDOMDataContainerEvent to mozilla::dom::DataContainerEvent r=smaug
--HG--
rename : dom/events/nsDOMDataContainerEvent.cpp => dom/events/DataContainerEvent.cpp
rename : dom/events/nsDOMDataContainerEvent.h => dom/events/DataContainerEvent.h
2014-02-26 14:23:57 +09:00
Masayuki Nakano
f3f5ea9b8f Bug 975688 part.6 Rename nsDOMCompositionEvent to mozilla::dom::CompositionEvent r=smaug
--HG--
rename : dom/events/nsDOMCompositionEvent.cpp => dom/events/CompositionEvent.cpp
rename : dom/events/nsDOMCompositionEvent.h => dom/events/CompositionEvent.h
2014-02-26 14:23:57 +09:00
Masayuki Nakano
3f836eb570 Bug 975688 part.5 Rename nsDOMCommandEvent to mozilla::dom::CommandEvent r=smaug
--HG--
rename : dom/events/nsDOMCommandEvent.cpp => dom/events/CommandEvent.cpp
rename : dom/events/nsDOMCommandEvent.h => dom/events/CommandEvent.h
2014-02-26 14:23:57 +09:00
Masayuki Nakano
b92e69c57d Bug 975688 part.4 Rename nsDOMClipboardEvent to mozilla::dom::ClipboardEvent r=smaug
--HG--
rename : dom/events/nsDOMClipboardEvent.cpp => dom/events/ClipboardEvent.cpp
rename : dom/events/nsDOMClipboardEvent.h => dom/events/ClipboardEvent.h
2014-02-26 14:23:56 +09:00
Masayuki Nakano
c836bbe946 Bug 975688 part.3 Rename nsDOMBeforeUnloadEvent to mozilla::dom::BeforeUnloadEvent r=smaug
--HG--
rename : dom/events/nsDOMBeforeUnloadEvent.cpp => dom/events/BeforeUnloadEvent.cpp
rename : dom/events/nsDOMBeforeUnloadEvent.h => dom/events/BeforeUnloadEvent.h
2014-02-26 14:23:56 +09:00
Masayuki Nakano
2c31a32183 Bug 975688 part.2 Rename nsDOMAnimationEvent to mozilla::dom::AnimationEvent r=smaug
--HG--
rename : dom/events/nsDOMAnimationEvent.cpp => dom/events/AnimationEvent.cpp
rename : dom/events/nsDOMAnimationEvent.h => dom/events/AnimationEvent.h
2014-02-26 14:23:56 +09:00
Masayuki Nakano
b141829db6 Bug 975688 part.1 Rename DOMWheelEvent to WheelEvent r=smaug
--HG--
rename : dom/events/DOMWheelEvent.cpp => dom/events/WheelEvent.cpp
rename : dom/events/DOMWheelEvent.h => dom/events/WheelEvent.h
2014-02-26 14:23:55 +09:00
"Kan-Ru Chen (陳侃如)"
5846b299bc Bug 970290 - Call setEnabledPref earlier. r=fabrice
Must set the preferences before testready.

--HG--
rename : mobile/android/tests/browser/moz.build => mobile/android/tests/moz.build
extra : rebase_source : 7b21cbeb52f0f64d29d2c7fbad6de1c931f233ed
2014-02-25 16:13:05 +08:00
Masayuki Nakano
8c6bde9038 Bug 975387 Notify TextComposition instance of that nsIMEStateManager stops managing it r=smaug, sec-a=abillings 2014-02-25 15:59:28 +09:00
Bevis Tseng
0e88c8ff63 Bug 975356 - Append iccId into the message sent by SystemMessenger. r=vyang 2014-02-24 18:34:06 +08:00
Rik Cabanier
bdca28a308 Bug 966591 - Part 2: Validate input to AddHitRegion. Provide partial implementation. r=roc 2014-02-21 08:35:36 -05:00
Rik Cabanier
8500f89c15 Bug 966591 - Part 1: Put very basic hit region interface in + add runtime flag. r=roc 2014-02-21 08:35:14 -05:00
Richard Barnes
d1291417b9 Bug 936340 - Implement navigator.sendBeacon. r=sicking 2014-02-25 08:40:54 -05:00
Florian Quèze
4f48223aa5 Bug 804611 - Add a way to grant/deny getUserMedia permissions persistently, r=jesup,dolske, ui-r=Boriss. 2014-02-25 12:50:42 +01:00
John Shih
ae9ef7ea80 Bug 961598 - support DNS reslover. r=vchang 2014-02-20 19:04:51 +08:00
Ben Tian
2a9faeacea Bug 939672 - Patch 2/2: Move NS_DECL_ISUPPORTS and NS_DECL_NSIOBSERVER into BluetoothProfileManagerBase.h 2014-02-20 18:15:47 +08:00
Ben Tian
ccbb3da8ce Bug 939672 - Patch 1/2: [bluedroid] Add fallback BluetoothHfpManager, r=gyeh
--HG--
rename : dom/bluetooth/bluedroid/BluetoothHfpManager.cpp => dom/bluetooth/bluedroid/hfp/BluetoothHfpManager.cpp
rename : dom/bluetooth/bluedroid/BluetoothHfpManager.h => dom/bluetooth/bluedroid/hfp/BluetoothHfpManager.h
2014-02-25 11:37:37 +08:00
Phil Ringnalda
761929bf63 Back out b157f5d0c235 (bug 974197) for b2g reftest-4 and reftest-6 failures
CLOSED TREE
2014-02-24 21:06:18 -08:00
Ben Turner
35cbf4c58e Bug 956218 - Fix build bustage for B2G-JB on a CLOSED TREE 2014-02-24 20:16:01 -08:00
Jan de Mooij
b36f3f389e Bug 939562 part 2 - Move JIT flags from ContextOptions to RuntimeOptions. r=bent,bholley,luke 2014-02-26 10:25:36 +01:00
Wes Kocher
fd004666a8 Merge m-c to fx-team 2014-02-24 18:29:49 -08:00
Wes Kocher
a2628aed68 Merge inbound to m-c 2014-02-24 17:45:16 -08:00
Mike Habicher
7e8ee4b9dc Bug 975472 - fix crash in DOM error handler, r=dhylands 2014-02-24 13:01:21 -05:00
Jessica Jong
947d72d67a Bug 973842 - Part 3: Support adding secondary routes (NetworkUtils). r=vchang 2014-02-24 09:19:20 -05:00
Jessica Jong
ecc4e88fb1 Bug 973842 - Part 2: Support adding secondary routes (NetworkService). r=vchang 2014-02-24 09:19:20 -05:00
Jessica Jong
b76073aeed Bug 973842 - Part 1: Support adding secondary routes (idl/cid). r=vchang 2014-02-24 09:19:20 -05:00
Reuben Morais
12a2200ac6 Bug 967119 - Hold a CPU lock while the contacts DB upgrade is running. r=bent 2014-02-24 09:19:20 -05:00
Carsten "Tomcat" Book
48c91284ad Merge mozilla-central to b2g-inbound 2014-02-24 13:26:33 +01:00
Carsten "Tomcat" Book
57081c9a50 merge b2g-inbound to mozilla-central 2014-02-24 12:55:53 +01:00
Fernando Jiménez
ede4e43ae2 Bug 903291 - App download hangs indefinitely if the child process dies before confirming the install. r=fabrice 2014-02-24 09:52:15 +01:00
Tom Schuster
368ff61eab Bug 963294 - [e10s] Implement a proxy for the color picker. r=jdm 2014-02-23 21:19:43 +01:00
William Chen
7d7470aa8a Bug 856140 - Sync our document.registerElement implementation to the current version of the spec. r=mrbkap 2014-02-23 13:01:26 -08:00
Phil Ringnalda
eb31fa81a5 Back out 5e4cee2fcbc6 (bug 963294) for build bustage
CLOSED TREE
2014-02-23 12:59:52 -08:00
Tom Schuster
8472e2081d Bug 963294 - [e10s] Implement a proxy for the color picker. r=jdm 2014-02-23 21:19:43 +01:00
Boris Zbarsky
2abdc23dbc Bug 973849. Allow clearInterval/clearTimeout calls with no arguments; just treat them as no-ops. r=smaug 2014-02-23 00:01:26 -05:00
Phil Ringnalda
b88368dbb8 Back out ab395abf96b9:837481767455 (bug 972312) for Windows build bustage
CLOSED TREE
2014-02-22 21:39:13 -08:00