RESOLVED FIXED 26301
Test bug for bugzilla scripts -- see bug 26283
https://bugs.webkit.org/show_bug.cgi?id=26301
Summary Test bug for bugzilla scripts -- see bug 26283
Eric Seidel (no email)
Reported 2009-06-10 15:53:29 PDT
Test bug for bugzilla scripts -- see bug 26299 There will be junk in this bug!
Attachments
test file - please ignore review flag (5 bytes, text/plain)
2009-06-15 15:23 PDT, Eric Seidel (no email)
no flags
another test (please ignore review on this test) (5 bytes, text/plain)
2009-06-15 16:41 PDT, Eric Seidel (no email)
no flags
Foobar (2.26 KB, patch)
2009-06-17 15:33 PDT, Eric Seidel (no email)
no flags
This matches the default up in WebKit (that was changed in r43318). (2.26 KB, patch)
2009-06-17 15:34 PDT, Eric Seidel (no email)
no flags
Make Settings::shouldPaintNativeControls default to true (2.26 KB, patch)
2009-06-17 15:56 PDT, Eric Seidel (no email)
no flags
Make Settings::shouldPaintNativeControls default to true (2.26 KB, patch)
2009-06-17 15:58 PDT, Eric Seidel (no email)
no flags
foo (83 bytes, patch)
2009-06-17 16:57 PDT, Eric Seidel (no email)
no flags
Make Settings::shouldPaintNativeControls default to true (2.26 KB, patch)
2009-06-17 17:28 PDT, Eric Seidel (no email)
no flags
Update layout test results for addition of datagrid element. (937 bytes, patch)
2009-06-17 17:28 PDT, Eric Seidel (no email)
no flags
2009-06-17 David Levin <levin@chromium.org> (1.25 KB, patch)
2009-06-17 17:28 PDT, Eric Seidel (no email)
no flags
2009-06-17 Eric Carlson <eric.carlson@apple.com> (1.60 KB, patch)
2009-06-17 17:28 PDT, Eric Seidel (no email)
no flags
2009-06-17 Sam Weinig <sam@webkit.org> (1.31 KB, patch)
2009-06-17 17:28 PDT, Eric Seidel (no email)
no flags
Make Settings::shouldPaintNativeControls default to true (2.26 KB, patch)
2009-06-17 18:03 PDT, Eric Seidel (no email)
no flags
Update layout test results for addition of datagrid element. (937 bytes, patch)
2009-06-17 18:03 PDT, Eric Seidel (no email)
no flags
patch (162 bytes, patch)
2009-06-22 14:35 PDT, Eric Seidel (no email)
no flags
patch (67 bytes, patch)
2009-06-25 14:07 PDT, Eric Seidel (no email)
no flags
patch (2.11 KB, patch)
2009-06-25 16:41 PDT, Eric Seidel (no email)
no flags
patch (2.11 KB, patch)
2009-06-25 16:42 PDT, Eric Seidel (no email)
eric: commit-queue-
Eric Seidel (no email)
Comment 1 2009-06-10 17:20:17 PDT
Test
Eric Seidel (no email)
Comment 2 2009-06-10 17:21:18 PDT
Test
Eric Seidel (no email)
Comment 3 2009-06-11 15:58:24 PDT
Test
Eric Seidel (no email)
Comment 4 2009-06-11 16:00:11 PDT
Success!
Eric Seidel (no email)
Comment 5 2009-06-11 17:26:13 PDT
Foobar!
Eric Seidel (no email)
Comment 6 2009-06-11 17:26:32 PDT
Yay! it worked, trying again...
Eric Seidel (no email)
Comment 7 2009-06-15 15:23:19 PDT
Created attachment 31311 [details] test file - please ignore review flag
Eric Seidel (no email)
Comment 8 2009-06-15 16:27:40 PDT
Comment on attachment 31311 [details] test file - please ignore review flag Please ignore the review flag on this attachment, I'm using it for testing my script for the moment.
Eric Seidel (no email)
Comment 9 2009-06-15 16:41:22 PDT
Created attachment 31318 [details] another test (please ignore review on this test) Another test for my script. Please ignore the review flag.
Eric Seidel (no email)
Comment 10 2009-06-17 15:33:54 PDT
Created attachment 31449 [details] Foobar ---
Eric Seidel (no email)
Comment 11 2009-06-17 15:34:33 PDT
Created attachment 31450 [details] This matches the default up in WebKit (that was changed in r43318). ---
Eric Seidel (no email)
Comment 12 2009-06-17 15:56:50 PDT
Created attachment 31454 [details] Make Settings::shouldPaintNativeControls default to true Make Settings::shouldPaintNativeControls default to true This matches the default up in WebKit (that was changed in r43318). Fixes Bug 26493: REGRESSION (r44758): First tab always uses Mac-style form controls <https://bugs.webkit.org/show_bug.cgi?id=26493> Reviewed by Darin Adler and Dave Hyatt. No test possible since DRT always uses Mac-style form controls. * page/Settings.cpp: Changed the initial value of gShouldPaintNativeControls to true. * rendering/RenderThemeSafari.cpp: (WebCore::RenderTheme::themeForPage): Added a FIXME about the design flaw here involving querying Settings before it's been initialized. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@44785 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- 3 files changed, 26 insertions(+), 1 deletions(-)
Eric Seidel (no email)
Comment 13 2009-06-17 15:58:49 PDT
Created attachment 31455 [details] Make Settings::shouldPaintNativeControls default to true Make Settings::shouldPaintNativeControls default to true This matches the default up in WebKit (that was changed in r43318). Fixes Bug 26493: REGRESSION (r44758): First tab always uses Mac-style form controls <https://bugs.webkit.org/show_bug.cgi?id=26493> Reviewed by Darin Adler and Dave Hyatt. No test possible since DRT always uses Mac-style form controls. * page/Settings.cpp: Changed the initial value of gShouldPaintNativeControls to true. * rendering/RenderThemeSafari.cpp: (WebCore::RenderTheme::themeForPage): Added a FIXME about the design flaw here involving querying Settings before it's been initialized. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@44785 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- 3 files changed, 26 insertions(+), 1 deletions(-)
Eric Seidel (no email)
Comment 14 2009-06-17 16:57:48 PDT
Eric Seidel (no email)
Comment 15 2009-06-17 17:28:46 PDT
Created attachment 31471 [details] Make Settings::shouldPaintNativeControls default to true Make Settings::shouldPaintNativeControls default to true This matches the default up in WebKit (that was changed in r43318). Fixes Bug 26493: REGRESSION (r44758): First tab always uses Mac-style form controls <https://bugs.webkit.org/show_bug.cgi?id=26493> Reviewed by Darin Adler and Dave Hyatt. No test possible since DRT always uses Mac-style form controls. * page/Settings.cpp: Changed the initial value of gShouldPaintNativeControls to true. * rendering/RenderThemeSafari.cpp: (WebCore::RenderTheme::themeForPage): Added a FIXME about the design flaw here involving querying Settings before it's been initialized. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@44785 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- 3 files changed, 26 insertions(+), 1 deletions(-)
Eric Seidel (no email)
Comment 16 2009-06-17 17:28:48 PDT
Created attachment 31472 [details] Update layout test results for addition of datagrid element. Update layout test results for addition of datagrid element. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@44784 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- 1 files changed, 1 insertions(+), 0 deletions(-)
Eric Seidel (no email)
Comment 17 2009-06-17 17:28:49 PDT
Created attachment 31473 [details] 2009-06-17 David Levin <levin@chromium.org> 2009-06-17 David Levin <levin@chromium.org> Fix chromium Windows build. A mistake that happened during the complicated merge for landing r44775, r44776, r44777. * rendering/RenderThemeChromiumWin.h: (WebCore::RenderThemeChromiumWin::RenderThemeChromiumWin): (WebCore::RenderThemeChromiumWin::~RenderThemeChromiumWin): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@44783 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- 2 files changed, 13 insertions(+), 2 deletions(-)
Eric Seidel (no email)
Comment 18 2009-06-17 17:28:52 PDT
Created attachment 31474 [details] 2009-06-17 Eric Carlson <eric.carlson@apple.com> 2009-06-17 Eric Carlson <eric.carlson@apple.com> Reviewed by Simon Fraser. <rdar://problem/6981193> Crash in MediaControlInputElement::attachToParent * rendering/MediaControlElements.cpp: (WebCore::MediaTextDisplayElement::attachToParent): NULL check element renderer or parent renderer. (WebCore::MediaControlInputElement::attachToParent): Ditto. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@44782 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- 2 files changed, 13 insertions(+), 2 deletions(-)
Eric Seidel (no email)
Comment 19 2009-06-17 17:28:53 PDT
Created attachment 31475 [details] 2009-06-17 Sam Weinig <sam@webkit.org> 2009-06-17 Sam Weinig <sam@webkit.org> Reviewed by Mark Rowe. * security/index.html: Fix some typos. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@44781 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- 2 files changed, 8 insertions(+), 2 deletions(-)
Eric Seidel (no email)
Comment 20 2009-06-17 18:03:38 PDT
Created attachment 31477 [details] Make Settings::shouldPaintNativeControls default to true Make Settings::shouldPaintNativeControls default to true This matches the default up in WebKit (that was changed in r43318). Fixes Bug 26493: REGRESSION (r44758): First tab always uses Mac-style form controls <https://bugs.webkit.org/show_bug.cgi?id=26493> Reviewed by Darin Adler and Dave Hyatt. No test possible since DRT always uses Mac-style form controls. * page/Settings.cpp: Changed the initial value of gShouldPaintNativeControls to true. * rendering/RenderThemeSafari.cpp: (WebCore::RenderTheme::themeForPage): Added a FIXME about the design flaw here involving querying Settings before it's been initialized. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@44785 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- 3 files changed, 26 insertions(+), 1 deletions(-)
Eric Seidel (no email)
Comment 21 2009-06-17 18:03:49 PDT
Created attachment 31478 [details] Update layout test results for addition of datagrid element. Update layout test results for addition of datagrid element. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@44784 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- 1 files changed, 1 insertions(+), 0 deletions(-)
Darin Adler
Comment 22 2009-06-17 18:06:50 PDT
Comment on attachment 31478 [details] Update layout test results for addition of datagrid element. Hyatt said he was going to take care of this!
Eric Seidel (no email)
Comment 23 2009-06-22 14:35:53 PDT
Eric Seidel (no email)
Comment 24 2009-06-25 14:07:21 PDT
Eric Seidel (no email)
Comment 25 2009-06-25 14:07:47 PDT
Comment on attachment 31874 [details] patch Sorry for the review spam.
Eric Seidel (no email)
Comment 26 2009-06-25 16:41:53 PDT
Eric Seidel (no email)
Comment 27 2009-06-25 16:42:03 PDT
Eric Seidel (no email)
Comment 28 2009-06-25 18:31:26 PDT
Comment on attachment 31888 [details] patch foo
David Kilzer (:ddkilzer)
Comment 29 2009-07-01 13:07:09 PDT
Comment on attachment 31450 [details] This matches the default up in WebKit (that was changed in r43318). Changing the description of this attachment since it violates the maximum length of descriptions in future Bugzilla versions. Here's the previous description: This matches the default up in WebKit (that was changed in r43318). Fixes Bug 26493: REGRESSION (r44758): First tab always uses Mac-style form controls <https://bugs.webkit.org/show_bug.cgi?id=26493> Reviewed by Darin Adler and Dave Hyatt. No test possible since DRT always uses Mac-style form controls. * page/Settings.cpp: Changed the initial value of gShouldPaintNativeControls to true. * rendering/RenderThemeSafari.cpp: (WebCore::RenderTheme::themeForPage): Added a FIXME about the design flaw here involving querying Settings before it's been initialized.git-svn-id: http://svn.webkit.org/repository/webkit/trunk@44785 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Eric Seidel
Comment 30 2009-09-08 13:39:27 PDT
Comment on attachment 31888 [details] patch Test setting r+ and cq+ from an account w/o review or commit privileges.
Eric Seidel (no email)
Comment 31 2009-09-08 13:48:30 PDT
Comment on attachment 31888 [details] patch Rejecting patch 31888 from review queue. Eric.C.Seidel@lawrence.edu does not have reviewer permissions according to http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/modules/committers.py.
Eric Seidel (no email)
Comment 32 2009-09-08 14:58:24 PDT
Comment on attachment 31888 [details] patch Testing valid reviewer but invalid cq+
Eric Seidel (no email)
Comment 33 2009-09-08 15:02:09 PDT
Comment on attachment 31888 [details] patch Rejecting patch 31888 from commit-queue. Eric.C.Seidel@lawrence.edu does not have committer permissions according to http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/modules/committers.py.
Eric Seidel (no email)
Comment 34 2009-09-08 15:02:59 PDT
Comment on attachment 31888 [details] patch removing r+ now that testing is complete.
Note You need to log in before you can comment on or make changes to this bug.