Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1129)

Side by Side Diff: Source/WebKit/chromium/ChangeLog

Issue 7671031: Merge 92520 - [chromium] Accelerated canvas breaks when moving canvases or resources between Pages (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 2011-08-05 James Robinson <jamesr@chromium.org>
2
3 [chromium] Accelerated canvas breaks when moving canvases or resources b etween Pages
4 https://bugs.webkit.org/show_bug.cgi?id=65402
5
6 Reviewed by Stephen White.
7
8 Remove plumbing for copyTextureToParentTexture extension, it's no longer used or needed.
9
10 * public/WebGraphicsContext3D.h:
11 * src/Extensions3DChromium.cpp:
12 * src/GraphicsContext3DChromium.cpp:
13 * src/GraphicsContext3DInternal.h:
14
15 2011-08-05 Jochen Eisinger <jochen@chromium.org>
16
17 Introduce a new ResourceRequest::TargetType for XHRs
18 https://bugs.webkit.org/show_bug.cgi?id=65544
19
20 Reviewed by Darin Fisher.
21
22 * public/WebURLRequest.h:
23
24 2011-08-04 James Robinson <jamesr@chromium.org>
25
26 Unreviewed. Rolled DEPS.
27
28 * DEPS:
29
30 2011-08-04 David Levin <levin@chromium.org>
31
32 CStringBuffer should have thread safety checks turned on.
33 https://bugs.webkit.org/show_bug.cgi?id=58093
34
35 Reviewed by Dmitry Titov.
36
37 * DEPS: Roll far enough to pick up the latest WebKit::initialize
38 fix for Linux.
39
40 2011-08-04 Sheriff Bot <webkit.review.bot@gmail.com>
41
42 Unreviewed, rolling out r92415.
43 http://trac.webkit.org/changeset/92415
44 https://bugs.webkit.org/show_bug.cgi?id=65728
45
46 Causes many DEBUG crashes (Requested by abarth on #webkit).
47
48 * public/WebURLRequest.h:
49
50 2011-08-04 Jochen Eisinger <jochen@chromium.org>
51
52 Introduce a new ResourceRequest::TargetType for XHRs
53 https://bugs.webkit.org/show_bug.cgi?id=65544
54
55 Reviewed by Darin Fisher.
56
57 * public/WebURLRequest.h:
58
59 2011-08-04 Jochen Eisinger <jochen@chromium.org>
60
61 Get rid of ResourceRequestBase::m_targetType. Move it to chromium's Reso urceRequest.
62 https://bugs.webkit.org/show_bug.cgi?id=48483
63
64 Reviewed by Alexey Proskuryakov.
65
66 * src/SharedWorkerRepository.cpp:
67 (WebCore::SharedWorkerScriptLoader::SharedWorkerScriptLoader):
68
69 2011-08-04 Brian Weinstein <bweinstein@apple.com>
70
71 WebKit2: Web Inspector always starts in undocked mode
72 https://bugs.webkit.org/show_bug.cgi?id=65493
73 <rdar://problem/9353114>
74
75 Reviewed by Adam Roben.
76
77 Add a stub method for Chromium.
78
79 * src/InspectorFrontendClientImpl.cpp:
80 (WebKit::InspectorFrontendClientImpl::canAttachWindow):
81 * src/InspectorFrontendClientImpl.h:
82
83 2011-08-03 Kentaro Hara <haraken@google.com>
84
85 Implement EventSender.scalePageBy()
86 https://bugs.webkit.org/show_bug.cgi?id=58013
87
88 Reviewed by Darin Fisher.
89
90 Implemented EventSender.scalePageBy(f, x, y), which scales a page by a f actor of f
91 and then sets a scroll position to (x, y). Enabled the tests that had be en waiting
92 for the implementation of EventSender.scalePageBy(f, x, y).
93
94 Tests: compositing/scaling/tiled-layer-recursion.html
95 fast/repaint/scale-page-shrink.html
96 fast/dom/Element/scale-page-client-rects.html
97 fast/dom/Range/scale-page-client-rects.html
98 fast/events/scroll-in-scaled-page-with-overflow-hidden.html
99 fast/dom/Element/scale-page-bounding-client-rect.html
100 fast/dom/Range/scale-page-bounding-client-rect.html
101
102 * public/WebView.h:
103 * src/WebViewImpl.cpp:
104 (WebKit::WebViewImpl::scalePage): A wrapper method for scalePage() in We bCore.
105 * src/WebViewImpl.h:
106
107 2011-08-03 Darin Fisher <darin@chromium.org>
108
109 [Chromium] Rename WEBKIT_API to WEBKIT_EXPORT.
110 https://bugs.webkit.org/show_bug.cgi?id=65649
111
112 Reviewed by Adam Barth.
113
114 * README:
115 * public/WebAccessibilityCache.h:
116 * public/WebAccessibilityObject.h:
117 * public/WebArrayBufferView.h:
118 * public/WebAttribute.h:
119 * public/WebAudioBus.h:
120 * public/WebBindings.h:
121 * public/WebBlobData.h:
122 * public/WebBlobRegistry.h:
123 * public/WebCString.h:
124 * public/WebCache.h:
125 * public/WebColor.h:
126 * public/WebCommon.h:
127 * public/WebCrossOriginPreflightResultCache.h:
128 * public/WebDOMEvent.h:
129 * public/WebDOMEventListener.h:
130 * public/WebDOMMouseEvent.h:
131 * public/WebDOMMutationEvent.h:
132 * public/WebDOMStringList.h:
133 * public/WebData.h:
134 * public/WebDatabase.h:
135 * public/WebDevToolsAgent.h:
136 * public/WebDevToolsFrontend.h:
137 * public/WebDeviceOrientationClientMock.h:
138 * public/WebDeviceOrientationController.h:
139 * public/WebDocument.h:
140 * public/WebDocumentType.h:
141 * public/WebDragData.h:
142 * public/WebElement.h:
143 * public/WebFont.h:
144 * public/WebFontCache.h:
145 * public/WebFormControlElement.h:
146 * public/WebFormElement.h:
147 * public/WebFrame.h:
148 * public/WebGeolocationClientMock.h:
149 * public/WebGeolocationController.h:
150 * public/WebGeolocationError.h:
151 * public/WebGeolocationPermissionRequest.h:
152 * public/WebGeolocationPermissionRequestManager.h:
153 * public/WebGeolocationPosition.h:
154 * public/WebGlyphCache.h:
155 * public/WebHTTPBody.h:
156 * public/WebHTTPLoadInfo.h:
157 * public/WebHistoryItem.h:
158 * public/WebIDBDatabaseError.h:
159 * public/WebIDBFactory.h:
160 * public/WebIDBKey.h:
161 * public/WebIDBKeyPath.h:
162 * public/WebIDBKeyRange.h:
163 * public/WebImage.h:
164 * public/WebImageDecoder.h:
165 * public/WebInputElement.h:
166 * public/WebInputEvent.h:
167 * public/WebKit.h:
168 * public/WebLabelElement.h:
169 * public/WebMediaElement.h:
170 * public/WebNamedNodeMap.h:
171 * public/WebNetworkStateNotifier.h:
172 * public/WebNode.h:
173 * public/WebNodeCollection.h:
174 * public/WebNodeList.h:
175 * public/WebNotification.h:
176 * public/WebOptionElement.h:
177 * public/WebPageSerializer.h:
178 * public/WebPasswordFormData.h:
179 * public/WebPerformance.h:
180 * public/WebPluginDocument.h:
181 * public/WebPopupMenu.h:
182 * public/WebRange.h:
183 * public/WebRegularExpression.h:
184 * public/WebRuntimeFeatures.h:
185 * public/WebScriptController.h:
186 * public/WebScrollbar.h:
187 * public/WebSearchableFormData.h:
188 * public/WebSecurityOrigin.h:
189 * public/WebSecurityPolicy.h:
190 * public/WebSelectElement.h:
191 * public/WebSerializedScriptValue.h:
192 * public/WebSharedWorker.h:
193 * public/WebSpeechInputControllerMock.h:
194 * public/WebSpeechInputResult.h:
195 * public/WebStorageEventDispatcher.h:
196 * public/WebStorageNamespace.h:
197 * public/WebString.h:
198 * public/WebTestingSupport.h:
199 * public/WebThreadSafeData.h:
200 * public/WebURLLoadTiming.h:
201 * public/WebURLRequest.h:
202 * public/WebURLResponse.h:
203 * public/WebView.h:
204 * public/WebWorker.h:
205 * public/gtk/WebFontInfo.h:
206 * public/gtk/WebInputEventFactory.h:
207 * public/linux/WebFontRenderStyle.h:
208 * public/linux/WebFontRendering.h:
209 * public/linux/WebRenderTheme.h:
210 * public/mac/WebInputEventFactory.h:
211 * public/mac/WebScreenInfoFactory.h:
212 * public/mac/WebSubstringUtil.h:
213 * public/win/WebInputEventFactory.h:
214 * public/win/WebScreenInfoFactory.h:
215 * public/x11/WebScreenInfoFactory.h:
216 * tests/WebUnitTests.h:
217
218 2011-08-03 Michael Nordman <michaeln@google.com>
219
220 [Chromium] Minor cleanup, remove a deprecated method.
221 The old WebDatabase::updateDatabaseSize method has been replaced with
222 updateDatabaseSize, updateSpaceAvailable, and resetSpaceAvailable.
223 https://bugs.webkit.org/show_bug.cgi?id=65553
224
225 Reviewed by Adam Barth.
226
227 * public/WebDatabase.h:
228 * src/WebDatabase.cpp:
229
230 2011-08-03 Pavel Feldman <pfeldman@google.com>
231
232 Web Inspector: [Timeline] Hover on paint events and see rect outline aro und that area.
233 https://bugs.webkit.org/show_bug.cgi?id=65510
234
235 Reviewed by Yury Semikhatsky.
236
237 * src/WebDevToolsAgentImpl.cpp:
238 (WebKit::WebDevToolsAgentImpl::paintPageOverlay):
239
240 2011-08-03 Jeremy Moskovich <jeremy@chromium.org>
241
242 [Chromium] Fix OOP font loading to work on 10.6.6 and above.
243 https://bugs.webkit.org/show_bug.cgi?id=65543
244
245 In 10.6.6 the function used to get the unique ID for an NSFont in the
246 renderer was changed so it fails in the sandbox (it now tries to access
247 the on-disk font file). In order to work around this, we get the font
248 ID from the browser process.
249
250 To speed things up, we introduce 2 levels of caching in WebKit. A font
251 name cache where we can perform a quick lookup without the need for the
252 font id and a font id cache which we can only lookup in after getting
253 the unique ID from the browser process.
254
255 Reviewed by Kenneth Russell.
256
257 No new tests since this is not readily testable.
258
259 * public/mac/WebSandboxSupport.h: Plumb font ID parameter through.
260 * src/PlatformBridge.cpp:
261 (WebCore::PlatformBridge::loadFont): ditto.
262
263 2011-08-03 Pavel Feldman <pfeldman@chromium.org>
264
265 Web Inspector: remove Node parameter from the InspectorClient::highlight
266 https://bugs.webkit.org/show_bug.cgi?id=65549
267
268 Reviewed by Yury Semikhatsky.
269
270 * src/InspectorClientImpl.cpp:
271 (WebKit::InspectorClientImpl::highlight):
272 * src/InspectorClientImpl.h:
273 * src/WebDevToolsAgentImpl.cpp:
274 (WebKit::WebDevToolsAgentImpl::highlight):
275 * src/WebDevToolsAgentImpl.h:
276
277 2011-08-02 David Reveman <reveman@chromium.org>
278
279 [Chromium] Remove outer border from TilingData as it's no longer needed by layer compositor for anti-aliasing.
280 https://bugs.webkit.org/show_bug.cgi?id=64942
281
282 Reviewed by James Robinson.
283
284 * tests/TilingDataTest.cpp:
285 (WebCore::TEST):
286
287 2011-08-02 Robert Kroeger <rjkroege@chromium.org>
288
289 [chromium] Layering violations in gesture recognizer
290 https://bugs.webkit.org/show_bug.cgi?id=65044
291
292 Reviewed by Adam Barth.
293
294 Moved gesture recognition higher up the event delivery code
295 path so that recognition of gestures is completely separated
296 from gesture handling.
297
298 * features.gypi:
299 * src/WebFrameImpl.cpp:
300 (WebKit::WebFrameImpl::createFrameView):
301 Added code to reset the gesture recognizer to preserve parallel
302 layout test execution.
303 * src/WebPopupMenuImpl.cpp:
304 Support dispatching touch and gesture events to Popups.
305 (WebKit::WebPopupMenuImpl::WebPopupMenuImpl):
306 (WebKit::WebPopupMenuImpl::TouchEvent):
307 (WebKit::WebPopupMenuImpl::handleInputEvent):
308 * src/WebPopupMenuImpl.h:
309 * src/WebViewImpl.cpp:
310 (WebKit::WebViewImpl::WebViewImpl):
311 Added gesture recognition creation.
312 (WebKit::WebViewImpl::touchEvent):
313 Added recognition of gestures and dispatch of gesture events.
314 (WebKit::WebViewImpl::resetGestureRecognizer):
315 * src/WebViewImpl.h:
316
317 2011-08-02 Zhenyao Mo <zmo@google.com>
318
319 Unreviewed, mark SelectPopupMenuTest.SelectItemKeyEvent as flaky, garden er stuff.
320
321 * tests/PopupMenuTest.cpp:
322 (WebKit::TEST_F):
323
324 2011-08-02 Vsevolod Vlasov <vsevik@chromium.org>
325
326 Web Inspector: Remove initator column for JSC, fix network resource init iator tests.
327 https://bugs.webkit.org/show_bug.cgi?id=65534
328
329 Reviewed by Pavel Feldman.
330
331 * src/js/DevTools.js:
332 ():
333
334 2011-08-02 Nat Duca <nduca@chromium.org>
335
336 [chromium] Remove resizeOnscreenContent from LRC. It can be derived.
337 https://bugs.webkit.org/show_bug.cgi?id=65519
338
339 Reviewed by James Robinson.
340
341 * src/WebViewImpl.cpp:
342 (WebKit::WebViewImpl::resize):
343 (WebKit::WebViewImpl::setIsAcceleratedCompositingActive):
344
345 2011-08-01 Jean-luc Brouillet <jeanluc@chromium.org>
346
347 Removing old source files in gyp files that slow build
348 https://bugs.webkit.org/show_bug.cgi?id=65503
349
350 Reviewed by Adam Barth.
351
352 A number of stale files are listed in the gyp files. These slow the
353 build on Visual Studio 2010. Removing them.
354
355 * WebKit.gyp:
356
357 2011-08-01 Nat Duca <nduca@chromium.org>
358
359 [chromium] Add null check to setSwapbuffersCompletCallbackChromium
360 https://bugs.webkit.org/show_bug.cgi?id=65485
361
362 Reviewed by James Robinson.
363
364 * src/GraphicsContext3DChromium.cpp:
365 (WebCore::SwapBuffersCompleteCallbackAdapter::create):
366
367 2011-08-01 Yuta Kitamura <yutak@chromium.org>
368
369 WebSocket: Rename SocketStreamHandleClient member functions
370 https://bugs.webkit.org/show_bug.cgi?id=65374
371
372 Reviewed by Kent Tamura.
373
374 * src/SocketStreamHandle.cpp:
375 (WebCore::SocketStreamHandleInternal::didOpenStream):
376 (WebCore::SocketStreamHandleInternal::didReceiveData):
377 (WebCore::SocketStreamHandleInternal::didClose):
378 (WebCore::SocketStreamHandleInternal::didFail):
379
380 2011-07-31 Bill Budge <bbudge@chromium.org>
381
382 [Chromium] Remove the parameterless WebFrame::createAssociatedURLLoader
383 overload, and change the overload that takes WebURLLoaderOptions to
384 use a default value. This is equivalent to the original parameterless
385 overload.
386 https://bugs.webkit.org/show_bug.cgi?id=65280
387
388 Reviewed by Darin Fisher.
389
390 * public/WebFrame.h:
391 * src/AssociatedURLLoader.cpp:
392 * src/AssociatedURLLoader.h:
393 * src/WebFrameImpl.cpp:
394 * src/WebFrameImpl.h:
395
396 2011-07-30 Sheriff Bot <webkit.review.bot@gmail.com>
397
398 Unreviewed. Rolled DEPS.
399
400 * DEPS:
401
402 2011-07-30 Patrick Gansterer <paroga@webkit.org>
403
404 Remove inclusion of MainThread.h from Threading.h
405 https://bugs.webkit.org/show_bug.cgi?id=65081
406
407 Reviewed by Darin Adler.
408
409 Add missing include statements for MainThread.
410
411 * src/WebKit.cpp:
412 * src/WebViewImpl.cpp:
413 * tests/CCThreadTest.cpp:
414
415 2011-07-29 Zhenyao Mo <zmo@google.com>
416
417 Unreviewed, rolling out r92011.
418 http://trac.webkit.org/changeset/92011
419 https://bugs.webkit.org/show_bug.cgi?id=65044
420
421 break chromium win build
422
423 * features.gypi:
424 * src/WebFrameImpl.cpp:
425 (WebKit::WebFrameImpl::createFrameView):
426 * src/WebPopupMenuImpl.cpp:
427 (WebKit::WebPopupMenuImpl::WebPopupMenuImpl):
428 (WebKit::WebPopupMenuImpl::handleInputEvent):
429 * src/WebPopupMenuImpl.h:
430 * src/WebViewImpl.cpp:
431 (WebKit::WebViewImpl::WebViewImpl):
432 (WebKit::WebViewImpl::touchEvent):
433 * src/WebViewImpl.h:
434
435 2011-07-29 Robert Kroeger <rjkroege@chromium.org>
436
437 [chromium] Layering violations in gesture recognizer
438 https://bugs.webkit.org/show_bug.cgi?id=65044
439
440 Reviewed by Adam Barth.
441
442 Moved gesture recognition higher up the event delivery code
443 path so that recognition of gestures is completely separated
444 from gesture handling.
445
446 * features.gypi:
447 * src/WebFrameImpl.cpp:
448 (WebKit::WebFrameImpl::createFrameView):
449 Added code to reset the gesture recognizer to preserve parallel
450 layout test execution.
451 * src/WebPopupMenuImpl.cpp:
452 Support dispatching touch and gesture events to Popups.
453 (WebKit::WebPopupMenuImpl::WebPopupMenuImpl):
454 (WebKit::WebPopupMenuImpl::TouchEvent):
455 (WebKit::WebPopupMenuImpl::handleInputEvent):
456 * src/WebPopupMenuImpl.h:
457 * src/WebViewImpl.cpp:
458 (WebKit::WebViewImpl::WebViewImpl):
459 Added gesture recognition creation.
460 (WebKit::WebViewImpl::touchEvent):
461 Added recognition of gestures and dispatch of gesture events.
462 (WebKit::WebViewImpl::resetGestureRecognizer):
463 * src/WebViewImpl.h:
464
465 2011-07-29 Scott Byer <scottbyer@chromium.org>
466
467 Scroll animation refinements.
468 https://bugs.webkit.org/show_bug.cgi?id=65154
469
470 Reviewed by Adam Barth.
471
472 Fix scroll animation bugs when scrolling to the ends of a document. Smoo th over slow event repeat rates
473 better. Fix tests to allow for unit testing of scrolling up and not just down.
474
475 Additional unit tests added to ScrollAnimatorNoneTest:
476 ScrollQuadraticSmoothed, ScrollLotsQuadraticSmoothed, ScrollDownToBumper , ScrollUpToBumper
477
478 * tests/ScrollAnimatorNoneTest.cpp:
479 (ScrollAnimatorNoneTest::reset):
480 (ScrollAnimatorNoneTest::updateDataFromParameters):
481 (ScrollAnimatorNoneTest::animateScroll):
482 (ScrollAnimatorNoneTest::checkDesiredPosition):
483 (ScrollAnimatorNoneTest::checkSoftLanding):
484
485 2011-07-28 Naoki Takano <honten@chromium.org>
486
487 [Chromium] Add form() function to access parent WebFormElement from WebF ormControlElement.
488 https://bugs.webkit.org/show_bug.cgi?id=65304
489 http://code.google.com/p/chromium/issues/detail?id=63553
490
491 Reviewed by Darin Fisher.
492
493 Chromium Autofill feature needs to access the parent WebFormElement from WebFormControlElement. So added form() method.
494
495 * public/WebFormControlElement.h: Add form() function.
496 * src/WebFormControlElement.cpp:
497 (WebKit::WebFormControlElement::form): Return parent WebFormElement.
498
499 2011-07-28 Nico Weber <thakis@chromium.org>
500
501 [chromium] Make WebImage::assign(CGImageRef) a WEBKIT_API
502 https://bugs.webkit.org/show_bug.cgi?id=65265
503
504 Reviewed by James Robinson.
505
506 Required for the components build on mac. The inline function
507 operator=(CGImageRef) is used from outside webkit, and calls this
508 function.
509
510 * public/WebImage.h:
511
512 2011-07-28 Mihai Parparita <mihaip@chromium.org>
513
514 [Chromium] Remove WebDocument::insertStyleText
515 https://bugs.webkit.org/show_bug.cgi?id=65332
516
517 Reviewed by Tony Chang.
518
519 As of http://crrev.com/94499 no Chromium code calls this anymore.
520 Also does a bit of #include cleanup.
521
522 * public/WebDocument.h:
523 * src/WebDocument.cpp:
524
525 2011-07-27 Fady Samuel <fsamuel@chromium.org>
526
527 Added a Chromium WebKit API method to set the minimum row height of a po pup listbox.
528 https://bugs.webkit.org/show_bug.cgi?id=64897
529
530 Reviewed by Darin Fisher.
531
532 * public/WebPopupMenu.h:
533 * src/WebPopupMenuImpl.cpp:
534 (WebKit::WebPopupMenu::setMinimumRowHeight):
535
536 2011-07-27 Peng Huang <penghuang@chromium.org>
537
538 Add more text input types for chromium
539 https://bugs.webkit.org/show_bug.cgi?id=64937
540
541 Reviewed by Darin Fisher.
542
543 * public/WebTextInputType.h:
544 * src/WebViewImpl.cpp:
545 (WebKit::WebViewImpl::textInputType):
546
547 2011-07-27 Ryosuke Niwa <rniwa@webkit.org>
548
549 Add sfntly library to the Chromium DEPS file.
550
551 * DEPS:
552
553 2011-07-27 Ryosuke Niwa <rniwa@webkit.org>
554
555 Unreviewed. Rolled DEPS.
556
557 * DEPS:
558
559 2011-07-25 Mihai Parparita <mihaip@chromium.org>
560
561 [Chromium] Add better WebKit API for chrome.tabs.insertCSS extension API
562 https://bugs.webkit.org/show_bug.cgi?id=65158
563
564 Reviewed by David Hyatt.
565
566 Add WebDocument::insertUserStyleSheet which inserts a user stylesheet,
567 instead of forcing extensions to use insertStyleText which manipulates
568 the DOM of the page and results in compatibility issues (see
569 http://crbug.com/82220).
570
571 * public/WebDocument.h:
572 * src/WebDocument.cpp:
573 (WebKit::WebDocument::insertUserStyleSheet):
574
575 2011-07-27 Vsevolod Vlasov <vsevik@chromium.org>
576
577 Web Inspector: Disable cache option should only clear memory cache, not disable it.
578 https://bugs.webkit.org/show_bug.cgi?id=65184
579
580 Reviewed by Pavel Feldman.
581
582 * src/InspectorClientImpl.cpp:
583 * src/InspectorClientImpl.h:
584 * src/WebDevToolsAgentImpl.cpp:
585 * src/WebDevToolsAgentImpl.h:
586
587 2011-07-27 Sadrul Habib Chowdhury <sadrul@chromium.org>
588
589 Pass on the suggested name for download file to the client.
590 https://bugs.webkit.org/show_bug.cgi?id=65181
591
592 Reviewed by Darin Fisher.
593
594 * src/FrameLoaderClientImpl.cpp:
595 (WebKit::FrameLoaderClientImpl::startDownload):
596
597 2011-07-27 Tony Gentilcore <tonyg@chromium.org>
598
599 Speculative win build fix after r91835
600 https://bugs.webkit.org/show_bug.cgi?id=65255
601
602 Unreviewed build fix.
603
604 * src/WebFontImpl.cpp:
605
606 2011-07-26 Sheriff Bot <webkit.review.bot@gmail.com>
607
608 Unreviewed, rolling out r91809.
609 http://trac.webkit.org/changeset/91809
610 https://bugs.webkit.org/show_bug.cgi?id=65225
611
612 Does not build on Chromium Windows (Requested by abarth on
613 #webkit).
614
615 * features.gypi:
616 * src/WebFrameImpl.cpp:
617 (WebKit::WebFrameImpl::createFrameView):
618 * src/WebPopupMenuImpl.cpp:
619 (WebKit::WebPopupMenuImpl::WebPopupMenuImpl):
620 (WebKit::WebPopupMenuImpl::handleInputEvent):
621 * src/WebPopupMenuImpl.h:
622 * src/WebViewImpl.cpp:
623 (WebKit::WebViewImpl::WebViewImpl):
624 (WebKit::WebViewImpl::touchEvent):
625 * src/WebViewImpl.h:
626
627 2011-07-26 Robert Kroeger <rjkroege@chromium.org>
628
629 [chromium] Layering violations in gesture recognizer
630 https://bugs.webkit.org/show_bug.cgi?id=65044
631
632 Reviewed by Adam Barth.
633
634 Moved gesture recognition higher up the event delivery code
635 path so that recognition of gestures is completely separated
636 from gesture handling.
637
638 * features.gypi:
639 * src/WebFrameImpl.cpp:
640 (WebKit::WebFrameImpl::createFrameView):
641 Added code to reset the gesture recognizer to preserve parallel
642 layout test execution.
643 * src/WebPopupMenuImpl.cpp:
644 Support dispatching touch and gesture events to Popups.
645 (WebKit::WebPopupMenuImpl::WebPopupMenuImpl):
646 (WebKit::WebPopupMenuImpl::TouchEvent):
647 (WebKit::WebPopupMenuImpl::handleInputEvent):
648 * src/WebPopupMenuImpl.h:
649 * src/WebViewImpl.cpp:
650 (WebKit::WebViewImpl::WebViewImpl):
651 Added gesture recognition creation.
652 (WebKit::WebViewImpl::touchEvent):
653 Added recognition of gestures and dispatch of gesture events.
654 (WebKit::WebViewImpl::resetGestureRecognizer):
655 * src/WebViewImpl.h:
656
657 2011-07-26 Sadrul Habib Chowdhury <sadrul@chromium.org>
658
659 Add support for download='filename' attribute in anchors.
660 https://bugs.webkit.org/show_bug.cgi?id=64580
661
662 Reviewed by Adam Barth.
663
664 * features.gypi:
665 * public/WebFrameClient.h:
666 (WebKit::WebFrameClient::loadURLExternally):
667 * src/FrameLoaderClientImpl.cpp:
668 (WebKit::FrameLoaderClientImpl::dispatchDecidePolicyForNavigationAction) :
669 (WebKit::FrameLoaderClientImpl::startDownload):
670 * src/FrameLoaderClientImpl.h:
671
672 2011-07-26 Brett Wilson <brettw@chromium.org>
673
674 Cancel the load when an associated URL loader goes out of scope.
675 Previously, the load would continue even when the WebURLLoader object
676 was deleted, and the data would just get queued up.
677
678 https://bugs.webkit.org/show_bug.cgi?id=65204
679
680 Reviewed by Darin Fisher.
681
682 * src/AssociatedURLLoader.cpp:
683 (WebKit::AssociatedURLLoader::~AssociatedURLLoader):
684 (WebKit::AssociatedURLLoader::cancel):
685
1 2011-07-25 Al Patrick <apatrick@chromium.org> 686 2011-07-25 Al Patrick <apatrick@chromium.org>
2 687
3 Removed support for the GL_latch_CHROMIUM extension which Chromium no lo nger supports. 688 Removed support for the GL_latch_CHROMIUM extension which Chromium no lo nger supports.
4 https://bugs.webkit.org/show_bug.cgi?id=65043 689 https://bugs.webkit.org/show_bug.cgi?id=65043
5 690
6 Reviewed by James Robinson. 691 Reviewed by James Robinson.
7 692
8 * public/WebGraphicsContext3D.h: 693 * public/WebGraphicsContext3D.h:
9 * src/Extensions3DChromium.cpp: 694 * src/Extensions3DChromium.cpp:
10 * src/GraphicsContext3DChromium.cpp: 695 * src/GraphicsContext3DChromium.cpp:
(...skipping 9811 matching lines...) Expand 10 before | Expand all | Expand 10 after
9822 https://bugs.webkit.org/show_bug.cgi?id=53728 10507 https://bugs.webkit.org/show_bug.cgi?id=53728
9823 10508
9824 * src/IDBCallbacksProxy.cpp: 10509 * src/IDBCallbacksProxy.cpp:
9825 (WebCore::IDBCallbacksProxy::onBlocked): 10510 (WebCore::IDBCallbacksProxy::onBlocked):
9826 * src/IDBCallbacksProxy.h: 10511 * src/IDBCallbacksProxy.h:
9827 * src/WebIDBCallbacksImpl.cpp: 10512 * src/WebIDBCallbacksImpl.cpp:
9828 (WebCore::WebIDBCallbacksImpl::onBlocked): 10513 (WebCore::WebIDBCallbacksImpl::onBlocked):
9829 * src/WebIDBCallbacksImpl.h: 10514 * src/WebIDBCallbacksImpl.h:
9830 10515
9831 == Rolled over to ChangeLog-2011-02-16 == 10516 == Rolled over to ChangeLog-2011-02-16 ==
OLDNEW
« no previous file with comments | « Source/WebCore/platform/graphics/gtk/DrawingBufferGtk.cpp ('k') | Source/WebKit/chromium/public/WebGraphicsContext3D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698