[epiphany] (201 commits) Non-fast-forward update to branch mcatanzaro/pdfjs-is-moving



The branch 'mcatanzaro/pdfjs-is-moving' 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:

  35d95cf... Remove PDF.js

Commits added to the branch:

  092c1be... Update Portuguese translation (*)
  77c99c9... Update Catalan translation (*)
  c7dd61b... Updated Spanish translation (*)
  33a0494... Copy release news from gnome-42 branch (*)
  d22f443... Move webextension to its own bundle (*)
  d337e5d... Assert WebProcessExtensions are created with a guid (*)
  481de6d... WebExtensions: Refactor web process extension (*)
  dc5feff... WebExtensions: Implement browser.runtime.getURL() (*)
  cfaa95b... WebExtensions: Run content-scripts in the right world with  (*)
  f44ca87... WebExtensions: Fix translation support (*)
  8b438e0... WebExtensions: Remove script-world property (*)
  43ee4cf... Document web extension initialization user data args (*)
  db1843a... WebExtensions: Update README with more details (*)
  78eb131...  WebExtensions: Implement file argument of tabs.executeScri (*)
  2fe74c7... WebExtensions: Fix messages being sent to wrong web-view (*)
  144dd59... WebExtensions: Split common functions out of main js file (*)
  ea43087... Update Basque translation (*)
  ffad0f6... WebExtensions: Fix double-free (*)
  045dc01... webextensions: Dynamically create popup action (*)
  e4bc6ed... WebExtensions: Implement tabs.sendMessage (*)
  86b9a7d... WebExtensions: Fix tabs.executeScript (*)
  0019edc... WebExtensions: Create custom CSS in private world (*)
  ccff72b... WebExtension: Support accessing resources from web (*)
  f6d3776... WebExtensions: Use plain WebKitWebView instead of EphyWebVi (*)
  4c93a25... Update Russian translation (*)
  712bfb6... WebExtensions: Improve implementation of tabs.query (*)
  77d55a2... WebExtensions: Fix showing browser action in multiple windo (*)
  565a0e2... WebExtensions: Set tabs.TAB_ID_NONE (*)
  3181528... WebExtensions: Add support for tabId arguments (*)
  37b21d5... WebExtensions: Fix tabs.get() and add windowId to Tabs obje (*)
  784adf9... WebExtension: Update tabs.insertCSS/removeCSS to respect ta (*)
  c8f440a... WebExtensions: Initial Implementation of tabs permissions (*)
  d86be47... WebExtensions: Grant permissions to extension's own host by (*)
  c9554de... WebExtensions: Don't add NULL to permissions array (*)
  d00e97c... WebExtensions: Add more info to tabs.Tab object (*)
  f00d961... WebExtension: Stub out extension.getBackgroundPage() (*)
  cfb1e4b... WebExtensions: Abstract event listeners into a class (*)
  04f89db... WebExtensions: Stub out some functions (*)
  0a05a59... WebExtension: Initial implementation of storage.local (*)
  162aa09... WebExtensions: Destroy background page on disable (*)
  0c4dd61... WebExtensions: Fix bad cast (*)
  42f7c93... WebExtensions: Fix potential missing browser action icon (*)
  adc02a8... sync-service: fix memory corruption caused by sync failure (*)
  1e2a524... password-manager: Fix crash when deleting all passwords (*)
  a779b93... password-manager: don't print warnings when operation is ca (*)
  84e6836... password-manager: remove g_warn_if_reached() (*)
  a30484a... WebExtensions: Remove outdated permissions log (*)
  f9aa9a9... WebExtensions: Rewrite message handling to be async friendl (*)
  ad0f414... WebExtensions: Update all API handlers to take a list of ar (*)
  89fcd64... WebExtensions: Resolve to undefined when no return value (*)
  0327726... WebExtensions: Add error reporting and ability to define as (*)
  fd6a226... WebExtensions: Handle invalid args passed to ephy_send_mess (*)
  f5636ee... WebExtensions: Add WEB_EXTENSION_ERROR quark (*)
  7631a02... WebExtensions: Mark unused variable (*)
  6956ead... WebExtensions: Remove unecessary GTask (*)
  ebf11df... WebExtensions: Improve compat of chrome API (*)
  3e59a63... user-agent: restore application branding (*)
  9077905... Update Chinese (China) translation (*)
  f8a7ba1... WebExtensions: Fix error in json usage (*)
  18d4747... WebExtensions: Fix type of background web view (*)
  8962060... WebExtensions: Add ephy_web_extension_manager_get_default() (*)
  f468e82... WebExtensions: Add complete implementation of alarms (*)
  be6d354... WebExtensions: Remove ephy_shell_get_web_extension_manager( (*)
  3dd9de5... WebExtensions: Respect alarms permission (*)
  b90269a... WebExtensions: Set Alarm.periodInMinutes to null when unset (*)
  db44c10... WebExtensions: alarms: Clarify error messages (*)
  c84eb14... Update Hebrew translation (*)
  939fe19... WebExtensions: Remove unused code (*)
  be8ecd3... WebExtensions: Implement extension.getViews() and extension (*)
  e640916... WebExtension: Fix double-free in JSON usage (*)
  1b09457... Update Friulian translation (*)
  9567a5b... help: add Italian localised images (*)
  df9c0bd... Updated Lithuanian translation (*)
  684abe6... WebExtensions: Assign a GUID to each extension view's conte (*)
  c818b86... WebExtensions: Fix runtime.onMessage being emitted in wrong (*)
  01b99dc... WebExtensions: Fix runtime.sendMessage argument parsing (*)
  8cf0d4b... WebExtensions: Implement messages replies to runtime.sendMe (*)
  d4aaffe... WebExtension: Load popup as URI instead of data (*)
  6d47e89... WebExtensions: Load background page as URI instead of data (*)
  e7fdb5a... WebExtensions: Support <all_urls> in allow lists (*)
  2ae5e7d... WebExtensions: Fix runtime.getURL handling paths starting w (*)
  0fe5e05... WebExtensions: Add MessageSender data to messages (*)
  c08af4b... WebExtensions: Stub out sync storage (*)
  51f518a... WebExtensions: Implement compat with chrome.extension.lastE (*)
  1f7d278... WebExtensions: Always reply to runtime._sendMessageReply (*)
  801ebe0... WebExtensions: Stub out permissions API (*)
  5226aec... WebExtensions: Fix missing default value on autofree (*)
  3df4a71... Revert "user-agent: restore application branding" (*)
  8a2acb9... user-agent: don't bring back the "(Web App)" (*)
  0fbc92b... Update Dutch translation (*)
  6773a46... Add Dutch translation (*)
  4228d3f... ephy_shell_new_tab_full: Support NULL window (*)
  71bca8c... WebExtensions: Stub out tabs events (*)
  c7d79ee... WebExtensions: Implement tabs.create() (*)
  9d42e89... WebExtensions: Implement tabs.remove() (*)
  9eaf507... WebExtensions: Implement tabs.getZoom() and tabs.setZoom() (*)
  e978210... WebExtensions: Implement tabs.getCurrent() (*)
  5c210f4... WebExtensions: Implement tabs.update() (*)
  9f3f40d... WebExtensions: Implement getting return value for tabs.exec (*)
  f34437c... WebExtensions: Bypass CORS for host permissions (*)
  8dbb42b... WebExtensions: Handle the navigation policy of extension vi (*)
  8f9f769... WebExtensions: Work around GUri not supporting the `*` sche (*)
  24ebde5... WebExtensions: Move ephy_send_message() to common (*)
  cbc1c89... WebExtensions: Implement message sending from Content Scrip (*)
  da80f13... WebExtensions: Relax definition of unprivileged uri (*)
  b1f2d45... WebExtensions: Fix checking for host permissions (*)
  946558d... WebExtensions: Implement replies to tabs.sendMessage() (*)
  53287a6... WebExtensions: Remove debug message (*)
  5e67b55... WebExtensions: Set tab property on MessageSender (*)
  62472de... WebExtensions: Stub out windows API (*)
  d0c051e... WebExtensions: Implement windows.get() (*)
  b80306e... WebExtensions: Implement windows.getCurrent() (*)
  75d992f... WebExtensions: Implement windows.getLastFocused() (*)
  8a32723... WebExtensions: Implement windows.getAll() (*)
  b06d2a7... WebExtensions: Implement windows.remove() (*)
  53cdd02... WebExtensions: Implement windows.create() (*)
  39b005a... WebExtensions: windows.create(): Respect same privileged ur (*)
  d008ee2... WebExtensions: Implement windows.onCreated and windows.onRe (*)
  9dd1a79... WebExtensions: Fix runtime.openOptionsPage() (*)
  d09cdda... Update Ukrainian translation (*)
  801c3ec... WebExtensions: Respect notifications permission (*)
  8262cf9... WebExtensions: Implement notifications API (*)
  acf9b6f... Update Portuguese translation (*)
  366e7e1... WebExtensions: runtime.getBackgroundPage() should return a  (*)
  4951b84... WebExtensions: Implement cookies API (*)
  dd7c81b... downloads-popover: fix hang when using Clear All button (*)
  1249d5e... WebExtensions: Fix double  definition of browser.windows (*)
  25d83c4... Rename "personal data" to "website data" (*)
  74bb6c9... Update Ukrainian translation (*)
  79bf412... Update Portuguese translation (*)
  c830d84... Update Persian translation (*)
  b5c604c... Update Russian translation (*)
  cd14bd2... Update Chinese (China) translation (*)
  befeaa7... Update Italian translation (*)
  eaa5ce4... Update Chinese (China) translation (*)
  e941981... Rename popup-commands to context-menu-commands (*)
  399cd5f... WebExtensions: Add more data to runtime.getBrowserInfo() (*)
  f8a4ef7... Require libsoup 3 (*)
  31b81c4... Updated Lithuanian translation (*)
  8a624dc... WebExtensions: Implement the downloads API (*)
  a17348d... WebExtensions: Consistently use api-utils (*)
  3638000... WebExtensions: Use a HashTable for permissions (*)
  924ade4... WebExtensions: Move downloads signal handling to downloads. (*)
  06d3663... WebExtensions: Store extension list in a PtrArray (*)
  2a5e328... Update Ukrainian translation (*)
  cc35148... Updated Spanish translation (*)
  b97bbac... Update Portuguese translation (*)
  2f7438e... Add window.browser.tabs.reload (*)
  f83af58... WebExtensions: Implement runtime.getPlatformInfo() (*)
  9c427df... WebExtension: Stub out tabs.onReplaced (*)
  2414287... WebExtensions: Respect clipboardWrite permission (*)
  754d491... WebExtensions: Fix handling tabs replying to messages early (*)
  aa08bf1... WebExtensions: Add per extension UA overrides (*)
  15c5085... WebExtensions: Use private WebKitSettings (*)
  970f7b0... WebExtensions: Hardcode OS to "linux" (*)
  a521470... WebExtensions: Generate background page if needed (*)
  5164327... WebExtensions: Update readme with up to date API informatio (*)
  21482c6... Add self to DOAP (*)
  e9b7592... Update Basque translation (*)
  ee0d80c... Update Basque translation (*)
  93ea2cf... Support view-source: scheme (*)
  07520db... Update Russian translation (*)
  25bbe70... WebExtensions: Handle page_action containing non-string (*)
  df1c5e5... WebExtensions: Redesign file loading (*)
  d054bbd... WebExtensions: Add support for web_accessible_resources (*)
  f597874... WebExtensions: Greatly improve robustness of manifest parsi (*)
  c0e7871... WebExtensions: Restrict all icon loading to bundled resourc (*)
  45f60dd... WebExtensions: Workaround add dialog locking up app (*)
  c0c7a35... Update Persian translation (*)
  d7df953... WebExtensions: Delay adding user scripts until script world (*)
  38675bd... WebExtensions: Implement menus API (*)
  f154ed3... Update Dutch translation (*)
  a310039... Update Friulian translation (*)
  b8dab4b... ci: Don't build with enable_gsb option which was removed (*)
  d25ee8d... Fix maybe-uninitialized error (*)
  45c30ca... ci: Update to LLVM 14 extension (*)
  c480345... WebExtensions: Fix issues with install and remove (*)
  a08ffd7... WebExtensions: Actually handle opening .xpi files (*)
  f11b64b... WebExtensions: Add documentation on how to add new API (*)
  49a178e... WebExtensions: Pass frameId to all API handlers (*)
  53d84d0... WebExtensions: Remove all sync API handlers (*)
  d56fc08... WebExtensions: Port all API handlers to json-glib (*)
  15c13e1... Prepare 43.alpha (*)
  f3b9700... WebExtensions: Add initial commands API (*)
  b5f4b51... WebExtensions: commands: Update to new API handler style (*)
  ec8f130... WebExtensions: Refactor commands API (*)
  1223423... build: Set GLIB_VERSION_MAX_ALLOWED (*)
  7827c2b... WebExtensions: Add easy button to open web-inspector for ba (*)
  2298fb9... Update Ukrainian translation (*)
  93413cd... Update Persian translation (*)
  87b442e... Update Portuguese translation (*)
  c024625... WebExtension: Check that accelerator does not already exist (*)
  9822ed6... WebExtensions: Create new function for handling command acc (*)
  f7e21da... WebExtensions: Confirm that accelerator is not null (*)
  adb1c6a... Update Indonesian translation (*)
  f90bf63... WebExtensions: Use shared Epiphany WebsiteDataManager (*)
  27e4eee... WebExtensions: Enable sandbox for extension processes (*)
  216bf53... WebExtensions: Disable hardware acceleration to lower memor (*)
  f9e0c51... Update Hebrew translation (*)
  a97fa6d... Remove PDF.js
  3fd7ce1... Require WebKitGTK 2.37.1

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