[Crosswalk-dev] Shut down the duplicated bots in PRC

2013-11-21 Thread Wang, Shiliu
Hi, Raphael and James Since the public buildbot is setup already and some of the slaves are both running in public bots and internal PRC bots. I'd like to shut down the duplicated bots in PRC to save resources. The only difference is that public bots won't provide archive anymore. The bots can

[Crosswalk-dev] Intent to implement : [Runtime Model] System event

2013-11-21 Thread Shao, Changbin
Summary: A system event is an event sent by the system. This event type does not originate from the DOM itself and thus lives outside of the main document's lifetime. A system event can wake up a terminated application. For example, "OnAlarm" event is one of this kind, it can launch a terminat

Re: [Crosswalk-dev] PSA: Improved support for incremental Tizen builds

2013-11-21 Thread Wang, Shiliu
Hi, Raphael Thanks a lot for the great effort. The incremental build for tizen is not working so well with Trybot so far. Referring http://wrt-buildbot.bj.intel.com/buildbot/builders/xwalk_tizen/builds/39/steps/compile/logs/stdio and http://wrt-buildbot.bj.intel.com/buildbot/builders/xwalk_tiz

Re: [Crosswalk-dev] [HeadUp] Repo is open now (was Freeze repos for 32 rebasing)

2013-11-21 Thread Hwang, Dongseong
yes, you are right. now this proxy issue is fixed. - DS From: Crosswalk-dev [crosswalk-dev-boun...@lists.crosswalk-project.org] on behalf of Raphael Kubo da Costa [raphael.kubo.da.co...@intel.com] Sent: Thursday, November 21, 2013 5:26 PM To: crosswalk-d

Re: [Crosswalk-dev] [HeadUp] Repo is open now (was Freeze repos for 32 rebasing)

2013-11-21 Thread Raphael Kubo da Costa
"Hwang, Dongseong" writes: > I added a comment to resolve this issue in > http://www.chromium.org/developers/how-tos/get-the-code > See the most below comment. Your comment should not be valid anymore as of https://codereview.chromium.org/68763013 ___

Re: [Crosswalk-dev] [HeadUp] Repo is open now (was Freeze repos for 32 rebasing)

2013-11-21 Thread Hwang, Dongseong
I added a comment to resolve this issue in http://www.chromium.org/developers/how-tos/get-the-code See the most below comment. - DS From: Crosswalk-dev [crosswalk-dev-boun...@lists.crosswalk-project.org] on behalf of Huo, Halton [halton@intel.com] Sen

Re: [Crosswalk-dev] Intent to Implement API Permission Control

2013-11-21 Thread Pozdnyakov, Mikhail
Looks sane, LGTM BR, Mikhail From: Crosswalk-dev [crosswalk-dev-boun...@lists.crosswalk-project.org] on behalf of Ming, Bai [bai.m...@intel.com] Sent: Wednesday, November 20, 2013 9:06 AM To: crosswalk-dev@lists.crosswalk-project.org Subject: [Crosswalk-d

Re: [Crosswalk-dev] PSA: Improved support for incremental Tizen builds

2013-11-21 Thread Raphael Kubo da Costa
"Poussa, Sakari" writes: > Is there a way to just use make if you donĀ¹t want the full rpm but just > the xwalk binary? That is, to skip the dance around the rpm creation. > > If so, that should be documented in the packaging/README and later in the > wiki. I'm a bit over the fence on whether thi

Re: [Crosswalk-dev] How to make bots run more unittest programs?

2013-11-21 Thread Raphael Kubo da Costa
Caio Marcelo de Oliveira Filho writes: > We recently added a new unittest executable 'xwalk_dbus_unittest', > that doesn't need to link with full Crosswalk runtime or even the > Content API, and I would like to know: what's the best way to teach the > bot run extra unittest programs? > > Note tha

[Crosswalk-dev] Intent to Implement: [Android] native http authentication

2013-11-21 Thread Liu, David
Summary: Http authentication is needed for the specific web page authentication with username and password. Currently http authentication is implemented in xwalk runtime Java layer for Android port. While native http authentication needs to be handled in xwalk runtime for Android port, it is u