index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
port
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use #if ENABLE_feature and not #if defined(ENABLE_feature) in idl files.
mark@chromium.org
2008-10-09
1
-8
/
+8
*
Merge Document.idl and DOMWindow.idl properly. Diffing our forked
ager@google.com
2008-10-09
2
-83
/
+129
*
Fix Mac build bustage caused by r3029 by providing a temporary stub method.
mark@chromium.org
2008-10-09
1
-0
/
+44
*
Revert r3074 due to Mac build bustage
mark@chromium.org
2008-10-09
1
-22
/
+1
*
This fixes http://code.google.com/p/chromium/issues/detail?id=2472, which
ananta@chromium.org
2008-10-08
1
-1
/
+22
*
Change the font search order to try Lucida Sans Unicode before Arial Unicode ...
jungshik@google.com
2008-10-08
1
-2
/
+2
*
Fixes two bugs leading to a layout test failure:
sky@google.com
2008-10-08
2
-1
/
+16
*
changes to get mac layout tests moving forward. Turn off objc GC and remove a...
pinkerton@google.com
2008-10-08
1
-3
/
+3
*
Add some missing bindings for canvas.
ericroman@google.com
2008-10-08
1
-2
/
+48
*
Remove references to WebCoreFrameBridge which is no longer in webkit
pinkerton@google.com
2008-10-08
1
-20
/
+0
*
Fixes one layout test by adding missing binding
sgjesse@chromium.org
2008-10-08
1
-1
/
+3
*
Document.idl has been updated with null to null string conversions on
ager@google.com
2008-10-08
1
-3
/
+3
*
Follow http://trac.webkit.org/changeset/34506 and pass the active
ager@google.com
2008-10-08
1
-1
/
+2
*
Sort headers in v8_custom.cpp. Just a style cleanup.
tc@google.com
2008-10-08
1
-26
/
+24
*
Add another case where we make a new SimpleFontData to the
tc@google.com
2008-10-07
1
-1
/
+2
*
Implement missing KURL functions for Mac port.
jeremy@chromium.org
2008-10-07
1
-0
/
+68
*
Provide a do-nothing constructor and destructor for the Mac ScrollView.
mark@chromium.org
2008-10-07
1
-0
/
+6
*
Stub out plugin routines so we can link Mac port.
jeremy@chromium.org
2008-10-07
1
-0
/
+62
*
Merge in InspectorController changes. Get rid of all the
ojan@google.com
2008-10-07
2
-3075
/
+139
*
Allow HAVE_ACCESSIBILITY to be turned off at build time. third_party/WebKit
amanda@chromium.org
2008-10-07
2
-57
/
+5
*
Fix 3 layout tests, annotate 3 others.
ericroman@google.com
2008-10-07
3
-14
/
+5
*
More namespacing to fix the build.
tc@google.com
2008-10-07
1
-2
/
+2
*
Add GKURL.cpp, adjust a couple lingering wchar_ts to UTF16Chars
amanda@chromium.org
2008-10-07
1
-2
/
+2
*
The current code over-creates SimpleFontData wrappers; it should
mbelshe@google.com
2008-10-07
1
-1
/
+1
*
Move on to the "298 link errors" stage of the McMerge game:
mark@chromium.org
2008-10-07
1
-9
/
+0
*
Generate V8WebKitCSSKeyframe(s)Rule and fix CSSRuleToV8Object to
ager@google.com
2008-10-07
4
-23
/
+36
*
Nevermind... re-check in 2882 (unrevert). Huanr has checked in a more promisi...
mal@chromium.org
2008-10-06
1
-1
/
+1
*
Roll back r2882 to see if it reduces the crash rate.
mal@chromium.org
2008-10-06
1
-1
/
+1
*
Qualify temporary #include so that it's relative to the working copy root.
mark@chromium.org
2008-10-06
1
-1
/
+1
*
Fix WebCore/loader/FrameLoader.cpp on the Mac by providing a temporary stub
mark@chromium.org
2008-10-06
1
-0
/
+7
*
Wires up indexed getter for CSSVariablesDeclaration.
sky@google.com
2008-10-06
1
-0
/
+4
*
Rename ScrollView::getDocumentView() to ScrollView::documentView() to track
mark@chromium.org
2008-10-06
1
-1
/
+1
*
update EventHandlerMac.mm post-merge
jeremy@chromium.org
2008-10-06
1
-347
/
+359
*
port RenderTheme
jeremy@chromium.org
2008-10-06
1
-136
/
+502
*
Fix the InspectorController initializer list to properly specify the
mark@chromium.org
2008-10-06
1
-1
/
+1
*
Fix V8EventListener leak.
mbelshe@google.com
2008-10-06
5
-46
/
+73
*
Merge enough of the trunk WebKit changes into our copy of PasteboardMac.mm to
mark@chromium.org
2008-10-06
1
-3
/
+7
*
Include config.h in SkPaintContext.cpp
jeremy@chromium.org
2008-10-06
1
-1
/
+1
*
Fix a leak where InspectorController was not getting destroyed. This
tc@google.com
2008-10-05
1
-1
/
+9
*
Update include headers for SkGraphicsContextMac.cpp
jeremy@chromium.org
2008-10-03
1
-1
/
+2
*
Drag FrameMac.mm through the mud to get it merged. Do the same with
mark@chromium.org
2008-10-03
2
-173
/
+18
*
Merge our version of DragDataMac.mm
mark@chromium.org
2008-10-03
1
-2
/
+2
*
temporarily adding file to resolve issue where we can't just add port to sear...
pinkerton@google.com
2008-10-03
1
-0
/
+142
*
use updated add/release methods
pinkerton@google.com
2008-10-03
1
-2
/
+2
*
use PassRefPtr for event creation rather than naked
mbelshe@google.com
2008-10-03
3
-8
/
+9
*
Stub out Mac version of SerializeSkBitmap() function.
jeremy@chromium.org
2008-10-03
1
-0
/
+13
*
Let's try this again. The regressions were caused by an incorrect use
ager@google.com
2008-10-03
2
-4
/
+24
*
Fixes a handful of broken tests after the merge that resulted from us
sky@google.com
2008-10-03
4
-0
/
+9
*
Remove the network state notifier and the corresponding DLL. This is likely c...
brettw@google.com
2008-10-02
1
-60
/
+5
*
Drop V8DOMWindow dependency on database
mark@chromium.org
2008-10-02
2
-1
/
+2
[next]