Notify the web extension about history changes to update the overview

Desktop / GNOME / Epiphany - Carlos Garcia Campos [igalia.com] - 18 February 2014 07:38 UTC

And remove the automatic refresh when an overview item is removed via javascript.

59bc002 Notify the web extension about history changes to update the overview
embed/ephy-embed-shell.c | 129 ++++++
embed/ephy-web-extension-proxy.c | 96 +++++
embed/ephy-web-extension-proxy.h | 13 +
embed/web-extension/Makefile.am | 4 +
embed/web-extension/ephy-web-extension.c | 165 ++++----
embed/web-extension/ephy-web-overview-model.c | 286 +++++++++++++
embed/web-extension/ephy-web-overview-model.h | 84 ++++
embed/web-extension/ephy-web-overview.c | 558 +++++++++++++++++++++++++
embed/web-extension/ephy-web-overview.h | 62 +++
src/resources/overview.html | 2 +-
10 files changed, 1327 insertions(+), 72 deletions(-)

Upstream: git.gnome.org


  • Share