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
/
platform
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get CSSFontFaceSource and CachedFont building under Linux
agl@chromium.org
2008-10-24
4
-0
/
+18
*
Stub out image and icon methods we need to link. We'll want real
mark@chromium.org
2008-10-24
2
-0
/
+108
*
remove PLATFORM(MAC) because it makes no sense as it's not defined anymore
pinkerton@google.com
2008-10-24
1
-12
/
+0
*
Resolve undefined symbols with "mime" in their names resulting from
mark@chromium.org
2008-10-24
2
-1
/
+17
*
Don't use some Mac-specific editor methods that now come in from Editor.cpp
mark@chromium.org
2008-10-24
1
-2
/
+8
*
use WIN_OS, not WIN
pinkerton@google.com
2008-10-24
1
-2
/
+2
*
stub out drawing and hit testing to compile/link on non-windows platforms
pinkerton@google.com
2008-10-24
1
-1
/
+45
*
Stub out a constructor and method we don't need now, but which WebKit calls
mark@chromium.org
2008-10-24
1
-0
/
+14
*
Fix #if to go with #include change. Use webkit style
tc@google.com
2008-10-24
1
-4
/
+4
*
Now that we have the windows VK_* values defined, we can include
tc@google.com
2008-10-24
3
-10
/
+5
*
Let cursors be based on CGImage instead of SkBitmap on the Mac
mark@chromium.org
2008-10-23
1
-10
/
+15
*
Copies webkit gtk's rendering code for now, commenting out a few parts which ...
erg@google.com
2008-10-23
4
-0
/
+3824
*
Add #if ENABLE(JAVASCRIPT_DEBUGGER), part 2.
pkasting@chromium.org
2008-10-23
1
-3
/
+0
*
First stab at webinputevent_linux.cc. Coverts GDK events to
tc@google.com
2008-10-23
3
-0
/
+936
*
fork PlatformScreenMac into our port to avoid PLATFORM(MAC) issues
pinkerton@google.com
2008-10-23
1
-0
/
+99
*
Fixed SVG path fill rule (even-odd or winding) which broke with the merge
jhaas@chromium.org
2008-10-23
1
-0
/
+3
*
Get DragDataChromium and AXObjectCache building on Linux. These are the last
agl@chromium.org
2008-10-23
1
-1
/
+1
*
Use CG instead of Skia
mark@chromium.org
2008-10-23
1
-0
/
+9
*
Remove DerivedSources.cpp from KJSBindings.vcproj, and replace it with all th...
pkasting@chromium.org
2008-10-22
1
-55
/
+0
*
Fix Linux build bustage
mark@chromium.org
2008-10-22
1
-1
/
+1
*
More fixes for port. Don't build GKURLMac since we hopefully won't need
mark@chromium.org
2008-10-22
4
-68
/
+71
*
Compile ImageSkia under Linux.
erg@google.com
2008-10-22
1
-35
/
+17
*
Get PopupMenuChromium building under Linux
agl@chromium.org
2008-10-22
1
-4
/
+7
*
Some of the easier fixes in port for the PLATFORM(MAC) killing project
mark@chromium.org
2008-10-22
4
-144
/
+6
*
Fix Linux build with a null port hack.
evanm@google.com
2008-10-22
1
-1
/
+4
*
oops, didn't mean PLATFORM.
pinkerton@google.com
2008-10-22
1
-1
/
+1
*
chromium tree changes for removing platform(mac).
pinkerton@google.com
2008-10-22
4
-26
/
+179
*
Stub out Font functions for Linux
agl@chromium.org
2008-10-22
7
-128
/
+393
*
Compile WidgetChromium on Linux.
erg@google.com
2008-10-22
1
-2
/
+2
*
Bring in CursorChromium to Linux build.
evanm@google.com
2008-10-21
2
-40
/
+45
*
Get ScrollViewChromium building under Linux.
erg@google.com
2008-10-21
1
-3
/
+15
*
Add stubs for screen size accessors for linux test_shell link errors.
erg@google.com
2008-10-21
1
-0
/
+70
*
Build SkGraphicsContext under Linux
erg@google.com
2008-10-21
1
-31
/
+10
*
remove PLATFORM_GTK-isms
tc@google.com
2008-10-21
1
-1
/
+0
*
Make PlatformScrollBar.h cross-platform. This is just moving
tc@google.com
2008-10-21
2
-44
/
+50
*
Patch of uber lameness to fix the KJS build. TestShell actually runs!
darin@chromium.org
2008-10-21
1
-0
/
+64
*
Start attacking the list of undefined symbols from Linux WebCore. This defines
agl@chromium.org
2008-10-21
2
-0
/
+41
*
Fix KJS build. Strangely, the PlatformWidget type is not expected to be defi...
pkasting@chromium.org
2008-10-20
1
-4
/
+0
*
fix build take 2
tc@google.com
2008-10-18
1
-1
/
+1
*
WIN -> OS_WIN
tc@google.com
2008-10-18
1
-1
/
+1
*
linux compile fixes
tc@google.com
2008-10-18
2
-1
/
+3
*
Add stubs for these functions. They seem to get pulled in as a result of PLA...
darin@google.com
2008-10-18
1
-0
/
+40
*
fix linux build
tc@google.com
2008-10-18
1
-0
/
+11
*
one more missing file
darin@chromium.org
2008-10-18
1
-0
/
+41
*
Add missing headers. Oops :(
darin@chromium.org
2008-10-18
7
-0
/
+295
*
Disable PLATFORM(WIN) !!
darin@chromium.org
2008-10-18
24
-792
/
+209
*
Stub out writing to the pasteboard. Ends up calling NSAttributedString initWi...
pinkerton@google.com
2008-10-17
1
-0
/
+10
*
Start compiling a bunch of *Chromium.cpp files in our port on
tc@google.com
2008-10-17
4
-11
/
+22
*
Hook up skia + v8 bindings for getImageData(), putImageData().
ericroman@google.com
2008-10-16
3
-7
/
+104
*
Fix mac bustage caused by my big Win.cpp to Chromium.cpp change. To keep the
darin@google.com
2008-10-16
1
-0
/
+7
[next]