Re: [webkit-dev] WinLauncher Fail to launch

2012-11-20 Thread Rakesh Sadhu

Hi,
I tried using WinWinlauncher as well , i get the same error 
http://pastebin.com/jMikyxWb

Am I missing some packages?
regards
rsadhu


CC: webkit-dev@lists.webkit.org
From: bfulg...@gmail.com
Subject: Re: [webkit-dev] WinLauncher Fail to launch
Date: Tue, 20 Nov 2012 19:55:54 -0800
To: rakeshsa...@hotmail.com

Hi Rakesh,
The WinCairo port only has a partially functional WebKit2 port. Consequently, 
MiniBrowser does not launch.
You must run the WinLauncherLauncher target to see a working program. The 
WinLauncher project builds a DLL that holds the a trial program logic, but does 
not run as an executable.  This came about during the start if the WebKit2 work 
(WK2 runs as an external process to the main program executable, hence the new 
*LauncherLauncher projects.)
-Brent

Sent from my iPhone
On Nov 20, 2012, at 7:45 PM, Rakesh Sadhu  wrote:





Dear  All,
I've build  webkit@135274 on windows Xp using Visual Studio 2005 in debug as 
well release mode .
When I try to launch WinLauncher , MiniBrowser they fail to launch.
I tried to launch using VS2005 also , and i get following console Messages.:
http://pastebin.com/mkzT0k5g

Kindly do provide some pointers .

regards
rsadhu
  

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev
  
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WinLauncher Fail to launch

2012-11-20 Thread Brent Fulgham
Hi Rakesh,

The WinCairo port only has a partially functional WebKit2 port. Consequently, 
MiniBrowser does not launch.

You must run the WinLauncherLauncher target to see a working program. The 
WinLauncher project builds a DLL that holds the a trial program logic, but does 
not run as an executable.  This came about during the start if the WebKit2 work 
(WK2 runs as an external process to the main program executable, hence the new 
*LauncherLauncher projects.)

-Brent

Sent from my iPhone

On Nov 20, 2012, at 7:45 PM, Rakesh Sadhu  wrote:

> Dear  All,
> I've build  webkit@135274 on windows Xp using Visual Studio 2005 in debug as 
> well release mode .
> When I try to launch WinLauncher , MiniBrowser they fail to launch.
> I tried to launch using VS2005 also , and i get following console Messages.:
> http://pastebin.com/mkzT0k5g
> 
> Kindly do provide some pointers .
> 
> regards
> rsadhu
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] WinLauncher Fail to launch

2012-11-20 Thread Rakesh Sadhu

Dear  All,
I've build  webkit@135274 on windows Xp using Visual Studio 2005 in debug as 
well release mode .
When I try to launch WinLauncher , MiniBrowser they fail to launch.
I tried to launch using VS2005 also , and i get following console Messages.:
http://pastebin.com/mkzT0k5g

Kindly do provide some pointers .

regards
rsadhu
  
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] New feature announcemnt: ValidityState::badInput

2012-11-20 Thread TAMURA, Kent

I'd like to start to implement ValidityState::badInput, which was
introduced in the WHATWG HTML specification [1] some hours ago.

This is a small addition to the Form validation feature.

Bug: webkit.org/b/102861
Flag plan: No ENABLE flag
Prefix plan: No vendor prefix


[1]
http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#dom-validitystate-badinput


--
TAMURA Kent
Software Engineer, Google




___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Accessibility role naming - AXRole

2012-11-20 Thread Mateusz Leszko
Hello folks.

I was wondering why all accessibility roles in webkit are named 'AXRoles'
and why it is always expected to return role name with 'AX' prefix? Isn't it
strict MAC role naming? Some Layout Test for accessibility are wrong in my
opinion. e.g.:

 

"FAIL axElement.role should be AXRole: AXLink. Was AXRole: link."

"FAIL axElement.role should be AXRole: AXButton. Was AXRole: push button."

"FAIL axElement.role should be AXRole: AXCheckBox. Was AXRole: check box."

"FAIL axElement.role should be AXRole: AXRadioButton. Was AXRole: radio
button."

 

Shouldn't it be PASS? Why expectation is role with 'AX' prefix? Those are
only from MAC port, aren't they? 

 

I hope you'll correct me if I'm missing something.

 

Mateusz Leszko

 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev