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

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

Issue 11785017: Merge 138302 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebImageSkia.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2012-12-20 Noel Gordon <noel.gordon@gmail.com>
2
3 [chromium] Disable color profile support for WebImageSkia users
4 https://bugs.webkit.org/show_bug.cgi?id=105493
5
6 Reviewed by Eric Seidel.
7
8 Disable color profiles to prevent null pointer dereference under some
9 conditions. Tested by unittests at src.chromium.org.
10
11 * src/WebImageSkia.cpp:
12 (WebKit::WebImage::fromData):
13 (WebKit::WebImage::framesFromData):
14
15 2012-12-20 Nate Chapin <japhet@chromium.org>
16
17 Rename shouldBufferData to dataBufferingPolicy
18 https://bugs.webkit.org/show_bug.cgi?id=105450
19
20 Reviewed by Alexey Proskuryakov.
21
22 No new tests, simple rename.
23
24 * src/AssociatedURLLoader.cpp:
25 (WebKit::AssociatedURLLoader::loadAsynchronously):
26
27 2012-12-20 Dominic Mazzoni <dmazzoni@google.com>
28
29 AX: support clickPoint in DRT for chromium
30 https://bugs.webkit.org/show_bug.cgi?id=97359
31
32 Reviewed by Chris Fleizach.
33
34 Exposes the clickPoint accessibility method in WebAccessibilityObject.
35
36 * public/WebAccessibilityObject.h:
37 (WebAccessibilityObject):
38 * src/WebAccessibilityObject.cpp:
39 (WebKit::WebAccessibilityObject::clickPoint):
40 (WebKit):
41
42 2012-12-19 Pavel Feldman <pfeldman@chromium.org>
43
44 Web Inspector: introduce Page.captureScreenshot
45 https://bugs.webkit.org/show_bug.cgi?id=105315
46
47 Reviewed by Yury Semikhatsky.
48
49 Introduces a way for browser to handle protocol commands:
50 embedder will ask WebKit whether it should override the command
51 result and will get a hint value. Based on that hint, browser
52 will prepare the data and ask WebKit again to patch this data in.
53
54 * public/WebDevToolsAgent.h:
55 (WebDevToolsAgent):
56 * src/InspectorClientImpl.cpp:
57 (WebKit::InspectorClientImpl::captureScreenshot):
58 (WebKit):
59 * src/InspectorClientImpl.h:
60 (InspectorClientImpl):
61 * src/WebDevToolsAgentImpl.cpp:
62 (BrowserDataHintStringValues):
63 (WebKit):
64 (WebKit::WebDevToolsAgentImpl::WebDevToolsAgentImpl):
65 (WebKit::WebDevToolsAgentImpl::captureScreenshot):
66 (WebKit::browserHintToString):
67 (WebKit::browserHintFromString):
68 (WebKit::WebDevToolsAgentImpl::sendMessageToFrontend):
69 (WebKit::WebDevToolsAgent::shouldPatchWithBrowserData):
70 (WebKit::WebDevToolsAgent::patchWithBrowserData):
71 * src/WebDevToolsAgentImpl.h:
72 (WebDevToolsAgentImpl):
73
74 2012-12-20 Sheriff Bot <webkit.review.bot@gmail.com>
75
76 Unreviewed, rolling out r138215.
77 http://trac.webkit.org/changeset/138215
78 https://bugs.webkit.org/show_bug.cgi?id=105505
79
80 it broke downstream compilation with clang (Requested by
81 loislo on #webkit).
82
83 * public/platform/WebKitPlatformSupport.h:
84 (WebKit):
85 (WebKitPlatformSupport):
86 (WebKit::WebKitPlatformSupport::sharedWorkerRepository):
87 * src/SharedWorkerRepository.cpp:
88 (WebKit::sharedWorkerRepository):
89 (WebCore::SharedWorkerRepository::isAvailable):
90
91 2012-12-19 Mark Pilgrim <pilgrim@chromium.org>
92
93 [Chromium] Remove idbFactory from PlatformSupport
94 https://bugs.webkit.org/show_bug.cgi?id=105460
95
96 Reviewed by Darin Fisher.
97
98 Part of a larger refactoring series; see tracking bug 82948.
99
100 * WebKit.gyp:
101 * src/IDBFactoryBackendInterface.cpp: Added.
102 (WebCore):
103 (WebCore::IDBFactoryBackendInterface::create):
104 * src/PlatformSupport.cpp: Removed.
105
106 2012-12-19 Antoine Labour <piman@chromium.org>
107
108 [chromium] Remove old setBackingTextureId/setBackingIOSurfaceId API on W ebPluginContainer
109 https://bugs.webkit.org/show_bug.cgi?id=105472
110
111 Reviewed by James Robinson.
112
113 This is not called anymore by chromium (as of r173545), using
114 setWebPlugin instead.
115
116 * public/WebPluginContainer.h:
117 * src/WebPluginContainerImpl.cpp:
118 (WebKit::WebPluginContainerImpl::WebPluginContainerImpl):
119 * src/WebPluginContainerImpl.h:
120 (WebPluginContainerImpl):
121
122 2012-12-19 Mark Pilgrim <pilgrim@chromium.org>
123
124 [Chromium] add setIDBFactory method for embedders to call
125 https://bugs.webkit.org/show_bug.cgi?id=105465
126
127 Reviewed by Darin Fisher.
128
129 This is step 1 of getting rid of WebKitPlatform::idbFactory. This
130 adds a setter for embedders to call upon initialization, which (if
131 set) will be used instead of calling the idbFactory()
132 method. Eventually the idbFactory() method will go away, and this
133 setter will be the only way to initialize the Indexed Database API.
134
135 * public/WebIDBFactory.h:
136 (WebKit):
137 * src/IDBFactoryBackendProxy.cpp:
138 (WebKit):
139 (WebKit::setIDBFactory):
140 (WebKit::IDBFactoryBackendProxy::IDBFactoryBackendProxy):
141
142 2012-12-19 Rachel Blum <groby@chromium.org>
143
144 [Chromium] Check Document now should work with continuous check off
145 https://bugs.webkit.org/show_bug.cgi?id=105228
146
147 Reviewed by Anders Carlsson.
148
149 * src/EditorClientImpl.cpp:
150 (WebKit::EditorClientImpl::checkSpellingOfString):
151
152 2012-12-19 Rachel Blum <groby@chromium.org>
153
154 [Chromium] Spellchecker should provide suggestions for non-caret selecti on, too
155 https://bugs.webkit.org/show_bug.cgi?id=104841
156
157 Reviewed by Anders Carlsson.
158
159 Allow spelling suggestions for a word if the word is already selected. N o suggestion
160 if subset of a word or more than a word is selected.
161
162 * src/ContextMenuClientImpl.cpp:
163 (WebKit::ContextMenuClientImpl::getCustomMenuFromDefaultItems):
164
165 2012-12-19 Mark Pilgrim <pilgrim@chromium.org>
166
167 [Chromium] Remove all references to sharedWorkerRepository()
168 https://bugs.webkit.org/show_bug.cgi?id=104704
169
170 Reviewed by Darin Fisher.
171
172 Now that Chromium calls setSharedWorkerRepository upon
173 initializing WebKit (
174 https://codereview.chromium.org/10990121/ and
175 https://codereview.chromium.org/11576028/ ) and no longer
176 tries to override sharedWorkerRepository, it is safe to remove
177 all references to this function.
178
179 * public/platform/WebKitPlatformSupport.h:
180 (WebKit):
181 (WebKit::WebKitPlatformSupport::idbFactory):
182 * src/SharedWorkerRepository.cpp:
183 (WebKit::sharedWorkerRepository):
184 (WebCore::SharedWorkerRepository::isAvailable):
185
186 2012-12-19 Alexis Menard <alexis@webkit.org>
187
188 Implement CSS parsing for CSS transitions unprefixed.
189 https://bugs.webkit.org/show_bug.cgi?id=104804
190
191 Reviewed by Dean Jackson.
192
193 Add a new flag ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
194 to cover the work of unprefixing Transforms, Animations and
195 Transitions. It will let the possibility of each ports to turn it off
196 in their release branches until we're confident that these CSS
197 properties are ready to be unprefixed.
198
199 * features.gypi:
200
201 2012-12-19 Dominic Mazzoni <dmazzoni@google.com>
202
203 Support titleUIElement in chromium DRT
204 https://bugs.webkit.org/show_bug.cgi?id=96529
205
206 Reviewed by Chris Fleizach.
207
208 Fix implementation of titleUIElement - it shouldn't return anything
209 if supportsTitleUIElement returns false, so that accessible label
210 overriding logic works correctly.
211
212 * src/WebAccessibilityObject.cpp:
213 (WebKit::WebAccessibilityObject::titleUIElement):
214
215 2012-12-19 Gavin Peters <gavinp@chromium.org>
216
217 [chromium] WebCore::Prerender::didStartPrerender depends on LinkLoader
218 https://bugs.webkit.org/show_bug.cgi?id=105290
219
220 Reviewed by Abhishek Arya.
221
222 The LinkLoader now removes itself from its prerender in time.
223
224 * tests/PrerenderingTest.cpp:
225
226 2012-12-18 Ilya Tikhonovsky <loislo@chromium.org>
227
228 Unreviewed, rolling out r138061.
229 https://bugs.webkit.org/show_bug.cgi?id=105396
230
231 Original patch:
232 http://trac.webkit.org/changeset/138061
233 https://bugs.webkit.org/show_bug.cgi?id=97359
234
235 It is crashing on Debug bots
236
237 * public/WebAccessibilityObject.h:
238 (WebAccessibilityObject):
239 * src/WebAccessibilityObject.cpp:
240
241 2012-12-18 David Dorwin <ddorwin@chromium.org>
242
243 [Chromium] Remove temporary backwards compatible interface code (from r1 37724).
244 https://bugs.webkit.org/show_bug.cgi?id=105205
245
246 Reviewed by James Robinson.
247
248 * public/WebMediaPlayerClient.h:
249 * src/WebMediaPlayerClientImpl.cpp:
250
251 2012-12-18 Dirk Pranke <dpranke@chromium.org>
252
253 [chromium] pull in the CDM module recently added to media
254 https://bugs.webkit.org/show_bug.cgi?id=105360
255
256 Unreiviewed build fix, but sanity checked by ddorwin.
257
258 * DEPS:
259
260 2012-12-18 Dean Jackson <dino@apple.com>
261
262 Unreviewed attempted build fix for Chromium.
263
264 Insert stub methods for localized text track menu labels.
265
266 * src/LocalizedStrings.cpp:
267 (WebCore):
268 (WebCore::textTrackClosedCaptionsText):
269 (WebCore::textTrackSubtitlesText):
270 (WebCore::textTrackOffText):
271 (WebCore::textTrackNoLabelText):
272
273 2012-12-18 Dirk Pranke <dpranke@chromium.org>
274
275 Pull in the opus codec sources.
276
277 Unreviewed, build fix.
278
279 * DEPS:
280
281 2012-12-18 Dirk Pranke <dpranke@chromium.org>
282
283 Unreviewed, roll chromium deps to r173769
284
285 * DEPS:
286
287 2012-12-18 Dominic Mazzoni <dmazzoni@google.com>
288
289 AX: support clickPoint in DRT for chromium
290 https://bugs.webkit.org/show_bug.cgi?id=97359
291
292 Reviewed by Chris Fleizach.
293
294 Exposes the clickPoint accessibility method in WebAccessibilityObject.
295
296 * public/WebAccessibilityObject.h:
297 (WebAccessibilityObject):
298 * src/WebAccessibilityObject.cpp:
299 (WebKit::WebAccessibilityObject::clickPoint):
300 (WebKit):
301
302 2012-12-18 Wei Jia <wjia@chromium.org>
303
304 Enable media stream on Android for Chromium
305 https://bugs.webkit.org/show_bug.cgi?id=102545
306
307 Reviewed by Eric Seidel.
308
309 Put all webrtc related stuff under one flag "enable_webrtc" which is set to 1
310 on Linux/Windows/Mac and 0 on Android.
311
312 * features.gypi:
313
314 2012-12-18 Yaron Friedman <yfriedman@chromium.org>
315
316 Chrome Android java output is too verbose
317 https://bugs.webkit.org/show_bug.cgi?id=105247
318
319 Reviewed by Tony Chang.
320
321 Pass -quiet to ant to suppress extraneous output.
322
323 * WebKitUnitTests.gyp:
324
325 2012-12-17 Andrey Kosyakov <caseq@chromium.org>
326
327 Web Inspector: paint inspector overlay on a transparency layer
328 https://bugs.webkit.org/show_bug.cgi?id=97659
329
330 Reviewed by Yury Semikhatsky.
331
332 Add a call to PlatformContextSkia::setDrawingToImageBuffer(true) to
333 fix wrong rendering of content on transparent background.
334
335 * src/WebDevToolsAgentImpl.cpp:
336 (WebKit::WebDevToolsAgentImpl::paintPageOverlay):
337
338 2012-12-17 Alex Hutter <ahutter@chromium.org>
339
340 Exposing querySelector function on WebNode
341 https://bugs.webkit.org/show_bug.cgi?id=105193
342
343 Reviewed by Darin Fisher.
344
345 This change is necessitated by the new autofill flows in chromium.
346
347 * public/WebNode.h:
348 * src/WebNode.cpp:
349 (WebKit::WebNode::querySelector):
350 (WebKit):
351
352 2012-12-17 Chris Fleizach <cfleizach@apple.com>
353
354 Seamless iframe should not announce a new browsing context
355 https://bugs.webkit.org/show_bug.cgi?id=86317
356
357 Reviewed by Eric Seidel.
358
359 * public/WebAccessibilityRole.h:
360 * src/AssertMatchingEnums.cpp:
361
1 2012-12-17 Levi Weintraub <leviw@chromium.org> 362 2012-12-17 Levi Weintraub <leviw@chromium.org>
2 363
3 Add support for tracking hit test rectangles to enable fast event reject ion in the compositor 364 Add support for tracking hit test rectangles to enable fast event reject ion in the compositor
4 https://bugs.webkit.org/show_bug.cgi?id=103914 365 https://bugs.webkit.org/show_bug.cgi?id=103914
5 366
6 Reviewed by James Robinson. 367 Reviewed by James Robinson.
7 368
8 Enabling touch event target region tracking. 369 Enabling touch event target region tracking.
9 370
10 * features.gypi: 371 * features.gypi:
(...skipping 8090 matching lines...) Expand 10 before | Expand all | Expand 10 after
8101 8462
8102 [Chromium-Win] Implement LocaleWin::dateFormat 8463 [Chromium-Win] Implement LocaleWin::dateFormat
8103 https://bugs.webkit.org/show_bug.cgi?id=98117 8464 https://bugs.webkit.org/show_bug.cgi?id=98117
8104 8465
8105 Reviewed by Kentaro Hara. 8466 Reviewed by Kentaro Hara.
8106 8467
8107 * tests/LocaleWinTest.cpp: 8468 * tests/LocaleWinTest.cpp:
8108 (TEST_F): Add tests for LocaleWin::dateFormat. 8469 (TEST_F): Add tests for LocaleWin::dateFormat.
8109 8470
8110 == Rolled over to ChangeLog-2012-10-02 == 8471 == Rolled over to ChangeLog-2012-10-02 ==
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebImageSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698