|
1 2009-10-19 John Gregg <johnnyg@google.com> |
|
2 |
|
3 Reviewed by Dimitri Glazkov. |
|
4 |
|
5 set ENABLE_NOTIFICATIONS=1 for Chromium |
|
6 https://bugs.webkit.org/show_bug.cgi?id=29949 |
|
7 |
|
8 * chromium/features.gypi: |
|
9 |
|
10 2009-10-13 Drew Wilson <atwilson@atwilson-macpro.local> |
|
11 |
|
12 Reviewed by David Levin. |
|
13 |
|
14 Enable SHARED_WORKERS for Chromium |
|
15 https://bugs.webkit.org/show_bug.cgi?id=30289 |
|
16 |
|
17 * chromium/features.gypi: |
|
18 Turned on ENABLE_SHARED_WORKERS by default. This doesn't actually turn on |
|
19 SharedWorkers yet, as Chromium overrides this flag in its feature_overrides.gypi. |
|
20 |
|
21 2009-10-12 Yaar Schnitman <yaar@chromium.org> |
|
22 |
|
23 Reviewed by Dimitri Glazkov. |
|
24 |
|
25 Chromium Port - Windows |
|
26 https://bugs.webkit.org/show_bug.cgi?id=29969 |
|
27 |
|
28 * chromium/DEPS: Added gtest dep required by windows and incremented some of the deps revisions. |
|
29 |
|
30 2009-10-06 Simon Fraser <simon.fraser@apple.com> |
|
31 |
|
32 Reviewed by Mark Rowe. |
|
33 |
|
34 accessibility/media-element.html crashes (and has incorrect result) |
|
35 https://bugs.webkit.org/show_bug.cgi?id=30108 |
|
36 |
|
37 Fix up the accessibilty label for the newly added fullscreen button, |
|
38 and update the test result accordingly. |
|
39 |
|
40 * English.lproj/Localizable.strings: |
|
41 |
|
42 2009-10-05 Kevin Decker <kdecker@apple.com> |
|
43 |
|
44 Reviewed by Dan Bernstein. |
|
45 |
|
46 * WebKit.xcodeproj/project.pbxproj: Add WebPluginHalterClient to the project. |
|
47 |
|
48 2009-10-05 Yaar Schnitman <yaar@chromium.org> |
|
49 |
|
50 Reviewed by Dimitri Glazkov. |
|
51 |
|
52 One of the dependencies' SVN url was missing a @ before the revision number. |
|
53 |
|
54 https://bugs.webkit.org/show_bug.cgi?id=30101 |
|
55 |
|
56 * chromium/DEPS: |
|
57 |
|
58 2009-10-05 Pierre d'Herbemont <pdherbemont@webkit.org> |
|
59 |
|
60 Reviewed by Simon Fraser |
|
61 |
|
62 Support fullscreen in MediaPlayer (Mac) |
|
63 https://bugs.webkit.org/show_bug.cgi?id=26742 |
|
64 |
|
65 Add new files for video fullscreen. |
|
66 |
|
67 * WebKit.xcodeproj/project.pbxproj: |
|
68 |
|
69 2009-10-05 Pavel Feldman <pfeldman@chromium.org> |
|
70 |
|
71 Reviewed by Timothy Hatcher. |
|
72 |
|
73 Web Inspector: add testing harness for Web Inspector. |
|
74 |
|
75 https://bugs.webkit.org/show_bug.cgi?id=30010 |
|
76 |
|
77 * WebKit.xcodeproj/project.pbxproj: |
|
78 |
|
79 2009-10-04 Fumitoshi Ukai <ukai@chromium.org> |
|
80 |
|
81 Reviewed by Eric Seidel |
|
82 |
|
83 Enable Web Sockets in chromium build. |
|
84 https://bugs.webkit.org/show_bug.cgi?id=29917 |
|
85 |
|
86 * chromium/features.gypi: |
|
87 |
|
88 2009-10-02 Yaar Schnitman <yaar@chromium.org> |
|
89 |
|
90 Reviewed by Dimitri Glazkov. |
|
91 |
|
92 Added gyp_webkit that does a subset of the things gyp_chromium does |
|
93 plus some specialization for an upstream chromium build. |
|
94 |
|
95 https://bugs.webkit.org/show_bug.cgi?id=29986 |
|
96 |
|
97 * chromium/DEPS: Points to gyp_webkit instead of gyp_chromium. |
|
98 * chromium/gyp_webkit: A new python file. |
|
99 |
|
100 2009-10-01 Yaar Schnitman <yaar@chromium.org> |
|
101 |
|
102 Reviewed by Dimitri Glazkov. |
|
103 |
|
104 Make it possible to override the list of feature defines when building |
|
105 downstream. |
|
106 |
|
107 https://bugs.webkit.org/show_bug.cgi?id=29979 |
|
108 |
|
109 * chromium/features.gypi: |
|
110 |
|
111 2009-10-01 Yaar Schnitman <yaar@chromium.org> |
|
112 |
|
113 Reviewed by Dimitri Glazkov. |
|
114 |
|
115 Added windows-specific dependencies, updated some revisions and |
|
116 re-organized file to make revision tracking easier. Also removed |
|
117 extensions/v8 dependency that is no longer needed upstream. |
|
118 |
|
119 https://bugs.webkit.org/show_bug.cgi?id=29973 |
|
120 |
|
121 * chromium/DEPS: |
|
122 |
|
123 2009-09-30 Yaar Schnitman <yaar@chromium.org> |
|
124 |
|
125 Reviewed by Dimitri Glazkov. |
|
126 |
|
127 1. Keeping up with downstream revisions. |
|
128 2. Turning off v8 snapshot build step. |
|
129 |
|
130 https://bugs.webkit.org/show_bug.cgi?id=29928 |
|
131 |
|
132 * chromium/DEPS |
|
133 |
|
134 2009-09-29 Brady Eidson <beidson@apple.com> |
|
135 |
|
136 Reviewed by John Sullivan. |
|
137 |
|
138 WebKit Mac API should provide a delegate interface for global history. |
|
139 <rdar://problem/7042773> and https://webkit.org/b/29904 |
|
140 |
|
141 * WebKit.xcodeproj/project.pbxproj: |
|
142 |
|
143 2009-09-28 Yaar Schnitman <yaar@chromium.org> |
|
144 |
|
145 Reviewed by Dimitri Glazkov. |
|
146 |
|
147 https://bugs.webkit.org/show_bug.cgi?id=29722 |
|
148 |
|
149 * chromium/DEPS: Describes the chromium port's dependencies and |
|
150 is used by gclient to fetch them. |
|
151 * chromium/webkit.gyp: Currently only builds webcore but in |
|
152 the future will also build the webkit api. |
|
153 |
|
154 2009-09-26 David Kilzer <ddkilzer@apple.com> |
|
155 |
|
156 Part 2 of 2: <http://webkit.org/b/29753> DerivedSources.make broken for non-Mac targets |
|
157 |
|
158 Reviewed by Darin Adler. |
|
159 |
|
160 Fix ENABLE_ORIENTATION_EVENTS for non-Mac platforms. |
|
161 |
|
162 * chromium/features.gypi: Added 'ENABLE_ORIENTATION_EVENTS=0' to |
|
163 disable this feature by default. |
|
164 |
|
165 2009-09-22 Yaar Schnitman <yaar@chromium.org> |
|
166 |
|
167 Reviewed by David Levin. |
|
168 |
|
169 Create chromium directory and ported chromium.org's features.gypi for |
|
170 the webkit chromium port. |
|
171 |
|
172 https://bugs.webkit.org/show_bug.cgi?id=29617 |
|
173 |
|
174 * chromium/features.gypi: Added. |
|
175 |
|
176 2009-09-21 Dan Bernstein <mitz@apple.com> |
|
177 |
|
178 Reviewed by Anders Carlsson. |
|
179 |
|
180 <rdar://problem/4137135> iFrame with PDF not being handled correctly on |
|
181 usps.com |
|
182 https://bugs.webkit.org/show_bug.cgi?id=4151 |
|
183 |
|
184 * WebKit.xcodeproj/project.pbxproj: Added WebPDFDocumentExtras.{h,mm} |
|
185 and WebJSPDFDoc.{h,mm} and changed WebPDFRepresentation to |
|
186 Objective-C++. |
|
187 |
|
188 2009-09-07 Steve Block <steveblock@google.com> |
|
189 |
|
190 Reviewed by Adam Barth. |
|
191 |
|
192 Adds a mock Geolocation service. This will be used to provide predictable behavior of the |
|
193 Geolocation API for use in LayoutTests. Later changes will integrate the the mock |
|
194 Geolocation service with DumpRenderTree. |
|
195 https://bugs.webkit.org/show_bug.cgi?id=28264 |
|
196 |
|
197 * WebKit.xcodeproj/project.pbxproj: Modified. Adds WebGeolocationMock. |
|
198 |
|
199 2009-09-03 John Sullivan <sullivan@apple.com> |
|
200 |
|
201 Reviewed by Adam Roben |
|
202 |
|
203 * StringsNotToBeLocalized.txt: |
|
204 Brought this file up to date. |
|
205 |
|
206 2009-08-31 Mark Rowe <mrowe@apple.com> |
|
207 |
|
208 Rubber-stamped by Beth Dakin. |
|
209 |
|
210 Remove WebViewEditingContextMenu.nib and WebViewEditingContextMenuOld.nib. |
|
211 We stopped using these back in r18592 when we switched over to context menus |
|
212 driven by WebCore. |
|
213 |
|
214 * English.lproj/WebViewEditingContextMenu.nib/classes.nib: Removed. |
|
215 * English.lproj/WebViewEditingContextMenu.nib/info.nib: Removed. |
|
216 * English.lproj/WebViewEditingContextMenu.nib/objects.nib: Removed. |
|
217 * English.lproj/WebViewEditingContextMenuOld.nib/classes.nib: Removed. |
|
218 * English.lproj/WebViewEditingContextMenuOld.nib/info.nib: Removed. |
|
219 * English.lproj/WebViewEditingContextMenuOld.nib/objects.nib: Removed. |
|
220 * WebKit.xcodeproj/project.pbxproj: |
|
221 |
|
222 2009-08-28 Chris Fleizach <cfleizach@apple.com> |
|
223 |
|
224 Reviewed by John Sullivan. |
|
225 |
|
226 update-webkit-localizable-strings script can no longer complete |
|
227 https://bugs.webkit.org/show_bug.cgi?id=28792 |
|
228 |
|
229 * English.lproj/Localizable.strings: |
|
230 |
|
231 2009-08-27 John Sullivan <sullivan@apple.com> |
|
232 |
|
233 * StringsNotToBeLocalized.txt: |
|
234 Brought up to date, other than the problem mentioned in https://bugs.webkit.org/show_bug.cgi?id=28792 |
|
235 |
|
236 2009-08-25 Eric Carlson <eric.carlson@apple.com> |
|
237 |
|
238 Reviewed by Oliver Hunt. |
|
239 |
|
240 <video> and <audio> controller should be accessible |
|
241 https://bugs.webkit.org/show_bug.cgi?id=28081 |
|
242 |
|
243 Add localized strings for media controller accessiblility. |
|
244 |
|
245 * English.lproj/Localizable.strings: |
|
246 |
|
247 2009-08-20 Chris Fleizach <cfleizach@apple.com> |
|
248 |
|
249 Reviewed by Darin Adler. |
|
250 |
|
251 Enable various "grouping" ARIA roles |
|
252 https://bugs.webkit.org/show_bug.cgi?id=28486 |
|
253 |
|
254 * English.lproj/Localizable.strings: |
|
255 |
|
256 2009-08-18 Drew Wilson <atwilson@google.com> |
|
257 |
|
258 Reviewed by Eric Seidel. |
|
259 |
|
260 Need to extend DumpRenderTree to expose number of worker threads. |
|
261 https://bugs.webkit.org/show_bug.cgi?id=28292 |
|
262 |
|
263 * WebKit.xcodeproj/project.pbxproj: |
|
264 Added WebWorkersPrivate APIs to mac WebKit to expose workerThreadCount() for DumpRenderTree. |
|
265 |
|
266 2009-08-06 Mark Rowe <mrowe@apple.com> |
|
267 |
|
268 Rubber-stamped by Sam Weinig. |
|
269 |
|
270 Add explicit dependencies for our build verification scripts to ensure that they always run after linking has completed. |
|
271 |
|
272 * WebKit.xcodeproj/project.pbxproj: |
|
273 |
|
274 2009-08-06 Mark Rowe <mrowe@apple.com> |
|
275 |
|
276 Bring a little order to our otherwise out of control lives. |
|
277 |
|
278 * WebKit.xcodeproj/project.pbxproj: |
|
279 |
|
280 2009-08-06 Mark Rowe <mrowe@apple.com> |
|
281 |
|
282 Build fix. |
|
283 |
|
284 Don't attempt to build a file that Anders just deleted. |
|
285 |
|
286 * WebKit.xcodeproj/project.pbxproj: |
|
287 |
|
288 2009-07-29 David Kilzer <ddkilzer@apple.com> |
|
289 |
|
290 <http://webkit.org/b/27788> Don't export WebPluginController.h as a private header |
|
291 |
|
292 Reviewed by Mark Rowe. |
|
293 |
|
294 WebPluginController.h includes WebPluginContainerCheck.h, which |
|
295 is not a private header. Since WebPluginController.h doesn't |
|
296 appear to be used anywhere, remove its private header status. |
|
297 |
|
298 * WebKit.xcodeproj/project.pbxproj: Remove private header |
|
299 attribute from WebPluginController.h. |
|
300 |
|
301 2009-07-28 Maxime Simon <simon.maxime@gmail.com> |
|
302 |
|
303 Reviewed by David Levin. |
|
304 |
|
305 Added FrameLoaderClient for Haiku WebCore support. |
|
306 https://bugs.webkit.org/show_bug.cgi?id=26952 |
|
307 |
|
308 * haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp: Added. |
|
309 (WebCore::FrameLoaderClientHaiku::FrameLoaderClientHaiku): |
|
310 (WebCore::FrameLoaderClientHaiku::setFrame): |
|
311 (WebCore::FrameLoaderClientHaiku::setWebView): |
|
312 (WebCore::FrameLoaderClientHaiku::detachFrameLoader): |
|
313 (WebCore::FrameLoaderClientHaiku::hasWebView): |
|
314 (WebCore::FrameLoaderClientHaiku::hasBackForwardList): |
|
315 (WebCore::FrameLoaderClientHaiku::resetBackForwardList): |
|
316 (WebCore::FrameLoaderClientHaiku::provisionalItemIsTarget): |
|
317 (WebCore::FrameLoaderClientHaiku::makeRepresentation): |
|
318 (WebCore::FrameLoaderClientHaiku::forceLayout): |
|
319 (WebCore::FrameLoaderClientHaiku::forceLayoutForNonHTML): |
|
320 (WebCore::FrameLoaderClientHaiku::updateHistoryForCommit): |
|
321 (WebCore::FrameLoaderClientHaiku::updateHistoryForBackForwardNavigation): |
|
322 (WebCore::FrameLoaderClientHaiku::updateHistoryForReload): |
|
323 (WebCore::FrameLoaderClientHaiku::updateHistoryForStandardLoad): |
|
324 (WebCore::FrameLoaderClientHaiku::updateHistoryForInternalLoad): |
|
325 (WebCore::FrameLoaderClientHaiku::updateHistoryAfterClientRedirect): |
|
326 (WebCore::FrameLoaderClientHaiku::setCopiesOnScroll): |
|
327 (WebCore::FrameLoaderClientHaiku::tokenForLoadErrorReset): |
|
328 (WebCore::FrameLoaderClientHaiku::resetAfterLoadError): |
|
329 (WebCore::FrameLoaderClientHaiku::doNotResetAfterLoadError): |
|
330 (WebCore::FrameLoaderClientHaiku::willCloseDocument): |
|
331 (WebCore::FrameLoaderClientHaiku::detachedFromParent2): |
|
332 (WebCore::FrameLoaderClientHaiku::detachedFromParent3): |
|
333 (WebCore::FrameLoaderClientHaiku::dispatchDidHandleOnloadEvents): |
|
334 (WebCore::FrameLoaderClientHaiku::dispatchDidReceiveServerRedirectForProvisionalLoad): |
|
335 (WebCore::FrameLoaderClientHaiku::dispatchDidCancelClientRedirect): |
|
336 (WebCore::FrameLoaderClientHaiku::dispatchWillPerformClientRedirect): |
|
337 (WebCore::FrameLoaderClientHaiku::dispatchDidChangeLocationWithinPage): |
|
338 (WebCore::FrameLoaderClientHaiku::dispatchWillClose): |
|
339 (WebCore::FrameLoaderClientHaiku::dispatchDidStartProvisionalLoad): |
|
340 (WebCore::FrameLoaderClientHaiku::dispatchDidReceiveTitle): |
|
341 (WebCore::FrameLoaderClientHaiku::dispatchDidCommitLoad): |
|
342 (WebCore::FrameLoaderClientHaiku::dispatchDidFinishDocumentLoad): |
|
343 (WebCore::FrameLoaderClientHaiku::dispatchDidFinishLoad): |
|
344 (WebCore::FrameLoaderClientHaiku::dispatchDidFirstLayout): |
|
345 (WebCore::FrameLoaderClientHaiku::dispatchDidFirstVisuallyNonEmptyLayout): |
|
346 (WebCore::FrameLoaderClientHaiku::dispatchShow): |
|
347 (WebCore::FrameLoaderClientHaiku::cancelPolicyCheck): |
|
348 (WebCore::FrameLoaderClientHaiku::dispatchWillSubmitForm): |
|
349 (WebCore::FrameLoaderClientHaiku::dispatchDidLoadMainResource): |
|
350 (WebCore::FrameLoaderClientHaiku::revertToProvisionalState): |
|
351 (WebCore::FrameLoaderClientHaiku::postProgressStartedNotification): |
|
352 (WebCore::FrameLoaderClientHaiku::postProgressEstimateChangedNotification): |
|
353 (WebCore::FrameLoaderClientHaiku::postProgressFinishedNotification): |
|
354 (WebCore::FrameLoaderClientHaiku::progressStarted): |
|
355 (WebCore::FrameLoaderClientHaiku::progressCompleted): |
|
356 (WebCore::FrameLoaderClientHaiku::setMainFrameDocumentReady): |
|
357 (WebCore::FrameLoaderClientHaiku::willChangeTitle): |
|
358 (WebCore::FrameLoaderClientHaiku::didChangeTitle): |
|
359 (WebCore::FrameLoaderClientHaiku::finishedLoading): |
|
360 (WebCore::FrameLoaderClientHaiku::canShowMIMEType): |
|
361 (WebCore::FrameLoaderClientHaiku::representationExistsForURLScheme): |
|
362 (WebCore::FrameLoaderClientHaiku::generatedMIMETypeForURLScheme): |
|
363 (WebCore::FrameLoaderClientHaiku::frameLoadCompleted): |
|
364 (WebCore::FrameLoaderClientHaiku::saveViewStateToItem): |
|
365 (WebCore::FrameLoaderClientHaiku::restoreViewState): |
|
366 (WebCore::FrameLoaderClientHaiku::restoreScrollPositionAndViewState): |
|
367 (WebCore::FrameLoaderClientHaiku::provisionalLoadStarted): |
|
368 (WebCore::FrameLoaderClientHaiku::shouldTreatURLAsSameAsCurrent): |
|
369 (WebCore::FrameLoaderClientHaiku::addHistoryItemForFragmentScroll): |
|
370 (WebCore::FrameLoaderClientHaiku::didFinishLoad): |
|
371 (WebCore::FrameLoaderClientHaiku::prepareForDataSourceReplacement): |
|
372 (WebCore::FrameLoaderClientHaiku::setTitle): |
|
373 (WebCore::FrameLoaderClientHaiku::userAgent): |
|
374 (WebCore::FrameLoaderClientHaiku::dispatchDidReceiveIcon): |
|
375 (WebCore::FrameLoaderClientHaiku::frameLoaderDestroyed): |
|
376 (WebCore::FrameLoaderClientHaiku::canHandleRequest): |
|
377 (WebCore::FrameLoaderClientHaiku::partClearedInBegin): |
|
378 (WebCore::FrameLoaderClientHaiku::updateGlobalHistory): |
|
379 (WebCore::FrameLoaderClientHaiku::updateGlobalHistoryRedirectLinks): |
|
380 (WebCore::FrameLoaderClientHaiku::shouldGoToHistoryItem): |
|
381 (WebCore::FrameLoaderClientHaiku::saveScrollPositionAndViewStateToItem): |
|
382 (WebCore::FrameLoaderClientHaiku::canCachePage): |
|
383 (WebCore::FrameLoaderClientHaiku::setMainDocumentError): |
|
384 (WebCore::FrameLoaderClientHaiku::committedLoad): |
|
385 (WebCore::FrameLoaderClientHaiku::cancelledError): |
|
386 (WebCore::FrameLoaderClientHaiku::blockedError): |
|
387 (WebCore::FrameLoaderClientHaiku::cannotShowURLError): |
|
388 (WebCore::FrameLoaderClientHaiku::interruptForPolicyChangeError): |
|
389 (WebCore::FrameLoaderClientHaiku::cannotShowMIMETypeError): |
|
390 (WebCore::FrameLoaderClientHaiku::fileDoesNotExistError): |
|
391 (WebCore::FrameLoaderClientHaiku::shouldFallBack): |
|
392 (WebCore::FrameLoaderClientHaiku::createDocumentLoader): |
|
393 (WebCore::FrameLoaderClientHaiku::download): |
|
394 (WebCore::FrameLoaderClientHaiku::assignIdentifierToInitialRequest): |
|
395 (WebCore::FrameLoaderClientHaiku::dispatchWillSendRequest): |
|
396 (WebCore::FrameLoaderClientHaiku::shouldUseCredentialStorage): |
|
397 (WebCore::FrameLoaderClientHaiku::dispatchDidReceiveAuthenticationChallenge): |
|
398 (WebCore::FrameLoaderClientHaiku::dispatchDidCancelAuthenticationChallenge): |
|
399 (WebCore::FrameLoaderClientHaiku::dispatchDidReceiveResponse): |
|
400 (WebCore::FrameLoaderClientHaiku::dispatchDidReceiveContentLength): |
|
401 (WebCore::FrameLoaderClientHaiku::dispatchDidFinishLoading): |
|
402 (WebCore::FrameLoaderClientHaiku::dispatchDidFailLoading): |
|
403 (WebCore::FrameLoaderClientHaiku::dispatchDidLoadResourceFromMemoryCache): |
|
404 (WebCore::FrameLoaderClientHaiku::dispatchDidLoadResourceByXMLHttpRequest): |
|
405 (WebCore::FrameLoaderClientHaiku::dispatchDidFailProvisionalLoad): |
|
406 (WebCore::FrameLoaderClientHaiku::dispatchDidFailLoad): |
|
407 (WebCore::FrameLoaderClientHaiku::dispatchCreatePage): |
|
408 (WebCore::FrameLoaderClientHaiku::dispatchDecidePolicyForMIMEType): |
|
409 (WebCore::FrameLoaderClientHaiku::dispatchDecidePolicyForNewWindowAction): |
|
410 (WebCore::FrameLoaderClientHaiku::dispatchDecidePolicyForNavigationAction): |
|
411 (WebCore::FrameLoaderClientHaiku::dispatchUnableToImplementPolicy): |
|
412 (WebCore::FrameLoaderClientHaiku::startDownload): |
|
413 (WebCore::FrameLoaderClientHaiku::createFrame): |
|
414 (WebCore::FrameLoaderClientHaiku::objectContentType): |
|
415 (WebCore::FrameLoaderClientHaiku::createPlugin): |
|
416 (WebCore::FrameLoaderClientHaiku::redirectDataToPlugin): |
|
417 (WebCore::FrameLoaderClientHaiku::pluginWillHandleLoadError): |
|
418 (WebCore::FrameLoaderClientHaiku::createJavaAppletWidget): |
|
419 (WebCore::FrameLoaderClientHaiku::overrideMediaType): |
|
420 (WebCore::FrameLoaderClientHaiku::windowObjectCleared): |
|
421 (WebCore::FrameLoaderClientHaiku::documentElementAvailable): |
|
422 (WebCore::FrameLoaderClientHaiku::didPerformFirstNavigation): |
|
423 (WebCore::FrameLoaderClientHaiku::registerForIconNotification): |
|
424 (WebCore::FrameLoaderClientHaiku::savePlatformDataToCachedFrame): |
|
425 (WebCore::FrameLoaderClientHaiku::transitionToCommittedFromCachedFrame): |
|
426 (WebCore::FrameLoaderClientHaiku::transitionToCommittedForNewPage): |
|
427 * haiku/WebCoreSupport/FrameLoaderClientHaiku.h: Added. |
|
428 (WebCore::FrameLoaderClientHaiku::~FrameLoaderClientHaiku): |
|
429 |
|
430 2009-07-28 Maxime Simon <simon.maxime@gmail.com> |
|
431 |
|
432 Reviewed by David Levin. |
|
433 |
|
434 Added ChromeClient for Haiku WebCore support. |
|
435 https://bugs.webkit.org/show_bug.cgi?id=26952 |
|
436 |
|
437 * haiku/WebCoreSupport/ChromeClientHaiku.cpp: Added. |
|
438 (WebCore::ChromeClientHaiku::ChromeClientHaiku): |
|
439 (WebCore::ChromeClientHaiku::~ChromeClientHaiku): |
|
440 (WebCore::ChromeClientHaiku::chromeDestroyed): |
|
441 (WebCore::ChromeClientHaiku::setWindowRect): |
|
442 (WebCore::ChromeClientHaiku::windowRect): |
|
443 (WebCore::ChromeClientHaiku::pageRect): |
|
444 (WebCore::ChromeClientHaiku::scaleFactor): |
|
445 (WebCore::ChromeClientHaiku::focus): |
|
446 (WebCore::ChromeClientHaiku::unfocus): |
|
447 (WebCore::ChromeClientHaiku::canTakeFocus): |
|
448 (WebCore::ChromeClientHaiku::takeFocus): |
|
449 (WebCore::ChromeClientHaiku::createWindow): |
|
450 (WebCore::ChromeClientHaiku::createModalDialog): |
|
451 (WebCore::ChromeClientHaiku::show): |
|
452 (WebCore::ChromeClientHaiku::canRunModal): |
|
453 (WebCore::ChromeClientHaiku::runModal): |
|
454 (WebCore::ChromeClientHaiku::setToolbarsVisible): |
|
455 (WebCore::ChromeClientHaiku::toolbarsVisible): |
|
456 (WebCore::ChromeClientHaiku::setStatusbarVisible): |
|
457 (WebCore::ChromeClientHaiku::statusbarVisible): |
|
458 (WebCore::ChromeClientHaiku::setScrollbarsVisible): |
|
459 (WebCore::ChromeClientHaiku::scrollbarsVisible): |
|
460 (WebCore::ChromeClientHaiku::setMenubarVisible): |
|
461 (WebCore::ChromeClientHaiku::menubarVisible): |
|
462 (WebCore::ChromeClientHaiku::setResizable): |
|
463 (WebCore::ChromeClientHaiku::addMessageToConsole): |
|
464 (WebCore::ChromeClientHaiku::canRunBeforeUnloadConfirmPanel): |
|
465 (WebCore::ChromeClientHaiku::runBeforeUnloadConfirmPanel): |
|
466 (WebCore::ChromeClientHaiku::closeWindowSoon): |
|
467 (WebCore::ChromeClientHaiku::runJavaScriptAlert): |
|
468 (WebCore::ChromeClientHaiku::runJavaScriptConfirm): |
|
469 (WebCore::ChromeClientHaiku::runJavaScriptPrompt): |
|
470 (WebCore::ChromeClientHaiku::setStatusbarText): |
|
471 (WebCore::ChromeClientHaiku::shouldInterruptJavaScript): |
|
472 (WebCore::ChromeClientHaiku::tabsToLinks): |
|
473 (WebCore::ChromeClientHaiku::windowResizerRect): |
|
474 (WebCore::ChromeClientHaiku::repaint): |
|
475 (WebCore::ChromeClientHaiku::scroll): |
|
476 (WebCore::ChromeClientHaiku::screenToWindow): |
|
477 (WebCore::ChromeClientHaiku::windowToScreen): |
|
478 (WebCore::ChromeClientHaiku::platformWindow): |
|
479 (WebCore::ChromeClientHaiku::contentsSizeChanged): |
|
480 (WebCore::ChromeClientHaiku::scrollRectIntoView): |
|
481 (WebCore::ChromeClientHaiku::addToDirtyRegion): |
|
482 (WebCore::ChromeClientHaiku::scrollBackingStore): |
|
483 (WebCore::ChromeClientHaiku::updateBackingStore): |
|
484 (WebCore::ChromeClientHaiku::mouseDidMoveOverElement): |
|
485 (WebCore::ChromeClientHaiku::setToolTip): |
|
486 (WebCore::ChromeClientHaiku::print): |
|
487 (WebCore::ChromeClientHaiku::exceededDatabaseQuota): |
|
488 (WebCore::ChromeClientWx::reachedMaxAppCacheSize): |
|
489 (WebCore::ChromeClientHaiku::requestGeolocationPermissionForFrame): |
|
490 (WebCore::ChromeClientHaiku::runOpenPanel): |
|
491 (WebCore::ChromeClientHaiku::setCursor): |
|
492 (WebCore::ChromeClientHaiku::formStateDidChange): |
|
493 (WebCore::ChromeClientHaiku::createHTMLParserQuirks): |
|
494 * haiku/WebCoreSupport/ChromeClientHaiku.h: Added. |
|
495 |
|
496 2009-07-28 Robert Hogan <robert@roberthogan.net> |
|
497 |
|
498 Reviewed by Simon Hausmann. |
|
499 |
|
500 Add WebKit version API to Qt. |
|
501 |
|
502 Get the current version of WebKit from WebKit/mac/Configurations/Version.xcconfig |
|
503 at compile time and make it available to webkit ports through WebKitVersion.h. |
|
504 |
|
505 https://bugs.webkit.org/show_bug.cgi?id=27158 |
|
506 |
|
507 * scripts/generate-webkitversion.pl: Added |
|
508 |
|
509 2009-07-24 Andrei Popescu <andreip@google.com> |
|
510 |
|
511 ApplicationCache should have size limit |
|
512 https://bugs.webkit.org/show_bug.cgi?id=22700 |
|
513 |
|
514 Updated the project after adding WebApplicationCache.h/mm |
|
515 |
|
516 * WebKit.xcodeproj/project.pbxproj: |
|
517 |
|
518 2009-07-16 Maxime Simon <simon.maxime@gmail.com> |
|
519 |
|
520 Reviewed by Eric Seidel. |
|
521 |
|
522 Added InspectorClient for Haiku WebCore support. |
|
523 https://bugs.webkit.org/show_bug.cgi?id=26952 |
|
524 |
|
525 Adding two files, InspectorClientHaiku.h and InspectorClientHaiku.cpp |
|
526 |
|
527 * haiku/WebCoreSupport/InspectorClientHaiku.cpp: Added. |
|
528 (WebCore::InspectorClientHaiku::inspectorDestroyed): |
|
529 (WebCore::InspectorClientHaiku::createPage): |
|
530 (WebCore::InspectorClientHaiku::localizedStringsURL): |
|
531 (WebCore::InspectorClientHaiku::hiddenPanels): |
|
532 (WebCore::InspectorClientHaiku::showWindow): |
|
533 (WebCore::InspectorClientHaiku::closeWindow): |
|
534 (WebCore::InspectorClientHaiku::attachWindow): |
|
535 (WebCore::InspectorClientHaiku::detachWindow): |
|
536 (WebCore::InspectorClientHaiku::setAttachedWindowHeight): |
|
537 (WebCore::InspectorClientHaiku::highlight): |
|
538 (WebCore::InspectorClientHaiku::hideHighlight): |
|
539 (WebCore::InspectorClientHaiku::inspectedURLChanged): |
|
540 (WebCore::InspectorClientHaiku::populateSetting): |
|
541 (WebCore::InspectorClientHaiku::storeSetting): |
|
542 (WebCore::InspectorClientHaiku::removeSetting): |
|
543 * haiku/WebCoreSupport/InspectorClientHaiku.h: Added. |
|
544 |
|
545 2009-07-16 Maxime Simon <simon.maxime@gmail.com> |
|
546 |
|
547 Reviewed by Oliver Hunt. |
|
548 |
|
549 Added EditorClient for Haiku WebCore support. |
|
550 https://bugs.webkit.org/show_bug.cgi?id=26952 |
|
551 |
|
552 Adding two files, EditorClientHaiku.h and EditorClientHaiku.cpp |
|
553 |
|
554 * haiku/WebCoreSupport/EditorClientHaiku.cpp: Added. |
|
555 (WebCore::EditorClientHaiku::EditorClientHaiku): |
|
556 (WebCore::EditorClientHaiku::setPage): |
|
557 (WebCore::EditorClientHaiku::pageDestroyed): |
|
558 (WebCore::EditorClientHaiku::shouldDeleteRange): |
|
559 (WebCore::EditorClientHaiku::shouldShowDeleteInterface): |
|
560 (WebCore::EditorClientHaiku::smartInsertDeleteEnabled): |
|
561 (WebCore::EditorClientHaiku::isSelectTrailingWhitespaceEnabled): |
|
562 (WebCore::EditorClientHaiku::isContinuousSpellCheckingEnabled): |
|
563 (WebCore::EditorClientHaiku::toggleContinuousSpellChecking): |
|
564 (WebCore::EditorClientHaiku::isGrammarCheckingEnabled): |
|
565 (WebCore::EditorClientHaiku::toggleGrammarChecking): |
|
566 (WebCore::EditorClientHaiku::spellCheckerDocumentTag): |
|
567 (WebCore::EditorClientHaiku::isEditable): |
|
568 (WebCore::EditorClientHaiku::shouldBeginEditing): |
|
569 (WebCore::EditorClientHaiku::shouldEndEditing): |
|
570 (WebCore::EditorClientHaiku::shouldInsertNode): |
|
571 (WebCore::EditorClientHaiku::shouldInsertText): |
|
572 (WebCore::EditorClientHaiku::shouldChangeSelectedRange): |
|
573 (WebCore::EditorClientHaiku::shouldApplyStyle): |
|
574 (WebCore::EditorClientHaiku::shouldMoveRangeAfterDelete): |
|
575 (WebCore::EditorClientHaiku::didBeginEditing): |
|
576 (WebCore::EditorClientHaiku::respondToChangedContents): |
|
577 (WebCore::EditorClientHaiku::respondToChangedSelection): |
|
578 (WebCore::EditorClientHaiku::didEndEditing): |
|
579 (WebCore::EditorClientHaiku::didWriteSelectionToPasteboard): |
|
580 (WebCore::EditorClientHaiku::didSetSelectionTypesForPasteboard): |
|
581 (WebCore::EditorClientHaiku::registerCommandForUndo): |
|
582 (WebCore::EditorClientHaiku::registerCommandForRedo): |
|
583 (WebCore::EditorClientHaiku::clearUndoRedoOperations): |
|
584 (WebCore::EditorClientHaiku::canUndo): |
|
585 (WebCore::EditorClientHaiku::canRedo): |
|
586 (WebCore::EditorClientHaiku::undo): |
|
587 (WebCore::EditorClientHaiku::redo): |
|
588 (WebCore::EditorClientHaiku::handleKeyboardEvent): |
|
589 (WebCore::EditorClientHaiku::handleInputMethodKeydown): |
|
590 (WebCore::EditorClientHaiku::textFieldDidBeginEditing): |
|
591 (WebCore::EditorClientHaiku::textFieldDidEndEditing): |
|
592 (WebCore::EditorClientHaiku::textDidChangeInTextField): |
|
593 (WebCore::EditorClientHaiku::doTextFieldCommandFromEvent): |
|
594 (WebCore::EditorClientHaiku::textWillBeDeletedInTextField): |
|
595 (WebCore::EditorClientHaiku::textDidChangeInTextArea): |
|
596 (WebCore::EditorClientHaiku::ignoreWordInSpellDocument): |
|
597 (WebCore::EditorClientHaiku::learnWord): |
|
598 (WebCore::EditorClientHaiku::checkSpellingOfString): |
|
599 (WebCore::EditorClientHaiku::getAutoCorrectSuggestionForMisspelledWord): |
|
600 (WebCore::EditorClientHaiku::checkGrammarOfString): |
|
601 (WebCore::EditorClientHaiku::updateSpellingUIWithGrammarString): |
|
602 (WebCore::EditorClientHaiku::updateSpellingUIWithMisspelledWord): |
|
603 (WebCore::EditorClientHaiku::showSpellingUI): |
|
604 (WebCore::EditorClientHaiku::spellingUIIsShowing): |
|
605 (WebCore::EditorClientHaiku::getGuessesForWord): |
|
606 (WebCore::EditorClientHaiku::setInputMethodState): |
|
607 (WebCore::EditorClientHaiku::isEditing): |
|
608 * haiku/WebCoreSupport/EditorClientHaiku.h: Added. |
|
609 |
|
610 2009-07-16 Maxime Simon <simon.maxime@gmail.com> |
|
611 |
|
612 Reviewed by Eric Seidel. |
|
613 |
|
614 Added DragClient for Haiku WebCore support. |
|
615 https://bugs.webkit.org/show_bug.cgi?id=26952 |
|
616 |
|
617 Adding two files, DragClientHaiku.h and DragClientHaiku.cpp |
|
618 |
|
619 * haiku/WebCoreSupport/DragClientHaiku.cpp: Added. |
|
620 (WebCore::DragClientHaiku::actionMaskForDrag): |
|
621 (WebCore::DragClientHaiku::willPerformDragDestinationAction): |
|
622 (WebCore::DragClientHaiku::dragControllerDestroyed): |
|
623 (WebCore::DragClientHaiku::dragSourceActionMaskForPoint): |
|
624 (WebCore::DragClientHaiku::willPerformDragSourceAction): |
|
625 (WebCore::DragClientHaiku::startDrag): |
|
626 (WebCore::DragClientHaiku::createDragImageForLink): |
|
627 * haiku/WebCoreSupport/DragClientHaiku.h: Added. |
|
628 |
|
629 2009-07-16 Maxime Simon <simon.maxime@gmail.com> |
|
630 |
|
631 Reviewed by Oliver Hunt. |
|
632 |
|
633 Added ContextMenuClient for Haiku WebCore support. |
|
634 https://bugs.webkit.org/show_bug.cgi?id=26952 |
|
635 |
|
636 Adding two files, ContextMenuClientHaiku.h |
|
637 and ContextMenuClientHaiku.cpp |
|
638 |
|
639 * haiku/WebCoreSupport/ContextMenuClientHaiku.cpp: Added. |
|
640 (WebCore::ContextMenuClientHaiku::contextMenuDestroyed): |
|
641 (WebCore::ContextMenuClientHaiku::getCustomMenuFromDefaultItems): |
|
642 (WebCore::ContextMenuClientHaiku::contextMenuItemSelected): |
|
643 (WebCore::ContextMenuClientHaiku::downloadURL): |
|
644 (WebCore::ContextMenuClientHaiku::lookUpInDictionary): |
|
645 (WebCore::ContextMenuClientHaiku::speak): |
|
646 (WebCore::ContextMenuClientHaiku::isSpeaking): |
|
647 (WebCore::ContextMenuClientHaiku::stopSpeaking): |
|
648 (WebCore::ContextMenuClientHaiku::searchWithGoogle): |
|
649 * haiku/WebCoreSupport/ContextMenuClientHaiku.h: Added. |
|
650 |
|
651 2009-07-10 Adam Roben <aroben@apple.com> |
|
652 |
|
653 Sort all our Xcode projects |
|
654 |
|
655 Accomplished using sort-Xcode-project-file. |
|
656 |
|
657 Requested by Dave Kilzer. |
|
658 |
|
659 * WebKit.xcodeproj/project.pbxproj: |
|
660 |
|
661 2009-07-02 Adam Roben <aroben@apple.com> |
|
662 |
|
663 Fix warnings from update-webkit-localizable-strings |
|
664 |
|
665 Rubber-stamped by Eric Carlson. |
|
666 |
|
667 * English.lproj/Localizable.strings: Updated. |
|
668 |
|
669 2009-07-02 Adam Roben <aroben@apple.com> |
|
670 |
|
671 Update StringsNotToBeLocalized.txt for (not so) recent changes |
|
672 |
|
673 Bug 26926: StringsNotToBeLocalized.txt is out-of-date |
|
674 <https://bugs.webkit.org/show_bug.cgi?id=26926> |
|
675 |
|
676 Reviewed by John Sullivan. |
|
677 |
|
678 * StringsNotToBeLocalized.txt: |
|
679 |
|
680 2009-07-02 Pierre d'Herbemont <pdherbemont@apple.com> |
|
681 |
|
682 Reviewed by Simon Fraser. |
|
683 |
|
684 <rdar://problem/6518119> |
|
685 |
|
686 Add localized strings for media controller status messages. |
|
687 |
|
688 * English.lproj/Localizable.strings: Localized text. |
|
689 |
|
690 2009-06-08 Dan Bernstein <mitz@apple.com> |
|
691 |
|
692 Rubber-stamped by Mark Rowe. |
|
693 |
|
694 - updated the project after giving Objective-C++ the .mm extension |
|
695 |
|
696 * WebKit.xcodeproj/project.pbxproj: |
|
697 |
|
698 2009-06-04 Sam Weinig <sam@webkit.org> |
|
699 |
|
700 Reviewed by Alice Liu. |
|
701 |
|
702 Move WebView internal data into WebViewData.h/mm. |
|
703 |
|
704 * WebKit.xcodeproj/project.pbxproj: |
|
705 |
|
706 2009-06-03 Sam Weinig <sam@webkit.org> |
|
707 |
|
708 Reviewed by Mark Rowe. |
|
709 |
|
710 Added WebDelegateImplementationCaching.h/mm |
|
711 |
|
712 * WebKit.xcodeproj/project.pbxproj: |
|
713 |
|
714 2009-06-03 Sam Weinig <sam@webkit.org> |
|
715 |
|
716 Reviewed by Mark Rowe. |
|
717 |
|
718 Add WebViewInternal.mm. |
|
719 |
|
720 * WebKit.xcodeproj/project.pbxproj: |
|
721 |
|
722 2009-06-03 Dan Bernstein <mitz@apple.com> |
|
723 |
|
724 Reviewed by Anders Carlsson. |
|
725 |
|
726 - WebKit project part of eliminating WebCoreTextRenderer |
|
727 |
|
728 * WebKit.xcodeproj/project.pbxproj: Changed WebKitNSStringExtras.m to |
|
729 compile as Objective-C++. |
|
730 |
|
731 2009-06-01 Darin Adler <darin@apple.com> |
|
732 |
|
733 Reviewed by Maciej Stachowiak. |
|
734 |
|
735 Bug 26113: break WebTextCompletionController out into its own source file |
|
736 https://bugs.webkit.org/show_bug.cgi?id=26113 |
|
737 |
|
738 * WebKit.xcodeproj/project.pbxproj: Add WebTextCompletionController.h/mm. |
|
739 |
|
740 2009-05-28 Mark Rowe <mrowe@apple.com> |
|
741 |
|
742 Rubber-stamped by Anders Carlsson. |
|
743 |
|
744 Symlink WebKitPluginHost.app in to place if needed. |
|
745 |
|
746 * WebKit.xcodeproj/project.pbxproj: |
|
747 |
|
748 2009-05-24 Darin Adler <darin@apple.com> |
|
749 |
|
750 * StringsNotToBeLocalized.txt: Updated for recent changes. Got rid of most full-file exceptions. |
|
751 |
|
752 2009-05-16 Anders Carlsson <andersca@apple.com> |
|
753 |
|
754 Reviewed by Sam Weinig and Dan Bernstein. |
|
755 |
|
756 Fix <rdar://problem/6889644>. |
|
757 |
|
758 * English.lproj/Localizable.strings: |
|
759 |
|
760 2009-05-10 Alexey Proskuryakov <ap@webkit.org> |
|
761 |
|
762 Reviewed by Dan Bernstein. |
|
763 |
|
764 <rdar://problem/6870383> Have to enter credentials twice when downloading from a protected page |
|
765 |
|
766 * WebKit.xcodeproj/project.pbxproj: Renamed Misc/WebDownload.m as WebDownload.mm, so that |
|
767 it could use C++ code from AuthenticaitonMac.h. |
|
768 |
|
769 2009-04-27 Douglas R. Davidson <ddavidso@apple.com> |
|
770 |
|
771 Add localizable strings for |
|
772 <rdar://problem/6724106> WebViews need to implement text checking |
|
773 |
|
774 Reviewed by Justin Garcia. |
|
775 |
|
776 * English.lproj/Localizable.strings: |
|
777 |
|
778 2009-04-27 Kevin Decker <kdecker@apple.com> |
|
779 |
|
780 Reviewed by Anders Carlsson. |
|
781 |
|
782 <rdar://problem/6352982> |
|
783 |
|
784 * WebKit.xcodeproj/project.pbxproj: Added WebNetscapeContainerCheckContextInfo.mm to the project. |
|
785 |
|
786 2009-04-23 Kevin Decker <kdecker@apple.com> |
|
787 |
|
788 Reviewed by Anders Carlsson. |
|
789 |
|
790 * WebKit.xcodeproj/project.pbxproj: Added WebNetscapeContainerCheckPrivate.mm and header to the project. |
|
791 |
|
792 2009-04-21 Adam Roben <aroben@apple.com> |
|
793 |
|
794 Update StringsNotToBeLocalized.txt for recent changes |
|
795 |
|
796 Rubber-stamped by John Sullivan. |
|
797 |
|
798 * StringsNotToBeLocalized.txt: |
|
799 |
|
800 2009-04-19 Darin Adler <darin@apple.com> |
|
801 |
|
802 * StringsNotToBeLocalized.txt: Updated for recent changes. |
|
803 |
|
804 2009-04-17 David Kilzer <ddkilzer@apple.com> |
|
805 |
|
806 Simplify FEATURE_DEFINES definition |
|
807 |
|
808 Reviewed by Darin Adler. |
|
809 |
|
810 This moves FEATURE_DEFINES and its related ENABLE_FEATURE_NAME |
|
811 variables to their own FeatureDefines.xcconfig file. It also |
|
812 extracts a new ENABLE_GEOLOCATION variable so that |
|
813 FEATURE_DEFINES only needs to be defined once. |
|
814 |
|
815 * WebKit.xcodeproj/project.pbxproj: Added |
|
816 FeatureDefines.xcconfig file. |
|
817 |
|
818 2009-04-10 Timothy Hatcher <timothy@apple.com> |
|
819 |
|
820 Remove DOMDocumentPrivate.h now that <rdar://problem/6730996> is fixed. |
|
821 |
|
822 Rubber-stamped by Mark Rowe. |
|
823 |
|
824 * WebKit.xcodeproj/project.pbxproj: |
|
825 |
|
826 2009-04-09 Mike Thole <mthole@apple.com> |
|
827 |
|
828 Reviewed by Adam Roben. |
|
829 |
|
830 * WebKit.xcodeproj/project.pbxproj: |
|
831 Set the Localizable.strings encoding to UTF-16. |
|
832 |
|
833 2009-04-07 Anders Carlsson <andersca@apple.com> |
|
834 |
|
835 Try to fix the Leopard build once more. |
|
836 |
|
837 * WebKit.xcodeproj/project.pbxproj: |
|
838 |
|
839 2009-04-07 Anders Carlsson <andersca@apple.com> |
|
840 |
|
841 Another attempt at fixing the build. |
|
842 |
|
843 * WebKit.xcodeproj/project.pbxproj: |
|
844 |
|
845 2009-04-02 Adele Peterson <adele@apple.com> |
|
846 |
|
847 Reviewed by Darin Adler. |
|
848 |
|
849 * WebKit.xcodeproj/project.pbxproj: |
|
850 Add WebDOMOperationsInternal.h and make WebDOMOperationsPrivate.h private. |
|
851 |
|
852 2009-04-01 Greg Bolsinga <bolsinga@apple.com> |
|
853 |
|
854 Reviewed by Mark Rowe. |
|
855 |
|
856 https://bugs.webkit.org/show_bug.cgi?id=24990 |
|
857 Put SECTORDER_FLAGS into xcconfig files. |
|
858 |
|
859 * WebKit.xcodeproj/project.pbxproj: |
|
860 |
|
861 2009-03-27 Darin Adler <darin@apple.com> |
|
862 |
|
863 * StringsNotToBeLocalized.txt: Updated for recent changes. |
|
864 |
|
865 2009-03-16 Darin Adler <darin@apple.com> |
|
866 |
|
867 Reviewed by Dan Bernstein. |
|
868 |
|
869 * English.lproj/Localizable.strings: Updated. |
|
870 * StringsNotToBeLocalized.txt: Updated for recent changes. |
|
871 |
|
872 2009-03-13 Greg Bolsinga <bolsinga@apple.com> |
|
873 |
|
874 Reviewed by Simon Fraser. |
|
875 |
|
876 Update Geolocation perimission dialogs to be asynchronous. |
|
877 https://bugs.webkit.org/show_bug.cgi?id=24505 |
|
878 |
|
879 Add WebGeolocation, a wrapper around WebCore::Geolocation. It mimics the |
|
880 coding style set by WebSecurityOrigin. |
|
881 |
|
882 * WebKit.xcodeproj/project.pbxproj: |
|
883 |
|
884 2009-03-13 Anders Carlsson <andersca@apple.com> |
|
885 |
|
886 Reviewed by Dan Bernstein. |
|
887 |
|
888 <rdar://problem/6610666> Revise the Cocoa event model text API |
|
889 |
|
890 Remove nptextinput.h |
|
891 |
|
892 * WebKit.xcodeproj/project.pbxproj: |
|
893 |
|
894 2009-03-03 David Kilzer <ddkilzer@apple.com> |
|
895 |
|
896 <rdar://problem/6581203> WebCore and WebKit should install the same set of headers during installhdrs phase as build phase |
|
897 |
|
898 Reviewed by Mark Rowe. |
|
899 |
|
900 The fix is to add INSTALLHDRS_COPY_PHASE = YES and |
|
901 INSTALLHDRS_SCRIPT_PHASE = YES to WebKit.xcconfig, then to |
|
902 make sure various build phase scripts work with the installhdrs |
|
903 build phase. |
|
904 |
|
905 * WebKit.xcodeproj/project.pbxproj: |
|
906 - Added shell code to prevent running "Check For Global |
|
907 Initializers", "Check For Exit Time Destructors" and "Check |
|
908 For Weak VTables" scripts during the installhdrs build phase. |
|
909 - Removed UMBRELLA_FRAMEWORKS_DIR from the Debug and Release |
|
910 targets since it's no longer needed after defining |
|
911 WEBCORE_PRIVATE_HEADERS_DIR in WebKit.xcconfig. |
|
912 |
|
913 2009-03-03 David Kilzer <ddkilzer@apple.com> |
|
914 |
|
915 Remove last vestiges of JAVASCRIPTCORE_PRIVATE_HEADERS_DIR from WebKit |
|
916 |
|
917 Reviewed by Adam Roben. |
|
918 |
|
919 Use of JAVASCRIPTCORE_PRIVATE_HEADERS_DIR was removed in r37465 |
|
920 since NPAPI headers had migrated from JavaScriptCore to WebCore |
|
921 before that. |
|
922 |
|
923 * WebKit.xcodeproj/project.pbxproj: Removed |
|
924 JAVASCRIPTCORE_PRIVATE_HEADERS_DIR build setting from from Debug |
|
925 and Release configurations. |
|
926 |
|
927 2009-03-02 Anders Carlsson <andersca@apple.com> |
|
928 |
|
929 WebNetscapePluginPackage.mm is an Objective-C++ file. |
|
930 |
|
931 * WebKit.xcodeproj/project.pbxproj: |
|
932 |
|
933 2009-03-02 Anders Carlsson <andersca@apple.com> |
|
934 |
|
935 Reviewed by John Sullivan. |
|
936 |
|
937 Rename WebNetscapePluginPackage.m to WebNetscapePluginPackage.mm |
|
938 |
|
939 * WebKit.xcodeproj/project.pbxproj: |
|
940 |
|
941 2009-02-20 Anders Carlsson <andersca@apple.com> |
|
942 |
|
943 Reviewed by Dan Bernstein. |
|
944 |
|
945 Add new files. |
|
946 |
|
947 * WebKit.xcodeproj/project.pbxproj: |
|
948 |
|
949 2009-02-13 Darin Adler <darin@apple.com> |
|
950 |
|
951 * StringsNotToBeLocalized.txt: Updated for recent changes. |
|
952 |
|
953 2009-02-07 Darin Adler <darin@apple.com> |
|
954 |
|
955 * StringsNotToBeLocalized.txt: Updated for recent changes. |
|
956 |
|
957 2009-02-04 Timothy Hatcher <timothy@apple.com> |
|
958 |
|
959 Removed the WebDefaultScriptDebugDelegate now that we have CallScriptDebugDelegate. |
|
960 |
|
961 <rdar://problem/6508457> Launching widget in Dashcode debugger is |
|
962 super-slow due forwardInvocation: calling debug delegate |
|
963 |
|
964 Reviewed by Oliver Hunt. |
|
965 |
|
966 * WebKit.xcodeproj/project.pbxproj: |
|
967 |
|
968 2009-02-02 Anders Carlsson <andersca@apple.com> |
|
969 |
|
970 Reviewed by Dan Bernstein. |
|
971 |
|
972 Remove WebKitPluginContainerView.{h|mm}, they aren't used anywhere. |
|
973 |
|
974 * WebKit.xcodeproj/project.pbxproj: |
|
975 |
|
976 2009-01-26 Mark Rowe <mrowe@apple.com> |
|
977 |
|
978 Rubber-stamped by Sam Weinig. |
|
979 |
|
980 Clean up after r40240. |
|
981 |
|
982 * WebKit.xcodeproj/project.pbxproj: Reinstate WebKitPluginHost.defs. |
|
983 |
|
984 2009-01-25 Darin Adler <darin@apple.com> |
|
985 |
|
986 Try to fix full build on Mac Leopard. |
|
987 |
|
988 * WebKit.xcodeproj/project.pbxproj: Removed WebKitPluginClient.defs from the WebKit target. |
|
989 Maybe this is temporary, but I had to do it to get the full build to succeed. |
|
990 |
|
991 2009-01-25 Mark Rowe <mrowe@apple.com> |
|
992 |
|
993 Rubber-stamped by Dan Bernstein. |
|
994 |
|
995 Improve the consistency of settings in our .xcconfig files. |
|
996 |
|
997 * WebKit.xcodeproj/project.pbxproj: |
|
998 |
|
999 2009-01-23 Brady Eidson <beidson@apple.com> |
|
1000 |
|
1001 Rubberstamped by Darin Adler |
|
1002 |
|
1003 Rename CachedPagePlatformData to CachedFramePlatformData to more accurately reflect its true role. |
|
1004 |
|
1005 * WebKit.xcodeproj/project.pbxproj: |
|
1006 |
|
1007 2009-01-20 Anders Carlsson <andersca@apple.com> |
|
1008 |
|
1009 Reviewed by Sam Weinig. |
|
1010 |
|
1011 Add ProxyInstance files. |
|
1012 |
|
1013 * WebKit.xcodeproj/project.pbxproj: |
|
1014 |
|
1015 2009-01-04 David Kilzer <ddkilzer@apple.com> |
|
1016 |
|
1017 Don't install internal headers in WebKit framework |
|
1018 |
|
1019 Reviewed by Darin Adler. |
|
1020 |
|
1021 * WebKit.xcodeproj/project.pbxproj: Remove roles from internal |
|
1022 headers so they're not installed. |
|
1023 |
|
1024 2009-01-02 Darin Adler <darin@apple.com> |
|
1025 |
|
1026 * StringsNotToBeLocalized.txt: Updated. |
|
1027 |
|
1028 2008-12-23 Darin Adler <darin@apple.com> |
|
1029 |
|
1030 Reviewed by Alexey Proskuryakov. |
|
1031 |
|
1032 - fix https://bugs.webkit.org/show_bug.cgi?id=22976 |
|
1033 crash due to Mail's use of WebArchive and WebResource on non-main thread |
|
1034 |
|
1035 * StringsNotToBeLocalized.txt: Updated. |
|
1036 |
|
1037 * WebKit.xcodeproj/project.pbxproj: Added new file WebNSObjectExtras.mm and |
|
1038 existing file WebResourceInternal.h. |
|
1039 |
|
1040 2008-12-08 David Kilzer <ddkilzer@apple.com> |
|
1041 |
|
1042 Bug 22555: Sort "children" sections in Xcode project files |
|
1043 |
|
1044 <https://bugs.webkit.org/show_bug.cgi?id=22555> |
|
1045 |
|
1046 Reviewed by Eric Seidel. |
|
1047 |
|
1048 * WebKit.xcodeproj/project.pbxproj: Sorted. |
|
1049 |
|
1050 2008-12-08 Darin Adler <darin@apple.com> |
|
1051 |
|
1052 * StringsNotToBeLocalized.txt: Updated for recent changes. |
|
1053 |
|
1054 2008-12-05 Dan Bernstein <mitz@apple.com> |
|
1055 |
|
1056 Mac build fix. |
|
1057 |
|
1058 * WebKit.xcodeproj/project.pbxproj: |
|
1059 |
|
1060 2008-12-05 Dan Bernstein <mitz@apple.com> |
|
1061 |
|
1062 Mac build fix. |
|
1063 |
|
1064 * WebKit.xcodeproj/project.pbxproj: |
|
1065 |
|
1066 2008-12-04 Anders Carlsson <andersca@apple.com> |
|
1067 |
|
1068 Reviewed by Sam Weinig. |
|
1069 |
|
1070 Add HostedNetscapePluginStream. |
|
1071 |
|
1072 * WebKit.xcodeproj/project.pbxproj: |
|
1073 |
|
1074 2008-12-03 Anders Carlsson <andersca@apple.com> |
|
1075 |
|
1076 Reviewed by Sam Weinig. |
|
1077 |
|
1078 Move WebPluginRequest to its own file. |
|
1079 |
|
1080 * WebKit.xcodeproj/project.pbxproj: |
|
1081 |
|
1082 2008-12-03 Steve Falkenburg <sfalken@apple.com> |
|
1083 |
|
1084 Update strings not to be localized. |
|
1085 |
|
1086 Reviewed by Adam Roben. |
|
1087 |
|
1088 * StringsNotToBeLocalized.txt: |
|
1089 |
|
1090 2008-11-26 Mark Rowe <mrowe@apple.com> |
|
1091 |
|
1092 Build fix. |
|
1093 |
|
1094 Fix up the references to files under WebKit/mac/Plugins/Hosted. |
|
1095 |
|
1096 * WebKit.xcodeproj/project.pbxproj: |
|
1097 |
|
1098 2008-11-26 Anders Carlsson <andersca@apple.com> |
|
1099 |
|
1100 Reviewed by Mark Rowe. |
|
1101 |
|
1102 Add plug-in host related files to the Xcode project. |
|
1103 |
|
1104 * WebKit.xcodeproj/project.pbxproj: |
|
1105 |
|
1106 2008-11-14 Dan Bernstein <mitz@apple.com> |
|
1107 |
|
1108 Reviewed by Darin Adler. |
|
1109 |
|
1110 - part of <rdar://problem/6234337> Add a Text Direction menu to the default context menu when appropriate |
|
1111 |
|
1112 * English.lproj/Localizable.strings: Added the Text Direction submenu |
|
1113 title. |
|
1114 |
|
1115 2008-11-13 John Sullivan <sullivan@apple.com> |
|
1116 |
|
1117 fixed <rdar://problem/6361578> Web Kit UI strings: a few edits |
|
1118 |
|
1119 Reviewed by Tim Hatcher |
|
1120 |
|
1121 * English.lproj/Localizable.strings: |
|
1122 updated for these changes |
|
1123 |
|
1124 * StringsNotToBeLocalized.txt: |
|
1125 removed unused exception |
|
1126 |
|
1127 2008-11-12 John Sullivan <sullivan@apple.com> |
|
1128 |
|
1129 fixed <rdar://problem/3839110> Authentication dialogs talk about passwords being sent "in the clear" |
|
1130 |
|
1131 Reviewed by Tim Hatcher |
|
1132 |
|
1133 * English.lproj/Localizable.strings: |
|
1134 * StringsNotToBeLocalized.txt: |
|
1135 updated for this change |
|
1136 |
|
1137 2008-11-10 Anders Carlsson <andersca@apple.com> |
|
1138 |
|
1139 Reviewed by Kevin Decker. |
|
1140 |
|
1141 Add WebHostedNetscapePluginView to the project. |
|
1142 |
|
1143 * WebKit.xcodeproj/project.pbxproj: |
|
1144 |
|
1145 2008-11-10 Anders Carlsson <andersca@apple.com> |
|
1146 |
|
1147 Reviewed by Kevin Decker. |
|
1148 |
|
1149 Add a new WebBaseNetscapePluginView class. |
|
1150 |
|
1151 * WebKit.xcodeproj/project.pbxproj: |
|
1152 |
|
1153 2008-11-10 Anders Carlsson <andersca@apple.com> |
|
1154 |
|
1155 Reviewed by Adam Roben. |
|
1156 |
|
1157 Rename WebBaseNetscapePluginView to WebNetscapePluginView. |
|
1158 |
|
1159 * StringsNotToBeLocalized.txt: |
|
1160 * WebKit.xcodeproj/project.pbxproj: |
|
1161 |
|
1162 2008-11-05 Anders Carlsson <andersca@apple.com> |
|
1163 |
|
1164 Reviewed by Kevin Decker. |
|
1165 |
|
1166 Remove WebPlugInStreamLoaderDelegate.h |
|
1167 |
|
1168 * WebKit.xcodeproj/project.pbxproj: |
|
1169 |
|
1170 2008-11-03 Darin Adler <darin@apple.com> |
|
1171 |
|
1172 Reviewed by Tim Hatcher. |
|
1173 |
|
1174 - https://bugs.webkit.org/show_bug.cgi?id=22061 |
|
1175 create script to check for exit-time destructors |
|
1176 |
|
1177 * WebKit.xcodeproj/project.pbxproj: Added a script |
|
1178 phase that runs the check-for-exit-time-destructors script. |
|
1179 |
|
1180 2008-10-31 Anders Carlsson <andersca@apple.com> |
|
1181 |
|
1182 Reviewed by Kevin Decker. |
|
1183 |
|
1184 Move WebNetscapePluginEventHandler classes to a subgroup of Netscape Plug-Ins. |
|
1185 |
|
1186 * WebKit.xcodeproj/project.pbxproj: |
|
1187 |
|
1188 2008-10-29 Matt Lilek <webkit@mattlilek.com> |
|
1189 |
|
1190 Not reviewed, build fix. |
|
1191 |
|
1192 * WebKit.xcodeproj/project.pbxproj: |
|
1193 |
|
1194 2008-10-28 Adele Peterson <adele@apple.com> |
|
1195 |
|
1196 Reviewed by John Sullivan. |
|
1197 |
|
1198 Fix for https://bugs.webkit.org/show_bug.cgi?id=21880 |
|
1199 "files" string for multifile uploads needs to be localized |
|
1200 |
|
1201 * English.lproj/Localizable.strings: Updated with new string. |
|
1202 |
|
1203 2008-10-28 Adele Peterson <adele@apple.com> |
|
1204 |
|
1205 Reviewed by Sam Weinig. |
|
1206 |
|
1207 * English.lproj/Localizable.strings: |
|
1208 Updated. |
|
1209 |
|
1210 2008-10-27 Darin Adler <darin@apple.com> |
|
1211 |
|
1212 * StringsNotToBeLocalized.txt: Updated for recent changes. |
|
1213 |
|
1214 2008-10-24 Timothy Hatcher <timothy@apple.com> |
|
1215 |
|
1216 Implement new InspectorClient methods to work with Settings. |
|
1217 |
|
1218 https://bugs.webkit.org/show_bug.cgi?id=21856 |
|
1219 |
|
1220 Reviewed by Darin Adler. |
|
1221 |
|
1222 * WebKit.xcodeproj/project.pbxproj: Add the new InspectorClientCF.cpp file. |
|
1223 |
|
1224 2008-10-15 Mark Rowe <mrowe@apple.com> |
|
1225 |
|
1226 Rubber-stamped by Brady Eidson. |
|
1227 |
|
1228 <rdar://problem/5803460> A file named StringsNotToBeLocalized.txt file is installed Webkit.framework/Resources. |
|
1229 |
|
1230 * WebKit.xcodeproj/project.pbxproj: Don't install StringsNotToBeLocalized.txt. |
|
1231 |
|
1232 2008-10-14 Maxime Britto <britto@apple.com> |
|
1233 |
|
1234 Reviewed by Darin Adler. |
|
1235 |
|
1236 * WebKit.xcodeproj/project.pbxproj: Added two files for the |
|
1237 WebTextIterator, and made the WebTextIterator.h private |
|
1238 |
|
1239 2008-10-04 Mark Rowe <mrowe@apple.com> |
|
1240 |
|
1241 Reviewed by Tim Hatcher. |
|
1242 |
|
1243 Add a 'Check For Weak VTables' build phase to catch weak vtables as early as possible. |
|
1244 |
|
1245 * WebKit.xcodeproj/project.pbxproj: |
|
1246 |
|
1247 2008-09-24 Darin Adler <darin@apple.com> |
|
1248 |
|
1249 * StringsNotToBeLocalized.txt: Updated for recent changes. |
|
1250 |
|
1251 2008-09-15 Chris Fleizach <cfleizach@apple.com> |
|
1252 |
|
1253 Reviewed by Darin Adler, Beth Dakin |
|
1254 |
|
1255 Support strings for AXLists |
|
1256 |
|
1257 * English.lproj/Localizable.strings: |
|
1258 |
|
1259 2008-09-15 Anders Carlsson <andersca@apple.com> |
|
1260 |
|
1261 Reviewed by Mitz. |
|
1262 |
|
1263 Merge WebNetscapePluginStream into WebBaseNetscapePluginStream. |
|
1264 |
|
1265 * WebKit.xcodeproj/project.pbxproj: |
|
1266 |
|
1267 2008-09-02 Mark Rowe <mrowe@apple.com> |
|
1268 |
|
1269 Reviewed by Tim Hatcher. |
|
1270 |
|
1271 Build fix. Remove the now unnecessary check for "4" in the user agent string. |
|
1272 |
|
1273 * WebKit.xcodeproj/project.pbxproj: |
|
1274 |
|
1275 2008-08-17 Geoffrey Garen <ggaren@apple.com> |
|
1276 |
|
1277 Reviewed by Cameron Zwarich. |
|
1278 |
|
1279 Updated project files to XCode 3.1. |
|
1280 |
|
1281 * WebKit.xcodeproj/project.pbxproj: |
|
1282 |
|
1283 2008-08-15 Mark Rowe <mrowe@apple.com> |
|
1284 |
|
1285 Rubber-stamped by Geoff Garen. |
|
1286 |
|
1287 <rdar://problem/6139914> Please include a _debug version of JavaScriptCore framework |
|
1288 |
|
1289 * WebKit.xcodeproj/project.pbxproj: Enable the debug variant. |
|
1290 |
|
1291 2008-08-05 Anders Carlsson <andersca@apple.com> |
|
1292 |
|
1293 Reviewed by Darin Adler. |
|
1294 |
|
1295 Remove MainThreadObjectDeallocator.{h|mm}. |
|
1296 |
|
1297 * WebKit.xcodeproj/project.pbxproj: |
|
1298 |
|
1299 2008-08-04 Mark Rowe <mrowe@apple.com> |
|
1300 |
|
1301 Reviewed by Darin Adler. |
|
1302 |
|
1303 Declare empty protocols when using versions of AppKit that do not use formal protocols for delegates and data sources. |
|
1304 Part one of fix for <rdar://problem/5853147>. |
|
1305 |
|
1306 * WebKit.xcodeproj/project.pbxproj: |
|
1307 |
|
1308 2008-07-31 David D. Kilzer <ddkilzer@webkit.org> |
|
1309 |
|
1310 Fix layout test results for webarchive/test-xml-stylesheet.xml |
|
1311 |
|
1312 Reviewed by Darin Adler. |
|
1313 |
|
1314 * WebKit.xcodeproj/project.pbxproj: Added WebHTMLRepresentationInternal.h. |
|
1315 Changed WebHTMLRepresentationInternal.h and WebHTMLRepresentationPrivate.h |
|
1316 to private so they're copied into PrivateHeaders. |
|
1317 |
|
1318 2008-07-11 Stephanie Lewis <slewis@apple.com> |
|
1319 |
|
1320 Reviewed by Darin Adler. |
|
1321 |
|
1322 Move WebPreferences.m to objc++ so it can include the new WTF leak counting class. |
|
1323 |
|
1324 * WebKit.xcodeproj/project.pbxproj: |
|
1325 |
|
1326 2008-07-07 Mark Rowe <mrowe@apple.com> |
|
1327 |
|
1328 Fix references to WebRenderNode.h and WebRenderNode.mm in Xcode project |
|
1329 so that they don't have an unnecessary ".." in the path. |
|
1330 |
|
1331 * WebKit.xcodeproj/project.pbxproj: |
|
1332 |
|
1333 2008-07-05 Mark Rowe <mrowe@apple.com> |
|
1334 |
|
1335 Reviewed by John Sullivan. |
|
1336 |
|
1337 Remove WebSearchableTextView as it has been unused for some time now. |
|
1338 |
|
1339 * WebKit.xcodeproj/project.pbxproj: |
|
1340 |
|
1341 2008-06-26 Anders Carlsson <andersca@apple.com> |
|
1342 |
|
1343 Reviewed by Darin Adler. |
|
1344 |
|
1345 Add MainThreadObjectDeallocator to sources. |
|
1346 |
|
1347 * WebKit.xcodeproj/project.pbxproj: |
|
1348 |
|
1349 2008-06-24 John Sullivan <sullivan@apple.com> |
|
1350 |
|
1351 Rubber-stamped by Sam Weinig |
|
1352 |
|
1353 * StringsNotToBeLocalized.txt: |
|
1354 brought this file up to date |
|
1355 |
|
1356 2008-06-17 Mark Rowe <mrowe@apple.com> |
|
1357 |
|
1358 Reviewed by Darin Adler. |
|
1359 |
|
1360 <rdar://problem/5775802> WebKit should not force use of GCC 4.0. |
|
1361 |
|
1362 * WebKit.xcodeproj/project.pbxproj: |
|
1363 |
|
1364 2008-05-22 Timothy Hatcher <timothy@apple.com> |
|
1365 |
|
1366 <rdar://problem/5956403> Update the Develop menu to match the new Inspector items |
|
1367 |
|
1368 Reviewed by Adam Roben. |
|
1369 |
|
1370 * English.lproj/Localizable.strings: Added new strings. |
|
1371 |
|
1372 2008-05-21 Anders Carlsson <andersca@apple.com> |
|
1373 |
|
1374 Reviewed by Maciej. |
|
1375 |
|
1376 Add WebIconFetcher files. |
|
1377 |
|
1378 * WebKit.xcodeproj/project.pbxproj: |
|
1379 |
|
1380 2008-05-16 Timothy Hatcher <timothy@apple.com> |
|
1381 |
|
1382 Removes WebScriptDebugServer files and related calls. This removes |
|
1383 the hooks that Drosera uses for debugging. Now that the Web Inspector |
|
1384 has a better debugger, we don't need these anymore. |
|
1385 |
|
1386 Reviewed by Sam Weinig. |
|
1387 |
|
1388 * StringsNotToBeLocalized.txt: |
|
1389 * WebKit.xcodeproj/project.pbxproj: |
|
1390 |
|
1391 2008-05-13 Chris Fleizach <cfleizach@apple.com> |
|
1392 |
|
1393 Reviewed by Beth Dakin |
|
1394 |
|
1395 <rdar://problem/4780592> WebKit application has its window announced as HTML content |
|
1396 |
|
1397 * English.lproj/Localizable.strings: |
|
1398 * WebKit.xcodeproj/project.pbxproj: |
|
1399 |
|
1400 2008-05-09 Anders Carlsson <andersca@apple.com> |
|
1401 |
|
1402 Reviewed by Oliver. |
|
1403 |
|
1404 <rdar://problem/5774495> Make Unicode text input possible in Netscape-style plug-ins |
|
1405 |
|
1406 Add nptextinput.h as a public header. |
|
1407 |
|
1408 * WebKit.xcodeproj/project.pbxproj: |
|
1409 |
|
1410 2008-05-06 Stephanie Lewis <slewis@apple.com> |
|
1411 |
|
1412 Reviewed by Andersca. |
|
1413 |
|
1414 prepare for plugin fast teardown work - make WebPluginDatabase a objective C++ file. |
|
1415 |
|
1416 * WebKit.xcodeproj/project.pbxproj: |
|
1417 |
|
1418 2008-05-01 Anders Carlsson <andersca@apple.com> |
|
1419 |
|
1420 Reviewed by Tim. |
|
1421 |
|
1422 Remove npfunctions.h |
|
1423 |
|
1424 * WebKit.xcodeproj/project.pbxproj: |
|
1425 |
|
1426 2008-05-01 Sam Weinig <sam@webkit.org> |
|
1427 |
|
1428 Reviewed by Anders Carlsson. |
|
1429 |
|
1430 Turn off deprecated warnings for WebNetscapePluginEventHandlerCarbon.mm. |
|
1431 |
|
1432 * WebKit.xcodeproj/project.pbxproj: |
|
1433 |
|
1434 2008-04-30 Anders Carlsson <andersca@apple.com> |
|
1435 |
|
1436 Reviewed by Adam. |
|
1437 |
|
1438 Add Cocoa event handler. |
|
1439 |
|
1440 * WebKit.xcodeproj/project.pbxproj: |
|
1441 |
|
1442 2008-04-29 Anders Carlsson <andersca@apple.com> |
|
1443 |
|
1444 Reviewed by Adam. |
|
1445 |
|
1446 Add new event handlers. |
|
1447 |
|
1448 * WebKit.xcodeproj/project.pbxproj: |
|
1449 |
|
1450 2008-04-07 John Sullivan <sullivan@apple.com> |
|
1451 |
|
1452 Reviewed by Tim |
|
1453 |
|
1454 - made the JavaScript text input panel not block Quit (part of 4133196) |
|
1455 |
|
1456 * English.lproj/WebJavaScriptTextInputPanel.nib/classes.nib: |
|
1457 * English.lproj/WebJavaScriptTextInputPanel.nib/info.nib: |
|
1458 * English.lproj/WebJavaScriptTextInputPanel.nib/keyedobjects.nib: |
|
1459 Made the panel be a NonBlockingPanel |
|
1460 |
|
1461 2008-04-04 Ada Chan <adachan@apple.com> |
|
1462 |
|
1463 Updated the format string for window title for a standalone image to take integers. |
|
1464 |
|
1465 Reviewed by Dan. |
|
1466 |
|
1467 * English.lproj/Localizable.strings: |
|
1468 |
|
1469 2008-03-28 Brady Eidson <beidson@apple.com> |
|
1470 |
|
1471 Rubberstamped by Darin Adler |
|
1472 |
|
1473 Remove WebArchiver.h/mm |
|
1474 |
|
1475 * WebKit.xcodeproj/project.pbxproj: |
|
1476 |
|
1477 2008-03-25 Brady Eidson <beidson@apple.com> |
|
1478 |
|
1479 Reviewed by Darin |
|
1480 |
|
1481 <rdar://problem/4516169> - Support WebArchives on Windows |
|
1482 |
|
1483 * WebKit.xcodeproj/project.pbxproj: |
|
1484 |
|
1485 2008-03-24 Brady Eidson <beidson@apple.com> |
|
1486 |
|
1487 Reviewed by Darin's rubberstamp |
|
1488 |
|
1489 Rename a .m to .mm |
|
1490 |
|
1491 * WebKit.xcodeproj/project.pbxproj: |
|
1492 |
|
1493 2008-03-20 John Sullivan <sullivan@apple.com> |
|
1494 |
|
1495 * StringsNotToBeLocalized.txt: |
|
1496 Brought this file up to date |
|
1497 |
|
1498 2008-03-20 Adam Roben <aroben@apple.com> |
|
1499 |
|
1500 Mark WebNodeHighlight.m and WebNodeHighlightView.m Obj-C++ |
|
1501 |
|
1502 Reviewed by Tim Hatcher. |
|
1503 |
|
1504 * WebKit.xcodeproj/project.pbxproj: |
|
1505 |
|
1506 2008-03-12 Darin Adler <darin@apple.com> |
|
1507 |
|
1508 Reviewed by Anders. |
|
1509 |
|
1510 - http://bugs.webkit.org/show_bug.cgi?id=17640 |
|
1511 eliminate WebCoreFrameBridge |
|
1512 |
|
1513 * StringsNotToBeLocalized.txt: Updated for recent changes. |
|
1514 * WebKit.xcodeproj/project.pbxproj: Removed WebFrameBridge.h and WebFrameBridge.mm. |
|
1515 |
|
1516 2008-03-11 Darin Adler <darin@apple.com> |
|
1517 |
|
1518 Reviewed by Anders. |
|
1519 |
|
1520 * WebKit.xcodeproj/project.pbxproj: Change WebDynamicScrollBarsView.m to be Obj-C++. |
|
1521 We can rename the file later. |
|
1522 |
|
1523 2008-03-07 Mark Rowe <mrowe@apple.com> |
|
1524 |
|
1525 Reviewed by Oliver Hunt. |
|
1526 |
|
1527 Fix WebKit build with GCC 4.2. |
|
1528 |
|
1529 * WebKit.xcodeproj/project.pbxproj: Mark WebTypesInternal.h as a private header so that DumpRenderTree can use it. |
|
1530 |
|
1531 2008-03-06 Darin Adler <darin@apple.com> |
|
1532 |
|
1533 * WebKit.xcodeproj/project.pbxproj: Added WebHistoryInternal.h. |
|
1534 |
|
1535 2008-03-06 David D. Kilzer <ddkilzer@apple.com> |
|
1536 |
|
1537 Name the WebKit build phase script that generates WebKit.LP64.exp. |
|
1538 |
|
1539 * WebKit.xcodeproj/project.pbxproj: Name the build phase script |
|
1540 that generates the 64-bit export file to match the corresponding |
|
1541 build phase script in WebCore. |
|
1542 |
|
1543 2008-03-05 Adam Roben <aroben@apple.com> |
|
1544 |
|
1545 Remove WebCoreScriptDebugger.{h,mm} |
|
1546 |
|
1547 Reviewed by Kevin M. |
|
1548 |
|
1549 * WebKit.xcodeproj/project.pbxproj: |
|
1550 |
|
1551 2008-03-05 Adam Roben <aroben@apple.com> |
|
1552 |
|
1553 Rename WebCoreScriptDebuggerImp.{h,mm} to WebScriptDebugger.{h,mm} |
|
1554 |
|
1555 Reviewed by Kevin M. |
|
1556 |
|
1557 * WebKit.xcodeproj/project.pbxproj: |
|
1558 |
|
1559 2008-03-05 Adam Roben <aroben@apple.com> |
|
1560 |
|
1561 Remove WebScriptDebugger |
|
1562 |
|
1563 Reviewed by Kevin M. |
|
1564 |
|
1565 * WebKit.xcodeproj/project.pbxproj: Remove |
|
1566 WebScriptDebugDelegatePrivate.h from the project. |
|
1567 |
|
1568 2008-03-05 Adam Roben <aroben@apple.com> |
|
1569 |
|
1570 Move WebCoreScriptDebuggerImp to its own source files |
|
1571 |
|
1572 Reviewed by Kevin M. |
|
1573 |
|
1574 * WebKit.xcodeproj/project.pbxproj: Added new files to the project. |
|
1575 |
|
1576 2008-03-05 Adam Roben <aroben@apple.com> |
|
1577 |
|
1578 Move WebCoreScriptDebugger to WebKit |
|
1579 |
|
1580 Reviewed by Darin Adler. |
|
1581 |
|
1582 * WebKit.xcodeproj/project.pbxproj: Added WebCoreScriptDebugger.{h,mm} |
|
1583 to the project. |
|
1584 |
|
1585 2008-01-26 Greg Bolsinga <bolsinga@apple.com> |
|
1586 |
|
1587 <rdar://problem/5708388> WebDashboardRegion.h duplicated between WebCore / WebKit |
|
1588 |
|
1589 Reviewed by Darin Adler. |
|
1590 |
|
1591 * WebKit.xcodeproj/project.pbxproj: Removed WebDashboardRegion.h. |
|
1592 |
|
1593 2008-01-23 Steve Falkenburg <sfalken@apple.com> |
|
1594 |
|
1595 Update localization exceptions. |
|
1596 |
|
1597 Reviewed by Darin Adler. |
|
1598 |
|
1599 * English.lproj/Localizable.strings: |
|
1600 * StringsNotToBeLocalized.txt: |
|
1601 |
|
1602 2008-01-20 Mark Rowe <mrowe@apple.com> |
|
1603 |
|
1604 Reviewed by Dan Bernstein. |
|
1605 |
|
1606 Remove code bracketed by REMOVE_SAFARI_DOM_TREE_DEBUG_ITEM as we are no longer |
|
1607 interested in supporting Safari 2 with TOT WebKit. |
|
1608 |
|
1609 * WebKit.xcodeproj/project.pbxproj: Don't define REMOVE_SAFARI_DOM_TREE_DEBUG_ITEM |
|
1610 as it is no longer used. |
|
1611 |
|
1612 2008-01-03 Darin Adler <darin@apple.com> |
|
1613 |
|
1614 - fix Safari build |
|
1615 |
|
1616 * WebKit.xcodeproj/project.pbxproj: Mark header private (fixes Safari build). |
|
1617 |
|
1618 2008-01-02 Alexey Proskuryakov <ap@webkit.org> |
|
1619 |
|
1620 Reviewed by Darin Adler. |
|
1621 |
|
1622 Removed "BackwardDelete", which is no longer present in source code. |
|
1623 |
|
1624 * StringsNotToBeLocalized.txt: |
|
1625 |
|
1626 2007-12-16 Mark Rowe <mrowe@apple.com> |
|
1627 |
|
1628 Reviewed by Maciej Stachowiak. |
|
1629 |
|
1630 Refactor Mac plugin stream code to use the shared NetscapePlugInStreamLoader implementation. |
|
1631 |
|
1632 * WebKit.xcodeproj/project.pbxproj: Add new files. |
|
1633 |
|
1634 2007-12-14 Darin Adler <darin@apple.com> |
|
1635 |
|
1636 * StringsNotToBeLocalized.txt: Updated. |
|
1637 |
|
1638 2007-12-12 Brady Eidson <beidson@apple.com> |
|
1639 |
|
1640 Reviewed by Sam Weinig |
|
1641 |
|
1642 Fix for <rdar://problem/4886844> and lay groundwork for <rdar://problem/4516170> (Back/Forward Cache on Windows) |
|
1643 |
|
1644 * WebKit.xcodeproj/project.pbxproj: Added a new file |
|
1645 |
|
1646 2007-12-12 Mark Rowe <mrowe@apple.com> |
|
1647 |
|
1648 Reviewed by Dave Kilzer. |
|
1649 |
|
1650 Remove abuse of projectDirPath from WebKit.xcodeproj to fix Production builds. |
|
1651 |
|
1652 * WebKit.xcodeproj/project.pbxproj: |
|
1653 |
|
1654 2007-11-19 Brady Eidson <beidson@apple.com> |
|
1655 |
|
1656 Reviewed by Maciej |
|
1657 |
|
1658 * WebKit.xcodeproj/project.pbxproj: Sorted! |
|
1659 |
|
1660 2007-11-17 Timothy Hatcher <timothy@apple.com> |
|
1661 |
|
1662 Reviewed by Mark Rowe. |
|
1663 |
|
1664 Bug 13470: i18n: The Web Inspector is not localizable |
|
1665 http://bugs.webkit.org/show_bug.cgi?id=13470 |
|
1666 |
|
1667 Update the localized strings and the file encoding of WebInspectorClient.mm. |
|
1668 |
|
1669 * English.lproj/Localizable.strings: |
|
1670 * StringsNotToBeLocalized.txt: |
|
1671 * WebKit.xcodeproj/project.pbxproj: |
|
1672 |
|
1673 2007-11-16 Mark Rowe <mrowe@apple.com> |
|
1674 |
|
1675 Reviewed by Tim Hatcher. |
|
1676 |
|
1677 Build WebCore as a sub-framework of WebKit in all configurations. |
|
1678 |
|
1679 * WebKit.xcodeproj/project.pbxproj: |
|
1680 |
|
1681 2007-11-16 Brady Eidson <beidson@apple.com> |
|
1682 |
|
1683 * WebKit.xcodeproj/project.pbxproj: WebDatabaseManagerPrivate.h, also! |
|
1684 |
|
1685 2007-11-16 Brady Eidson <beidson@apple.com> |
|
1686 |
|
1687 * WebKit.xcodeproj/project.pbxproj: Mark WebSecurityOriginPrivate.h private so |
|
1688 it is exported |
|
1689 |
|
1690 2007-11-16 Brady Eidson <beidson@apple.com> |
|
1691 |
|
1692 Reviewed by John |
|
1693 |
|
1694 Database management API tweaks |
|
1695 |
|
1696 * WebKit.xcodeproj/project.pbxproj: |
|
1697 |
|
1698 2007-11-15 Brady Eidson <beidson@apple.com> |
|
1699 |
|
1700 Reviewed by John |
|
1701 |
|
1702 Stubbing out everything required for a WebKit API for databases |
|
1703 |
|
1704 * WebKit.xcodeproj/project.pbxproj: |
|
1705 |
|
1706 2007-11-12 Adam Roben <aroben@apple.com> |
|
1707 |
|
1708 * StringsNotToBeLocalized.txt: Updated. |
|
1709 |
|
1710 2007-11-08 Kevin Ollivier <kevino@theolliviers.com> |
|
1711 |
|
1712 Adding the wx WebKit implementation. |
|
1713 |
|
1714 Reviewed by Mark Rowe. |
|
1715 |
|
1716 * wx: Added. |
|
1717 |
|
1718 2007-11-07 Mark Rowe <mrowe@apple.com> |
|
1719 |
|
1720 Reviewed by Kevin Decker. |
|
1721 |
|
1722 Fix 64-bit Mac build. |
|
1723 |
|
1724 * WebKit.xcodeproj/project.pbxproj: Change paths specified relative to SRCROOT |
|
1725 to be relative to PROJECT_DIR. PROJECT_DIR takes into account the projectDirPath |
|
1726 setting of the project, which in this instance includes the necessary "mac" |
|
1727 subdirectory. |
|
1728 |