Bug 55753 - [EFL] Make single backing store the default for EWebLauncher
Summary: [EFL] Make single backing store the default for EWebLauncher
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-04 01:18 PST by Gyuyoung Kim
Modified: 2011-03-10 21:24 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.00 KB, patch)
2011-03-04 01:19 PST, Gyuyoung Kim
kenneth: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff
Patch (1.00 KB, patch)
2011-03-09 15:11 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2011-03-04 01:18:16 PST
Tiled is the default backing store in EWebLauncher. But, there was some problems.

 - scrollbar is not working
 - Page doesn't show after inserting text to input field.
 - And so on.

I'd like to set single default backing store for EWebLauncher. When tiled backing store bugs are fixed, let's enable tiled backing store.

How do you think about it ?
Comment 1 Gyuyoung Kim 2011-03-04 01:19:50 PST
Created attachment 84711 [details]
Patch
Comment 2 Lucas De Marchi 2011-03-04 06:27:44 PST
LGTM.
Comment 3 WebKit Commit Bot 2011-03-09 05:22:46 PST
Comment on attachment 84711 [details]
Patch

Rejecting attachment 84711 [details] from commit-queue.

Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=cr-jail-4', 'apply-..." exit_code: 1

Last 500 characters of output:
rks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py", line 361, in _call_chain
    result = func(*args)
  File "/mnt/git/webkit-commit-queue/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_http.py", line 756, in https_open
    return self.do_open(conn_factory, req)
  File "/mnt/git/webkit-commit-queue/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_http.py", line 706, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno 60] Operation timed out>

Full output: http://queues.webkit.org/results/8115432
Comment 4 Gyuyoung Kim 2011-03-09 15:11:42 PST
Created attachment 85245 [details]
Patch

Kenneth reviewed this patch.
Comment 5 WebKit Commit Bot 2011-03-10 21:23:58 PST
Comment on attachment 85245 [details]
Patch

Clearing flags on attachment: 85245

Committed r80813: <http://trac.webkit.org/changeset/80813>
Comment 6 WebKit Commit Bot 2011-03-10 21:24:03 PST
All reviewed patches have been landed.  Closing bug.