Closed Bug 568632 Opened 14 years ago Closed 14 years ago

[IPC] rename MozGetShmemContent to MozGetAsyncContext

Categories

(Core :: Graphics: Canvas2D, defect)

Other
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: romaxa, Assigned: romaxa)

Details

Attachments

(2 files, 2 obsolete files)

Attached patch Async canvas Api (obsolete) — Splinter Review
I think MozGetShmemContent is not very correct name for async canvas...

It is better to rename it to async.
Attachment #447830 - Flags: review?(joe)
Attached patch Fennec change to async method (obsolete) — Splinter Review
Assignee: nobody → romaxa
Attachment #447831 - Flags: review?(joe)
Attachment #447830 - Attachment is obsolete: true
Attachment #447831 - Attachment is obsolete: true
Attachment #447830 - Flags: review?(joe)
Attachment #447831 - Flags: review?(joe)
Attachment #447848 - Flags: review?(joe)
Attachment #447847 - Flags: review?(joe)
Attachment #447848 - Flags: review?(joe) → review+
Comment on attachment 447847 [details] [diff] [review]
Canvas IPCContext

>diff -r dbee004d2d64 configure.in
>--- a/configure.in
>+++ b/configure.in
>@@ -6858,20 +6858,16 @@ if test $MOZ_PLATFORM_MAEMO; then
> 
>    fi
>    if test $MOZ_PLATFORM_MAEMO = 6; then
>       PKG_CHECK_MODULES(LIBCONTENTACTION, contentaction-0.1)
>       MOZ_PLATFORM_MAEMO_LIBS="$MOZ_PLATFORM_MAEMO_LIBS $LIBCONTENTACTION_LIBS"
>       MOZ_PLATFORM_MAEMO_CFLAGS="$MOZ_PLATFORM_MAEMO_CFLAGS $LIBCONTENTACTION_CFLAGS"
>    fi
> 
>-   if test "$MOZ_PLATFORM_MAEMO" -gt 5; then
>-     MOZ_THUMB2=1
>-   fi
>-
>    PKG_CHECK_MODULES(LIBLOCATION,liblocation, _LIB_FOUND=1, _LIB_FOUND=)
>    MOZ_PLATFORM_MAEMO_LIBS="$MOZ_PLATFORM_MAEMO_LIBS $LIBLOCATION_LIBS"
>    MOZ_PLATFORM_MAEMO_CFLAGS="$MOZ_PLATFORM_MAEMO_CFLAGS $LIBLOCATION_CFLAGS"
>    if test "$_LIB_FOUND"; then
>       MOZ_MAEMO_LIBLOCATION=1
>       AC_DEFINE(MOZ_MAEMO_LIBLOCATION)
>    else
>       AC_MSG_WARN([Cannot liblocation-dev. Disabling Maemo geolocation.])

Seems unrelated?

r+ otherwise.
Attachment #447847 - Flags: review?(joe) → review+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: