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

Side by Side Diff: Tools/ChangeLog

Issue 7121007: Merge 88174 - 2011-06-06 Shishir Agrawal <shishir@chromium.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 6 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-06-06 Shishir Agrawal <shishir@chromium.org>
2
3 Reviewed by Tony Gentilcore.
4
5 Add a "prerender" state for page visibility.
6 https://bugs.webkit.org/show_bug.cgi?id=62062
7
8 * DumpRenderTree/chromium/LayoutTestController.cpp:
9 (LayoutTestController::setPageVisibility):
10
11 2011-06-06 Csaba Osztrogonác <ossy@webkit.org>
12
13 [Qt] Implement download feature for QtTestBrowser
14 https://bugs.webkit.org/show_bug.cgi?id=61865
15
16 Buildfix for --minimal and CONFIG+=qt_minimal build after r88161.
17
18 * QtTestBrowser/launcherwindow.cpp:
19 (LauncherWindow::LauncherWindow):
20 * QtTestBrowser/launcherwindow.h:
21
22 2011-06-06 Barát Tibor <Barat.Tibor@stud.u-szeged.hu>
23
24 Reviewed by Csaba Osztrogonác.
25
26 [Qt] Implement download feature for QtTestBrowser
27 https://bugs.webkit.org/show_bug.cgi?id=61865
28
29 * QtTestBrowser/launcherwindow.cpp:
30 (LauncherWindow::LauncherWindow):
31 (LauncherWindow::downloadRequest):
32 (LauncherWindow::fileDownloadFinished):
33 * QtTestBrowser/launcherwindow.h:
34
35 2011-06-04 Dominic Cooney <dominicc@chromium.org>
36
37 Reviewed by Dimitri Glazkov.
38
39 Make DumpRenderTree initialize window.internals.
40 https://bugs.webkit.org/show_bug.cgi?id=61076
41
42 * DumpRenderTree/win/DumpRenderTreeCommon.vsprops: link WebCoreTestSuppo rt.
43 * DumpRenderTree/win/FrameLoadDelegate.cpp:
44 (FrameLoadDelegate::didClearWindowObjectForFrameInStandardWorld):
45
46 2011-06-06 Alexandru Chiculita <achicu@adobe.com>
47
48 Reviewed by Kent Tamura.
49
50 Add ENABLE_CSS_EXCLUSIONS support for build-webkit script
51 https://bugs.webkit.org/show_bug.cgi?id=61628
52
53 * Scripts/build-webkit:
54
55 2011-06-06 Mihnea Ovidenie <mihnea@adobe.com>
56
57 Reviewed by Kent Tamura.
58
59 Add ENABLE(CSS_REGIONS) guard for CSS Regions support
60 https://bugs.webkit.org/show_bug.cgi?id=61631
61
62 * Scripts/build-webkit:
63
64 2011-06-06 Carlos Garcia Campos <cgarcia@igalia.com>
65
66 Unreviewed. Fix the GTK+ build.
67
68 * GNUmakefile.am: Use javascriptcore_cflags when building libWebCoreInte rnals.
69
70 2011-06-05 Alexey Proskuryakov <ap@apple.com>
71
72 Add an e-mail address for Cameron McCormack that matches Bugzilla (so th at auto-completion
73 works properly).
74
75 * Scripts/webkitpy/common/config/committers.py:
76
77 2011-06-04 Kevin Ollivier <kevino@theolliviers.com>
78
79 [wx] Unreviewed build fix. Update git branch build dir handling to match what other
80 WebKit scripts expect, so other scripts work properly with wx.
81
82 * waf/build/build_utils.py:
83 * waf/build/settings.py:
84
85 2011-06-04 Kevin Ollivier <kevino@theolliviers.com>
86
87 [wx] Unreviewed build fix. Restore the PPC build and allow users to spec ify architectures
88 to build on Mac.
89
90 * waf/build/settings.py:
91 * wx/install-unix-extras:
92
93 2011-06-04 Kevin Ollivier <kevino@theolliviers.com>
94
95 [wx] Unreviewed build fixes for recent trunk changes.
96
97 * DumpRenderTree/wx/LayoutTestControllerWx.cpp:
98 (LayoutTestController::setTextDirection):
99 * waf/build/settings.py:
100
101 2011-06-04 Martin Robinson <mrobinson@igalia.com>
102
103 Fix the GTK+ build.
104
105 * GNUmakefile.am: Add some missing newline escape.
106
107 2011-06-03 Martin Robinson <mrobinson@igalia.com>
108
109 Try to fix the GTK+ bulid.
110
111 * GNUmakefile.am: Add JSDOMWrapper.cpp to the libWebCoreInternals
112 source list.
113
114 2011-06-03 Dirk Pranke <dpranke@chromium.org>
115
116 Reviewed by Adam Barth.
117
118 nrwt: should skip chromium test expectation overrides on upstream bots
119 https://bugs.webkit.org/show_bug.cgi?id=61888
120
121 * Scripts/webkitpy/layout_tests/port/chromium.py:
122 * Scripts/webkitpy/layout_tests/port/chromium_unittest.py:
123
124 2011-06-03 Dirk Pranke <dpranke@chromium.org>
125
126 Reviewed by Ojan Vafai.
127
128 new-run-webkit-tests: minor logging, code cleanup
129 https://bugs.webkit.org/show_bug.cgi?id=62055
130
131 * Scripts/webkitpy/layout_tests/layout_package/manager.py:
132 * Scripts/webkitpy/layout_tests/layout_package/worker.py:
133
134 2011-06-03 Martin Robinson <mrobinson@igalia.com>
135
136 Try to fix the build failure on the GTK+ 32-bit Release bot.
137
138 * GNUmakefile.am: Add JSInternal.{cpp,h} to the BUILT_SOURCES list.
139
140 2011-05-31 Martin Robinson <mrobinson@igalia.com>
141
142 Reviewed by Ryosuke Niwa.
143
144 [GTK] Support smart replace for the pasteboard
145 https://bugs.webkit.org/show_bug.cgi?id=61734
146
147 Call into the DumpRenderTreeSupportGtk hooks to toggle smart replace.
148 This is required to produce consistent test results.
149
150 * DumpRenderTree/gtk/DumpRenderTree.cpp:
151 (resetDefaultsToConsistentValues): Set the smart replace setting to on b y default.
152 * DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:
153 (LayoutTestController::setSmartInsertDeleteEnabled): Added an implementa tion of this
154 methods which calls into DumpRenderTreeSupportGtk.
155
156 2011-06-03 Martin Robinson <mrobinson@igalia.com>
157
158 Reviewed by Dimitri Glazkov.
159
160 Teach Gtk build about window.internals
161 https://bugs.webkit.org/show_bug.cgi?id=61071
162
163 * DumpRenderTree/gtk/DumpRenderTree.cpp:
164 (webViewWindowObjectCleared): Inject the new internals object when the
165 window object clears.
166 * GNUmakefile.am: Add new source files and includes necessary for window .internals.
167 Also do a little bit of cleanup.
168
169 2011-06-03 Dirk Pranke <dpranke@chromium.org>
170
171 Reviewed by Tony Chang.
172
173 Worker may not be stopped after LT.
174 https://bugs.webkit.org/show_bug.cgi?id=61847
175
176 Re-submit a variant of the first fix for this bug. It's possible
177 that actually calling cleanup() in the worker threads was taking
178 too long and we triggered the assertions in the manager thread.
179
180 I've bumped up the timeout in the manager and added better
181 diagnostics. I also cleaned up the cleanup() code a bit because
182 there was some unnecessary if-checks.
183
184 * Scripts/webkitpy/layout_tests/layout_package/manager.py:
185 * Scripts/webkitpy/layout_tests/layout_package/worker.py:
186
187 2011-06-03 Dirk Pranke <dpranke@chromium.org>
188
189 Reviewed by Tony Chang.
190
191 nrwt: fix duplicate logging regression
192 https://bugs.webkit.org/show_bug.cgi?id=61981
193
194 * Scripts/webkitpy/layout_tests/layout_package/printing.py:
195
196 2011-06-03 Robert Kroeger <rjkroege@chromium.org>
197
198 Reviewed by Adam Barth.
199
200 Modified addTouchPoint to correctly re-use touchPoint id values starting
201 from the lowest not-un-use touchPoint id as is done by the embedder
202 APIs. (Fixes BUGCR36415)
203
204 https://bugs.webkit.org/show_bug.cgi?id=62016
205
206 * DumpRenderTree/chromium/EventSender.cpp:
207 (EventSender::addTouchPoint):
208
209 2011-06-03 Cary Clark <caryclark@google.com>
210
211 Reviewed by Eric Seidel.
212
213 Draw DRT scroll bar thumb with CG when WebKit renders with Skia
214 https://bugs.webkit.org/show_bug.cgi?id=61534
215
216 Skia on Mac uses Skia to render WebKit, and CG
217 to render UI elements. The CG elements need a
218 transcribed graphics context that preserves the
219 canvas matrix, and the canvas clip.
220
221 The SkiaBitLocker utility class sets up a CGContext
222 from the SkCanvas, locks the bitmap's bits, and
223 releases the lock when the class goes out of scope.
224
225 The SkiaBitLocker implementation is described by
226 this patch:
227 http://codereview.chromium.org/7031006/
228
229 When WebKit uses Skia for rendering, the WebCanvas
230 is an SkCanvas. Create an equivalent CGContext to
231 draw the scrollbar thumb.
232
233 As the Chrome Mac port does not yet use Skia, this
234 patch has no effect and requires no tests.
235
236 * DumpRenderTree/chromium/WebThemeEngineDRTMac.mm:
237 (WebThemeEngineDRTMac::paintHIThemeScrollbarThumb):
238
239 2011-06-03 Andras Becsi <abecsi@webkit.org>
240
241 Unreviewed build fix.
242
243 Fix typo.
244
245 * Scripts/old-run-webkit-tests:
246
247 2011-06-03 Andras Becsi <abecsi@webkit.org>
248
249 Reviewed by Csaba Osztrogonác.
250
251 Print error message when there is no httpd present on the system
252 https://bugs.webkit.org/show_bug.cgi?id=61939
253
254 * Scripts/old-run-webkit-tests: Propose to run with --no-httpd.
255 * Scripts/webkitperl/httpd.pm:
256
257 2011-06-03 Mikhail Naganov <mnaganov@chromium.org>
258
259 Reviewed by Yury Semikhatsky.
260
261 Web Inspector: [Chromium] cpu-profiler-profiling layout test is flaky on Linux Debug.
262 https://bugs.webkit.org/show_bug.cgi?id=61533
263
264 Skip cpu-profiler-profiling in debug, implement a fast headless alternat ive.
265
266 * DumpRenderTree/chromium/DRTDevToolsAgent.cpp:
267 (DRTDevToolsAgent::setJavaScriptProfilingEnabled):
268 * DumpRenderTree/chromium/DRTDevToolsAgent.h:
269 * DumpRenderTree/chromium/LayoutTestController.cpp:
270 (LayoutTestController::LayoutTestController):
271 (LayoutTestController::setJavaScriptProfilingEnabled):
272 * DumpRenderTree/chromium/LayoutTestController.h:
273 * DumpRenderTree/wx/LayoutTestControllerWx.cpp:
274 (LayoutTestController::setJavaScriptProfilingEnabled):
275 * WebKitTestRunner/InjectedBundle/LayoutTestController.cpp:
276 (WTR::LayoutTestController::setJavaScriptProfilingEnabled):
277 * WebKitTestRunner/InjectedBundle/LayoutTestController.h:
278
279 2011-06-02 Dirk Pranke <dpranke@chromium.org>
280
281 Reviewed by Tony Chang.
282
283 NRWT needs a way to log to a file without including backspaces without n eeding --verbose
284 https://bugs.webkit.org/show_bug.cgi?id=60328
285
286 This change modifies NRWT so that if it can tell if it is
287 writing to a terminal, it will overwrite any messages printed
288 in the 'one-line-progress' and 'updates' print options, and if
289 not (or if --verbose was specified) the messages will be printed
290 without backspaces.
291
292 If the overwriting updates are disabled, one-line-progress will
293 only print every 10 seconds instead of on every update. This
294 ensures that we still get updates once in a while while the
295 tests are running, even if we're not in --verbose mode. Note
296 that one-line-progress will now still be printed in --verbose,
297 since it's useful as long as you're not flooded with the
298 updates.
299
300 * Scripts/webkitpy/layout_tests/layout_package/manager.py:
301 * Scripts/webkitpy/layout_tests/layout_package/printing.py:
302 * Scripts/webkitpy/layout_tests/layout_package/printing_unittest.py:
303
304 2011-06-02 Martin Robinson <mrobinson@igalia.com>
305
306 Reviewed by Gustavo Noronha Silva.
307
308 [GTK] autogen.sh is run twice for each buld on the bots
309 https://bugs.webkit.org/show_bug.cgi?id=61951
310
311 * Scripts/webkitdirs.pm: Only check the previous autotools arguments
312 for the WebKit project. This prevents build-jsc runs from forcing subseq uent
313 build-webkit runs to re-rerun autogen.sh.
314
315 2011-06-02 Sheriff Bot <webkit.review.bot@gmail.com>
316
317 Unreviewed, rolling out r87946.
318 http://trac.webkit.org/changeset/87946
319 https://bugs.webkit.org/show_bug.cgi?id=61965
320
321 Cause NRWT to break (Requested by abarth|gardener on #webkit).
322
323 * Scripts/webkitpy/layout_tests/layout_package/worker.py:
324
325 2011-06-02 Dimitri Glazkov <dglazkov@chromium.org>
326
327 Reviewed by Darin Adler.
328
329 Add build logistics and plumbing for window.internals object.
330 https://bugs.webkit.org/show_bug.cgi?id=60313
331
332 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Added linking new WebCoreTestSupport library.
333 * DumpRenderTree/chromium/TestShell.cpp:
334 (TestShell::bindJSObjectsToWindow): Added injection code.
335 * DumpRenderTree/mac/FrameLoadDelegate.mm:
336 (-[FrameLoadDelegate didClearWindowObjectInStandardWorldForFrame:]): Dit to.
337
338 2011-06-02 Hao Zheng <zhenghao@chromium.org>
339
340 Reviewed by Dirk Pranke.
341
342 Call cleanup() explicitly at the end of worker.run().
343 https://bugs.webkit.org/show_bug.cgi?id=61847
344
345 * Scripts/webkitpy/layout_tests/layout_package/worker.py:
346
347 2011-06-02 Dimitri Glazkov <dglazkov@chromium.org>
348
349 Unreviewed, rolling out r87926.
350 http://trac.webkit.org/changeset/87926
351 https://bugs.webkit.org/show_bug.cgi?id=60313
352
353 Fails to find WebCoreTestSupport.dylib on bots.
354
355 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
356 * DumpRenderTree/chromium/TestShell.cpp:
357 (TestShell::bindJSObjectsToWindow):
358 * DumpRenderTree/mac/FrameLoadDelegate.mm:
359 (-[FrameLoadDelegate didClearWindowObjectInStandardWorldForFrame:]):
360
361 2011-05-21 Dimitri Glazkov <dglazkov@chromium.org>
362
363 Reviewed by Darin Adler.
364
365 Add build logistics and plumbing for window.internals object.
366 https://bugs.webkit.org/show_bug.cgi?id=60313
367
368 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Added linking new WebCoreTestSupport library.
369 * DumpRenderTree/chromium/TestShell.cpp:
370 (TestShell::bindJSObjectsToWindow): Added injection code.
371 * DumpRenderTree/mac/FrameLoadDelegate.mm:
372 (-[FrameLoadDelegate didClearWindowObjectInStandardWorldForFrame:]): Dit to.
373
374 2011-06-02 Gyuyoung Kim <gyuyoung.kim@samsung.com>
375
376 Reviewed by Eric Seidel.
377
378 Adjust efl coding style to more efl directories
379 https://bugs.webkit.org/show_bug.cgi?id=61903
380
381 * Scripts/webkitpy/style/checker.py: Adjust efl coding style to efl dire ctories.
382
383 2011-06-01 Dirk Pranke <dpranke@chromium.org>
384
385 Reviewed by Tony Chang.
386
387 old-run-webkit-tests: add support for audio files
388 https://bugs.webkit.org/show_bug.cgi?id=57992
389
390 * Scripts/old-run-webkit-tests:
391
392 2011-06-01 Jochen Eisinger <jochen@chromium.org>
393
394 Reviewed by Adam Barth.
395
396 Implement layoutTestController.setImagesAllowed for controlling the resp ective behavior of the WebPermissionClient
397 https://bugs.webkit.org/show_bug.cgi?id=34314
398
399 * DumpRenderTree/DumpRenderTree.gypi:
400 * DumpRenderTree/chromium/LayoutTestController.cpp:
401 (LayoutTestController::LayoutTestController):
402 (LayoutTestController::setImagesAllowed):
403 (LayoutTestController::setStorageAllowed):
404 * DumpRenderTree/chromium/LayoutTestController.h:
405 * DumpRenderTree/chromium/WebPermissions.cpp: Copied from Tools/DumpRend erTree/chromium/WebPermissions.h.
406 (WebPermissions::WebPermissions):
407 (WebPermissions::~WebPermissions):
408 (WebPermissions::allowImages):
409 (WebPermissions::allowStorage):
410 (WebPermissions::setImagesAllowed):
411 (WebPermissions::setStorageAllowed):
412 (WebPermissions::reset):
413 * DumpRenderTree/chromium/WebPermissions.h:
414
415 2011-06-01 Noel Gordon <noel.gordon@gmail.com>
416
417 Reviewed by Tony Chang.
418
419 Test plugin should support event logging on the windows port.
420 https://bugs.webkit.org/show_bug.cgi?id=61721
421
422 * DumpRenderTree/TestNetscapePlugIn/main.cpp:
423 (handleEventWin): Well, handle them.
424
425 2011-06-01 Daniel Cheng <dcheng@chromium.org>
426
427 Reviewed by Tony Chang.
428
429 [chromium] Use correct file name for dragging out images.
430 https://bugs.webkit.org/show_bug.cgi?id=24887
431
432 * DumpRenderTree/chromium/EventSender.cpp:
433 (EventSender::EventSender):
434 (EventSender::dumpFilenameBeingDragged):
435 * DumpRenderTree/chromium/EventSender.h:
436
437 2011-06-01 Dirk Pranke <dpranke@chromium.org>
438
439 Reviewed by Tony Chang.
440
441 nrwt: make webaudio work w/o content-length header
442 https://bugs.webkit.org/show_bug.cgi?id=61819
443
444 * Scripts/webkitpy/layout_tests/layout_package/printing.py:
445 * Scripts/webkitpy/layout_tests/layout_package/single_test_runner.py:
446 * Scripts/webkitpy/layout_tests/port/mock_drt.py:
447 * Scripts/webkitpy/layout_tests/port/webkit.py:
448
449 2011-06-01 Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com>
450
451 Reviewed by Andreas Kling.
452
453 [Qt][WK2] Add QGLWidget viewport support to MiniBrowser
454 https://bugs.webkit.org/show_bug.cgi?id=61802
455
456 Add command line parameter and menu item to MiniBrowser application
457 enabling use of QGLWidget for browser viewport.
458
459 * MiniBrowser/qt/BrowserWindow.cpp:
460 (BrowserWindow::BrowserWindow):
461 (BrowserWindow::toggleGLViewport):
462 * MiniBrowser/qt/BrowserWindow.h:
463 * MiniBrowser/qt/MiniBrowserApplication.cpp:
464 (MiniBrowserApplication::handleUserOptions):
465 * MiniBrowser/qt/MiniBrowserApplication.h:
466 (WindowOptions::WindowOptions):
467
468 2011-06-01 Martin Robinson <mrobinson@igalia.com>
469
470 Reviewed by Xan Lopez.
471
472 Print out autogen arguments when they differ from the last set, to help
473 with debugging build issues.
474
475 * Scripts/webkitdirs.pm: Print out previous and current build arguments
476 when they differ.
477
478 2011-06-01 Carlos Garcia Campos <cgarcia@igalia.com>
479
480 Reviewed by Martin Robinson.
481
482 [GTK] run-launcher should run MiniBrowser in WebKit2
483 https://bugs.webkit.org/show_bug.cgi?id=61858
484
485 * Scripts/run-launcher: Check whether -2 command line option has
486 been passed and run MiniBrowser instead of GtkLauncher.
487
488 2011-05-31 Hao Zheng <zhenghao@chromium.org>
489
490 Reviewed by Dirk Pranke.
491
492 Fix exception in verbose printing mode.
493 https://bugs.webkit.org/show_bug.cgi?id=61723
494
495 * Scripts/webkitpy/layout_tests/layout_package/printing.py:
496
1 2011-05-31 Yong Li <yoli@rim.com> 497 2011-05-31 Yong Li <yoli@rim.com>
2 498
3 Reviewed by Eric Seidel. 499 Reviewed by Eric Seidel.
4 500
5 https://bugs.webkit.org/show_bug.cgi?id=54807 501 https://bugs.webkit.org/show_bug.cgi?id=54807
6 We have been assuming plain bitfields (like "int a : 31") are always sig ned integers. 502 We have been assuming plain bitfields (like "int a : 31") are always sig ned integers.
7 However some compilers can treat them as unsigned. For example, RVCT 4.0 states plain 503 However some compilers can treat them as unsigned. For example, RVCT 4.0 states plain
8 bitfields (declared without either signed or unsigned qualifiers) are tr eats as unsigned. 504 bitfields (declared without either signed or unsigned qualifiers) are tr eats as unsigned.
9 http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0348c/Bab jddhe.html 505 http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0348c/Bab jddhe.html
10 Although we can use "--signed-bitfields" flag to make RVCT 4.0 behave as most other compilers, 506 Although we can use "--signed-bitfields" flag to make RVCT 4.0 behave as most other compilers,
(...skipping 13836 matching lines...) Expand 10 before | Expand all | Expand 10 after
13847 14343
13848 r78737 rolled over ChangeLogs, and webkit-patch complains when landing 14344 r78737 rolled over ChangeLogs, and webkit-patch complains when landing
13849 patches such as this one that are the first to add an entry to the 14345 patches such as this one that are the first to add an entry to the
13850 ChangeLog (since they don't see a second date line to know where the 14346 ChangeLog (since they don't see a second date line to know where the
13851 entry ends). 14347 entry ends).
13852 14348
13853 * Scripts/webkitpy/common/checkout/changelog.py: 14349 * Scripts/webkitpy/common/checkout/changelog.py:
13854 * Scripts/webkitpy/common/checkout/changelog_unittest.py: 14350 * Scripts/webkitpy/common/checkout/changelog_unittest.py:
13855 14351
13856 == Rolled over to ChangeLog-2011-02-16 == 14352 == Rolled over to ChangeLog-2011-02-16 ==
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/src/WebViewImpl.cpp ('k') | Tools/DumpRenderTree/chromium/LayoutTestController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698