Skip to content

Tags: robinhuse/wolvic

Tags

v1.8.3

Toggle v1.8.3's commit message
[Chromium] Fix the total matches count in find in page

The code assumes that the Web Engine reports the number of matches only
once (as Gecko does). However Chromium reports partial results on the go.
As the code was only considering the first notification from the engine
we were not properly picking the right values for current and total
number of matches (just the first partial results).

Fixes Igalia#1481

v1.2.3-chromium

Toggle v1.2.3-chromium's commit message
[Chromium] Fix the total matches count in find in page

The code assumes that the Web Engine reports the number of matches only
once (as Gecko does). However Chromium reports partial results on the go.
As the code was only considering the first notification from the engine
we were not properly picking the right values for current and total
number of matches (just the first partial results).

Fixes Igalia#1481

v1.8.2

Toggle v1.8.2's commit message
Bump version code for 1.8.2

v1.2.2-chromium

Toggle v1.2.2-chromium's commit message
Bump version code for 1.8.2

v1.2.1-chromium

Toggle v1.2.1-chromium's commit message
Set version name + remove minify

v1.8.1

Toggle v1.8.1's commit message
Bump version code for 1.8.1

v1.8.0

Toggle v1.8.0's commit message
Bump version code for 1.8.0

v1.2-chromium

Toggle v1.2-chromium's commit message
[Chromium] Set version name for release

Also disable minification as it still causes many issues with
release packages.

v1.1-chromium-meta

Toggle v1.1-chromium-meta's commit message
[OpenXR] Do not crash if FB keyboard extension does not work

The XR_FB_keyboard_tracking extension is deprecated and won't work
starting on MetaOS v72. We should replace it by others like
XR_META_dynamic_object_tracker for example.

In the meantime we should bailout instead of asserting to avoid
a crash that should not happen anyway.

v1.7.1

Toggle v1.7.1's commit message
Bump version code for 1.7.1