Bug 73813

Summary: [Qt] Rename QQuickWebView::canStop property to just loading
Product: WebKit Reporter: Simon Hausmann <hausmann>
Component: WebKit APIAssignee: Michael BrĂ¼ning <michael.bruning>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, dglazkov, gopal.1.raghavan, jesus, laszlo.gombos, menard, vestbo, webkit.review.bot, zoltan
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Simon Hausmann 2011-12-05 03:03:02 PST
See summary, I think "loading" is a better name than "canStop"

Let the bike-shedding begin :)
Comment 1 Michael BrĂ¼ning 2011-12-05 08:15:20 PST
Created attachment 117882 [details]
Patch

Proposed patch based on summary.
Comment 2 Jesus Sanchez-Palencia 2011-12-05 10:38:22 PST
Comment on attachment 117882 [details]
Patch

LGTM.
Perhaps you forgot to ask for a proper review, Michael? Changing flags for the patch.
Comment 3 WebKit Review Bot 2011-12-05 11:25:21 PST
Comment on attachment 117882 [details]
Patch

Attachment 117882 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/10689688

New failing tests:
svg/custom/linking-uri-01-b.svg
Comment 4 Kenneth Rohde Christiansen 2011-12-05 12:17:12 PST
Comment on attachment 117882 [details]
Patch

This is all in wb2 so the chromium error must be due to flakiness
Comment 5 WebKit Review Bot 2011-12-05 13:16:17 PST
Comment on attachment 117882 [details]
Patch

Clearing flags on attachment: 117882

Committed r102035: <http://trac.webkit.org/changeset/102035>
Comment 6 WebKit Review Bot 2011-12-05 13:16:22 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 Simon Hausmann 2011-12-06 01:51:48 PST
I was serious about the bike-shedding. We should discuss the options here. It _may_ seem that loading is a better name, but there are also arguments against it. Tor Arne is looking into what we did in Grob and what fits best there.

Michael not setting r? was intentional.
Comment 8 Jesus Sanchez-Palencia 2011-12-06 02:35:49 PST
(In reply to comment #7)
> I was serious about the bike-shedding. We should discuss the options here. It _may_ seem that loading is a better name, but there are also arguments against it. Tor Arne is looking into what we did in Grob and what fits best there.
> 

When I looked at the patch "loading" made way more sense than "canStop". Plus, I remember seeing "loading" as property on other mobile webview APIs before, perhaps on the iOS one, and that also motivated me.


> Michael not setting r? was intentional.

I'm truly sorry, Simon, I didn't realize it. It was a legitimate mistake. Whatever we decide here, I will make the needed changes.
Comment 9 Simon Hausmann 2012-02-20 02:57:53 PST
As part of the API review session at the meeting in Szeged we decided to keep "loading". See also bug #78820 for related changes.