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
/
glue
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test_shell_test failure. I had missed the fact that the generated entity...
jam@chromium.org
2008-11-12
2
-7
/
+16
*
* add MIME type functions to ChromiumBridge
erikkay@google.com
2008-11-12
1
-0
/
+38
*
Remove the generation of HtmlEntityCodes.c since the same data is in HtmlEnti...
jam@chromium.org
2008-11-12
1
-17
/
+19
*
Landing 38097:38305 merge (src/webkit, DEPS)
dglazkov@google.com
2008-11-12
1
-3
/
+4
*
Fixes a regression caused by my change r5095.
hbono@chromium.org
2008-11-12
1
-0
/
+11
*
Prevent crash due to DIB allocation failure
joshia@google.com
2008-11-12
3
-6
/
+22
*
Add ChromiumBridge::isLayoutTestMode() and change references to webkit::IsLay...
erikkay@google.com
2008-11-12
1
-0
/
+6
*
* Remove windows-ism from pasteboard code and move to using
tc@google.com
2008-11-11
3
-14
/
+202
*
Ported plugin_stream to posix.
estade@chromium.org
2008-11-11
5
-93
/
+213
*
Basic cursor support.
evanm@google.com
2008-11-11
3
-1
/
+118
*
Remove duplicate plugin_geturl_test.cc from the to-be-ported list.
sgk@google.com
2008-11-11
1
-1
/
+0
*
Break port dependency on glue. Create ResourceRequest::TargetType as a mirro...
darin@chromium.org
2008-11-11
3
-25
/
+39
*
Fix a UMR in MakePlatformWheelEvent().
ericroman@google.com
2008-11-11
3
-5
/
+2
*
Eliminate another dependency of port on glue.
darin@chromium.org
2008-11-11
1
-0
/
+6
*
* fix linux build
tc@google.com
2008-11-11
2
-2
/
+4
*
Review URL: http://codereview.chromium.org/10005
petersont@google.com
2008-11-11
3
-17
/
+35
*
This CL makes the form autofill popup menu behave like the Firefox's one, we ...
jcampan@chromium.org
2008-11-11
1
-1
/
+9
*
More ChromiumBridge action to eliminate glue dependencies from port.
darin@chromium.org
2008-11-10
1
-0
/
+22
*
This fixes another issue with PDF documents loaded via FastWebView (NPN_Reque...
ananta@chromium.org
2008-11-10
2
-1
/
+18
*
Change old code from "unloadListnerChanged" model to new WebKit EnableSuddenT...
erikkay@google.com
2008-11-10
8
-23
/
+19
*
fix check deps by using <> for wtf include
tc@google.com
2008-11-10
1
-1
/
+1
*
Landing 37604:38097 merge
dglazkov@google.com
2008-11-10
15
-254
/
+219
*
Changed the DumpFramesAsText() to not dump anything about a frame if it is em...
sgjesse@chromium.org
2008-11-10
1
-2
/
+3
*
Implements a WM_MOUSEHWHEEL message handler.
hbono@chromium.org
2008-11-10
1
-12
/
+4
*
Reverting my previous experiment.
jcampan@chromium.org
2008-11-08
1
-18
/
+0
*
A temporary experiment to try to solve the autofill perf regression.
jcampan@chromium.org
2008-11-08
1
-0
/
+18
*
Review URL: http://codereview.chromium.org/10237
petersont@google.com
2008-11-08
1
-31
/
+13
*
Entries in a form get recorded when the user submits the form. Database and ...
petersont@google.com
2008-11-08
1
-13
/
+31
*
Port webplugin_impl test shell test to linux.
estade@chromium.org
2008-11-08
1
-51
/
+54
*
Port a resource fetcher test shell test to linux.
estade@chromium.org
2008-11-07
1
-10
/
+39
*
Fix panning cursors. Converts them from PNG files to CUR files, so that the ...
darin@chromium.org
2008-11-07
11
-27
/
+27
*
Remove windows-isms from drag & drop. This
tc@google.com
2008-11-07
9
-50
/
+185
*
2 things:
jcampan@chromium.org
2008-11-07
1
-4
/
+5
*
Landing this again as I cannot reproduce the perf regression locally.
jcampan@chromium.org
2008-11-07
14
-13
/
+403
*
Fix keyboard unit test.
evanm@google.com
2008-11-07
1
-1
/
+1
*
Initialize member on non-Windows platforms.
evanm@google.com
2008-11-07
1
-0
/
+2
*
Don't assume WebCore::UChar is equivalent to wchar_t, and don't assume '\\' i...
estade@chromium.org
2008-11-07
2
-7
/
+8
*
This fixes bug http://code.google.com/p/chromium/issues/detail?id=4137,
ananta@chromium.org
2008-11-07
2
-11
/
+15
*
Some basic keyboard and focus support.
evanm@google.com
2008-11-07
4
-5
/
+39
*
Enabled WebFrameTest, refactored some test shell functions.
estade@chromium.org
2008-11-06
1
-2
/
+5
*
Attempting to fix the Mac build.
jcampan@chromium.org
2008-11-06
1
-1
/
+0
*
Reverting the autofill popu CL as it creates perf regression.
jcampan@chromium.org
2008-11-06
14
-442
/
+54
*
fix mac build part 3
tony@chromium.org
2008-11-06
1
-1
/
+1
*
Port some test_shell_tests, and platform cleanup for more of them.
tc@google.com
2008-11-06
8
-49
/
+67
*
Changes parameters used by IME code to fix several issues caused by Japanese ...
hbono@chromium.org
2008-11-06
5
-48
/
+52
*
The form aufotill was triggering a DCHECK when a form had a password field bu...
jcampan@chromium.org
2008-11-06
1
-2
/
+2
*
Eliminate CursorChromium's dependency on webkit/glue.
darin@chromium.org
2008-11-06
10
-307
/
+379
*
This fixes bug http://code.google.com/p/chromium/issues/detail?id=4076, which...
ananta@chromium.org
2008-11-06
2
-1
/
+20
*
revert 9391
estade@chromium.org
2008-11-05
1
-5
/
+2
*
Enabled WebFrameTest, refactored some test shell functions.
estade@chromium.org
2008-11-05
1
-2
/
+5
[next]