forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Source/JavaScriptCore: [Win] Pass environment to Pre-Build, Pre-link,…
… and Post-Build Stages. https://bugs.webkit.org/show_bug.cgi?id=130023 Reviewed by Dean Jackson. * JavaScriptCore.vcxproj/JavaScriptCore.proj: Avoid trailing backslashes in path names to avoid accidental escaping of later string substitutions. Source/WebCore: [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages. https://bugs.webkit.org/show_bug.cgi?id=130023. Reviewed by Dean Jackson. * WebCore.vcxproj/WebCore.proj: Avoid trailing slashes in path values to prevent escaping during later string substitution. Source/WebKit: [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages. https://bugs.webkit.org/show_bug.cgi?id=130023 Reviewed by Dean Jackson. * WebKit.vcxproj/WebKit.make: Removed. * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd: Use %PlatformArchitecture% rather than hard-coded 32-bit path. Source/WTF: [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages. https://bugs.webkit.org/show_bug.cgi?id=130023. Reviewed by Dean Jackson. * WTF.vcxproj/WTF.proj: Avoid putting trailing slashes in system paths to avoid escaping during later string substitution. * WTF.vcxproj/build-generated-files.sh: Accept environment values passed by VS. Tools: [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages. https://bugs.webkit.org/show_bug.cgi?id=130023 Reviewed by Dean Jackson. * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncher.vcxproj: Add missing /SAFESEH flag to DLL launcher process. WebKitLibraries: [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages. https://bugs.webkit.org/show_bug.cgi?id=130023 Reviewed by Dean Jackson. * win/tools/vsprops/common.props: Pass WEBKIT_LIBRARIES value to subprocesses. * win/tools/vsprops/debugsuffix.props: Make sure OFFICIAL_BUILD is set. * win/tools/vsprops/production.props: Ditto. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@165393 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
106b65b
commit ceac3a5
Showing
16 changed files
with
118 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2014-03-10 Brent Fulgham <[email protected]> | ||
|
||
[Win] Pass environment to Pre-Build, Pre-link, and Post-Build Stages. | ||
https://bugs.webkit.org/show_bug.cgi?id=130023 | ||
|
||
Reviewed by Dean Jackson. | ||
|
||
* JavaScriptCore.vcxproj/JavaScriptCore.proj: Avoid trailing backslashes in | ||
path names to avoid accidental escaping of later string substitutions. | ||
|
||
2014-03-10 Andreas Kling <[email protected]> | ||
|
||
[X86_64] Smaller code for testb_i8r when register is accumulator. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
2014-03-10 Brent Fulgham <[email protected]> | ||
|
||
[Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages. | ||
https://bugs.webkit.org/show_bug.cgi?id=130023. | ||
|
||
Reviewed by Dean Jackson. | ||
|
||
* WTF.vcxproj/WTF.proj: Avoid putting trailing slashes in system paths to avoid | ||
escaping during later string substitution. | ||
* WTF.vcxproj/build-generated-files.sh: Accept environment values passed by VS. | ||
|
||
2014-03-10 Mark Hahnenberg <[email protected]> | ||
|
||
Turn on GenGC on other 64-bit platforms | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2014-03-10 Brent Fulgham <[email protected]> | ||
|
||
[Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages. | ||
https://bugs.webkit.org/show_bug.cgi?id=130023. | ||
|
||
Reviewed by Dean Jackson. | ||
|
||
* WebCore.vcxproj/WebCore.proj: Avoid trailing slashes in path values to | ||
prevent escaping during later string substitution. | ||
|
||
2014-03-10 Radu Stavila <[email protected]> | ||
|
||
[CSS Regions] Hit-testing is not working properly inside scrollable regions | ||
|
@@ -13,6 +23,7 @@ | |
* rendering/RenderLayer.cpp: | ||
(WebCore::RenderLayer::calculateClipRects): | ||
|
||
>>>>>>> .r165392 | ||
2014-03-10 Hans Muller <[email protected]> | ||
|
||
[CSS Shapes] SVG Image valued shape fails if root element's size is relative | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
2014-03-10 Brent Fulgham <[email protected]> | ||
|
||
[Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages. | ||
https://bugs.webkit.org/show_bug.cgi?id=130023 | ||
|
||
Reviewed by Dean Jackson. | ||
|
||
* WebKit.vcxproj/WebKit.make: Removed. | ||
* WebKit.vcxproj/WebKit/WebKitPostBuild.cmd: Use %PlatformArchitecture% rather than | ||
hard-coded 32-bit path. | ||
|
||
2014-03-10 Martin Robinson <[email protected]> | ||
|
||
[GTK] [CMake] Clean up library linking | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2014-03-10 Brent Fulgham <[email protected]> | ||
|
||
[Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages. | ||
https://bugs.webkit.org/show_bug.cgi?id=130023 | ||
|
||
Reviewed by Dean Jackson. | ||
|
||
* DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncher.vcxproj: Add missing | ||
/SAFESEH flag to DLL launcher process. | ||
|
||
2014-03-09 Martin Robinson <[email protected]> | ||
|
||
RunGtkWebKitGObjectDOMBindingsAPIBreakTests should be added to the BuildAndTestFactory not the TestFactory | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
2014-03-10 Brent Fulgham <[email protected]> | ||
|
||
[Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages. | ||
https://bugs.webkit.org/show_bug.cgi?id=130023 | ||
|
||
Reviewed by Dean Jackson. | ||
|
||
* win/tools/vsprops/common.props: Pass WEBKIT_LIBRARIES value to subprocesses. | ||
* win/tools/vsprops/debugsuffix.props: Make sure OFFICIAL_BUILD is set. | ||
* win/tools/vsprops/production.props: Ditto. | ||
|
||
2014-03-06 Dean Jackson <[email protected]> | ||
|
||
Update WebKitSystemInterface. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters