Closed
Bug 731416
Opened 14 years ago
Closed 14 years ago
Backport bug 528918 to BMO (Bugzilla::Object->match() shouldn't call _check_field() when the field being passed can be trusted)
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: dkl)
References
Details
(Keywords: perf)
Attachments
(1 file)
|
651 bytes,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
we should backport bug 528918 to bmo; it looks like a good win for a simple change.
| Assignee | ||
Comment 1•14 years ago
|
||
Attachment #601875 -
Flags: review?(glob)
Comment on attachment 601875 [details] [diff] [review]
Patch to skip _check_field for ID_FIELD (v1)
r=glob
Attachment #601875 -
Flags: review?(glob) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
thanks
4.0:
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.0
modified Bugzilla/Object.pm
Committed revision 8084.
4.2:
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.2
modified Bugzilla/Object.pm
Committed revision 8073
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Summary: Backport 528918 to BMO → Backport bug 528918 to BMO (Bugzilla::Object->match() shouldn't call _check_field() when the field being passed can be trusted)
You need to log in
before you can comment on or make changes to this bug.
Description
•