Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sizing and optimization #23

Merged
merged 4 commits into from
Aug 8, 2019
Merged

Sizing and optimization #23

merged 4 commits into from
Aug 8, 2019

Conversation

RAJAGOPALAN-GANGADHARAN
Copy link

  1. Removed that painful wait between network and webprocess connection

  2. Resizing a webpage ( very slow )

@@ -34,7 +34,7 @@ using namespace WebCore;

WebKit::WebViewBase::WebViewBase(const char*name,BRect rect,BWindow* parentWindow,
const API::PageConfiguration& pageConfig)
:BView(rect,name,B_FOLLOW_ALL_SIDES,B_WILL_DRAW),
:BView(name,B_WILL_DRAW|B_FRAME_EVENTS|B_FULL_UPDATE_ON_RESIZE),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space around |: B_WILL_DRAW | B_FRAME_EVENTS | B_FULL_UPDATE_ON_RESIZE

1) Removed that painful wait between network and webprocess connection

2) Resizing a webpage ( very slow )
1) Cleanup all the unwanted debug messages

2) More predictable rendering

Next commit would focus on Indentation
1) Inconsistent use of spaces and tabs

I had to clean up this manually as i couldnt find a good extension
So i will clean even more files if i come across them
@pulkomandy pulkomandy merged commit 5827479 into haiku:webkit2 Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants