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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix hardcoded path directory for linux and mac builds.
dpranke@google.com
2009-10-29
2
-4
/
+4
*
Move glue/EditorClientImpl.h/cpp to webkit/api/src
yaar@chromium.org
2009-10-27
1
-1
/
+2
*
Modify DataPacks so they can return RefCountedStaticMemory objects.
erg@google.com
2009-10-27
2
-6
/
+6
*
Move console stack dumping code to a function so it can be reused in test_she...
maruel@chromium.org
2009-10-27
4
-5
/
+12
*
Let layout tests run on Windows 7.
maruel@chromium.org
2009-10-27
1
-2
/
+3
*
A quick fix for Issue 23745.
hbono@chromium.org
2009-10-27
1
-11
/
+13
*
Implemented NPN_ScheduleTimer and NPN_UnscheduleTimer.
apatrick@google.com
2009-10-26
1
-3
/
+5
*
Fix test_shell_tests.exe runtime dependency.
maruel@chromium.org
2009-10-26
1
-4
/
+0
*
[mac] Send cmd-c and friends back to browser.
thakis@chromium.org
2009-10-26
1
-0
/
+10
*
Delay OnClose actions.
ukai@chromium.org
2009-10-26
1
-21
/
+34
*
MockAppCacheStorage implemention
michaeln@google.com
2009-10-24
1
-0
/
+1
*
Introduce WebScriptController for script related methods.
mhm@chromium.org
2009-10-23
3
-7
/
+14
*
Move initialization of ChromeURLRequestContexts to the IO thread.
eroman@chromium.org
2009-10-23
1
-7
/
+12
*
Allow <video> to read from a data URI. Data URI is now handled
hclam@chromium.org
2009-10-23
2
-4
/
+14
*
Cleanup in webkit/glue to remove some dependencies.
darin@chromium.org
2009-10-22
1
-5
/
+3
*
Make WebSocketStreamHandleBridge RefCountedThreadSafe.
ukai@chromium.org
2009-10-22
1
-4
/
+3
*
Introduce WebSecurityPolicy for security related methods.
mhm@chromium.org
2009-10-22
2
-7
/
+10
*
Revert 29747 - Switch over to the new way of enabling/disabling session/local...
nsylvain@chromium.org
2009-10-22
1
-0
/
+1
*
Switch over to the new way of enabling/disabling session/local storage.
jorlow@chromium.org
2009-10-22
1
-1
/
+0
*
[Mac] Properly call setIsActive() when becoming and resigning key window.
rohitrao@chromium.org
2009-10-21
5
-12
/
+52
*
AppCacheResponse storage implementation
michaeln@google.com
2009-10-21
1
-0
/
+1
*
[Mac] Call setIsActive() when changing focus in layout test mode.
rohitrao@chromium.org
2009-10-21
1
-1
/
+5
*
TBR: darin
mhm@chromium.org
2009-10-21
2
-10
/
+7
*
Introduce WebSecurityPolicy for security related methods.
mhm@chromium.org
2009-10-21
2
-7
/
+10
*
Enable WebSocket in test_shell
ukai@chromium.org
2009-10-21
5
-0
/
+249
*
1. Make messageloop-based timeout work on Mac/Linux,
ojan@chromium.org
2009-10-20
4
-27
/
+48
*
Add WebFrameClient::cancelledError to avoid a dependency on
darin@chromium.org
2009-10-20
2
-6
/
+19
*
Remove +x bit from files that shouldn't have it.
evan@chromium.org
2009-10-20
4
-0
/
+0
*
Delete glue/webview{_delegate}.h
darin@chromium.org
2009-10-19
24
-35
/
+53
*
Remove duplicated code in decidePolicyForNavigation().
tkent@chromium.org
2009-10-19
1
-6
/
+3
*
Make LayoutTests/http/tests/misc/redirect-to-external-url.html PASS.
tkent@chromium.org
2009-10-19
2
-0
/
+31
*
Move WebDevToolsAgent{Delegate} into the WebKit API.
darin@chromium.org
2009-10-17
5
-0
/
+7
*
Move scripting / v8 related methods out of WebKit.h
mhm@chromium.org
2009-10-16
3
-0
/
+3
*
Move autofill related WebView{Delegate} methods into the WebKit API.
darin@chromium.org
2009-10-16
1
-1
/
+6
*
Reduce the testshell watchdog timeout to just be the timeout
ojan@chromium.org
2009-10-16
4
-6
/
+8
*
Revert "Move scripting / v8 related methods out of WebKit.h"
tony@chromium.org
2009-10-16
3
-3
/
+0
*
Move scripting / v8 related methods out of WebKit.h
mhm@chromium.org
2009-10-16
3
-0
/
+3
*
Convert the HTTP cache to use FilePath rather than wstring for the
tony@chromium.org
2009-10-15
4
-8
/
+10
*
Re-try r29078: Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
2
-51
/
+60
*
Revert wstring patch (r29078 and follow up commits). It is causing failures o...
estade@chromium.org
2009-10-15
2
-60
/
+51
*
Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
2
-51
/
+60
*
Fix EventSendingController so that we do event saving and replay like what We...
jianli@chromium.org
2009-10-14
3
-46
/
+104
*
Initial accessibility controller implementation.
dglazkov@chromium.org
2009-10-14
9
-1
/
+850
*
Remove the base_gfx project since it no longer has an external dependencies.
brettw@chromium.org
2009-10-14
1
-1
/
+1
*
Use predefined color names where possible for clarity. Also use "SkColorSetA...
pkasting@chromium.org
2009-10-13
1
-3
/
+3
*
Fix build: I committed the wrong patch. :(
evan@chromium.org
2009-10-13
1
-1
/
+1
*
Remove the unnecessary conversion to wstring when calling file_util::WriteFile.
evan@chromium.org
2009-10-13
1
-2
/
+2
*
Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject.
dglazkov@chromium.org
2009-10-13
1
-0
/
+2
*
Turn NULL used as int to 0.
phajdan.jr@chromium.org
2009-10-13
1
-1
/
+1
*
Use ASCII strings for switch names.
evan@chromium.org
2009-10-13
3
-50
/
+50
[next]