Bug 96905 - [EFL] Remove background view on EWebLauncher and MiniBrowser
Summary: [EFL] Remove background view on EWebLauncher and MiniBrowser
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-17 04:17 PDT by Seokju Kwon
Modified: 2012-09-18 05:05 PDT (History)
4 users (show)

See Also:


Attachments
Patch (4.38 KB, patch)
2012-09-17 04:33 PDT, Seokju Kwon
no flags Details | Formatted Diff | Diff
Patch (4.42 KB, patch)
2012-09-18 03:23 PDT, Seokju Kwon
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Seokju Kwon 2012-09-17 04:17:26 PDT
The background view doesn't display properly on test browsers after adding url bar.
And Remove unnecessary codes.
Comment 1 Seokju Kwon 2012-09-17 04:33:34 PDT
Created attachment 164367 [details]
Patch
Comment 2 Raphael Kubo da Costa (:rakuco) 2012-09-17 06:24:13 PDT
Comment on attachment 164367 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=164367&action=review

> Tools/ChangeLog:9
> +        The background view doesn't display properly on test browsers after adding url bar.
> +        And Remove unnecessary codes.

The changes themselves look OK, but what kind of display failures were you experiencing? Plus, you only seem to be removing code related to the background view, not unnecessary one.
Comment 3 Seokju Kwon 2012-09-17 07:46:46 PDT
(In reply to comment #2)
> (From update of attachment 164367 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=164367&action=review
> 
> > Tools/ChangeLog:9
> > +        The background view doesn't display properly on test browsers after adding url bar.
> > +        And Remove unnecessary codes.
> 
> The changes themselves look OK, but what kind of display failures were you experiencing? Plus, you only seem to be removing code related to the background view, not unnecessary one.

I couldn't see the pink background any more after adding url bar. Plus Could you explain why it is necessary?
Comment 4 Raphael Kubo da Costa (:rakuco) 2012-09-18 02:22:16 PDT
(In reply to comment #3)
> I couldn't see the pink background any more after adding url bar.

Makes sense, since r126419 changed the evas_object_{move,resize} calls. I would just say in the ChangeLog that having the background view is not necessary anymore, since it was used for debugging back in the day.

> Plus Could you explain why it is necessary?

?
Comment 5 Seokju Kwon 2012-09-18 03:09:09 PDT
(In reply to comment #4)
> (In reply to comment #3)
> > I couldn't see the pink background any more after adding url bar.
> 
> Makes sense, since r126419 changed the evas_object_{move,resize} calls. I would just say in the ChangeLog that having the background view is not necessary anymore, since it was used for debugging back in the day.
> 
> > Plus Could you explain why it is necessary?
> 
> ?

I was just wondering whether background view is necessary or not now.
Comment 6 Seokju Kwon 2012-09-18 03:23:08 PDT
Created attachment 164523 [details]
Patch
Comment 7 Raphael Kubo da Costa (:rakuco) 2012-09-18 03:29:26 PDT
Comment on attachment 164523 [details]
Patch

Looks good, thanks.
Comment 8 WebKit Review Bot 2012-09-18 05:05:09 PDT
Comment on attachment 164523 [details]
Patch

Clearing flags on attachment: 164523

Committed r128876: <http://trac.webkit.org/changeset/128876>
Comment 9 WebKit Review Bot 2012-09-18 05:05:16 PDT
All reviewed patches have been landed.  Closing bug.