RESOLVED FIXED 57867
Re-order enum ResourceLoadPriority to make Unresolved value less important
https://bugs.webkit.org/show_bug.cgi?id=57867
Summary Re-order enum ResourceLoadPriority to make Unresolved value less important
David Kilzer (:ddkilzer)
Reported 2011-04-05 11:30:02 PDT
Created attachment 88286 [details] Patch Reviewed by NOBODY (OOPS!). * platform/network/ResourceLoadPriority.h: (enum ResourceLoadPriority): Moved Unresolved enum to the top of the list and set to -1 to emphasize the fact that this is an unresolved priority (rather than one higher than the highest priority). Removed whitespace from the end of all enum lines. --- 2 files changed, 20 insertions(+), 8 deletions(-)
Attachments
Patch (2.03 KB, patch)
2011-04-05 11:30 PDT, David Kilzer (:ddkilzer)
koivisto: review+
David Kilzer (:ddkilzer)
Comment 1 2011-04-05 11:30:58 PDT
Ran through all Debug layout tests without any new issues.
WebKit Review Bot
Comment 2 2011-04-05 11:31:45 PDT
Attachment 88286 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style']" exit_code: 1 Source/WebCore/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 3 2011-04-19 12:58:01 PDT
Note You need to log in before you can comment on or make changes to this bug.