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
*
Deleting the item from a form autofill popup with just one item would leave a...
jcampan@chromium.org
2009-03-27
1
-0
/
+7
*
Add support for serializing a FormData structure that has no elements. This is
darin@chromium.org
2009-03-27
1
-5
/
+11
*
Encoding autodetection patch part 2.
jungshik@google.com
2009-03-27
1
-1
/
+1
*
Make the Mac contextual menu triggers correct.
avi@google.com
2009-03-27
1
-0
/
+10
*
Render widget host view cursors:
estade@chromium.org
2009-03-27
1
-0
/
+32
*
Changed the behavior of the form autofill popup.
jcampan@chromium.org
2009-03-27
2
-26
/
+37
*
Fix renderer hang caused when a synchronous XHR is disallowed for security
darin@chromium.org
2009-03-27
1
-0
/
+1
*
We need to set the clipping region of the HDC passed in to a windowless flash...
ananta@chromium.org
2009-03-27
4
-25
/
+39
*
DevTools: add support for navigating to other tab while inspecting.
pfeldman@chromium.org
2009-03-27
6
-44
/
+33
*
1. Implemented an agent providing RPC interface to v8 debugger of the inspect...
yurys@google.com
2009-03-27
19
-12
/
+656
*
Add images for <input type="search">. These are copies of the ones in the pu...
pkasting@chromium.org
2009-03-26
6
-0
/
+8
*
Expose whether we're in private browsing mode to plugins.I chose to implement...
jam@chromium.org
2009-03-26
7
-1
/
+109
*
Report the plugin position to windowed plugins as (0,0)
jam@chromium.org
2009-03-26
6
-25
/
+39
*
Fixes bug where first login attempt to hotmail after session restore
sky@chromium.org
2009-03-26
2
-9
/
+31
*
Make DevTools client survive 'refresh' of the inspectable tab.
pfeldman@chromium.org
2009-03-26
8
-73
/
+192
*
Fix missing include file in webframeloaderclient_impl.h to make it self-conta...
jianli@chromium.org
2009-03-26
1
-0
/
+1
*
Support for continuous scrolling devices on the Mac.
avi@google.com
2009-03-25
1
-14
/
+131
*
Chrome changes to support cached form submissions.
darin@chromium.org
2009-03-25
4
-8
/
+29
*
Linux: write images to clipboard.
estade@chromium.org
2009-03-25
1
-1
/
+1
*
Chromium half of WebKit Merge, turns off ENABLE_VIDEO
eseidel@chromium.org
2009-03-25
1
-2
/
+2
*
Don't override user's default cursor with GDK_ARROW.
estade@chromium.org
2009-03-25
2
-24
/
+25
*
DevTools: Element Panel search implementation.
pfeldman@chromium.org
2009-03-25
6
-4
/
+222
*
A tricky fix for Issue 1845 (Take 2).
hbono@chromium.org
2009-03-25
6
-0
/
+62
*
Support 2D trackpad and Mighty Mouse scrolling on OS X. Patch by
mark@chromium.org
2009-03-25
1
-15
/
+9
*
When in a form text field, pressing the up/down arrow keys should bring up th...
jcampan@chromium.org
2009-03-25
3
-10
/
+22
*
First stage of implementing HTML select popup menus for
paulg@google.com
2009-03-24
5
-84
/
+200
*
Clicking a text field that is already focused triggers the autofill. However ...
jcampan@chromium.org
2009-03-24
4
-27
/
+54
*
Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...
pfeldman@chromium.org
2009-03-24
16
-154
/
+251
*
Add missing js file to the devtools frontend.
pfeldman@chromium.org
2009-03-24
1
-0
/
+4
*
Add basic infrastructure for sending async browser API request and receiving ...
aa@chromium.org
2009-03-24
2
-0
/
+11
*
Finish hooking up the worker process UI: use the domains of the workers as th...
jam@chromium.org
2009-03-24
1
-0
/
+1
*
Chrome side of webkit merge from r41860 to 41906.
tc@google.com
2009-03-23
5
-7
/
+0
*
DevToolsClient frontend improvements:
pfeldman@chromium.org
2009-03-23
19
-1388
/
+1585
*
Initial revision of the DevTools frontend.
pfeldman@chromium.org
2009-03-22
11
-0
/
+2617
*
Chromium side of trackbar drawing. This is needed to support <input type="ra...
pkasting@chromium.org
2009-03-20
2
-0
/
+15
*
Pressing the Del key while a item is selected in the autocomplete popup delet...
jcampan@chromium.org
2009-03-20
3
-10
/
+59
*
Removes all use of COM and dependencies on Windows-specific classes (includin...
klink@chromium.org
2009-03-20
10
-361
/
+1103
*
Add support for Javascript function callbacks into the WebDevToolsClient.
pfeldman@chromium.org
2009-03-20
11
-100
/
+184
*
The street view in Google maps, which is implemented with a windowed flash pl...
ananta@chromium.org
2009-03-20
2
-25
/
+31
*
Linux: fix crash when getting the screen info for a NULL window.
agl@chromium.org
2009-03-19
1
-8
/
+8
*
Convert FindInPage wstrings to string16.
tc@google.com
2009-03-19
3
-7
/
+7
*
Do correct hit testing for context menu items in WebViewImpl.
estade@chromium.org
2009-03-19
2
-20
/
+21
*
Eliminate using_webkit.{scons,vsprops} in favor of having WebCommon.h set the
darin@chromium.org
2009-03-19
3
-6
/
+3
*
Remove code duplicated from webcore and use the common PrintContext facility.
maruel@chromium.org
2009-03-19
3
-133
/
+96
*
Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.
darin@chromium.org
2009-03-19
20
-235
/
+29
*
Review URL: http://codereview.chromium.org/42288
georged@chromium.org
2009-03-18
3
-0
/
+24
*
Autocomplete now uses the input field id when no name is available to perform...
jcampan@chromium.org
2009-03-18
3
-9
/
+31
*
Remove unneeded uses of base/ref_counted.h.
thestig@chromium.org
2009-03-18
1
-1
/
+0
*
Unfork WebInspector frontend take 2: New DEPS and webkit/...
pfeldman@chromium.org
2009-03-18
1
-2
/
+2
*
Fixing a few minor issues found during static analysis of the Chromium codebase.
finnur@chromium.org
2009-03-18
1
-1
/
+1
[next]