Timeline
Jun 24, 2007:
- 10:09 PM Changeset in webkit [23757] by
-
- 2 edits in trunk/WebCore
Fix http://bugs.webkit.org/show_bug.cgi?id=14374
Bug 14374: Computed Style section should be expanded by default
Reviewed by Sam.
No regression test possible.
- page/inspector/ResourcePanel.js: Expand all style sections.
- 5:28 PM Changeset in webkit [23756] by
-
- 5 edits in trunk/WebCore
Unify the style of enums in the Inspector JS
All our enums are now represented by an object with a property for
each enum value.
Reviewed by Sam.
No regression test possible.
- page/inspector/ConsolePanel.js:
- page/inspector/Resource.js:
- page/inspector/ResourcePanel.js:
- page/inspector/inspector.js:
- 1:59 PM Changeset in webkit [23755] by
-
- 2 edits in trunk/WebKitSite
Reviewed by Adam Roben.
Fix broken link.
- building/build.html:
- 1:53 PM Changeset in webkit [23754] by
-
- 5 edits2 adds in trunk
LayoutTests:
Reviewed by Mitz.
Tests for http://bugs.webkit.org/show_bug.cgi?id=14321
getComputedStyle(...).zIndex returns string "normal"
- fast/css/computed-style-expected.txt:
- fast/css/getComputedStyle-zIndex-auto-expected.txt: Added.
- fast/css/getComputedStyle-zIndex-auto.html: Added.
WebCore:
Reviewed by Mitz.
Patch for http://bugs.webkit.org/show_bug.cgi?id=14321
getComputedStyle(...).zIndex returns string "normal"
Test: fast/css/getComputedStyle-zIndex-auto.html
- css/CSSComputedStyleDeclaration.cpp: (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue): Return 'auto' instead of 'normal'.
- 1:40 PM Web Inspector edited by
- windows -> Windows (diff)
- 12:22 PM Changeset in webkit [23753] by
-
- 4 edits in trunk/WebCore
Reviewed by Tim Hatcher.
Bug 14265: Cannot resize columns in webinspector
http://bugs.webkit.org/show_bug.cgi?id=14265
- page/inspector/inspector.css:
- page/inspector/inspector.html:
- page/inspector/inspector.js:
- 11:51 AM Changeset in webkit [23752] by
-
- 1 edit in trunk/WebCore/ChangeLog
Added Bugzilla bug number for revision 23727.
- 12:07 AM Web Inspector edited by
- (diff)
Jun 23, 2007:
- 5:37 PM Changeset in webkit [23751] by
-
- 2 edits in trunk/WebKitSite
2007-06-23 Mark Rowe <mrowe@apple.com>
Not reviewed.
- building/checkout.html: Update link to bypass caching proxy as it has a habit of breaking huge downloads.
- 12:23 PM Changeset in webkit [23750] by
-
- 2 edits in trunk/LayoutTests
Uploading the correct expected results -- the ones checked in expected
an "unkown" callback, which was incorrect behavior.
- fast/loader/user-style-sheet-resource-load-callbacks-expected.txt:
- 11:35 AM Changeset in webkit [23749] by
-
- 3 edits1 add in trunk
Fix the "num-cpus not found" warning the Windows WebCore build emits
WebCore:
Silence a build warning about not finding
num-cpus
Reviewed by Mark Rowe.
- WebCore.vcproj/build-generated-files.sh: Look for num-cpus in its new location.
WebKitTools:
Land num-cpus for the Windows build.
Reviewed by Mark Rowe.
- Scripts/num-cpus: Added.
- 1:49 AM Changeset in webkit [23748] by
-
- 2 edits in trunk/WebKitTools
Added support for populating ChangeLog entries from given git commits
using --git-commit=<commitish> and --git-reviewer=<name>.