Closed
Bug 787543
Opened 13 years ago
Closed 13 years ago
Reinstate the typedef bits in the WebGLRenderingContext binding
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(2 files)
64.19 KB,
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
7.56 KB,
patch
|
Details | Diff | Splinter Review |
Once bug 742144 lands. Also, once bug 778150 lands, because otherwise there will be unhappiness and bitrot everywhere, with crows circling above the smoke.
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Easier to review diff coming up
Attachment #659446 -
Flags: review?(peterv)
![]() |
Assignee | |
Comment 2•13 years ago
|
||
![]() |
Assignee | |
Updated•13 years ago
|
Assignee: nobody → bzbarsky
Whiteboard: [need review]
Comment 3•13 years ago
|
||
Comment on attachment 659446 [details] [diff] [review]
Patch, not the best thing to review
Review of attachment 659446 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/webidl/WebGLRenderingContext.webidl
@@ +39,5 @@
> +typedef octet GLubyte; /* 'octet' should be an unsigned 8 bit type. */
> +typedef unsigned short GLushort;
> +typedef unsigned long GLuint;
> +typedef float GLfloat;
> +typedef float GLclampf;
Trailing whitespace, but I guess we're copying that from the spec :-(.
Attachment #659446 -
Flags: review?(peterv) → review+
![]() |
Assignee | |
Comment 4•13 years ago
|
||
Flags: in-testsuite-
Whiteboard: [need review]
Target Milestone: --- → mozilla18
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•