lp:~osomon/oxide/im-fake-key-events

Created by Olivier Tilloy and last modified
Get this branch:
bzr branch lp:~osomon/oxide/im-fake-key-events
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

454. By Olivier Tilloy

Send fake keydown and keyup events when composing text with an input method.

453. By Chris Coulson

Change API version to 1.0

452. By Chris Coulson

Don't build blink debug symbols on native ARM builds, because we're still hitting OOM conditions despite throwing it every memory optimization that I can think of. We already turn them off for Chromium builds

451. By Chris Coulson

Add WebContext.sessionCookieMode

450. By Chris Coulson

Merge from lp:~mardy/oxide/lp1298264

448. By Chris Coulson

Don't set GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB and GLX_LOSE_CONTEXT_ON_RESET_ARB even if supported. Qt doesn't set those, and all GL contexts within a share group must be created with identical attributes

447. By Chris Coulson

Fix an invalid read in keyboard event handling

446. By Chris Coulson

When our RenderViewHost is swapped out, Chromium attaches the new RVH to the frame tree before notifying us of the swap. This means that the FrameTreeNode's corresponding to our WebFrame's have been deleted when we delete our frame tree, resulting in WebFrame::frame_tree_node_ being left dangling. Modify WebFrame to not store a pointer to its corresponding FrameTreeNode. This fixes a memory corruption bug

445. By Chris Coulson

The oxide::WebFrame destructor reenters virtual functions implemented by derived classes - add back a Destroy() method and make its destructor private

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