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
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
Files no longer uses.
yaar@chromium.org
2009-11-12
246
-38581
/
+0
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
1
-381
/
+0
*
WebKit roll 50756:50820.
japhet@chromium.org
2009-11-11
6
-43
/
+1
*
Roll WebKit deps 50717:50738
japhet@chromium.org
2009-11-10
1
-72
/
+71
*
Last round of src/ style fixes.
eseidel@chromium.org
2009-11-10
25
-72
/
+84
*
Fix test_shell_tests. Reversed boolean operators.
eseidel@chromium.org
2009-11-10
1
-2
/
+2
*
Another attempt at the build fix.
eseidel@chromium.org
2009-11-09
1
-5
/
+5
*
Attempt to fix the build.
eseidel@chromium.org
2009-11-09
1
-3
/
+5
*
Second batch of style fixes for src/.
eseidel@chromium.org
2009-11-09
17
-287
/
+294
*
Attempt to fix build per dglazkov's instruction.
eseidel@chromium.org
2009-11-09
1
-1
/
+2
*
Fix style errors in the first set of src/ files.
eseidel@chromium.org
2009-11-09
16
-63
/
+55
*
Roll webkit deps follow-up.
levin@chromium.org
2009-11-09
1
-1
/
+1
*
Roll WebKit DEPS 50603:50641.
levin@chromium.org
2009-11-09
1
-1
/
+1
*
Fix header namespace indent to match modern WebKit style.
eseidel@chromium.org
2009-11-09
20
-530
/
+537
*
apply newer webkit style on latest webkit/api files.
yaar@chromium.org
2009-11-09
3
-45
/
+57
*
Commit issue 243032: First implementation of PlainTextController.
rolandsteiner@chromium.org
2009-11-09
4
-0
/
+48
*
Changed SharedWorkerScriptLoader and WebSharedWorkerProxy to stay alive until...
atwilson@chromium.org
2009-11-09
4
-22
/
+53
*
Another attempt at fixing cmd-left/right.
thakis@chromium.org
2009-11-07
2
-0
/
+23
*
Move PasswordAutocompleteListener into the WebKit API (AGAIN)
yaar@chromium.org
2009-11-07
20
-109
/
+419
*
Change application cache cmd line enabling to use the new RuntimeEnabledFeatu...
jennb@chromium.org
2009-11-07
2
-0
/
+19
*
Kill the last few style warnings in webkit/api/public
eseidel@google.com
2009-11-07
15
-21
/
+56
*
[mac] Add "Paste and Match Style" to edit menu
thakis@chromium.org
2009-11-07
1
-5
/
+3
*
Clean up style in webkit/api/public.
eseidel@google.com
2009-11-06
104
-4126
/
+4204
*
Commit from review 373017
eseidel@google.com
2009-11-06
4
-52
/
+52
*
Wires through didChangeScrollOffset so that it triggers saving content
sky@chromium.org
2009-11-06
3
-0
/
+10
*
Pipe cmd-z back to browser.
thakis@chromium.org
2009-11-06
1
-5
/
+0
*
Fix for a renderer crasher related to password autofill.
jcampan@chromium.org
2009-11-06
1
-0
/
+8
*
Update the find result index "(m of n)" whenever there is an active selection...
johnnyg@chromium.org
2009-11-06
1
-3
/
+5
*
m_storageNamespace->storageArea takes a PassRefPtr not a pointer.
jorlow@chromium.org
2009-11-06
1
-1
/
+1
*
Added support for --enable-shared-workers
atwilson@chromium.org
2009-11-05
1
-4
/
+2
*
Initial WebSharedWorkerImpl implementation
atwilson@chromium.org
2009-11-05
14
-335
/
+593
*
Move PasswordFormDomManager::CreatePassword into the WebKit API
yaar@chromium.org
2009-11-05
6
-4
/
+465
*
Added beginnings of browser-process support for shared workers.
atwilson@chromium.org
2009-11-05
7
-35
/
+238
*
Highlight node with mouse over it while selecting element to inspect
apavlov@chromium.org
2009-11-05
1
-1
/
+0
*
Switch over to the new way of enabling/disabling session/local storage.
jorlow@chromium.org
2009-11-05
3
-7
/
+0
*
Enable the URL portion of storage events. This is mostly just plumbing + a h...
jorlow@chromium.org
2009-11-05
11
-34
/
+77
*
Revert "Added beginnings of browser-process support for shared workers."
atwilson@chromium.org
2009-11-05
7
-238
/
+35
*
Added beginnings of browser-process support for shared workers.
atwilson@chromium.org
2009-11-05
7
-35
/
+238
*
Revert the isSystemKeys patch.
thakis@chromium.org
2009-11-04
1
-17
/
+0
*
When doing an unselect in a page, the focused node is kept focused but
jcampan@chromium.org
2009-11-04
1
-0
/
+23
*
Introduce WebAccessibilityControllerImpl.
dglazkov@chromium.org
2009-11-04
7
-14
/
+591
*
Add default implementations for WebViewClient and WebWidgetClient
darin@chromium.org
2009-11-04
2
-72
/
+69
*
Eliminate mime_util dependency in FrameLoaderClientImpl.
darin@chromium.org
2009-11-04
2
-4
/
+3
*
Correct line-endings for recently added files.
dglazkov@google.com
2009-11-04
1
-45
/
+45
*
Fixed crashes on Windows related to incorrect sizing of the Canvas's
kbr@google.com
2009-11-03
1
-9
/
+67
*
Eliminate WebViewImpl's dependency on WebDevToolsAgentImpl.
darin@chromium.org
2009-11-03
9
-44
/
+89
*
Chrome changes to extract the code from V8Proxy that special-cases
darin@chromium.org
2009-11-03
8
-73
/
+60
*
Roll DEPS for WebKit 50416:50432. Includes a fix for upstream worker breakag...
senorblanco@chromium.org
2009-11-03
2
-8
/
+8
*
Re-landing of r30726, which was reverted as a possible cause of chromeos buil...
estade@chromium.org
2009-11-02
2
-0
/
+38
*
Extract webkit api target from webkit.gyp
yaar@chromium.org
2009-11-02
1
-0
/
+365
[next]