lp:~osomon/oxide/osk-flicker-fix

Created by Olivier Tilloy and last modified
Get this branch:
bzr branch lp:~osomon/oxide/osk-flicker-fix
Only Olivier Tilloy can upload to this branch. If you are Olivier Tilloy please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Olivier Tilloy
Project:
Oxide
Status:
Merged

Recent revisions

798. By Olivier Tilloy

Do not notify the IM extension if the current input method type is none.

797. By Chris Coulson

Use tcmalloc in the renderer process, and install the handler for base::allocator::ReleaseFreeMemory(), which gets called in renderers with no visible views

796. By Chris Coulson

Split more code out of qt/core/glue and move it in to qt/core/browser

795. By Chris Coulson

Begin to clean up qt/core/glue, starting with WebContext. As of today, it's not really clear where to put code so this is the start of an attempt to clear that up. Essentially, the *Adapter classes are just meant to be a conduit between the QML plugin and an equivalent class in qt/core/browser. Nothing else should consume the *Adapter classes (we do this in a few places), and code generally belongs in qt/core/browser (we have it split quite inconsistently today)

794. By Chris Coulson

Factor the WebView <-> RWHV interface out in to a new class, and make it a private base class of WebView. This makes the interface private without having RWHV as a friend of WebView

793. By Chris Coulson

Remove unused code related to setting the user agent string

792. By Chris Coulson

Move WebContentsDelegate back from WebViewContentsHelper to WebView. The idea of this was that we could have a delegate before the WebView is created, but we currently aren't doing anything that requires this and it makes things far too complicated. If we need a delegate in the future before a WebView is created, we can always attach WebViewContentsHelper as a delegate temporarily, and have it implement the logic it requires whilst there is no WebView

791. By Chris Coulson

Bump Chromium rev to 40.0.2182.3

790. By Chris Coulson

Bump qt version to 1.4.0

789. By Chris Coulson

Only emit LoadEvent.TypeRedirected for the new loadEvent signal

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~oxide-developers/oxide/oxide.trunk
This branch contains Public information 
Everyone can see this information.

Subscribers