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
*
Fixes bug where we could write MAX_PATH + 1 to the clipboard. I came
sky@google.com
2008-09-16
1
-9
/
+10
*
Stub out a11y routines for mac for linking
pinkerton@google.com
2008-09-16
1
-0
/
+66
*
Unignore most warnings on POSIX in build/SConscript.main.
evanm@google.com
2008-09-16
3
-16
/
+27
*
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
*
Fix the issue http://code.google.com/p/v8/issues/detail?id=43
fqian@google.com
2008-09-15
1
-16
/
+16
*
Fixes possible crash in copying url to clipboard. I believe the crash
sky@google.com
2008-09-12
1
-1
/
+1
*
I took the patch from bill.neubauer@gmail.com (http://codereview.chromium.org...
fqian@google.com
2008-09-12
1
-2
/
+2
*
Added code to support the setUseAntialiasing() method, which is invoked
jhaas@chromium.org
2008-09-11
3
-3
/
+9
*
Fix escaping of hrefs on A tags in the inspector.
ojan@google.com
2008-09-10
2
-8
/
+9
*
Fix issue 580 that JavaScript cannot talk to Java applets.
fqian@google.com
2008-09-10
1
-3
/
+3
*
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
*
BUG = 1357667
fqian@google.com
2008-09-10
3
-38
/
+25
*
Patch for bug 1994:
fqian@google.com
2008-09-10
4
-9
/
+59
*
Cleanup some constants in the binding code.
fqian@google.com
2008-09-10
3
-42
/
+40
*
submit forked file from issue http://codereview.chromium.org/1821
fqian@google.com
2008-09-08
1
-0
/
+38
*
fix build issue on Linux with GCC 4.1.2
evanm@google.com
2008-09-08
2
-1
/
+3
*
Fix webkit.xcodeproj. Make it use our new xcconfig and common build directory
mmentovai@google.com
2008-09-06
1
-2
/
+2
*
Rollback revisions 1785-1786 due to purify regression.
aa@google.com
2008-09-05
3
-168
/
+0
*
Missing files from r1785.
aa@google.com
2008-09-05
2
-0
/
+147
*
Try again to begin compiling the files that implemen the HTML5
aa@google.com
2008-09-05
1
-0
/
+21
*
Rolling back 1737 because it broke the build.
aa@google.com
2008-09-04
3
-170
/
+0
*
gAdds the files that implement the HTML5 Database API to the
aa@google.com
2008-09-04
3
-0
/
+170
*
Changes to pending to get WebCore to compile on linux. This
tc@google.com
2008-09-04
1
-1
/
+1
*
Changes to webkit/port to build via gcc on linux/mac.
tc@google.com
2008-09-04
2
-2
/
+2
*
Add cast to fix warning with gcc 4.1.
mmoss@google.com
2008-09-04
1
-1
/
+1
*
Initial pass at simple event tracing. I added a few traces to tcp_socket and...
erikkay@google.com
2008-09-02
1
-1
/
+7
*
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
*
Bring EventHandlerMac.mm over from WebKit to port so that we can turn off som...
avi@google.com
2008-08-28
1
-0
/
+641
*
Check the return value of GetFontUnicodeRange. If it fails, call EnsureFontLo...
jungshik@google.com
2008-08-28
1
-1
/
+14
*
For RenderThemeMac.h into pending and create new RenderThemeMac in port to im...
pinkerton@google.com
2008-08-27
1
-0
/
+1540
*
add stub for ScrollViewMac to build in platform/mac
pinkerton@google.com
2008-08-27
1
-0
/
+213
*
Move a bunch of code-driven binding template configuration to a data-driven a...
deanm@google.com
2008-08-27
3
-43
/
+139
*
Forking webkit sources for clipboard/drag impl on Mac. It's almost exactly
pinkerton@google.com
2008-08-26
4
-0
/
+1618
*
Fixup some nits from brett
pinkerton@google.com
2008-08-25
1
-2
/
+1
*
Use a more compact license header in source files.
license.bot
2008-08-24
42
-1369
/
+361
*
The deps_checker is complaining that v8_binding includes
nsylvain@google.com
2008-08-23
1
-1
/
+1
*
Allow access to clipboard text in cut/paste event handlers. I
tc@google.com
2008-08-23
1
-1
/
+16
*
Get the majority of the files in V8Bindings/ building.
erg@google.com
2008-08-22
7
-8
/
+16
*
Not checking whether a font covers a character or not for LATIN make a lot of
jungshik@google.com
2008-08-22
1
-11
/
+41
*
De-winify context headers in prep for future mac implementations. First step.
pinkerton@google.com
2008-08-22
4
-10
/
+20
*
cast to the correct expected type (char16).
pinkerton@google.com
2008-08-22
1
-1
/
+1
*
Fix _finite() v. finite() differences between unix/win.
pinkerton@google.com
2008-08-22
1
-2
/
+3
[next]