Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1653)

Side by Side Diff: WebCore/ChangeLog

Issue 6529057: Merge 77724 - 2011-02-04 Hironori Bono <hbono@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 2011-02-04 Hironori Bono <hbono@chromium.org>
2
3 Reviewed by Adam Barth.
4
5 [chromium] JPEG corruption
6 https://bugs.webkit.org/show_bug.cgi?id=53250
7
8 Same as gray-scale JPEGs, we convert the colors of CMYK JPEGs with color
9 profiles from CMYK to RGB twice and it causes color corruption. This
10 change suppresses the color profiles for CMYK JPEGs same as gray-scale
11 ones.
12
13 Test: fast/images/cmyk-jpeg-with-color-profile.html
14
15 * platform/image-decoders/jpeg/JPEGImageDecoder.cpp:
16 (WebCore::JPEGImageReader::decode):
17
1 2011-01-30 Kenichi Ishibashi <bashi@google.com> 18 2011-01-30 Kenichi Ishibashi <bashi@google.com>
2 19
3 Reviewed by Kent Tamura. 20 Reviewed by Kent Tamura.
4 21
5 Dangling form associated elements should not be registered on the docume nt 22 Dangling form associated elements should not be registered on the docume nt
6 https://bugs.webkit.org/show_bug.cgi?id=53223 23 https://bugs.webkit.org/show_bug.cgi?id=53223
7 24
8 Adds insertedIntoDocument() and remvoedFromDocument() to 25 Adds insertedIntoDocument() and remvoedFromDocument() to
9 FormAssociatedElement class to register the element on the document 26 FormAssociatedElement class to register the element on the document
10 if and only if it actually inserted into (removed from) the document. 27 if and only if it actually inserted into (removed from) the document.
(...skipping 2796 matching lines...) Expand 10 before | Expand all | Expand 10 after
2807 (WebCore::ScriptCallFrame::buildInspectorObject): 2824 (WebCore::ScriptCallFrame::buildInspectorObject):
2808 * inspector/ScriptCallFrame.h: 2825 * inspector/ScriptCallFrame.h:
2809 (WebCore::ScriptCallFrame::sourceURL): 2826 (WebCore::ScriptCallFrame::sourceURL):
2810 * inspector/ScriptCallStack.h: 2827 * inspector/ScriptCallStack.h:
2811 * inspector/TimelineRecordFactory.cpp: 2828 * inspector/TimelineRecordFactory.cpp:
2812 (WebCore::TimelineRecordFactory::createGenericRecord): 2829 (WebCore::TimelineRecordFactory::createGenericRecord):
2813 * inspector/front-end/ConsoleView.js: 2830 * inspector/front-end/ConsoleView.js:
2814 (WebInspector.ConsoleMessage.prototype._populateStackTraceTreeElement): 2831 (WebInspector.ConsoleMessage.prototype._populateStackTraceTreeElement):
2815 2832
2816 == Rolled over to ChangeLog-2010-12-06 == 2833 == Rolled over to ChangeLog-2010-12-06 ==
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698