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.
https://bugs.webkit.org/show_bug.cgi?id=129679 Reviewed by Michael Saboff. .: * GNUmakefile.am: Add the Udis86_nosources variable. * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler. Source/JavaScriptCore: * GNUmakefile.am: Generate the Udis86-related derived sources. Distribute the required files. * GNUmakefile.list.am: Add the Udis86 disassembler files to the build. Source/WTF: * wtf/Platform.h: Also enable the Udis86 disassembler for the GTK port on Linux. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@165067 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
fb58f98
commit e5efac6
Showing
8 changed files
with
63 additions
and
3 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-04 Zan Dobersek <[email protected]> | ||
|
||
[GTK] Build the Udis86 disassembler | ||
https://bugs.webkit.org/show_bug.cgi?id=129679 | ||
|
||
Reviewed by Michael Saboff. | ||
|
||
* GNUmakefile.am: Add the Udis86_nosources variable. | ||
* Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler. | ||
|
||
2014-03-04 Martin Robinson <[email protected]> | ||
|
||
[GTK] Simplify the GObject DOM bindings API break check into one step | ||
|
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-04 Zan Dobersek <[email protected]> | ||
|
||
[GTK] Build the Udis86 disassembler | ||
https://bugs.webkit.org/show_bug.cgi?id=129679 | ||
|
||
Reviewed by Michael Saboff. | ||
|
||
* GNUmakefile.am: Generate the Udis86-related derived sources. Distribute the required files. | ||
* GNUmakefile.list.am: Add the Udis86 disassembler files to the build. | ||
|
||
2014-03-04 Andreas Kling <[email protected]> | ||
|
||
Fix too-narrow assertion I added in r165054. | ||
|
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,12 @@ | ||
2014-03-04 Zan Dobersek <[email protected]> | ||
|
||
[GTK] Build the Udis86 disassembler | ||
https://bugs.webkit.org/show_bug.cgi?id=129679 | ||
|
||
Reviewed by Michael Saboff. | ||
|
||
* wtf/Platform.h: Also enable the Udis86 disassembler for the GTK port on Linux. | ||
|
||
2014-03-02 Jaehun Lim <[email protected]> | ||
|
||
[EFL] Remove m_initEfl from RunLoop. | ||
|
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