|
| 1 | +2015-06-12 Zan Dobersek < [email protected]> |
| 2 | + |
| 3 | + [GLib] Move files under Source/WTF/wtf/gobject to Source/WTF/wtf/glib |
| 4 | + https://bugs.webkit.org/show_bug.cgi?id=145799 |
| 5 | + |
| 6 | + Reviewed by Carlos Garcia Campos. |
| 7 | + |
| 8 | + Move the GLib-specific files to the Source/WTF/wtf/glib/ directory. |
| 9 | + 'gobject' wasn't the most appropriate name for the directory since |
| 10 | + GObject is a submodule of GLib, but a lot of the code there didn't |
| 11 | + have much to do with GObject specifically. |
| 12 | + |
| 13 | + Build rules for the moved files are also updated. |
| 14 | + |
| 15 | + * WTF.vcxproj/WTF.vcxproj: |
| 16 | + * WTF.vcxproj/WTF.vcxproj.filters: |
| 17 | + * wtf/Platform.h: |
| 18 | + * wtf/PlatformEfl.cmake: |
| 19 | + * wtf/PlatformGTK.cmake: |
| 20 | + * wtf/RunLoop.h: |
| 21 | + * wtf/WorkQueue.h: |
| 22 | + * wtf/glib/GLibUtilities.cpp: Renamed from Source/WTF/wtf/gobject/GlibUtilities.cpp. |
| 23 | + (getCurrentExecutablePath): |
| 24 | + * wtf/glib/GLibUtilities.h: Renamed from Source/WTF/wtf/gobject/GlibUtilities.h. |
| 25 | + * wtf/glib/GMainLoopSource.cpp: Renamed from Source/WTF/wtf/gobject/GMainLoopSource.cpp. |
| 26 | + (WTF::GMainLoopSource::create): |
| 27 | + (WTF::GMainLoopSource::GMainLoopSource): |
| 28 | + (WTF::GMainLoopSource::~GMainLoopSource): |
| 29 | + (WTF::GMainLoopSource::isScheduled): |
| 30 | + (WTF::GMainLoopSource::isActive): |
| 31 | + (WTF::GMainLoopSource::cancel): |
| 32 | + (WTF::GMainLoopSource::scheduleIdleSource): |
| 33 | + (WTF::GMainLoopSource::schedule): |
| 34 | + (WTF::GMainLoopSource::scheduleTimeoutSource): |
| 35 | + (WTF::GMainLoopSource::scheduleAfterDelay): |
| 36 | + (WTF::createMicrosecondsTimeoutSource): |
| 37 | + (WTF::GMainLoopSource::scheduleAndDeleteOnDestroy): |
| 38 | + (WTF::GMainLoopSource::scheduleAfterDelayAndDeleteOnDestroy): |
| 39 | + (WTF::GMainLoopSource::prepareVoidCallback): |
| 40 | + (WTF::GMainLoopSource::finishVoidCallback): |
| 41 | + (WTF::GMainLoopSource::voidCallback): |
| 42 | + (WTF::GMainLoopSource::prepareBoolCallback): |
| 43 | + (WTF::GMainLoopSource::finishBoolCallback): |
| 44 | + (WTF::GMainLoopSource::boolCallback): |
| 45 | + (WTF::GMainLoopSource::socketCallback): |
| 46 | + (WTF::GMainLoopSource::voidSourceCallback): |
| 47 | + (WTF::GMainLoopSource::boolSourceCallback): |
| 48 | + (WTF::GMainLoopSource::socketSourceCallback): |
| 49 | + (WTF::GMainLoopSource::Context::destroySource): |
| 50 | + * wtf/glib/GMainLoopSource.h: Renamed from Source/WTF/wtf/gobject/GMainLoopSource.h. |
| 51 | + (WTF::GMainLoopSource::Context::operator=): |
| 52 | + * wtf/glib/GMutexLocker.h: Renamed from Source/WTF/wtf/gobject/GMutexLocker.h. |
| 53 | + (WTF::MutexWrapper<GMutex>::lock): |
| 54 | + (WTF::MutexWrapper<GMutex>::unlock): |
| 55 | + (WTF::MutexWrapper<GRecMutex>::lock): |
| 56 | + (WTF::MutexWrapper<GRecMutex>::unlock): |
| 57 | + (WTF::GMutexLocker::GMutexLocker): |
| 58 | + (WTF::GMutexLocker::~GMutexLocker): |
| 59 | + (WTF::GMutexLocker::lock): |
| 60 | + (WTF::GMutexLocker::unlock): |
| 61 | + * wtf/glib/GRefPtr.cpp: Renamed from Source/WTF/wtf/gobject/GRefPtr.cpp. |
| 62 | + (WTF::refGPtr): |
| 63 | + (WTF::derefGPtr): |
| 64 | + * wtf/glib/GRefPtr.h: Renamed from Source/WTF/wtf/gobject/GRefPtr.h. |
| 65 | + (WTF::GRefPtr::GRefPtr): |
| 66 | + (WTF::GRefPtr::~GRefPtr): |
| 67 | + (WTF::GRefPtr::clear): |
| 68 | + (WTF::GRefPtr::outPtr): |
| 69 | + (WTF::GRefPtr::isHashTableDeletedValue): |
| 70 | + (WTF::GRefPtr::get): |
| 71 | + (WTF::GRefPtr::operator*): |
| 72 | + (WTF::GRefPtr::operator->): |
| 73 | + (WTF::GRefPtr::operator!): |
| 74 | + (WTF::GRefPtr::operator UnspecifiedBoolType): |
| 75 | + (WTF::GRefPtr::hashTableDeletedValue): |
| 76 | + (WTF::=): |
| 77 | + (WTF::GRefPtr<T>::swap): |
| 78 | + (WTF::swap): |
| 79 | + (WTF::operator==): |
| 80 | + (WTF::operator!=): |
| 81 | + (WTF::static_pointer_cast): |
| 82 | + (WTF::const_pointer_cast): |
| 83 | + (WTF::adoptGRef): |
| 84 | + (WTF::refGPtr): |
| 85 | + (WTF::derefGPtr): |
| 86 | + * wtf/glib/GThreadSafeMainLoopSource.cpp: Renamed from Source/WTF/wtf/gobject/GThreadSafeMainLoopSource.cpp. |
| 87 | + (WTF::GThreadSafeMainLoopSource::GThreadSafeMainLoopSource): |
| 88 | + (WTF::GThreadSafeMainLoopSource::~GThreadSafeMainLoopSource): |
| 89 | + (WTF::GThreadSafeMainLoopSource::cancel): |
| 90 | + (WTF::GThreadSafeMainLoopSource::schedule): |
| 91 | + (WTF::GThreadSafeMainLoopSource::scheduleAfterDelay): |
| 92 | + (WTF::GThreadSafeMainLoopSource::prepareVoidCallback): |
| 93 | + (WTF::GThreadSafeMainLoopSource::finishVoidCallback): |
| 94 | + (WTF::GThreadSafeMainLoopSource::voidCallback): |
| 95 | + (WTF::GThreadSafeMainLoopSource::prepareBoolCallback): |
| 96 | + (WTF::GThreadSafeMainLoopSource::finishBoolCallback): |
| 97 | + (WTF::GThreadSafeMainLoopSource::boolCallback): |
| 98 | + * wtf/glib/GThreadSafeMainLoopSource.h: Renamed from Source/WTF/wtf/gobject/GThreadSafeMainLoopSource.h. |
| 99 | + * wtf/glib/GTypedefs.h: Renamed from Source/WTF/wtf/gobject/GTypedefs.h. |
| 100 | + * wtf/glib/GUniquePtr.h: Renamed from Source/WTF/wtf/gobject/GUniquePtr.h. |
| 101 | + (WTF::GPtrDeleter::operator()): |
| 102 | + (WTF::GUniqueOutPtr::GUniqueOutPtr): |
| 103 | + (WTF::GUniqueOutPtr::~GUniqueOutPtr): |
| 104 | + (WTF::GUniqueOutPtr::outPtr): |
| 105 | + (WTF::GUniqueOutPtr::release): |
| 106 | + (WTF::GUniqueOutPtr::operator*): |
| 107 | + (WTF::GUniqueOutPtr::operator->): |
| 108 | + (WTF::GUniqueOutPtr::get): |
| 109 | + (WTF::GUniqueOutPtr::operator!): |
| 110 | + (WTF::GUniqueOutPtr::operator UnspecifiedBoolType): |
| 111 | + (WTF::GUniqueOutPtr::reset): |
| 112 | + * wtf/glib/MainThreadGLib.cpp: |
| 113 | + * wtf/gobject/GMainLoopSource.cpp: |
| 114 | + (WTF::GMainLoopSource::create): Deleted. |
| 115 | + (WTF::GMainLoopSource::GMainLoopSource): Deleted. |
| 116 | + (WTF::GMainLoopSource::~GMainLoopSource): Deleted. |
| 117 | + (WTF::GMainLoopSource::isScheduled): Deleted. |
| 118 | + (WTF::GMainLoopSource::isActive): Deleted. |
| 119 | + (WTF::GMainLoopSource::cancel): Deleted. |
| 120 | + (WTF::GMainLoopSource::scheduleIdleSource): Deleted. |
| 121 | + (WTF::GMainLoopSource::schedule): Deleted. |
| 122 | + (WTF::GMainLoopSource::scheduleTimeoutSource): Deleted. |
| 123 | + (WTF::GMainLoopSource::scheduleAfterDelay): Deleted. |
| 124 | + (WTF::createMicrosecondsTimeoutSource): Deleted. |
| 125 | + (WTF::GMainLoopSource::scheduleAndDeleteOnDestroy): Deleted. |
| 126 | + (WTF::GMainLoopSource::scheduleAfterDelayAndDeleteOnDestroy): Deleted. |
| 127 | + (WTF::GMainLoopSource::prepareVoidCallback): Deleted. |
| 128 | + (WTF::GMainLoopSource::finishVoidCallback): Deleted. |
| 129 | + (WTF::GMainLoopSource::voidCallback): Deleted. |
| 130 | + (WTF::GMainLoopSource::prepareBoolCallback): Deleted. |
| 131 | + (WTF::GMainLoopSource::finishBoolCallback): Deleted. |
| 132 | + (WTF::GMainLoopSource::boolCallback): Deleted. |
| 133 | + (WTF::GMainLoopSource::socketCallback): Deleted. |
| 134 | + (WTF::GMainLoopSource::voidSourceCallback): Deleted. |
| 135 | + (WTF::GMainLoopSource::boolSourceCallback): Deleted. |
| 136 | + (WTF::GMainLoopSource::socketSourceCallback): Deleted. |
| 137 | + (WTF::GMainLoopSource::Context::destroySource): Deleted. |
| 138 | + * wtf/gobject/GMainLoopSource.h: |
| 139 | + (WTF::GMainLoopSource::Context::operator=): Deleted. |
| 140 | + * wtf/gobject/GMutexLocker.h: |
| 141 | + (WTF::MutexWrapper<GMutex>::lock): Deleted. |
| 142 | + (WTF::MutexWrapper<GMutex>::unlock): Deleted. |
| 143 | + (WTF::MutexWrapper<GRecMutex>::lock): Deleted. |
| 144 | + (WTF::MutexWrapper<GRecMutex>::unlock): Deleted. |
| 145 | + (WTF::GMutexLocker::GMutexLocker): Deleted. |
| 146 | + (WTF::GMutexLocker::~GMutexLocker): Deleted. |
| 147 | + (WTF::GMutexLocker::lock): Deleted. |
| 148 | + (WTF::GMutexLocker::unlock): Deleted. |
| 149 | + * wtf/gobject/GRefPtr.cpp: |
| 150 | + (WTF::refGPtr): Deleted. |
| 151 | + (WTF::derefGPtr): Deleted. |
| 152 | + * wtf/gobject/GRefPtr.h: |
| 153 | + (WTF::GRefPtr::GRefPtr): Deleted. |
| 154 | + (WTF::GRefPtr::~GRefPtr): Deleted. |
| 155 | + (WTF::GRefPtr::clear): Deleted. |
| 156 | + (WTF::GRefPtr::outPtr): Deleted. |
| 157 | + (WTF::GRefPtr::isHashTableDeletedValue): Deleted. |
| 158 | + (WTF::GRefPtr::get): Deleted. |
| 159 | + (WTF::GRefPtr::operator*): Deleted. |
| 160 | + (WTF::GRefPtr::operator->): Deleted. |
| 161 | + (WTF::GRefPtr::operator!): Deleted. |
| 162 | + (WTF::GRefPtr::operator UnspecifiedBoolType): Deleted. |
| 163 | + (WTF::GRefPtr::hashTableDeletedValue): Deleted. |
| 164 | + (WTF::=): Deleted. |
| 165 | + (WTF::GRefPtr<T>::swap): Deleted. |
| 166 | + (WTF::swap): Deleted. |
| 167 | + (WTF::operator==): Deleted. |
| 168 | + (WTF::operator!=): Deleted. |
| 169 | + (WTF::static_pointer_cast): Deleted. |
| 170 | + (WTF::const_pointer_cast): Deleted. |
| 171 | + (WTF::adoptGRef): Deleted. |
| 172 | + (WTF::refGPtr): Deleted. |
| 173 | + (WTF::derefGPtr): Deleted. |
| 174 | + * wtf/gobject/GThreadSafeMainLoopSource.cpp: |
| 175 | + (WTF::GThreadSafeMainLoopSource::GThreadSafeMainLoopSource): Deleted. |
| 176 | + (WTF::GThreadSafeMainLoopSource::~GThreadSafeMainLoopSource): Deleted. |
| 177 | + (WTF::GThreadSafeMainLoopSource::cancel): Deleted. |
| 178 | + (WTF::GThreadSafeMainLoopSource::schedule): Deleted. |
| 179 | + (WTF::GThreadSafeMainLoopSource::scheduleAfterDelay): Deleted. |
| 180 | + (WTF::GThreadSafeMainLoopSource::prepareVoidCallback): Deleted. |
| 181 | + (WTF::GThreadSafeMainLoopSource::finishVoidCallback): Deleted. |
| 182 | + (WTF::GThreadSafeMainLoopSource::voidCallback): Deleted. |
| 183 | + (WTF::GThreadSafeMainLoopSource::prepareBoolCallback): Deleted. |
| 184 | + (WTF::GThreadSafeMainLoopSource::finishBoolCallback): Deleted. |
| 185 | + (WTF::GThreadSafeMainLoopSource::boolCallback): Deleted. |
| 186 | + * wtf/gobject/GUniquePtr.h: |
| 187 | + (WTF::GPtrDeleter::operator()): Deleted. |
| 188 | + (WTF::GUniqueOutPtr::GUniqueOutPtr): Deleted. |
| 189 | + (WTF::GUniqueOutPtr::~GUniqueOutPtr): Deleted. |
| 190 | + (WTF::GUniqueOutPtr::outPtr): Deleted. |
| 191 | + (WTF::GUniqueOutPtr::release): Deleted. |
| 192 | + (WTF::GUniqueOutPtr::operator*): Deleted. |
| 193 | + (WTF::GUniqueOutPtr::operator->): Deleted. |
| 194 | + (WTF::GUniqueOutPtr::get): Deleted. |
| 195 | + (WTF::GUniqueOutPtr::operator!): Deleted. |
| 196 | + (WTF::GUniqueOutPtr::operator UnspecifiedBoolType): Deleted. |
| 197 | + (WTF::GUniqueOutPtr::reset): Deleted. |
| 198 | + * wtf/gobject/GlibUtilities.cpp: |
| 199 | + (getCurrentExecutablePath): Deleted. |
| 200 | + |
1 | 201 | 2015-06-10 Basile Clement < [email protected]>
|
2 | 202 |
|
3 | 203 | Unreviewed, fix an typo in unused template code.
|
|
0 commit comments