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

Issue 46097: WebKit merge 41660:41709 (WebKit side).... (Closed)

Created:
11 years, 9 months ago by levin
Modified:
9 years, 7 months ago
Reviewers:
ojan
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

WebKit merge 41660:41709 (WebKit side). WebCore\platform\graphics\skia\PlatformContextSkia.cpp was forked because the upstream implementation broke the osx build. Will re-upstream. WebCore\platform\KURLGoogle.cpp was forked becuase the upstream version doesn't build. The fix is already in https://bugs.webkit.org/show_bug.cgi?id=24580 WebCore\inspector\InspectorDatabaseResource.cpp WebCore\inspector\InspectorDatabaseResource.h WebCore\inspector\InspectorController.cpp WebCore\inspector\InspectorController.h were not merged because dglazkov@ is still working on making them ready. WebCore\platform\network\chromium\ResourceRequest.h was not merged because it relies on downstream changes which haven't finished review and jam@ would like to check those in as well. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11719

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1952 lines, -17849 lines) Patch
M third_party/WebKit/JavaScriptCore/ChangeLog View 1 chunk +34 lines, -0 lines 0 comments Download
M third_party/WebKit/JavaScriptCore/Configurations/DebugRelease.xcconfig View 1 chunk +8 lines, -1 line 0 comments Download
M third_party/WebKit/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/JavaScriptCore/runtime/DateMath.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/WebCore/ChangeLog View 1 chunk +414 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/Configurations/DebugRelease.xcconfig View 1 chunk +8 lines, -1 line 0 comments Download
M third_party/WebKit/WebCore/GNUmakefile.am View 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/WebCore.pro View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/WebCore.base.exp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/WebCore/WebCore.vcproj/WebCore.vcproj View 4 chunks +24 lines, -16887 lines 0 comments Download
M third_party/WebKit/WebCore/WebCore.xcodeproj/project.pbxproj View 9 chunks +29 lines, -5 lines 0 comments Download
M third_party/WebKit/WebCore/WebCoreSources.bkl View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/WebKit/WebCore/bindings/js/ScriptFunctionCall.h View 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/WebCore/bindings/js/ScriptFunctionCall.cpp View 1 chunk +121 lines, -0 lines 0 comments Download
A third_party/WebKit/WebCore/bindings/js/ScriptObject.h View 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/WebKit/WebCore/bindings/js/ScriptObject.cpp View 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/WebKit/WebCore/bindings/js/ScriptObjectQuarantine.h View 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/WebKit/WebCore/bindings/js/ScriptObjectQuarantine.cpp View 1 chunk +64 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/bindings/js/ScriptValue.h View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/WebCore/bindings/v8/V8AbstractEventListener.h View 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/WebKit/WebCore/bindings/v8/V8AbstractEventListener.cpp View 1 chunk +165 lines, -0 lines 0 comments Download
A third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.h View 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.cpp View 1 chunk +196 lines, -0 lines 0 comments Download
A third_party/WebKit/WebCore/bindings/v8/V8ObjectEventListener.h View 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/WebKit/WebCore/bindings/v8/V8ObjectEventListener.cpp View 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/WebKit/WebCore/bindings/v8/V8WorkerContextEventListener.h View 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/WebKit/WebCore/bindings/v8/V8WorkerContextEventListener.cpp View 1 chunk +113 lines, -0 lines 0 comments Download
D third_party/WebKit/WebCore/bindings/v8/custom/V8AbstractEventListener.h View 1 chunk +0 lines, -98 lines 0 comments Download
D third_party/WebKit/WebCore/bindings/v8/custom/V8AbstractEventListener.cpp View 1 chunk +0 lines, -165 lines 0 comments Download
M third_party/WebKit/WebCore/bindings/v8/custom/V8DocumentCustom.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
D third_party/WebKit/WebCore/bindings/v8/custom/V8LazyEventListener.h View 1 chunk +0 lines, -80 lines 0 comments Download
D third_party/WebKit/WebCore/bindings/v8/custom/V8LazyEventListener.cpp View 1 chunk +0 lines, -196 lines 0 comments Download
M third_party/WebKit/WebCore/bindings/v8/custom/V8LocationCustom.cpp View 8 chunks +9 lines, -12 lines 0 comments Download
D third_party/WebKit/WebCore/bindings/v8/custom/V8ObjectEventListener.h View 1 chunk +0 lines, -57 lines 0 comments Download
D third_party/WebKit/WebCore/bindings/v8/custom/V8ObjectEventListener.cpp View 1 chunk +0 lines, -75 lines 0 comments Download
D third_party/WebKit/WebCore/bindings/v8/custom/V8WorkerContextEventListener.h View 1 chunk +0 lines, -69 lines 0 comments Download
D third_party/WebKit/WebCore/bindings/v8/custom/V8WorkerContextEventListener.cpp View 1 chunk +0 lines, -106 lines 0 comments Download
M third_party/WebKit/WebCore/bridge/npapi.h View 4 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/WebCore/css/CSSStyleSheet.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/dom/QualifiedName.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/editing/ReplaceSelectionCommand.cpp View 3 chunks +10 lines, -8 lines 0 comments Download
M third_party/WebKit/WebCore/loader/CrossOriginAccessControl.cpp View 2 chunks +14 lines, -2 lines 0 comments Download
M third_party/WebKit/WebCore/make-generated-sources.sh View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/page/AccessibilityTable.cpp View 2 chunks +7 lines, -5 lines 0 comments Download
M third_party/WebKit/WebCore/page/Chrome.h View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/WebCore/page/Chrome.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/WebCore/page/ChromeClient.h View 2 chunks +5 lines, -2 lines 0 comments Download
M third_party/WebKit/WebCore/page/Geolocation.h View 4 chunks +11 lines, -3 lines 0 comments Download
M third_party/WebKit/WebCore/page/Geolocation.cpp View 6 chunks +37 lines, -30 lines 0 comments Download
M third_party/WebKit/WebCore/page/Geoposition.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/platform/graphics/GraphicsContext.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/platform/graphics/chromium/FontChromiumWin.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/WebCore/platform/graphics/chromium/TransparencyWin.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/platform/graphics/chromium/TransparencyWin.cpp View 2 chunks +11 lines, -2 lines 0 comments Download
M third_party/WebKit/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/WebCore/platform/graphics/skia/PlatformContextSkia.cpp View 4 chunks +17 lines, -14 lines 0 comments Download
M third_party/WebKit/WebCore/platform/gtk/GeolocationServiceGtk.cpp View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/WebKit/WebCore/platform/network/qt/QNetworkReplyHandler.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderPartObject.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/rendering/RenderThemeChromiumWin.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/xml/XMLHttpRequest.cpp View 4 chunks +5 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
levin
11 years, 9 months ago (2009-03-16 05:20:39 UTC) #1
ojan
11 years, 9 months ago (2009-03-16 05:22:15 UTC) #2
rubberstamp lgtm

Powered by Google App Engine
This is Rietveld 408576698