Commit Graph

28108 Commits

Author SHA1 Message Date
Nicholas Nethercote
c40e831763 Bug 1051106 - Remove a useless waitForScan() call. r=vchang.
--HG--
extra : rebase_source : fab1721336cd1c9878b7f8259524d73ea9fcebfe
2014-08-20 18:36:59 -07:00
Kyle Machulis
32f44dc609 Backing out b5d49f1885af as it wasn't properly backed out in 0611006cc095
--HG--
extra : rebase_source : 22687deeeee7abd76e424b21bec8fc59fb6f7515
2014-08-20 13:37:55 -07:00
Ryan VanderMeulen
296ec7fc20 Merge m-c to b2g-inbound. a=merge 2014-08-20 16:21:52 -04:00
Ryan VanderMeulen
556b135ea8 Merge inbound to m-c. a=merge 2014-08-20 16:14:23 -04:00
Fabrice Desré
abe8234c38 Bug 1056226 - "Unrecoverable" app uninstall does not send manifest information to uninstall event r=marco 2014-08-20 12:27:32 -07:00
Kyle Machulis
de2e16fbcc Backed out d71120161e89 b5d49f1885af (bug 846200) due to missing xpc shell test fix patch 2014-08-20 12:01:18 -07:00
Kyle Machulis
8314f89f2a Bug 846200 - Update mochitests to use new settings-api permissions 2014-08-20 10:40:40 -07:00
Kyle Machulis
86a6d3c36d Bug 846200 - Support for granting settings permissions on a per-permission basis 2014-08-20 10:40:37 -07:00
Reuben Morais
c0344960db Bug 1040333 - Set principal flags in WorkerPrivateParent ctor. r=khuey 2014-08-20 14:34:14 -03:00
Dave Hylands
335c278dcf Bug 1049240 - Integrate MTP with the AutoMounter. r=echou 2014-08-19 13:41:35 -07:00
Ed Morley
3580355329 Merge mozilla-central and b2g-inbound 2014-08-20 15:19:45 +01:00
Ed Morley
acd103862f Merge latest green b2g-inbound changeset and mozilla-central; a=merge 2014-08-20 14:46:55 +01:00
John Daggett
0e566c376b Bug 975744 - remove font features pref and enable features by default. r=dbaron 2014-08-20 16:54:35 +09:00
John Daggett
de833427d4 Bug 1041951 - fix SMIL tests that create a psuedo computed style for shorthands. r=birtles
The 'font-variant' property is now a shorthand, so the set of longhand values affected is different from before. Switch the test to set the longhand property for the 'small-caps' value.
2014-08-20 16:54:29 +09:00
Nigel Babu
f8e931cd71 Backed out changeset 19e59c14b0aa (bug 1049240) for xpshell bustage 2014-08-20 12:19:36 +05:30
Kyle Machulis
e4ee574673 Backed out 82bed38ff50a (bug 900551, bug 1015518, bug 846200) due to marionette webapi test bustage on ICS Emulator 2014-08-19 22:33:36 -07:00
Kyle Machulis
9bdf69a3d2 Backed out c4c490f3b301, previous backout of bug 900551, bug 1011518, bug 846200, now fixed by bug 1055898 (51afb4de4a25) 2014-08-19 21:05:50 -07:00
Randy Lin
dc0928b9d6 Bug 1054219 - [B2G][SpeakerManager] Avoid to create unnecessary speakerManager instance on child process. r=baku 2014-08-20 10:25:55 +08:00
Wes Kocher
151bce9c7d Merge m-c to inbound a=merge 2014-08-19 18:25:36 -07:00
Bobby Holley
b54ea00f0b Bug 1036214 - Tests. r=bz
This whole test setup comes from bug 923904, so some of the things it's testing
need to be rejiggered (like the checkGlobal stuff).
2014-08-19 18:12:15 -07:00
Bobby Holley
9b4a386a14 Bug 1036214 - Do a subsumes check on object and any parameters (and things containing them) to JS-implemented WebIDL. r=bz 2014-08-19 18:12:15 -07:00
Wes Kocher
837c4a980c Backed out 8 changesets (bug 1015518, bug 900551, bug 1011518, bug 846200) for build bustage
Backed out changeset 59eb7edaa6ed (bug 1015518)
Backed out changeset 04a531d5647e (bug 1011518)
Backed out changeset 9ac939654549 (bug 1011518)
Backed out changeset 2f707489d892 (bug 900551)
Backed out changeset f2a0a448e563 (bug 900551)
Backed out changeset f130f54ea09a (bug 900551)
Backed out changeset 9d38e8901847 (bug 846200)
Backed out changeset 744da032a2de (bug 846200)
2014-08-19 14:49:02 -07:00
Kyle Machulis
2375b53e61 Bug 1015518 - Update users of settings observer message field to use boolean; r=gene 2014-08-19 13:43:58 -07:00
Kyle Machulis
a754677a00 Bug 1011518 - Fix SettingsService mochitests; r=bent 2014-08-19 13:43:58 -07:00
Kyle Machulis
e4696be3e3 Bug 1011518 - Use SettingsRequestManager as SettingsService Backend; r=bent 2014-08-19 13:43:57 -07:00
Kyle Machulis
360a7a2be2 Bug 900551 - Mochitests for settings permissions; r=bent r=ehsan 2014-08-19 13:43:57 -07:00
Kyle Machulis
7a86d08564 Bug 900551 - Add new permission for wallpaper setting; r=bent 2014-08-19 13:43:57 -07:00
Kyle Machulis
4def0bc0ae Bug 900551 - Settings API OOP; r=bent 2014-08-19 13:43:57 -07:00
Kyle Machulis
54d2bd8015 Bug 846200 - Update mochitests to use new settings-api permissions; r=bent 2014-08-19 13:43:56 -07:00
Kyle Machulis
9ef69caded Bug 846200 - Support for granting settings permissions on a per-permission basis; r=bent 2014-08-19 13:43:56 -07:00
Dave Hylands
0ff3e02337 Bug 1049240 - Integrate MTP with the AutoMounter. r=echou
--HG--
extra : rebase_source : a4d8cd8413ef1ea7dddb57fed87c723a923ea0bf
2014-08-19 13:41:35 -07:00
Ryan VanderMeulen
c6e10de0e1 Merge inbound to m-c. a=merge 2014-08-19 16:09:47 -04:00
Ryan VanderMeulen
8df0faf2d0 Merge m-c to inbound. a=merge 2014-08-19 16:25:33 -04:00
Botond Ballo
ffebd18f0b Bug 923512 - Introduce strongly-typed coordinate classes. r=kats,Bas
--HG--
extra : rebase_source : 22e5fe577ea503aede765c70e16c0bf875c4a9fd
2014-08-19 13:08:16 -04:00
Fabrice Desré
eabd72e065 Bug 899322 - Convert the mozApps API to use webidl r=marco,bholley 2014-08-19 09:30:54 -07:00
Ed Morley
b2932bde56 Merge mozilla-central and b2g-inbound 2014-08-19 15:19:13 +01:00
Lynn Tran
7bec1a6b6d Bug 1041335 - Add a mozilla::services getter for nsIServiceWorkerManager; r=ehsan 2014-08-18 21:13:14 -04:00
Ehsan Akhgari
42de58dbf7 Bug 1007778 - Add a devtools API to make some Web Audio nodes pass through their inputs; r=roc,smaug 2014-08-18 20:12:50 -04:00
Szu-Yu Chen [:aknow]
2a4e100c4b Bug 1054909 - Don't pass number to Callback constructor. r=hsinyi 2014-08-18 19:26:00 -04:00
Andrew McCreight
e2153edd1d Bug 1048659 - Return the union we construct in a JS callback. r=peterv 2014-08-19 08:41:26 -07:00
Juan Gomez
54ceb7029c Bug 1054791 - [Flatfish][Build] Build failed in BluetoothInterface.cpp: 'bt_remote_version_t' does not name a type. r=tdz 2014-08-17 16:21:00 -04:00
Szu-Yu Chen [:aknow]
ebe790145b Bug 1053110 - Part 4: Move clir logic to TelephonyService. r=hsinyi 2014-08-19 00:24:00 -04:00
Szu-Yu Chen [:aknow]
5f25b79e74 Bug 1053110 - Part 3: Create a helper: sendToRilWorker. r=hsinyi 2014-08-19 00:23:00 -04:00
Szu-Yu Chen [:aknow]
946be02d09 Bug 1053110 - Part 2: Refactor MMI regex. r=hsinyi 2014-08-19 00:23:00 -04:00
Szu-Yu Chen [:aknow]
f17b37168d Bug 1053110 - Part 1: Add mmi code test. r=hsinyi 2014-08-19 00:23:00 -04:00
Chuck Lee
6b2cbe2ff6 Bug 1051660 - 0002. Test case for Wifi Enable API. r=hchang 2014-08-18 15:10:27 +08:00
Chuck Lee
8d8c2f503e Bug 1051660 - 0001. Fix minor bugs in API implementation. r=hchang 2014-08-18 15:10:24 +08:00
Junior Hsu
7d22538f76 Bug 1005818 - Part 2: Only limited browser API are available to a widget. r=kanru
1. Add |ownerIsWidget| in nsIFrameLoader.idl
2. Add |GetReallyIsWidget| in nsIMozBrowserFrame.idl
3. Hide the methods of browser API of a widget
4. Hide security-sensitive mozbrowser events of a widget
2014-08-19 15:14:22 +01:00
Junior Hsu
7b304a0c41 Bug 1005818 - Part 1: Load a widget as an app if the |src| is in the |widgetPages|. r=fabrice, sr=sicking
1. Add permission |embed-widgets| and Element attribute |mozwidget|
2. Add |hasWidgetPage| in /mozIApplication.idl
3. Check permission |embed-widgets| and the |src| is in the |widgetPages| when |GetAppManifest|
4. Add test case
5. Should enable preference |dom.enable_widgets|
2014-08-19 15:14:08 +01:00
Ed Morley
2e784b9a4d Backed out changeset 721eb8e94100 (bug 1014023) for exceptions during test_widget.html 2014-08-19 15:12:32 +01:00