Closed
Bug 699516
Opened 13 years ago
Closed 13 years ago
Rename WEBKIT_lose_context to WEBGL_EXT_lose_context
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: bjacob, Assigned: bjacob)
Details
Attachments
(1 file, 2 obsolete files)
4.22 KB,
patch
|
drs
:
review+
|
Details | Diff | Splinter Review |
Jeff M mentioned that it's actually a bad idea for us to expose WEBKIT_ prefixed extensions, and it's better for everybody to rename them to MOZ_. The idea is that this way, web devs can rely on WEBKIT_ stuff being actually, bug for bug, WebKit, rather than having to use e.g. user agent strings.
Attachment #571732 -
Flags: review?(dsherk)
Comment 1•13 years ago
|
||
But as per the khronos list discussion, since we're using the same standard as WebKit, shouldn't we be naming this EXT_?
Comment 2•13 years ago
|
||
Comment on attachment 571732 [details] [diff] [review]
rename to MOZ_lose_context
Review of attachment 571732 [details] [diff] [review]:
-----------------------------------------------------------------
Did you try building this? I think WebGLContext.h:529 was missed.
Attachment #571732 -
Flags: review?(dsherk) → review-
Comment 3•13 years ago
|
||
Attachment #571732 -
Attachment is obsolete: true
Attachment #571739 -
Flags: review+
Assignee | ||
Comment 4•13 years ago
|
||
I just had another conversation with jrmuizel and there was a misunderstanding. He thought that was a prefix on a function name. For GL extensions, the norm is for vendors to use each others' extensions without renaming them, so we can stick with that.
-> not landing this patch for now.
However we still want to rename this to WEBGL_ or WEBGL_EXT_ soon.
Assignee | ||
Comment 5•13 years ago
|
||
(In reply to Jeff Gilbert [:jgilbert] from comment #1)
> But as per the khronos list discussion, since we're using the same standard
> as WebKit, shouldn't we be naming this EXT_?
I would like to bring this up in the next conference call. Unfortunately today's got cancelled, next one is in 2 weeks.
Assignee | ||
Updated•13 years ago
|
Summary: Rename WEBKIT_lose_context to MOZ_lose_context → Rename WEBKIT_lose_context to WEBGL_EXT_lose_context
Assignee | ||
Comment 6•13 years ago
|
||
Per public_webgl list discussion, we're switching to WEBGL_EXT_ now.
Attachment #571739 -
Attachment is obsolete: true
Attachment #571847 -
Flags: review?(dsherk)
Updated•13 years ago
|
Attachment #571847 -
Flags: review?(dsherk) → review+
Assignee | ||
Comment 7•13 years ago
|
||
Assignee: nobody → bjacob
Comment 8•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•