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
*
Reverting 20855.
darin@chromium.org
2009-07-16
19
-618
/
+487
*
Reverting 20854.
darin@chromium.org
2009-07-16
19
-487
/
+618
*
Use WebWidget from the WebKit API. This change also makes
darin@chromium.org
2009-07-16
19
-618
/
+487
*
Avoid dereferencing uninitialized pointers.
cevans@chromium.org
2009-07-16
2
-6
/
+49
*
Adding callback support to media filter Initialize() and Seek().
scherkus@chromium.org
2009-07-16
2
-12
/
+21
*
Removed extraneous call to the now depreacted WebCore::parseURL().
japhet@chromium.org
2009-07-15
1
-3
/
+2
*
Reenable content script messaging test.
mpcomplete@chromium.org
2009-07-15
1
-4
/
+0
*
DevTools: provisional commit for new WebInspector's 'last opened panel' change.
pfeldman@chromium.org
2009-07-15
5
-2
/
+36
*
Removed the bool parameter from PipelineCallback and cleaned up WebMediaPlaye...
scherkus@chromium.org
2009-07-15
2
-106
/
+73
*
linux: destroy browser-side plugin windows on plugin crash
evan@chromium.org
2009-07-15
1
-0
/
+1
*
Reverting 20683.
jorlow@chromium.org
2009-07-14
1
-1
/
+0
*
linux: destroy browser-side plugin windows on plugin crash
evan@chromium.org
2009-07-14
1
-0
/
+1
*
Chrome-side of fixes for content-script messaging.
mpcomplete@chromium.org
2009-07-14
3
-8
/
+29
*
Middle clicks on all fragment links open in new tab.
cmp@google.com
2009-07-14
1
-22
/
+15
*
Fixed bug where playbackRate wasn't being respected.
scherkus@chromium.org
2009-07-14
2
-4
/
+18
*
Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,
darin@chromium.org
2009-07-14
10
-112
/
+99
*
DevTools: mitigate WebKit console API changes.
pfeldman@chromium.org
2009-07-14
3
-18
/
+2
*
A quick fix for Issue 16597.
hbono@chromium.org
2009-07-14
1
-1
/
+1
*
Fix the ConsoleLog test and enable it. It was previously disabled because Web...
dimich@google.com
2009-07-14
1
-10
/
+10
*
Roll WebKit DEPS from 45738 to 45840.
dimich@google.com
2009-07-14
7
-3
/
+18
*
Add autofill dropdown support for password forms.
tim@chromium.org
2009-07-14
7
-217
/
+93
*
Add a temporary flag to enable plugins on the Mac and Linux while
amanda@chromium.org
2009-07-13
1
-5
/
+2
*
Remove the carbon event dispatcher from the main thread of the plugin process
amanda@chromium.org
2009-07-13
2
-7
/
+31
*
Revert previous clipping rect change for Cairo to see if it fixes the build.
brettw@chromium.org
2009-07-13
1
-10
/
+10
*
Keep the cairo clipping region in sync with the Skia one.
brettw@chromium.org
2009-07-13
1
-10
/
+10
*
DevTools: allow reload while on a breakpoint: detach agent on navigation atte...
pfeldman@chromium.org
2009-07-13
5
-0
/
+16
*
DevTools: Enable styles editing.
pfeldman@chromium.org
2009-07-13
1
-1
/
+1
*
Correct bad WebKit merge.
abarth@chromium.org
2009-07-13
1
-0
/
+10
*
Wire up windowless plugins. Mostly Mac related, some cross
amanda@chromium.org
2009-07-11
3
-167
/
+236
*
Unreverting "Implemented injected message loops for PipelineImpl"
scherkus@chromium.org
2009-07-11
2
-26
/
+34
*
1) Roll WebKit DEPS to 45685
michaeln@google.com
2009-07-10
4
-16
/
+20
*
Revert "Implemented injected message loops for PipelineImpl."
scherkus@chromium.org
2009-07-10
2
-34
/
+26
*
Implemented injected message loops for PipelineImpl.
scherkus@chromium.org
2009-07-10
2
-26
/
+34
*
Enables find in page match counts on Mac.
rohitrao@chromium.org
2009-07-10
1
-9
/
+0
*
DevTools: postpone after-compile event propagation to the UI until scripts pa...
pfeldman@chromium.org
2009-07-10
2
-9
/
+24
*
DevTools: Show exception message in a resource message bubble while stopped o...
pfeldman@chromium.org
2009-07-10
1
-0
/
+69
*
Made MediaFilter::host_ and MediaFilter::message_loop_ private.
scherkus@chromium.org
2009-07-09
1
-5
/
+5
*
Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private."
scherkus@chromium.org
2009-07-09
1
-5
/
+5
*
Made MediaFilter::host_ and MediaFilter::message_loop_ private.
scherkus@chromium.org
2009-07-09
1
-5
/
+5
*
Fix custom cursors on Mac. Null and 0 turn out not to be opposites.
darin@chromium.org
2009-07-09
1
-0
/
+4
*
Remove reference counting from WebWidgetDelegate.
darin@chromium.org
2009-07-09
3
-8
/
+2
*
Revert unintentional change.
abarth@chromium.org
2009-07-09
1
-5
/
+4
*
Roll WebKit DEPS
abarth@chromium.org
2009-07-09
5
-11
/
+15
*
DevTools: show property type names in Elements panel and Console.
yurys@google.com
2009-07-09
2
-28
/
+49
*
GtkPluginContainerManager::UnrealizeCallback should be void.
craig.schlenter@chromium.org
2009-07-09
2
-3
/
+3
*
Linux: add images for disabled checkboxes and radio buttons.
agl@chromium.org
2009-07-09
6
-0
/
+8
*
Remove WebWidgetDelegate::GetContainingView since it is not needed.
darin@chromium.org
2009-07-09
4
-12
/
+2
*
Roll WebKit to r45634 and fix build
hclam@chromium.org
2009-07-08
1
-2
/
+2
*
Start using WebCursorInfo from the WebKit API. WebCursorInfo is a
darin@google.com
2009-07-08
18
-277
/
+352
*
Land Anton's patch to avoid throwing away type information on the
ager@chromium.org
2009-07-08
1
-1
/
+1
[next]