[geary] (96 commits) Non-fast-forward update to branch wip/728002-webkit2



The branch 'wip/728002-webkit2' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  4d00b1b... Valadoc generation fixes & updates.
  0fa757f... Replace WebKitGtk and custom VAPI in build with WebKit2GTK.
  aee946a... Begin the WebKit2 port in earnest.
  0621490... Fix massive graphics corruptiom when WebViews are displayed
  ab253fd... Allow HTML string page loads to occur, so email bodies actu
  f7a9be6... Properly build and load the web extension for ClientWebView
  63d7101... Implement web view resource loading policy for CID, data, &
  4328d9e... Remove now-empty util-random.vala file.
  4dedbeb... Implement loading cid: scheme resources in ClientWebView.
  fb8d79f... Reimplement saving inline images using WebResources.
  c58088d... Use CID resources to display images for multipart/mixed mes
  4a224a4... Reenable notifiying of inline parts being loaded by the web
  f4e9de0... Update how inline email attachments are loaded for viewing.
  3bf261f... Minor code cleanup.
  2311e7a... Load ConversationWebView HTML CSS using a WK2 UserContentMa
  5c10354... Set desktop font pref sizes on ClientWebView as pixels, per
  205ac0d... Remove workaround for WK1 Settings zoom-level being floats,
  ba60b90... Bump minimum WebKitGTK+ version to 2.10.
  331963c... Disable WebKit2 accelerated compositing.
  0a1c98d... Impromptu minor cell renderer cleanup (long story).
  25a77c9... Depend on javascriptcore, generate webkit2 VAPI that uses i
  a16940e... Explicitly set a bunch of good-to-know default WebSettings 
  48d14ca... Load a default app script into ClientWebViews at constructi
  a1d7401... Initial pass at getting the HTML document's height from the
  13e196d... Inject ClientWebView script at document start.
  c6017a5... Rename some JS methods to be more vala-esque.
  1ae3c8e... Enable accessing javascriptcore objects from web extensions
  8e71fd9... Re-implement remote image loading management for WebKit2.
  744072e... Integrate preferred height JS code into PageState, tidy it 
  559cf97... Reimplement selection_changed signal for WK2.
  5fa89aa... Remove ConversationWebView ::is_height_valid property.
  b67d243... Re-implement message HTML cleaning in JS in the web extensi
  b102450... Remove some obsolete CSS from conversation-web-view.css.
  5962753... Reimplement loading and cleaning message into WK2 composer 
  3913e6a... Implement getting message selection for quoting and selecti
  2a4eca4... Add some WebView and WebProcess debugging.
  d9b8672... Remove some reduncant method calls and related code.
  60789f4... Mark ClientWebView::get_string_result and call sites as nul
  b35927b... Implement getting HTML and plain text from ComposerWebView 
  6d1cfb9... Fix some dumb bugs in ConversationPageState::getSelectionFo
  61360a6... Fix links not being opened when link target is a new window
  4adfd0e... Re-enable rich/plain text editing toggke for WK2.
  6ffbd27... Re-implement select-link-on-click for WK2.
  88ef6a4... Ensure basic rich text editing controls work under WK2.
  56a4276... Initial pass at implementing Format=Flowed formatting in JS
  accfe90... Remove some more now-unsed DOM code.
  281bdfc... Move WebKit2GTK target version to root cmake file for consi
  e0d9ff8... Make ClientWebView and derived classes unit-testable.
  b91aa41... Remove global GearyApplication instance from ClientWebView.
  6fb1d10... Make GTK & async unit tests work by running them in a GTK+ 
  b604541... Fix JS error getting F=F text from ComposerWebView. Add JS 
  a33654d... Clean up JavaScriptCore VAPI, client and engine code.
  ef2d971... Update Javascript memory management a bit.
  b29b824... Minor code updates.
  29a28de... Use an internal URL scheme for displaying message bodies.
  528fb30... Fix non-breaking spaces breaking formatting in sent message
  5d2ac28... Minor code cleanup.

Commits added to the branch:

  118fcbe... Update Brazilian Portuguese translation (*)
  11ab1e0... Update German translation (*)
  387db95... Valadoc generation fixes & updates. (*)
  c68810a... Update Swedish translation (*)
  17ce3ed... Fix GSetttings schema error running tests. Bug 776837. (*)
  aa2ef1a... Updated Danish translation (*)
  326c450... Fix non-parallel build after landing geary-client changes.  (*)
  1679618... Fix connecting to servers with invalidly high UIDVALIDITY v (*)
  d3fa60f... Fix EHLO message by adding IPv6 prefix when local address i (*)
  6abd78b... Don't crash on login failure when server response has no re (*)
  fc446f0... Replace WebKitGtk and custom VAPI in build with WebKit2GTK.
  85fd9ee... Begin the WebKit2 port in earnest.
  a266800... Fix massive graphics corruptiom when WebViews are displayed
  5abb642... Allow HTML string page loads to occur, so email bodies actu
  714350e... Properly build and load the web extension for ClientWebView
  14c2d14... Implement web view resource loading policy for CID, data, &
  c07cc14... Remove now-empty util-random.vala file.
  b9e1e94... Implement loading cid: scheme resources in ClientWebView.
  70bcd1b... Reimplement saving inline images using WebResources.
  90a9434... Use CID resources to display images for multipart/mixed mes
  8079e37... Reenable notifiying of inline parts being loaded by the web
  410b11d... Update how inline email attachments are loaded for viewing.
  0fd43e2... Minor code cleanup.
  557d24c... Load ConversationWebView HTML CSS using a WK2 UserContentMa
  016bdfe... Set desktop font pref sizes on ClientWebView as pixels, per
  f187752... Remove workaround for WK1 Settings zoom-level being floats,
  e8e1e45... Bump minimum WebKitGTK+ version to 2.10.
  e2bd0a2... Disable WebKit2 accelerated compositing.
  e67460f... Impromptu minor cell renderer cleanup (long story).
  d686ecb... Depend on javascriptcore, generate webkit2 VAPI that uses i
  ac23144... Explicitly set a bunch of good-to-know default WebSettings 
  ec4854a... Load a default app script into ClientWebViews at constructi
  c836889... Initial pass at getting the HTML document's height from the
  9e8d1ef... Inject ClientWebView script at document start.
  0cee54f... Rename some JS methods to be more vala-esque.
  402078a... Enable accessing javascriptcore objects from web extensions
  57b4f35... Re-implement remote image loading management for WebKit2.
  045f295... Integrate preferred height JS code into PageState, tidy it 
  756d653... Reimplement selection_changed signal for WK2.
  84aef28... Remove ConversationWebView ::is_height_valid property.
  caf126a... Re-implement message HTML cleaning in JS in the web extensi
  fda772f... Remove some obsolete CSS from conversation-web-view.css.
  5cfa6e7... Reimplement loading and cleaning message into WK2 composer 
  f1a8410... Implement getting message selection for quoting and selecti
  d2eef1c... Add some WebView and WebProcess debugging.
  0c32db3... Remove some reduncant method calls and related code.
  f324a6d... Mark ClientWebView::get_string_result and call sites as nul
  858a3e4... Implement getting HTML and plain text from ComposerWebView 
  fc3bcca... Fix some dumb bugs in ConversationPageState::getSelectionFo
  b9269a6... Fix links not being opened when link target is a new window
  9e14671... Re-enable rich/plain text editing toggke for WK2.
  4d85fb2... Re-implement select-link-on-click for WK2.
  122b842... Ensure basic rich text editing controls work under WK2.
  105110b... Initial pass at implementing Format=Flowed formatting in JS
  4350cbd... Remove some more now-unsed DOM code.
  3e162c0... Move WebKit2GTK target version to root cmake file for consi
  4d7a0dd... Make ClientWebView and derived classes unit-testable.
  14f55d9... Remove global GearyApplication instance from ClientWebView.
  19bac7b... Make GTK & async unit tests work by running them in a GTK+ 
  8cc37b0... Fix JS error getting F=F text from ComposerWebView. Add JS 
  90b8b8b... Clean up JavaScriptCore VAPI, client and engine code.
  e0657bb... Update Javascript memory management a bit.
  c51434f... Minor code updates.
  7e52614... Use an internal URL scheme for displaying message bodies.
  8219c59... Fix non-breaking spaces breaking formatting in sent message
  322a431... Minor code cleanup.
  435c40f... Add Geary.TimeoutManager as a high-level interface to GLib.
  c669d2d... Add an OSD prgress bar for remote image loading.
  a97acc8... Fix being unable to scroll a message while remote images ar
  c7632e0... Work around rendering quote controller buttons, enable expa
  24c86e7... Minor code cleanup.
  a936f79... Fix attachments UI not ever being displayed.
  c122651... Re-enable spell checking in composer.
  aff2726... Add is_rich_text property to ComposerWebView, use it.
  4bf1567... Re-enable custom composer context menu, add WK text entry i
  6798d1f... Reimplement inserting additional replies into the composer.
  7b27279... Update and mostly reenable composer clipboard actions.
  967a974... Reenable undo/redo composer actions.
  859ea90... Re-implement composer font family/size action state updatin
  bd50263... Minor code cleanup.
  a66739d... Fix attachments being added to the conversation email view 
  4101064... Don't fail when G_DEBUG=fatal-warnings is set by default.
  76fd632... Reimplement inserting/removing \t chars in the composer.
  719e176... Clean up compser key event handling.
  b2e0b3b... Fix infinite WebView key event chain when it doesn't handle
  56c2726... Fix up new composers not getting correct focus.
  eef7dee... Update composer hover url and link overlay correctly on mou
  017abae... Fix one actual and one possible async race saving drafts.
  34d0584... Re-enable composer empty body checking and draft save timer
  a8bcba6... Only prompt to when closing composer if message is not blan
  a170c1e... Minor TimeoutManager optimisation.
  8cb811a... Don't run slow timer tests unless specifically requested.
  4b09612... Fix not being able to save some inline images.
  a80ce0a... Allow ClientWebView resources to be loaded via either cid o
  d52ee15... Re-enable inserting inline images in the composer.
  4f379d7... Cleanup code, registration and memory management for JS mes

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]