[geary] (105 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:

  109b904... Replace WebKitGtk and custom VAPI in build with WebKit2GTK.
  2bb1650... Begin the WebKit2 port in earnest.
  86d2a29... Fix massive graphics corruptiom when WebViews are displayed
  a037fab... Allow HTML string page loads to occur, so email bodies actu
  de215fb... Properly build and load the web extension for ClientWebView
  7c89dea... Implement web view resource loading policy for CID, data, &
  da06fa6... Remove now-empty util-random.vala file.
  3a75d07... Implement loading cid: scheme resources in ClientWebView.
  dea7a18... Reimplement saving inline images using WebResources.
  4448e9b... Use CID resources to display images for multipart/mixed mes
  d1d38b3... Reenable notifiying of inline parts being loaded by the web
  a2fbb04... Update how inline email attachments are loaded for viewing.
  e7c173a... Minor code cleanup.
  1f4e973... Load ConversationWebView HTML CSS using a WK2 UserContentMa
  37afa08... Set desktop font pref sizes on ClientWebView as pixels, per
  9822d3a... Remove workaround for WK1 Settings zoom-level being floats,
  66ae42e... Bump minimum WebKitGTK+ version to 2.10.
  ac57de9... Disable WebKit2 accelerated compositing.
  98611c8... Impromptu minor cell renderer cleanup (long story).
  73b269d... Depend on javascriptcore, generate webkit2 VAPI that uses i
  a88ffa2... Explicitly set a bunch of good-to-know default WebSettings 
  8aa55d6... Load a default app script into ClientWebViews at constructi
  109f872... Initial pass at getting the HTML document's height from the
  0c8bcc4... Inject ClientWebView script at document start.
  483f85f... Rename some JS methods to be more vala-esque.
  823c571... Enable accessing javascriptcore objects from web extensions
  6d6d8f3... Re-implement remote image loading management for WebKit2.
  d508413... Integrate preferred height JS code into PageState, tidy it 
  b0945ac... Reimplement selection_changed signal for WK2.
  669f8b0... Remove ConversationWebView ::is_height_valid property.
  dd8bc74... Re-implement message HTML cleaning in JS in the web extensi
  9f2e6b9... Remove some obsolete CSS from conversation-web-view.css.
  4ddfaca... Reimplement loading and cleaning message into WK2 composer 
  098a713... Implement getting message selection for quoting and selecti
  56dd46f... Add some WebView and WebProcess debugging.
  b7cec77... Remove some reduncant method calls and related code.
  fc89d92... Mark ClientWebView::get_string_result and call sites as nul
  ec269b1... Implement getting HTML and plain text from ComposerWebView 
  3e1efe9... Fix some dumb bugs in ConversationPageState::getSelectionFo
  c515743... Fix links not being opened when link target is a new window
  a674d08... Re-enable rich/plain text editing toggke for WK2.
  00014ef... Re-implement select-link-on-click for WK2.
  9863d93... Ensure basic rich text editing controls work under WK2.
  7977e8b... Initial pass at implementing Format=Flowed formatting in JS
  b909a75... Remove some more now-unsed DOM code.

Commits added to the branch:

  d4acac0... Fix compilation for Gtk3.14 and older setups. Bug 775452 (*)
  3ef1ac9... Fix runtime errors when built/running against GTK +3.14. (*)
  2e5fe9e... Fix two runtime warnings caused by commit 3ef1ac. (*)
  4b5b2ee... Use "org.gnome.Geary" for the app ID. Bug 766196. (*)
  ec9acc8... Perform migration for GSettings. Bug 766196. (*)
  d6466d5... Fix GTK+ widget style issues under GTK+ < 3.20. (*)
  56179ba... Remove border around conversation viewer's scrolled window. (*)
  5c8e838... Fix main window showing a menubar under earlier GTK version (*)
  9da8c37... Fix compilation under vala 0.35.1. Bug 775533. (*)
  2481989... Don't set DBusActivatable since we don't have a service fil (*)
  40f15d2... Fix the headerbar not showing in Unity. Bug 775865. (*)
  0ea634c... Fix the Detach shortcut not working. Bug 773658. (*)
  f548e6b... Sqlite is a required dependency (*)
  6ce262a... Basic unit test build configuration. (*)
  7683044... Add an initial/example unit test. (*)
  58efb70... Fix Inbox never being prefetched, since it is never sync'ed (*)
  bc4c1e1... Add translator notes about the conversation email star/unst (*)
  bfea6be... Use Unicode in translatable strings (*)
  94f33b4... Update Polish translation (*)
  df1cdf1... Update Slovak translation (*)
  440d1bf... Remove use of global application and engine instance vars i (*)
  e24db89... Add is_background_service to app as a consistent way to det (*)
  6a43bb3... Fix composers not dismissed when started hidden and main wi (*)
  330d263... Tidy up RFC822 default charset handling a bit. (*)
  deb0c41... Fix HTML, CSS and JS leaking into conversation list preview (*)
  f9a09da... Update Brazilian Portuguese translation (*)
  1879ea8... Combine fetch and convo message codepaths for generating pr (*)
  ab18949... Don't generate a preview from non-text parts, e.g. multipar (*)
  821ae7c... Remove hacks for MIME part headers when processing preview  (*)
  f577e41... Workaround conversation message preview being cut off on wi (*)
  5b97efa... Add test case handling HTML entities when converting to tex (*)
  d6faffb... Updated Czech translation (*)
  9757e6e... Synthesise PREVIEW field if HEADER and BODY were also liste (*)
  c2f0f14... Use preview synthesis when conversation list is refreshing  (*)
  fdb3c6c... Make to_preview_text() require UNIX (LF), not RFC833 (CRLF) (*)
  77346fb... Update Spanish translation (*)
  7654b16... Add unit test for Geary.RFC822.Message::get_preview. (*)
  f8c2a9a... Remove unnecessary return carriage in debug invokations (*)
  1ad0228... Fix HTML, CSS, MIME and other artifiacts appearing in previ (*)
  b7224d6... Stop cmake warning that we are using an internal target nam (*)
  e0b1c7b... Make VAPI build source arg a common valac arg, rather than  (*)
  2f23f92... Don't duplicate gthread library when linking. (*)
  403c50a... Add webkit to the list of client packages, so it can be re- (*)
  ef46102... Rename "geary-static" to "geary-engine" to better reflect w (*)
  bf42b7e... Split the client binary build up into a static lib + final  (*)
  325232b... Add client lib to the test build. (*)
  50120c6... Add simple/demo client unit test using GSettings. (*)
  f7af75f... Make client classes unit testable. Fixes Bug 776421. (*)
  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.

(*) 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]