WebKit Bugzilla
Attachment 357189 Details for
Bug 192449
: [meta][WebKit] Remove using namespace WebCore and WebKit in the global scope for unified source builds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch, part 3
patch (text/plain), 1.34 KB, created by
chris fleizach
on 2018-12-12 16:18:51 PST
(
hide
)
Description:
patch, part 3
Filename:
MIME Type:
Creator:
chris fleizach
Created:
2018-12-12 16:18:51 PST
Size:
1.34 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 239132) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,16 @@ >+2018-12-12 Chris Fleizach <cfleizach@apple.com> >+ >+ [meta][WebKit] Remove using namespace WebCore and WebKit in the global scope for unified source builds >+ https://bugs.webkit.org/show_bug.cgi?id=192449 >+ <rdar://problem/46595508> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Fix iosmac build. >+ >+ * UIProcess/ios/WKContentViewInteraction.mm: >+ (-[WKContentView _hoverGestureRecognizerChanged:]): >+ > 2018-12-12 Vivek Seth <v_seth@apple.com> > > HTTPS Upgrade: Figure out if/how to tell clients that the HTTPS upgrade happened >Index: Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm >=================================================================== >--- Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm (revision 239132) >+++ Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm (working copy) >@@ -6201,7 +6201,7 @@ > } > > auto event = adoptNS([[::WebEvent alloc] initWithMouseEventType:WebEventMouseMoved timeStamp:timestamp location:point]); >- _page->handleMouseEvent(NativeWebMouseEvent(event.get())); >+ _page->handleMouseEvent(WebKit::NativeWebMouseEvent(event.get())); > } > #endif >
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 192449
:
356865
|
356866
|
356867
|
356868
|
356869
|
356870
|
356871
|
356872
|
356908
|
356926
|
356929
|
356950
|
356951
|
356989
|
356993
|
356995
|
357000
|
357014
|
357021
|
357109
|
357112
|
357115
|
357136
|
357139
|
357145
|
357152
|
357189
|
357191
|
357195
|
357211
|
357214
|
357218
|
357232
|
357237
|
357278
|
357318
|
357329