< prev index next >

modules/javafx.web/src/main/native/Source/WebCore/platform/network/java/URLLoader.cpp

Print this page
rev 11020 : 8201563: Update copyright header for files modified in 2018
Reviewed-by:
   1 /*
   2  * Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
   3  */
   4 #include "config.h"
   5 
   6 #if COMPILER(GCC)
   7 #pragma GCC diagnostic ignored "-Wunused-parameter"
   8 #endif
   9 
  10 #include "URLLoader.h"
  11 #include "FrameNetworkingContextJava.h"
  12 #include "HTTPParsers.h"
  13 #include <wtf/CompletionHandler.h>
  14 #include <wtf/java/JavaEnv.h>
  15 #include "MIMETypeRegistry.h"
  16 #include "ResourceError.h"
  17 #include "ResourceHandle.h"
  18 #include "ResourceRequest.h"
  19 #include "ResourceResponse.h"
  20 #include "ResourceHandleClient.h"
  21 #include "WebPage.h"
  22 #include "com_sun_webkit_LoadListenerClient.h"


   1 /*
   2  * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
   3  */
   4 #include "config.h"
   5 
   6 #if COMPILER(GCC)
   7 #pragma GCC diagnostic ignored "-Wunused-parameter"
   8 #endif
   9 
  10 #include "URLLoader.h"
  11 #include "FrameNetworkingContextJava.h"
  12 #include "HTTPParsers.h"
  13 #include <wtf/CompletionHandler.h>
  14 #include <wtf/java/JavaEnv.h>
  15 #include "MIMETypeRegistry.h"
  16 #include "ResourceError.h"
  17 #include "ResourceHandle.h"
  18 #include "ResourceRequest.h"
  19 #include "ResourceResponse.h"
  20 #include "ResourceHandleClient.h"
  21 #include "WebPage.h"
  22 #include "com_sun_webkit_LoadListenerClient.h"


< prev index next >