Closed
Bug 1386218
Opened 8 years ago
Closed 8 years ago
Remove gfxContext::HasComplexClip.
Categories
(Core :: Graphics, enhancement, P5)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: u459114, Assigned: ami.bugzilla)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
|
1.98 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
This function is not used in current codebase, and should be removed.
Updated•8 years ago
|
Priority: -- → P5
Hi, I'd like to take this as my first bug. I removed the function and successfully built the code on my laptop, what's next step should I do? Thank you.
Hi,
Please refer to the introduction here:
https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Introduction
Since you had built correctly, I think you may move forward to "Step 4 - Get your code reviewed"
Hi, I've removed the function never being used, would you review it? Thank you so much.
Attachment #8892802 -
Flags: review?(jmuizelaar)
Comment 4•8 years ago
|
||
Thank you for working on this bug! Enjoy your first patch~
Status: NEW → ASSIGNED
Updated•8 years ago
|
Attachment #8892802 -
Flags: review?(jmuizelaar) → review+
r+ granted, next step is make sure all test cases pass by your change("Step 6 - Actually get the code into the tree")
After that, add the checkin-needed keyword to the bug (or if Bugzilla doesn't allow you to add the keyword, ask someone else to add it).
Keywords: checkin-needed
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/092017bb63c9
remove unused function gfxContext::HasComplexClip; r=jrmuizel
Keywords: checkin-needed
Comment 8•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Comment 9•8 years ago
|
||
(In reply to ♥ Ami ♥ from comment #6)
> Thanks for all of your help :)
Thanks for working on this bug. Let us know if you'd like to take more. :)
You need to log in
before you can comment on or make changes to this bug.
Description
•