- System harfbuzz disable as we need git variant :( - Up 70.0.3538.45 - Up 70.0.3538.35 - Bump the nodejs dependency to 10/8 - Up to 70.0.3538.22 - Up to 70.0.3528.4 - Up to chromium-70.0.3521.2 - Add patch trying to build with system icu: - Up to chromium-70.0.3510.0 - Up to 69.0.3497.23 - Up to chromium-69.0.3497.12 - Add patch to fix aarch64 build: * chromium-vpx-aarch64.patch - Up to 69.0.3493.3 - Up to 69.0.3486.0 - Up to 69.0.3472.3 - Up to 69.0.3452.0 - Up to 68.0.3440.17 - Up to 68.0.3438.3 - Up to 68.0.3432.3 - Fix AArch64 build with chromium-crashpad-aarch64-fix.patch - Up to 68.0.3423.2 - Refresh patch chromium-master-prefs-path.patch - Fix AArch64 build with chromium-skia-aarch64-buildfix.patch - Add patch chromium-skia-system-fontconfig.patch bsc#1092272 - Up to 67.0.3393.30 - Up to chromium-67.0.3396.18 - Up to 67.0.3393.4 - Refresh patch exclude_ymp.patch OBS-URL: https://build.opensuse.org/request/show/642560 OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1178
		
			
				
	
	
		
			16 lines
		
	
	
		
			690 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			690 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff -up chromium-48.0.2564.116/device/usb/usb_context.cc.modern-libusbx chromium-48.0.2564.116/device/usb/usb_context.cc
 | |
| --- chromium-48.0.2564.116/device/usb/usb_context.cc.modern-libusbx	2016-02-24 10:21:10.534996028 -0500
 | |
| +++ chromium-48.0.2564.116/device/usb/usb_context.cc	2016-02-24 10:22:28.270499864 -0500
 | |
| @@ -57,7 +57,11 @@ void UsbContext::UsbEventHandler::Run()
 | |
|  
 | |
|  void UsbContext::UsbEventHandler::Stop() {
 | |
|    base::subtle::Release_Store(&running_, 0);
 | |
| +#ifdef LIBUSB_API_VERSION >= 0x01000105
 | |
| +  libusb_interrupt_event_handler(context_);
 | |
| +#else
 | |
|    libusb_interrupt_handle_event(context_);
 | |
| +#endif
 | |
|  }
 | |
|  
 | |
|  UsbContext::UsbContext(PlatformUsbContext context) : context_(context) {
 |