WebKit Bugzilla
Attachment 356571 Details for
Bug 192391
: Use directory local sequential numbers for Unified Sources filenames instead of global sequential numbers for CMake
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for the experiment
patch_experiment (text/plain), 2.13 KB, created by
Carlos Bentzen
on 2018-12-04 19:45:45 PST
(
hide
)
Description:
Patch for the experiment
Filename:
MIME Type:
Creator:
Carlos Bentzen
Created:
2018-12-04 19:45:45 PST
Size:
2.13 KB
patch
obsolete
>commit e2a8de951601c4eea67cb463a9a73214ce07b346 >Author: Carlos Eduardo Ramalho <cadubentzen@gmail.com> >Date: Wed Dec 5 04:08:42 2018 +0100 > > Test > >diff --git a/Source/JavaScriptCore/Sources.txt b/Source/JavaScriptCore/Sources.txt >index cba4c4ba6004..bc5bb9f76dc1 100644 >--- a/Source/JavaScriptCore/Sources.txt >+++ b/Source/JavaScriptCore/Sources.txt >@@ -41,6 +41,8 @@ API/JSWeakPrivate.cpp > API/JSWeakValue.cpp > API/OpaqueJSString.cpp > >+TestUnified/TestUnified.cpp >+ > assembler/AbstractMacroAssembler.cpp > assembler/LinkBuffer.cpp > assembler/MacroAssembler.cpp >diff --git a/Source/JavaScriptCore/TestUnified/TestUnified.cpp b/Source/JavaScriptCore/TestUnified/TestUnified.cpp >new file mode 100644 >index 000000000000..1ac2545de8db >--- /dev/null >+++ b/Source/JavaScriptCore/TestUnified/TestUnified.cpp >@@ -0,0 +1 @@ >+#include "config.h" >diff --git a/Source/WebCore/Sources.txt b/Source/WebCore/Sources.txt >index 3146462231f0..d801c3dabcd2 100644 >--- a/Source/WebCore/Sources.txt >+++ b/Source/WebCore/Sources.txt >@@ -33,6 +33,8 @@ loader/cache/CachedApplicationManifest.cpp > > #endif > >+TestUnified/TestUnified.cpp >+ > Modules/beacon/NavigatorBeacon.cpp > > Modules/cache/CacheStorageConnection.cpp >diff --git a/Source/WebCore/TestUnified/TestUnified.cpp b/Source/WebCore/TestUnified/TestUnified.cpp >new file mode 100644 >index 000000000000..1ac2545de8db >--- /dev/null >+++ b/Source/WebCore/TestUnified/TestUnified.cpp >@@ -0,0 +1 @@ >+#include "config.h" >diff --git a/Source/WebKit/Sources.txt b/Source/WebKit/Sources.txt >index 6f63f434e66e..f0be61c5b7ba 100644 >--- a/Source/WebKit/Sources.txt >+++ b/Source/WebKit/Sources.txt >@@ -21,6 +21,8 @@ > // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF > // THE POSSIBILITY OF SUCH DAMAGE. > >+TestUnified/TestUnified.cpp >+ > NetworkProcess/NetworkActivityTracker.cpp > NetworkProcess/NetworkCORSPreflightChecker.cpp > NetworkProcess/NetworkConnectionToWebProcess.cpp >diff --git a/Source/WebKit/TestUnified/TestUnified.cpp b/Source/WebKit/TestUnified/TestUnified.cpp >new file mode 100644 >index 000000000000..1ac2545de8db >--- /dev/null >+++ b/Source/WebKit/TestUnified/TestUnified.cpp >@@ -0,0 +1 @@ >+#include "config.h"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192391
:
356571
|
356572
|
356658
|
356715
|
358073
|
358091
|
358576