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
*
Patch by Thatcher Ulrich <tulrich@google.com>.
ojan@google.com
2008-10-09
2
-2
/
+2
*
WebKit merge hits the SCons build, the sequel:
sgk@google.com
2008-10-09
1
-1
/
+0
*
Fix Mac build bustage caused by r3029 by providing a temporary stub method.
mark@chromium.org
2008-10-09
1
-0
/
+44
*
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
1
-1
/
+11
*
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 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
*
Allow HAVE_ACCESSIBILITY to be turned off at build time. third_party/WebKit
amanda@chromium.org
2008-10-07
1
-0
/
+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
*
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
*
Fix WebCore/loader/FrameLoader.cpp on the Mac by providing a temporary stub
mark@chromium.org
2008-10-06
1
-0
/
+7
*
Rename ScrollView::getDocumentView() to ScrollView::documentView() to track
mark@chromium.org
2008-10-06
1
-1
/
+1
*
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
*
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
1
-1
/
+0
*
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
*
Stub out Mac version of SerializeSkBitmap() function.
jeremy@chromium.org
2008-10-03
1
-0
/
+13
*
Remove the network state notifier and the corresponding DLL. This is likely c...
brettw@google.com
2008-10-02
1
-60
/
+5
*
Get more of webkit building under Linux.
erg@google.com
2008-10-02
3
-3
/
+2
*
Test to see if getting the network status on startup is expensive, and causin...
deanm@chromium.org
2008-10-02
1
-0
/
+1
*
Merge the chrome_webkit_merge_branch back on to trunk. This brings us
tc@google.com
2008-10-01
62
-1160
/
+2021
*
This CL adds new UI tests for the SSL UI.
jcampan@chromium.org
2008-09-24
1
-2
/
+12
*
Fixes bug where we could write MAX_PATH + 1 to the clipboard. I came
sky@google.com
2008-09-16
1
-9
/
+10
*
Unignore most warnings on POSIX in build/SConscript.main.
evanm@google.com
2008-09-16
1
-2
/
+3
*
Address missing methods in forked FontCache.h header without forking entire i...
pinkerton@google.com
2008-09-16
1
-0
/
+84
*
Make navigator.language depend on the current UI language of Chrome rather than
jungshik@google.com
2008-09-16
1
-25
/
+4
*
Fixes possible crash in copying url to clipboard. I believe the crash
sky@google.com
2008-09-12
1
-1
/
+1
*
Added code to support the setUseAntialiasing() method, which is invoked
jhaas@chromium.org
2008-09-11
3
-3
/
+9
*
remove ifdefs around code since all our port platforms will use them.
pinkerton@google.com
2008-09-10
4
-13
/
+0
*
more cross-platform graphics changes
pinkerton@google.com
2008-09-10
2
-5
/
+4
*
Fix uses of PlatformCanvasWin and get compiling under gcc.
pinkerton@google.com
2008-09-10
2
-9
/
+8
*
include SkGraphicsContextMac.mm and PlatformContextSkia
pinkerton@google.com
2008-09-10
1
-0
/
+399
*
fix build issue on Linux with GCC 4.1.2
evanm@google.com
2008-09-08
1
-1
/
+2
*
Changes to webkit/port to build via gcc on linux/mac.
tc@google.com
2008-09-04
1
-1
/
+1
*
Add cast to fix warning with gcc 4.1.
mmoss@google.com
2008-09-04
1
-1
/
+1
*
Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to the
darin@google.com
2008-08-30
2
-40
/
+16
*
Temporarily moved Font::isCJKCodePoint back to SimpleFontData::isCJKCodePoint
dglazkov@google.com
2008-08-29
1
-1
/
+1
*
Makes sure that debug-only layout test failures are not to the ZERO WIDTH SPA...
dglazkov@google.com
2008-08-29
1
-20
/
+31
*
platform ifdefs for webview. Add platform_viewdefs to wrap things like HWNDs ...
pinkerton@google.com
2008-08-29
1
-1
/
+4
*
Get a good piece of port building under Linux.
erg@google.com
2008-08-29
4
-4
/
+6
*
Check the return value of GetFontUnicodeRange. If it fails, call EnsureFontLo...
jungshik@google.com
2008-08-28
1
-1
/
+14
[next]