lp:~osomon/oxide/prevent-concurrent-power-save-blocks

Created by Olivier Tilloy and last modified
Get this branch:
bzr branch lp:~osomon/oxide/prevent-concurrent-power-save-blocks
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

1218. By Olivier Tilloy

Do not read unity_cookie_ on the UI thread, this wouldn’t be thread-safe (as it’s being written on the file thread),
and it’s useless anyway as the same check is performed later on the file thread.

1217. By Olivier Tilloy

Remove an unneeded guard, because MessageLoop prevents reentry by default whilst executing a task.

1216. By Olivier Tilloy

Ensure that a power save block cannot be issued twice concurrently.

1215. By Chris Coulson

Bump Chromium rev to 47.0.2526.8

1214. By Chris Coulson

Add FaviconHelper, and ensure that we update WebView.icon every time a navigation commits to ensure that we clear it when navigating to a page that we may get no favicon candidates from (any non-http URL)

1213. By Justin McPherson

Initial support for Pepper Flash plugin

1212. By Chris Coulson

Make PermissionRequestDispatcher a WebContentsObserver

1211. By Chris Coulson

Remove a redundant DCHECK. There's no point in DCHECK'ing a pointer isn't null and then doing a null check straight after - this will work in release mode and crash in debug mode. Either null is an expected value or it isn't

1210. By Chris Coulson

Move WebFrame management out of WebView in to a new class. This also removes our dependency on content::FrameTreeNode

1209. By Chris Coulson

Typedef BrowserContextID from uintptr_t so that it produces a compile error if you try to dereference it

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