[Webkit-unassigned] [Bug 109613] transition: rotateY() differes in firefox and chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 12 16:15:04 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109613





--- Comment #5 from mszamot at gmail.com  2013-02-12 16:17:18 PST ---
(In reply to comment #4)
> The example works essentially the same for me on Firefox, Safari, Chrome stable, and Chrome canary (26.0.1410.0)
> 
> Can you please give us more details about your system and setup?  Perhaps there's some detail about your setup that causes this difference.
> 
> In particular, can you try something that clearly indicates that chromium is using the accelerated compositor (otherwise 3d transforms are ignored anyway)
>   such flags would be:  --force-compositing-mode --show-fps-counter"
>   or  "--force-compositing-mode --show-composited-layer-borders"
> 
> those flags will show some additional annotations on the screen that help to verify that chromium really is indeed in composited mode.
> 
> And finally, can you please try Safari  (Webkit nightly) as well?  Perhaps this is a chromium-only issue and we would take the discussion back to crbug.com instead.

Here is what I captured on running google-chrome on the console with the requested flags:

google-chrome --force-composition-mode --show-fps-counter /tmp/test.html 
[20965:21216:0212/235505:ERROR:nss_util.cc(492)] Error initializing NSS with a persistent database (sql:/home/coot/.pki/nssdb): NSS error code: -8187
[20965:21212:0212/235506:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
[20965:21212:0212/235506:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
[20965:21460:0212/235509:ERROR:connection.cc(677)] sqlite error 19, errno -2: PRIMARY KEY must be unique
[20965:20965:0212/235512:ERROR:object_proxy.cc(529)] Failed to call method: org.chromium.Mtpd.EnumerateStorages: object_path= /org/chromium/Mtpd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd was not provided by any .service file

google-chrome --force-compositing-mode --show-composited-layer-borders /tmp/test.html 
[11479:11558:0213/000430:ERROR:nss_util.cc(492)] Error initializing NSS with a persistent database (sql:/home/coot/.pki/nssdb): NSS error code: -8187
[11479:11554:0213/000433:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
[11479:11554:0213/000433:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
[11565:11565:0213/000437:ERROR:nss_util.cc(492)] Error initializing NSS with a persistent database (sql:/home/coot/.pki/nssdb): NSS error code: -8187
[11479:11479:0213/000437:ERROR:object_proxy.cc(529)] Failed to call method: org.chromium.Mtpd.EnumerateStorages: object_path= /org/chromium/Mtpd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd was not provided by any .service files
[11479:11692:0213/000438:ERROR:connection.cc(677)] sqlite error 19, errno -2: PRIMARY KEY must be unique

How I can install Safari on Linux, are there some instructions out there?

Thanks for your help,
Marcin

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list