Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/720b99002d54
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #
31871 from hfiguiere/
bug1205152-shadow-root-marionette
Bug 1205152 - Use switchToShadowRoot() instead of executeScript() r=justindarc
========
https://hg.mozilla.org/integration/gaia-central/rev/17f4a87de64d
Author: Hubert Figuière <hub@figuiere.net>
Desc:
Bug 1205152 - Use switchToShadowRoot() instead of executeScript()
========
https://hg.mozilla.org/integration/gaia-central/rev/13a9289c2ccc
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #
31641 from gabrielesvelto/bug-
1190790-fix-dialer-navigation
Bug 1190790 - Make sure that panels are populated correctly when navigating to them r=drs
========
https://hg.mozilla.org/integration/gaia-central/rev/a17e5c5becb9
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc:
Bug 1190790 - Make sure that panels are populated correctly when navigating to them r=drs
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef nsUTF8ConverterService_h__
#define nsUTF8ConverterService_h__
#include "nsIUTF8ConverterService.h"
//==============================================================
class nsUTF8ConverterService: public nsIUTF8ConverterService {
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIUTF8CONVERTERSERVICE
nsUTF8ConverterService() {}
private:
virtual ~nsUTF8ConverterService() {}
};
#endif // nsUTF8ConverterService_h__