Chromium Code Reviews| Index: third_party/mozilla/README.chromium |
| diff --git a/third_party/mozilla/README.chromium b/third_party/mozilla/README.chromium |
| index 7f0262483be2b3b496356ac791861c4f77f6600b..0166e14c2369baa747f814e19010e1e981047228 100644 |
| --- a/third_party/mozilla/README.chromium |
| +++ b/third_party/mozilla/README.chromium |
| @@ -23,6 +23,10 @@ Local modifications: |
| - NSPasteboard+Utils.mm was modified to add an argument to |
| -[NSPasteboard getURLs:andTitles:] to determine whether or not filenames in |
| the drag should be converted to file URLs. |
| +- -[NSPasteboard:containsURLData] and [NSPasteboard getURLs:andTitles:] were |
| + modified to accept an additional parameter convertTextToURL:, which indicates |
|
Avi (use Gerrit)
2016/06/02 19:12:56
convertingTextToURL:
|
| + whether the string contents of the pasteboard should be interpreted as a URL |
| + if possible. |
| - -[NSPasteboard htmlFromRtf] was added to do rtf->html conversion. |
| - NSWorkspace+Utils.m was modified to compile on the x86_64 architecture. |
| - MOZILLA_EXPORT was added to some constants in NSPasteboard+Utils.h. |