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
/
chromium
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use platform/chromium from third_party/WebKit, etc.
darin@chromium.org
2008-12-23
60
-10852
/
+0
*
Get rid of another base/ include by inlining the NSView/HWND/GtkWidget typdefs.
eseidel@chromium.org
2008-12-20
1
-3
/
+4
*
Fixed crash when clicking empty select element.
darin@chromium.org
2008-12-20
1
-5
/
+6
*
Remove dependencies from port on base/gfx/native_theme and base/win_util. In...
darin@chromium.org
2008-12-20
4
-69
/
+141
*
Kill our forked copy of MIMETypeRegistry.cpp by moving the customized methods
darin@chromium.org
2008-12-18
1
-16
/
+90
*
Move the "platform" wrappers in skia/ext to the skia namespace.
brettw@google.com
2008-12-17
1
-3
/
+3
*
Remove a hack that was unnecessarily affecting Linux layout tests.
evanm@google.com
2008-12-16
1
-1
/
+7
*
I bow down before Dean and his "I don't need sleep, I'll just read every line...
agl@chromium.org
2008-12-16
1
-1
/
+1
*
It appears that the GTK theme doesn't always draw the full rectangle
agl@chromium.org
2008-12-16
1
-0
/
+11
*
Changes to the autofill popup:
jcampan@chromium.org
2008-12-16
2
-0
/
+8
*
Fun file renaming patch.
darin@google.com
2008-12-15
3
-73
/
+41
*
Remove FileSystemPosix.cpp since it is actually unnecessary. This makes the
darin@chromium.org
2008-12-15
4
-31
/
+42
*
Eliminate port/platform/win directory. Stop building a fork of BString, and
darin@chromium.org
2008-12-15
1
-0
/
+35
*
Implement visited link coloring.
brettw@google.com
2008-12-13
2
-4
/
+54
*
Make RenderThemeGtk match RenderThemeWin a bit more.
deanm@chromium.org
2008-12-12
2
-6
/
+8
*
Drop search field methods in RenderThemeGtk.
deanm@chromium.org
2008-12-12
2
-37
/
+0
*
Rename ViewHandle to NativeView et al.
agl@chromium.org
2008-12-11
1
-1
/
+1
*
Webkit merge 39050:39100 (CL 5 of 5).
ericroman@google.com
2008-12-11
1
-0
/
+4
*
Clip the scrollbars on linux.
estade@chromium.org
2008-12-11
2
-9
/
+20
*
Now that we've synced to my WebKit changes I can remove the use
finnur@google.com
2008-12-10
1
-13
/
+6
*
Be stricter when clipping gtk widgets.
estade@chromium.org
2008-12-10
1
-0
/
+3
*
Only copy image data to the clipboard when users select
tc@google.com
2008-12-08
1
-1
/
+22
*
Update themes since we merged webkit r38911.
deanm@chromium.org
2008-12-07
2
-17
/
+20
*
Fix linux broken layout tests. They want the windows UA sheet.
mpcomplete@google.com
2008-12-05
2
-0
/
+15
*
Pressing tab with no selection while the form autofill was showing would crash.
jcampan@chromium.org
2008-12-01
1
-3
/
+5
*
Match Windows select metrics.
deanm@chromium.org
2008-11-28
2
-31
/
+78
*
Match Windows checkbox and radio metrics. We now pass basic-inputs.html.
deanm@chromium.org
2008-11-27
2
-48
/
+20
*
Remove dependencies on base/ from MIMETypeRegistry.cpp
darin@chromium.org
2008-11-26
1
-1
/
+4
*
Remove dependencies on base/glue from these 2 port files.
jam@chromium.org
2008-11-26
1
-0
/
+3
*
Reverting 6043.
ojan@google.com
2008-11-26
1
-3
/
+0
*
Remove dependencies on base/ from MIMETypeRegistry.cpp
darin@chromium.org
2008-11-26
1
-0
/
+3
*
The autofill menu does not accept the selection on abandon, such as when pres...
jcampan@chromium.org
2008-11-26
2
-8
/
+39
*
Fix a rash of uninit data errors reported by Valgrind.
agl@chromium.org
2008-11-25
1
-0
/
+2
*
Use the default handling for input styles.
deanm@chromium.org
2008-11-25
2
-10
/
+0
*
More GTK theme work.
deanm@chromium.org
2008-11-25
1
-52
/
+36
*
Revert my caret blinking change for now.
deanm@chromium.org
2008-11-25
1
-2
/
+5
*
Don't paint storm in layout test mode.
deanm@chromium.org
2008-11-25
1
-5
/
+2
*
Apply the PlatformContext's current transform when returning the cairo surfac...
estade@chromium.org
2008-11-25
1
-20
/
+18
*
Fix a regression in RenderThemeGtk.
erg@google.com
2008-11-25
1
-2
/
+5
*
Find now uses WebKit's TextMatch highlighting for Find-in-page.
finnur@google.com
2008-11-24
2
-0
/
+46
*
A bit of RenderThemeGtk::systemFont refactoring and merge with recent changes.
mmoss@google.com
2008-11-24
1
-39
/
+53
*
Bridge calls to get the root NPObject from a WebPluginContainer.
darin@chromium.org
2008-11-24
1
-2
/
+4
*
Progress on form button metrics.
deanm@chromium.org
2008-11-24
2
-224
/
+235
*
Make RenderThemeWin and RenderThemeGtk a bit closer to each other. This is j...
deanm@chromium.org
2008-11-22
2
-11
/
+3
*
Revert r5890 (accidental commit).
estade@chromium.org
2008-11-22
1
-18
/
+20
*
Correctly render scroll bars on web frames by setting a matrix translation on...
estade@chromium.org
2008-11-22
1
-20
/
+18
*
Remove use of wide characters in stats table identifiers.
evanm@google.com
2008-11-22
1
-3
/
+2
*
Rollback "Remove use of wide characters in stats table identifiers."
evanm@google.com
2008-11-21
1
-2
/
+3
*
Remove use of wide characters in stats table identifiers.
evanm@google.com
2008-11-21
1
-3
/
+2
*
Wrap MSVC-specific pragmas. As -Wunknown-pragmas has been disabled for wtf,
deanm@chromium.org
2008-11-21
4
-8
/
+26
[next]