lp:~mardy/oxide/lp1298264

Created by Alberto Mardegan and last modified
Get this branch:
bzr branch lp:~mardy/oxide/lp1298264
Only Alberto Mardegan can upload to this branch. If you are Alberto Mardegan please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Alberto Mardegan
Project:
Oxide
Status:
Merged

Recent revisions

445. By Alberto Mardegan

Fix cache_path initialization

444. By Chris Coulson

Remove the smooth scrolling pref - this is currently controlled in Chromium by a temporary command line switch. I suspect it will go away at some point

443. By Chris Coulson

Remove footgun (webSecurityEnabled). It seems this is only for testing purposes in Chromium, and we have no need for it

442. By Chris Coulson

Delete WebFrameAdapterPrivate

441. By Chris Coulson

Fix some issues with WebPopupMenu:
- Ensure WebPopupMenu::RenderViewHostDeleted() only responds to the appropriate host (LP: #1257663)
- Make sure that Hide() coming from Chromium hides the popup
- Take in to account that WebPopupMenu deletion is asynchronous, so a previous one may still
  exist when a new one is created (assert that the old one is hidden)
- Move all of this stuff in to WebView while we're at it

440. By Chris Coulson

Update to Chromium 35.0.1908.4

439. By Olivier Tilloy

Implement the JavaScriptDialogManager interface.

438. By Chris Coulson

This provides some improvements to the changes in r425-r431. It:
- Makes IOThreadGlobals::Data publically available as Globals, and renames
  IOThreadGlobals to IOThread. This provides a proper API split for accessing
  things that belong to the IO thread
- Reverts the change that made IOThread a singleton - we want to control when
  to destroy it
- Destroys the system URL request context before the IO thread has gone away
  (fixes LP: #1296668)
- Gets rid of URLRequestContextInitializer - this was overcomplicated. Now, we
  subclass URLRequestContextGetter instead
- Move the initialization for common paramters out of URLRequestContextGetter
  in to the constructor for URLRequestContext so that we don't need to rely
  on URLRequestContextGetter to create the request context. This was a bit
  weird anyway

437. By Chris Coulson

Update exclude list for tarball

436. By Olivier Tilloy

Implement a dummy AccessTokenStore to prevent geolocation requests from crashing the renderer.

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