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
/
tools
/
test_shell
/
mac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
4
-13
/
+13
*
[Mac] Properly call setIsActive() when becoming and resigning key window.
rohitrao@chromium.org
2009-10-21
3
-0
/
+14
*
Delete glue/webview{_delegate}.h
darin@chromium.org
2009-10-19
3
-4
/
+5
*
Move WebDevToolsAgent{Delegate} into the WebKit API.
darin@chromium.org
2009-10-17
1
-0
/
+1
*
Move various methods from glue/webview.h to api/public/WebView.h
darin@chromium.org
2009-10-01
2
-2
/
+2
*
Revert 27705 - Move various methods from glue/webview.h to api/public/WebView.h
mal@chromium.org
2009-10-01
2
-2
/
+2
*
Move various methods from glue/webview.h to api/public/WebView.h
darin@chromium.org
2009-10-01
2
-2
/
+2
*
linux+mac: drop unused code
evan@chromium.org
2009-09-26
1
-18
/
+1
*
Fake main window resizing in the test shell.
japhet@chromium.org
2009-09-23
1
-2
/
+4
*
Fold WebEditingClient into WebViewClient.
darin@chromium.org
2009-09-18
1
-1
/
+1
*
Hook up WebViewClient, part 1.
darin@chromium.org
2009-09-16
1
-15
/
+16
*
Hook up WebFrameClient, replacing many WebViewDelegate methods.
darin@chromium.org
2009-09-10
2
-2
/
+2
*
Take out the activex control.BUG=20259
jam@chromium.org
2009-09-08
1
-4
/
+3
*
Hook up WebEditingClient.
darin@chromium.org
2009-09-04
1
-3
/
+4
*
A quick fix for Issue 20161
hbono@chromium.org
2009-09-03
1
-1
/
+9
*
Eliminate remaining WebCore dependencies from webplugin_impl.cc
darin@chromium.org
2009-09-02
1
-32
/
+43
*
Change WebCanvas to be a CGContext on Mac.
darin@chromium.org
2009-08-19
1
-2
/
+3
*
Remove webview's dependency on webpreferences.
jorlow@chromium.org
2009-08-17
1
-1
/
+4
*
Defer closing the TestShell window.
darin@chromium.org
2009-08-12
1
-6
/
+1
*
Take 2: Remove WebView::SetDelegate because I'd like to avoid having a method
darin@chromium.org
2009-08-11
1
-3
/
+0
*
Reverting 23068.
darin@chromium.org
2009-08-11
1
-0
/
+3
*
Remove WebView::SetDelegate because I'd like to avoid having a method like this
darin@chromium.org
2009-08-11
1
-3
/
+0
*
Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_...
ajwong@chromium.org
2009-07-22
2
-2
/
+2
*
Reverting 20855.
darin@chromium.org
2009-07-16
3
-49
/
+44
*
Reverting 20854.
darin@chromium.org
2009-07-16
3
-44
/
+49
*
Use WebWidget from the WebKit API. This change also makes
darin@chromium.org
2009-07-16
3
-49
/
+44
*
Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,
darin@chromium.org
2009-07-14
1
-12
/
+26
*
Start using WebCursorInfo from the WebKit API. WebCursorInfo is a
darin@google.com
2009-07-08
1
-2
/
+4
*
make the color profile manage work with multiple test shells
thomasvl@chromium.org
2009-06-25
1
-0
/
+87
*
Refactor the PlatformContext layer to have only one class.
brettw@chromium.org
2009-06-14
1
-1
/
+1
*
Remove executable bit from a bunch of files that shouldn't have it.
evan@chromium.org
2009-05-11
1
-0
/
+0
*
Fix mac build bustage. I forgot about the .mm files!
darin@chromium.org
2009-05-10
3
-7
/
+7
*
Style fixes for previous review:
paul@chromium.org
2009-04-28
1
-7
/
+8
*
Clean up cocoa popup menu handling in test_shell.
paul@chromium.org
2009-04-24
1
-117
/
+14
*
Chrome side of the WebKit popup changes.
paulg@google.com
2009-04-10
1
-8
/
+10
*
Switch to using WebPoint, WebRect, and WebSize in more of the glue
darin@chromium.org
2009-04-09
3
-14
/
+22
*
Reverting dfisher changes 133386 and 13381
cpu@google.com
2009-04-08
3
-22
/
+14
*
fix mac bustage
darin@chromium.org
2009-04-08
1
-3
/
+6
*
Switch to using WebPoint, WebRect, and WebSize in more of the glue
darin@chromium.org
2009-04-08
2
-11
/
+16
*
Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h
darin@chromium.org
2009-04-01
1
-0
/
+8
*
Enable running webkit tests in parallel and make it use
ojan@google.com
2009-03-30
1
-1
/
+5
*
Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.
darin@chromium.org
2009-03-27
2
-7
/
+16
*
Dump Keystone integration from Mac TestShell
mark@chromium.org
2009-03-25
3
-162
/
+0
*
First stage of implementing HTML select popup menus for
paulg@google.com
2009-03-24
1
-0
/
+145
*
NO CODE CHANGE
deanm@chromium.org
2009-03-11
1
-1
/
+0
*
Reverting 11396.
ericroman@google.com
2009-03-11
1
-30
/
+2
*
Add support for the "repaint" layout tests (LayoutTests/fast/repaint/*), whic...
ericroman@google.com
2009-03-10
1
-2
/
+30
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
5
-22
/
+22
*
Fixing WebKeyboardEvent.
avi@chromium.org
2009-03-04
1
-9
/
+1
*
Reverting 10794.
avi@chromium.org
2009-03-03
1
-1
/
+9
[next]